@charset "UTF-8";
/* TOOLS
  Mixins, functions, third party extensions
  ========================================================================== */
/* SETTINGS
  ========================================================================== */
/* a. Typography
  ========================================================================== */
/* 01. Autocomplete
  ========================================================================== */
/* 02. Card
  ========================================================================== */
/* 03. Checkout
  ========================================================================== */
/* 04. Comparison
  ========================================================================== */
/* 05. Cookie Policy
  ========================================================================== */
/* 06. Drop Zone
========================================================================== */
/* 07. Facets
========================================================================== */
/* 08. Flyout
========================================================================== */
/* 09. Landingpage
========================================================================== */
/* 10. List
========================================================================== */
/* 10a. List Blog
========================================================================== */
/* 10b. List Events
========================================================================== */
/* 11. Megamenu
========================================================================== */
/* 12. Nav Meta
========================================================================== */
/* 13. Page Footer
========================================================================== */
/* 14. Page Header
========================================================================== */
/* 15. Pagination
========================================================================== */
/* 16. Print
========================================================================== */
/* 17. Scroll
========================================================================== */
/* 18. Search
========================================================================== */
/* 19. Social Share
========================================================================== */
/* 20. Spinner
========================================================================== */
/* 21. Tag Cloud
========================================================================== */
/* 22. Tagged Content
========================================================================== */
/* 23. Text Buttons
========================================================================== */
/* 24. Toggler
========================================================================== */
/* 25. User Menu
========================================================================== */
/* 26. Variants
========================================================================== */
/* ============================================================================
   Foundation extends
   Extending standard Foundation components
============================================================================ */
/* F01. Accordion
========================================================================== */
/* F02. Alert Boxes
========================================================================== */
/* F03. Buttons
========================================================================== */
/* F04. Data Tables
========================================================================== */
/* F05. Date Picker
========================================================================== */
/* F06. Dropdown
========================================================================== */
/* F07. Forms
========================================================================== */
/* F08. Grid
========================================================================== */
/* F09. Icon Bar
========================================================================== */
/* F10. Inline Lists
========================================================================== */
/* F11. Label
========================================================================== */
/* F12. Offcanvas
========================================================================== */
/* F13. Panels
========================================================================== */
/* F15. Side Nav
========================================================================== */
/* F16. Tabs
========================================================================== */
/* ============================================================================
   Third Party Extends
   Extending Other Vendors
============================================================================ */
/* V01. Slick Slider
========================================================================== */
/* V02. Font Awesome
========================================================================== */
/* V02. Toastr
========================================================================== */
/* PLUGINS
  ========================================================================== */
/*
Tipr 4.1
Copyright (c) 2019 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/

.tipr_content
{
     font: 12px 'Source Code Pro', monospace;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 1px;
     background-color: #fff;
     padding: 6px 13px 7px 13px;
     border-radius: 3px;
}
.tipr_container_below
{
     display: none;
     position: absolute;
     margin-top: 13px;
     z-index: 1000;
     box-shadow: 0 0 1px 1px #f9f9f9;
}
.tipr_container_above
{
     display: none;
     position: absolute;
     margin-top: -77px;
     z-index: 1000;
     box-shadow: 0 0 1px 1px #f9f9f9;
}
.tipr_point_above, .tipr_point_below
{
     position: relative;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.tipr_point_above:after, .tipr_point_above:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_above:after
{
	border-top-color: #fff;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.tipr_point_above:before
{
	border-top-color: #ccc;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_below:after, .tipr_point_below:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_below:after
{
	border-bottom-color: #fff;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.tipr_point_below:before
{
	border-bottom-color: #ccc;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}


/* Alt mode */


.tipr_content_alt
{
	color: #777;
	text-transform: uppercase;
	letter-spacing: 1px;
     background-color: #f1f1f1;
     padding: 6px 13px 7px 13px;
     border-radius: 3px;
}

.tipr_container_above_alt, .tipr_container_below_alt
{
     display: none;
     position: absolute;
     z-index: 1000;
}
.tipr_point_above_alt, .tipr_point_below_alt
{
     position: relative;
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
}
.tipr_point_above_alt:after, .tipr_point_below_alt:after
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.tipr_point_above_alt:after
{
	top: 100%;
	border-top-color: #f1f1f1;
}
.tipr_point_below_alt:after
{
	bottom: 100%;
	border-bottom-color: #f1f1f1;
}
/* Slider */
/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container {
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../bundles/silversolutionseshop/img/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
@font-face {
  font-family: 'custom';
  src: url('/bundles/silversolutionseshop/font/custom.eot?69535238');
  src: url('/bundles/silversolutionseshop/font/custom.eot?69535238#iefix') format('embedded-opentype'),
       url('/bundles/silversolutionseshop/font/custom.woff2?69535238') format('woff2'),
       url('/bundles/silversolutionseshop/font/custom.woff?69535238') format('woff'),
       url('/bundles/silversolutionseshop/font/custom.ttf?69535238') format('truetype'),
       url('/bundles/silversolutionseshop/font/custom.svg?69535238#custom') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custom';
    src: url('../font/custom.svg?69535238#custom') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-wrench:before { content: '\e80b'; } /* '' */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

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

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

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

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

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

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

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    width: 100%;
    height: 100% ;
}

.jq-star:hover .fs-star-svg polygon {
}

.jq-star-svg polygon {
    stroke: #000;
    stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  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 {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/bundles/silversolutionseshop/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/bundles/silversolutionseshop/vendor/slick.js/slick/fonts/slick.eot");
  src: url("/bundles/silversolutionseshop/vendor/slick.js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/slick.js/slick/fonts/slick.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/slick.js/slick/fonts/slick.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/slick.js/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #85be4c;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/bundles/silversolutionseshop/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("/bundles/silversolutionseshop/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/bundles/silversolutionseshop/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/bundles/silversolutionseshop/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/bundles/silversolutionseshop/vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.fa-pulse, button.in-progress i,
.button.in-progress i {
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-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 {
  filter: none; }

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

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

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

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

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

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

.fa-road:before {
  content: ""; }

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

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

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

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

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

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

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

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

.fa-print:before {
  content: ""; }

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

.fa-font:before {
  content: ""; }

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

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

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

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

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

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

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

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

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

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

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

.fa-step-backward:before {
  content: ""; }

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

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

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

.fa-step-forward:before {
  content: ""; }

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

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

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

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

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

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

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

.fa-times-circle-o:before {
  content: ""; }

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

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

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

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

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

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

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

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

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

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

.fa-plane:before {
  content: ""; }

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

.fa-random:before {
  content: ""; }

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

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

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

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

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

.fa-twitter-square:before {
  content: ""; }

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

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

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

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

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

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

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

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

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

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

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

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

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

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

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

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

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

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

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

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

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

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

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

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

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

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

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

.fa-medkit:before {
  content: ""; }

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

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

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

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

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before, button.in-progress i:before,
.button.in-progress i:before {
  content: ""; }

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

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

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

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

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

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

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

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

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

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

.fa-unlock-alt:before {
  content: ""; }

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

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

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

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

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

.fa-pencil-square:before {
  content: ""; }

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

.fa-share-square:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-won:before,
.fa-krw:before {
  content: ""; }

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

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

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

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

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

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

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

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

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

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

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

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

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

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

.fa-windows:before {
  content: ""; }

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

.fa-linux:before {
  content: ""; }

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

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

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

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

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

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

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

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

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

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

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

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

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

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

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

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

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

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

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

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

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

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

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

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

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

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

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

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

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

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

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

.fa-soundcloud:before {
  content: ""; }

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

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

.fa-file-word-o:before {
  content: ""; }

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

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

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

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

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

.fa-vine:before {
  content: ""; }

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

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

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

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

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

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

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

.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

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

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

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

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

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

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

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

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

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

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

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

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

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

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

.fa-ioxhost:before {
  content: ""; }

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

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

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

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

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

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

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

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

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

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

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

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

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

.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer; }

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr; }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-family: "Open Sans", "sans-serif";
    font-size: 13px;
    line-height: 18px; }
    .datepicker.dropdown-menu th {
      padding: 4px 5px; }
    .datepicker.dropdown-menu td {
      padding: 4px 5px; }
  .datepicker table {
    border: 0;
    margin: 0; }
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer; }
  .datepicker td.active.day {
    background: #2ba6cb; }
  .datepicker td.active.year {
    background: #2ba6cb; }
  .datepicker td.old {
    color: #999; }
  .datepicker td.new {
    color: #999; }
  .datepicker td span.active {
    background: #2ba6cb; }
  .datepicker td.day.disabled {
    color: #eee; }
  .datepicker th.active.day {
    background: #2ba6cb; }
  .datepicker th.active.year {
    background: #2ba6cb; }
  .datepicker th.date-switch {
    width: 145px; }
  .datepicker th span.active {
    background: #2ba6cb; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    .datepicker thead tr:first-child th.cw {
      cursor: default;
      background-color: transparent; }
  .datepicker tfoot tr:first-child th {
    cursor: pointer; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }
  .datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }

.datepicker > div {
  display: none; }

.datepicker-dropdown::before {
  display: none; }

.datepicker-dropdown::after {
  display: none; }

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

.table-striped .datepicker table tr td {
  background-color: transparent; }

.table-striped .datepicker table tr th {
  background-color: transparent; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }
  table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 8px;
    left: 4px;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    text-align: center;
    line-height: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    content: '+';
    background-color: #008CBA; }
  table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
    display: none; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }
  table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
  table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 12px; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }
  table.dataTable.dtr-column > tbody > tr > td.control:before,
  table.dataTable.dtr-column > tbody > tr > th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    text-align: center;
    line-height: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    content: '+';
    background-color: #008CBA; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }
  table.dataTable > tbody > tr.child:hover {
    background: transparent !important; }
  table.dataTable > tbody > tr.child ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    table.dataTable > tbody > tr.child ul li {
      border-bottom: 1px solid #efefef;
      padding: 0.5em 0; }
      table.dataTable > tbody > tr.child ul li:first-child {
        padding-top: 0; }
      table.dataTable > tbody > tr.child ul li:last-child {
        border-bottom: none; }
  table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold; }

table.dataTable > tbody > tr.child ul {
  font-size: 1em; }

/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Light/OpenSans-Light.eot?v=1.1.0");
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
  font-weight: 300;
  font-style: normal; }

/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0");
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/LightItalic/OpenSans-LightItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0") format("woff2"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/LightItalic/OpenSans-LightItalic.svg?v=1.1.0#LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Italic/OpenSans-Italic.eot?v=1.1.0");
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Italic/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

/* END Italic */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0");
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
  font-weight: 600;
  font-style: normal; }

/* END Semibold */
/* BEGIN Semibold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0");
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0") format("woff2"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0") format("woff"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0") format("truetype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0#SemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }

/* END Semibold Italic */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0");
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0") format("woff2"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

/* END Bold Italic */
/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0");
  src: url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0") format("woff2"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"), url("/bundles/silversolutionseshop/vendor/open-sans-fontface/fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0#ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic; }

/* END Extrabold Italic */
@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.svg#Roboto") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Thin";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Thin.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.svg#Roboto") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "Roboto-ThinItalic";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-ThinItalic.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Light";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Light.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Roboto-LightItalic";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-LightItalic.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Regular";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Regular.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Roboto-RegularItalic";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-RegularItalic.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.svg#Roboto") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Medium";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Medium.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.svg#Roboto") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-MediumItalic.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Bold";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Bold.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BoldItalic.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.svg#Roboto") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Black";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-Black.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Roboto';
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.svg#Roboto") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.eot");
  src: url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.woff2") format("woff2"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.woff") format("woff"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.ttf") format("truetype"), url("/bundles/silversolutionseshop/vendor/roboto-fontface/fonts/Roboto-BlackItalic.svg#Roboto") format("svg"); }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/* GENERIC
  ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ELEMENTS

  really generic and global styles, no classes or id selectors
  basically every html markup element like <a>, <ul>, <blocquote>, etc
  a lot of this is already covered in Foundation as a standard, so only
  something really specific should go under this section
  ========================================================================== */
/* OBJECTS

  Namespace: o-
  ========================================================================== */
/* COMPONENTS

  Namespace: c- (applies only to Storm components)
  ========================================================================== */
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only print, screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only print, screen and (max-width: 30em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only print, screen and (min-width:30.0625em)/";
  width: 30.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only print, screen and (min-width:30.0625em) and (max-width:53.1875em)/";
  width: 30.0625em; }

meta.foundation-mq-large {
  font-family: "/only print, screen and (min-width:53.25em)/";
  width: 53.25em; }

meta.foundation-mq-large-only {
  font-family: "/only print, screen and (min-width:53.25em) and (max-width:64em)/";
  width: 53.25em; }

meta.foundation-mq-xlarge {
  font-family: "/only print, screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only print, screen and (min-width:64.0625em) and (max-width:75em)/";
  width: 64.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only print, screen and (min-width:75.0625em)/";
  width: 75.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: Barlow, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only print, screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only print, screen and (min-width: 30.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only print, screen and (min-width: 53.25em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8;
      color: #222222; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: Barlow, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #333;
  border-color: #2c2c2c;
  color: #fff; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #6ed35f;
    border-color: #50ca3d;
    color: #fff; }
  .alert-box.alert {
    background-color: #f22613;
    border-color: #d51d0c;
    color: #fff; }
  .alert-box.secondary {
    background-color: #CCCCCC;
    border-color: #afafaf;
    color: #454545; }
  .alert-box.warning {
    background-color: #f89406;
    border-color: #d57f05;
    color: #fff; }
  .alert-box.info {
    background-color: #89c4f4;
    border-color: #58acef;
    color: #454545; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only print, screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only print, screen and (min-width: 30.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only print, screen and (min-width: 53.25em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  border-style: solid;
  border-width: 0;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.75rem 0.9375rem;
  background-color: #f2f2f2;
  border-color: #dadada;
  border-radius: 3px; }
  .breadcrumbs > * {
    color: #333;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #333; }
    .breadcrumbs > *.current {
      color: #333333;
      cursor: default; }
      .breadcrumbs > *.current a {
        color: #333333;
        cursor: default; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #999999;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #AAAAAA;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Barlow, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #85be4c;
  border-color: #6a9c39;
  color: #fff;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #6a9c39; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #CCCCCC;
    border-color: #a3a3a3;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #a3a3a3; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #fff; }
  button.success, .button.success {
    background-color: #6ed35f;
    border-color: #47c035;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #47c035; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #f22613;
    border-color: #c61b0b;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #c61b0b; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.warning, .button.warning {
    background-color: #f89406;
    border-color: #c67605;
    color: #fff; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #c67605; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #fff; }
  button.info, .button.info {
    background-color: #89c4f4;
    border-color: #43a1ee;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #43a1ee; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #fff; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #85be4c;
    border-color: #6a9c39;
    color: #fff;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #6a9c39; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #85be4c; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #CCCCCC;
      border-color: #a3a3a3;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #a3a3a3; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #fff; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #CCCCCC; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #6ed35f;
      border-color: #47c035;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #47c035; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #6ed35f; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f22613;
      border-color: #c61b0b;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c61b0b; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f22613; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f89406;
      border-color: #c67605;
      color: #fff;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #c67605; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #fff; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f89406; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #89c4f4;
      border-color: #43a1ee;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #43a1ee; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #fff; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #89c4f4; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only print, screen and (min-width: 30.0625em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only print, screen and (max-width: 30em) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only print, screen and (min-width: 30.0625em) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only print, screen and (max-width: 30em) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child,
    .button-group.round > *:last-child > a,
    .button-group.round > *:last-child > button,
    .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only print, screen and (min-width: 30.0625em) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only print, screen and (max-width: 30em) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #BDC3C7;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #BDC3C7 transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #BDC3C7;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #fff transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #BDC3C7 transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #BDC3C7;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #fff;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #BDC3C7;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #BDC3C7;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: 0;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #fff transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #BDC3C7 transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: none; }
    .f-dropdown li a {
      display: block;
      padding: 0;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #BDC3C7;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 0.625rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

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

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f6695c;
  color: #fff; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f6695c;
  color: #fff; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f22613; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f6695c;
  color: #fff; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f22613; }

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: transparent; }
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 0.75rem;
    margin: 0 auto;
    padding: 0.5rem;
    text-align: center;
    width: 25%; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.375rem;
      vertical-align: middle; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only print, screen and (min-width: 30.0625em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only print, screen and (min-width: 53.25em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  .icon-bar > * {
    font-size: 0.75rem;
    padding: 0.5rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 0.75rem; }
    .icon-bar > * i {
      font-size: 1.375rem; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar > * label {
    color: #333; }
  .icon-bar > * i {
    color: #333; }
  .icon-bar > a:hover {
    background: #333; }
    .icon-bar > a:hover label {
      color: #333; }
    .icon-bar > a:hover i {
      color: #333; }
  .icon-bar > a.active {
    background: #333; }
    .icon-bar > a.active label {
      color: #333; }
    .icon-bar > a.active i {
      color: #333; }
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  .icon-bar.two-up .item {
    width: 50%; }
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only print, screen and (min-width: 30.0625em) {
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only print, screen and (min-width: 53.25em) {
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  .icon-bar.three-up .item {
    width: 33.3333%; }
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only print, screen and (min-width: 30.0625em) {
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only print, screen and (min-width: 53.25em) {
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  .icon-bar.four-up .item {
    width: 25%; }
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only print, screen and (min-width: 30.0625em) {
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only print, screen and (min-width: 53.25em) {
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  .icon-bar.five-up .item {
    width: 20%; }
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only print, screen and (min-width: 30.0625em) {
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only print, screen and (min-width: 53.25em) {
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  .icon-bar.six-up .item {
    width: 16.66667%; }
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only print, screen and (min-width: 30.0625em) {
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only print, screen and (min-width: 53.25em) {
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only print, screen and (min-width: 30.0625em) {
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only print, screen and (min-width: 53.25em) {
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  .icon-bar.eight-up .item {
    width: 12.5%; }
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only print, screen and (min-width: 30.0625em) {
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only print, screen and (min-width: 53.25em) {
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only print, screen and (min-width: 30.0625em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only print, screen and (min-width: 53.25em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only print, screen and (min-width: 30.0625em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only print, screen and (min-width: 53.25em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only print, screen and (min-width: 30.0625em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only print, screen and (min-width: 53.25em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only print, screen and (min-width: 30.0625em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only print, screen and (min-width: 53.25em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only print, screen and (min-width: 30.0625em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only print, screen and (min-width: 53.25em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }

@media only print, screen and (min-width: 30.0625em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only print, screen and (min-width: 53.25em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }

@media only print, screen and (min-width: 30.0625em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only print, screen and (min-width: 53.25em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inline-list > li > * {
      display: block; }

.label {
  display: inline-block;
  font-family: Barlow, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #333;
  color: #fff; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f22613;
    color: #fff; }
  .label.warning {
    background-color: #f89406;
    color: #fff; }
  .label.success {
    background-color: #6ed35f;
    color: #fff; }
  .label.secondary {
    background-color: #CCCCCC;
    color: #333333; }
  .label.info {
    background-color: #89c4f4;
    color: #333333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #fff;
  min-width: 100%;
  padding: 10px;
  z-index: 50; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }
  ul.pagination li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.125rem; }
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.0625rem 0.375rem 0.0625rem; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999;
      pointer-events: none; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #333;
      color: #fff;
      cursor: default;
      font-weight: bold; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #333; }
  ul.pagination li {
    display: block;
    float: left; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 0px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 0px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f3f3f3;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #333; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #2c2c2c; }
  .panel.radius {
    border-radius: 3px; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }
  .progress .meter {
    background: #333;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
    .progress .meter.secondary {
      background: #CCCCCC;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.success {
      background: #6ed35f;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.alert {
      background: #f22613;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
  .progress.secondary .meter {
    background: #CCCCCC;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.success .meter {
    background: #6ed35f;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.alert .meter {
    background: #f22613;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only print, screen and (max-width: 30em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only print, screen and (min-width: 30.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 80%; } }
  @media only print, screen and (min-width: 30.0625em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only print, screen and (min-width: 30.0625em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 30%; } }
  @media only print, screen and (min-width: 30.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 40%; } }
  @media only print, screen and (min-width: 30.0625em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 60%; } }
  @media only print, screen and (min-width: 30.0625em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 70%; } }
  @media only print, screen and (min-width: 30.0625em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 75rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only print, screen and (min-width: 30.0625em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 75rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

.side-nav {
  display: block;
  font-family: Barlow, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0; }
  .side-nav li {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0 0 0.4375rem 0; }
    .side-nav li a:not(.button) {
      color: #333;
      display: block;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #707070; }
      .side-nav li a:not(.button):active {
        color: #707070; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #707070;
      font-family: Barlow, Arial, sans-serif;
      font-weight: normal; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      list-style: none;
      padding: 0;
      border-top-color: #e6e6e6; }
    .side-nav li.heading {
      color: #333;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

table {
  background: #fff;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #FFFFFF;
      color: #222222;
      font-family: Barlow, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #f0f0f0; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #fff;
      color: #333; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only print, screen and (min-width: 30.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Tooltips */
.has-tip {
  border-bottom: 0;
  color: #333333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: 0;
    color: #333; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #333333;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: 0 !important;
    color: #333 !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only print, screen {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }

meta.foundation-mq-topbar {
  font-family: "/only print, screen and (min-width:53.25em)/";
  width: 53.25em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #CCCCCC; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 2.8125rem;
      z-index: 98; }

.top-bar {
  background: #CCCCCC;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only print, screen and (max-width: 30em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 2.8125rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #fff;
        display: block;
        font-weight: normal;
        padding: 0 0.9375rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #fff;
      display: block;
      font-size: 0.8125rem;
      font-weight: bold;
      height: 2.8125rem;
      line-height: 2.8125rem;
      padding: 0 0.9375rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #fff;
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #CCCCCC; }
    .top-bar.expanded .toggle-topbar a {
      color: #FFFFFF; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #161f28;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #2C3E50; }
    .top-bar-section ul li > a {
      color: #fff;
      display: block;
      font-family: Barlow, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      padding-left: 0.9375rem;
      padding: 12px 0 12px 0.9375rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        background-color: #333;
        border-color: #292929;
        color: #fff; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #292929; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #CCCCCC;
        border-color: #a3a3a3;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #a3a3a3; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.success {
        background-color: #6ed35f;
        border-color: #47c035;
        color: #fff; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #47c035; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f22613;
        border-color: #c61b0b;
        color: #fff; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #c61b0b; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f89406;
        border-color: #c67605;
        color: #fff; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #c67605; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #fff; }
      .top-bar-section ul li > a.button.info {
        background-color: #89c4f4;
        border-color: #43a1ee;
        color: #333333; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: #43a1ee; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #fff; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      background-color: #333;
      border-color: #292929;
      color: #fff; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #292929; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #fff; }
      .top-bar-section ul li > button.secondary {
        background-color: #CCCCCC;
        border-color: #a3a3a3;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #a3a3a3; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #fff; }
      .top-bar-section ul li > button.success {
        background-color: #6ed35f;
        border-color: #47c035;
        color: #fff; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #47c035; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #fff; }
      .top-bar-section ul li > button.alert {
        background-color: #f22613;
        border-color: #c61b0b;
        color: #fff; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #c61b0b; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #fff; }
      .top-bar-section ul li > button.warning {
        background-color: #f89406;
        border-color: #c67605;
        color: #fff; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #c67605; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #fff; }
      .top-bar-section ul li > button.info {
        background-color: #89c4f4;
        border-color: #43a1ee;
        color: #333333; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #43a1ee; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #fff; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #fff;
      background: #222222; }
    .top-bar-section ul li.active > a {
      background: #333;
      color: #fff; }
      .top-bar-section ul li.active > a:hover {
        background: #2c2c2c;
        color: #fff; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #fff;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.625rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0.9375rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only print, screen and (min-width: 53.25em) {
  .top-bar {
    background: #CCCCCC;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #CCCCCC; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 75rem; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #222222;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #CCCCCC;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #222222; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #333;
      color: #fff;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #2c2c2c;
        color: #fff; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #333333;
        color: #fff;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333333;
        color: #fff; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #fff;
        background: #222222; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #3e5770;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #CCCCCC;
      height: 2.8125rem;
      padding: 0 0.9375rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #333;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only print, screen and (max-width: 30em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only print, screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only print, screen and (min-width: 30.0625em) and (max-width: 53.1875em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only print, screen and (min-width: 30.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only print, screen and (min-width: 53.25em) and (max-width: 64em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only print, screen and (min-width: 53.25em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only print, screen and (min-width: 64.0625em) and (max-width: 75em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only print, screen and (min-width: 64.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only print, screen and (min-width: 75.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only print, screen and (min-width: 75.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #85be4c;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #72a83d; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: Barlow, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.0625rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.4375rem; }

h4 {
  font-size: 1.1875rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f0f0f0;
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only print, screen and (min-width: 30.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.0625rem; }
  h2 {
    font-size: 1.6875rem; }
  h3 {
    font-size: 1.4375rem; }
  h4 {
    font-size: 1.1875rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #222222;
  color: #fff;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #fff;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #111111;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #111111;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #fff;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #222222;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -ms-transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #222222;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -ms-transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #222222;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -ms-transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #222222;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -ms-transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #222222;
    border-bottom: 1px solid #3d3d3d;
    border-top: 1px solid #3d3d3d;
    color: #BDC3C7;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
    padding: 1rem;
    text-transform: none; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #3d3d3d;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    padding: 0.5rem 1rem;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #181818; }
    ul.off-canvas-list li a:active {
      background: #181818; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only print, screen and (min-width: 30.0625em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only print, screen and (min-width: 30.0625em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
  -ms-transform: translate(0, -18.75rem);
  transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only print, screen and (min-width: 30.0625em) {
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
  -ms-transform: translate(0, 18.75rem);
  transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only print, screen and (min-width: 30.0625em) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only print, screen and (min-width: 30.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only print, screen and (min-width: 30.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only print, screen and (min-width: 30.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only print, screen and (min-width: 30.0625em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only print, screen and (min-width: 30.0625em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #222222;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -ms-transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #2980B9;
    border-bottom: none;
    border-top: none;
    color: #BDC3C7;
    font-weight: normal;
    padding: 1rem;
    text-transform: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #1d5a82;
      border-bottom: none;
      border-top: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #222222;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -ms-transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #2980B9;
    border-bottom: none;
    border-top: none;
    color: #BDC3C7;
    font-weight: normal;
    padding: 1rem;
    text-transform: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #1d5a82;
      border-bottom: none;
      border-top: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #222222;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -ms-transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  transition: transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #2980B9;
    border-bottom: none;
    border-top: none;
    color: #BDC3C7;
    font-weight: normal;
    padding: 1rem;
    text-transform: none;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #1d5a82;
      border-bottom: none;
      border-top: none; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -ms-transform: translate(0, 0%);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #222222;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -ms-transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  transition: transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #2980B9;
    border-bottom: none;
    border-top: none;
    color: #BDC3C7;
    font-weight: normal;
    padding: 1rem;
    text-transform: none;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #1d5a82;
      border-bottom: none;
      border-top: none; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -ms-transform: translate(0, 0%);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only print, screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only print, screen and (min-width: 30.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only print, screen and (min-width: 53.25em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only print, screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only print, screen and (min-width: 75.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only print, screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only print, screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .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; } }

.accordion .accordion-navigation {
  border-bottom: 1px solide #fff; }

.accordion .accordion-navigation a {
  position: relative; }
  .accordion .accordion-navigation a:after {
    position: absolute;
    right: 0.9375rem;
    content: "";
    color: #34495E;
    font-family: FontAwesome; }

.accordion .accordion-navigation.small a {
  padding: 0.5rem; }

.accordion .accordion-navigation.active a:after {
  content: ""; }

.accordion .accordion-navigation > .content.active table {
  border-color: #e8e8e8;
  border-top: none; }

.accordion-navigation .content--bordered {
  border: 1px solid 1px;
  border-top-width: 0; }

.alert-box {
  color: black;
  background-color: #7896cc;
  border-color: #446cb3;
  border-width: 0 0 0 0.3125rem; }
  .alert-box a {
    text-decoration: underline; }
    .alert-box a:hover {
      text-decoration: none; }
  .alert-box a,
  .alert-box h4 {
    color: black; }
  .alert-box .close {
    top: 1rem;
    text-decoration: none; }
  .alert-box.secondary {
    color: #30333b;
    background-color: #d7dadf;
    border-color: #adb2bd; }
    .alert-box.secondary a,
    .alert-box.secondary h4 {
      color: #30333b; }
  .alert-box.info {
    color: #0b4473;
    background-color: #cfe7fb;
    border-color: #89c4f4; }
    .alert-box.info a,
    .alert-box.info h4 {
      color: #0b4473; }
  .alert-box.alert {
    color: #060100;
    background-color: #f6695c;
    border-color: #f22613; }
    .alert-box.alert a,
    .alert-box.alert h4 {
      color: #060100; }
  .alert-box.success {
    color: #0f280b;
    background-color: #a4e49b;
    border-color: #6ed35f; }
    .alert-box.success a,
    .alert-box.success h4 {
      color: #0f280b; }
    .alert-box.success p {
      margin-bottom: 0.625rem; }
  .alert-box.warning {
    color: #454545;
    background-color: #fbb450;
    border-color: #f89406; }
    .alert-box.warning a,
    .alert-box.warning h4 {
      color: #454545; }
  .alert-box ol,
  .alert-box ul,
  .alert-box p {
    font-size: 0.875rem;
    font-weight: normal; }
    .alert-box ol:last-of-type,
    .alert-box ul:last-of-type,
    .alert-box p:last-of-type {
      margin-bottom: 0; }
  .alert-box p,
  .alert-box ol + p,
  .alert-box ul + p,
  .alert-box p + ol,
  .alert-box p + ul {
    margin-top: 0.625rem; }
  .alert-box p:first-child {
    margin-top: 0; }

button.success:hover, button.success,
.button.success:hover,
.button.success {
  color: #fff; }

.button.secondary.dimmed {
  background-color: white; }
  .button.secondary.dimmed:hover {
    background-color: #CCCCCC; }

.c-comments__form {
  position: relative; }

.c-comments__comment {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.c-comments__comment-meta {
  font-size: 0.875rem;
  margin-bottom: 0.625rem; }
  .c-comments__comment-meta:before, .c-comments__comment-meta:after {
    content: " ";
    display: table; }
  .c-comments__comment-meta:after {
    clear: both; }

.c-comments__comment-stars {
  float: left;
  margin-right: 1rem; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 50%;
  left: 6px;
  border: 0;
  box-shadow: none;
  margin-top: -8px; }

table.dataTable.responsive > tbody > tr.child ul {
  width: 100%; }
  table.dataTable.responsive > tbody > tr.child ul li:after {
    content: "";
    display: table;
    clear: both; }
  table.dataTable.responsive > tbody > tr.child ul li > span {
    float: left; }
    table.dataTable.responsive > tbody > tr.child ul li > span:first-child {
      margin-right: 5px; }

.datepicker-dropdown:before {
  border-bottom-color: #CCCCCC; }

.datepicker.dropdown-menu {
  font-family: Barlow, Arial, sans-serif;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  color: #333333; }

.datepicker th,
.datepicker td {
  background-color: #fff; }

.datepicker th.active.day,
.datepicker th.active.month,
.datepicker th.active.year,
.datepicker th span.active,
.datepicker td.active.day,
.datepicker td.active.month,
.datepicker td.active.year,
.datepicker td span.active {
  background-color: #333;
  color: #fff; }

.datepicker td.old,
.datepicker td.new {
  color: #999999; }

.datepicker td.day.disabled {
  color: #EEEEEE; }

.f-dropdown.smaller {
  max-width: 15.625rem; }

.f-dropdown.no-arrow:before, .f-dropdown.no-arrow:after {
  display: none; }

@media (max-width: 30em) {
  .f-dropdown.no-arrow-on-small:before, .f-dropdown.no-arrow-on-small:after {
    display: none; } }

/*
  <a class="c-icon-bar__arrow" data-dropdown="dropdown-basket">
    <label class="show-for-large-up">{{ 'Shopping basket'|st_translate }}</label>
  </a>

  <div id="dropdown-basket" class="f-dropdown medium no-arrow content text-left" data-dropdown-content>
  ...
  </div>
*/
@media only print, screen and (max-width: 30em) {
  .f-dropdown.flexible {
    width: 95% !important;
    left: 2.5% !important; } }

@media only print, screen and (min-width: 30.0625em) and (max-width: 53.1875em) {
  .f-dropdown.flexible {
    right: 0.9375rem !important;
    left: auto !important; }
    .f-dropdown.flexible.tiny {
      max-width: 12.5rem !important; }
    .f-dropdown.flexible.small {
      max-width: 18.75rem !important; }
    .f-dropdown.flexible.medium {
      max-width: 31.25rem !important; } }

@media only print, screen and (min-width: 53.25em) {
  .f-dropdown.flexible {
    width: auto !important; }
    .f-dropdown.flexible.tiny {
      max-width: 12.5rem !important; }
    .f-dropdown.flexible.small {
      max-width: 18.75rem !important; }
    .f-dropdown.flexible.medium {
      max-width: 31.25rem !important; } }

.c-pair-wrapper {
  margin-bottom: 0.625rem;
  position: relative; }
  .c-pair-wrapper:before, .c-pair-wrapper:after {
    content: " ";
    display: table; }
  .c-pair-wrapper:after {
    clear: both; }
  .c-pair-wrapper input {
    position: absolute;
    left: 0;
    margin-bottom: 0; }
  .c-pair-wrapper label {
    float: left;
    padding-left: 1.25rem;
    margin: -0.25rem 0 0 0 !important; }
    .c-pair-wrapper label p {
      padding-right: 0;
      color: #4d4d4d;
      font-weight: normal; }
    .c-pair-wrapper label p:last-child {
      margin-bottom: 0; }

.c-pair-wrapper--required.c-pair-wrapper__text-module p:last-child:after,
.c-pair-wrapper--required:not(.c-pair-wrapper__text-module) label:after {
  content: "*"; }

label p {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 0.3125rem;
  font-size: 0.875rem; }

.error label, .error label.error {
  color: #000; }

.invalid-feedback {
  color: #f22613; }

.error input, .error textarea, .error select {
  border: 1px solid #f22613; }

@media only print, screen and (min-width: 64.0625em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-0 {
    margin-left: 0 !important; }
  .xlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xlarge-offset-3 {
    margin-left: 25% !important; }
  .xlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xlarge-offset-6 {
    margin-left: 50% !important; }
  .xlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xlarge-offset-9 {
    margin-left: 75% !important; }
  .xlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none; }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left; }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

.icon-bar .item {
  padding: 0;
  border: 0 solid #333;
  border-right: 0;
  background: transparent; }
  @media only print, screen and (min-width: 53.25em) {
    .icon-bar .item {
      position: relative; } }
  .icon-bar .item.with-border, .icon-bar .item:first-child {
    border-right: 0 solid #333; }
    .icon-bar .item.with-border:hover, .icon-bar .item:first-child:hover {
      border-color: #333; }
  .f-topbar-fixed .icon-bar .item {
    border-right: 0 solid #1f1f1f; }
    .f-topbar-fixed .icon-bar .item:hover {
      border-right: 0 solid #1f1f1f; }
  .icon-bar .item.is-disabled {
    opacity: 0.35;
    cursor: default; }
    .icon-bar .item.is-disabled:hover {
      border-color: #333 !important; }
    .icon-bar .item.is-disabled a,
    .icon-bar .item.is-disabled label {
      cursor: default; }
    .icon-bar .item.is-disabled a:hover {
      background-color: transparent;
      cursor: default; }
  .icon-bar .item.is-inactive {
    cursor: default; }
    .icon-bar .item.is-inactive a,
    .icon-bar .item.is-inactive label {
      cursor: default;
      color: #333; }
    .icon-bar .item.is-inactive:hover {
      border-color: #333 !important; }
    .icon-bar .item.is-inactive a:hover {
      background-color: transparent;
      cursor: default; }
  .icon-bar .item > a {
    display: block;
    padding: 0.5rem; }
    .icon-bar .item > a:hover {
      border-color: #333;
      background-color: transparent; }
  .icon-bar .item i {
    font-size: 1.5rem;
    color: #333; }
  .icon-bar .item label {
    display: none;
    color: #333;
    letter-spacing: 0.0625rem; }
  .icon-bar .item .button {
    padding: 0.625rem; }

@media only print, screen and (min-width: 53.25em) {
  .f-topbar-fixed .c-icon-bar__wrapper {
    top: 0.5em;
    z-index: 1004;
    width: auto; }
  .f-topbar-fixed .icon-bar .item > a {
    padding: 0.625rem 1.25rem; }
    .f-topbar-fixed .icon-bar .item > a:hover {
      background: transparent; }
  .f-topbar-fixed .icon-bar label {
    display: none !important; } }

.c-icon-bar__wrapper {
  position: relative; }
  @media only print, screen and (min-width: 53.25em) {
    .c-icon-bar__wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left;
      position: absolute;
      top: -80px;
      right: -0.9375rem; } }
  .c-icon-bar__wrapper .f-dropdown {
    right: 0 !important;
    left: auto !important;
    width: 94vw !important;
    width: calc(100vw - 1.875rem) !important;
    line-height: normal;
    z-index: 100; }
    .c-icon-bar__wrapper .f-dropdown:after {
      right: 6px;
      left: auto !important; }
    .c-icon-bar__wrapper .f-dropdown:before {
      right: 7px;
      left: auto !important; }
    .c-icon-bar__wrapper .f-dropdown .button {
      position: relative;
      top: 0;
      height: auto; }
    @media only print, screen and (min-width: 30.0625em) {
      .c-icon-bar__wrapper .f-dropdown.tiny {
        width: 12.5rem !important; }
      .c-icon-bar__wrapper .f-dropdown.small {
        width: 18.75rem !important; }
      .c-icon-bar__wrapper .f-dropdown.medium {
        max-width: 25rem !important; }
      .c-icon-bar__wrapper .f-dropdown.large {
        width: 37.5rem !important; } }
  .c-icon-bar__wrapper .c-icon-bar__menu .c-icon-bar__menu,
  .c-icon-bar__wrapper .c-icon-bar__menu i {
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 0.625rem; }
  .c-icon-bar__wrapper .c-icon-bar__menu a {
    font-size: 0.875rem;
    font-weight: bold; }
    .c-icon-bar__wrapper .c-icon-bar__menu a:hover {
      color: #72a83d; }
  .c-icon-bar__wrapper .c-icon-bar__menu-item {
    padding: 0.3125rem; }
    .c-icon-bar__wrapper .c-icon-bar__menu-item .c-icon-bar__menu-link {
      position: relative;
      padding-left: 2.625rem; }
    .c-icon-bar__wrapper .c-icon-bar__menu-item.is-disabled {
      opacity: 0.35;
      cursor: default; }
      .c-icon-bar__wrapper .c-icon-bar__menu-item.is-disabled a {
        cursor: default; }

.c-icon-bar__menu-icon {
  position: absolute;
  left: 0; }

.c-icon-bar__header {
  margin-top: 0.625rem;
  padding: 0.3125rem 0.625rem;
  background-color: #EEEEEE;
  font-size: 1rem;
  cursor: default; }

.c-icon-bar__counter {
  position: absolute;
  top: -3px;
  left: 55%;
  min-width: 18px;
  height: 18px;
  padding: 0 2px;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  font-size: 0.6875rem;
  text-shadow: none; }

.c-icon-bar--radius {
  border-radius: 3px; }

.c-icon-bar__item--primary {
  background-color: #fff;
  border-right: 0 solid #333 !important; }

.c-icon-bar__item--fluid {
  width: auto !important;
  float: right;
  margin-left: 0.625rem; }
  .c-icon-bar__item--fluid:last-child {
    margin-left: 0;
    margin-left: 0.9375rem; }

.c-icon-bar__arrow {
  position: relative; }
  .c-icon-bar__arrow.is-active:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 90;
    margin-left: -5px; }
  .c-icon-bar__arrow.is-active:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #BDC3C7 transparent;
    border-bottom-style: solid;
    position: absolute;
    bottom: -1px;
    left: 50%;
    z-index: 89;
    margin-left: -6px; }

.c-icon-bar__items-wrap {
  margin: 0;
  padding: 0 !important; }
  @media only print, screen and (min-width: 53.25em) {
    .c-icon-bar__items-wrap {
      padding-bottom: 0.625rem !important;
      margin-top: -0.125rem; } }

.c-icon-bar__border {
  line-height: normal;
  padding: 0.3125rem; }
  .c-icon-bar__border:before, .c-icon-bar__border:after {
    content: " ";
    display: table; }
  .c-icon-bar__border:after {
    clear: both; }
  @media only print, screen and (min-width: 53.25em) {
    .c-icon-bar__border {
      border: 1px solid #CCCCCC;
      padding: 8px; } }
  .f-topbar-fixed .c-icon-bar__border {
    padding: 0.3125rem 0.5rem; }
  .c-icon-bar__border:hover {
    border-color: #CCCCCC !important; }

.c-icon-bar__labels {
  float: left;
  text-align: right; }

.c-icon-bar__heading {
  text-transform: uppercase;
  margin: 0; }
  .f-topbar-fixed .c-icon-bar__heading {
    font-size: 0.875rem; }

.c-icon-bar__label {
  font-size: 0.875rem;
  color: #222222; }
  .f-topbar-fixed .c-icon-bar__label {
    font-size: 0.75rem; }
  .c-icon-bar__item--primary .c-icon-bar__label {
    color: #85be4c; }

.c-icon-bar__icons {
  width: auto; }
  @media only print, screen and (min-width: 53.25em) {
    .c-icon-bar__icons {
      width: 40px; } }

.c-icon-bar__icon-main {
  font-size: 1.5rem !important; }
  @media only print, screen and (min-width: 53.25em) {
    .c-icon-bar__icon-main {
      font-size: 1.75rem !important; } }
  .f-topbar-fixed .c-icon-bar__icon-main {
    font-size: 1.5rem !important; }

.c-icon-bar__icon-secondary {
  font-size: 1.125rem !important;
  height: 0.625rem;
  line-height: 0.625rem; }

.inline-list .inline-list li:first-child {
  margin-left: 0; }

.inline-list > li > a {
  color: #333;
  font-size: 0.75rem; }

.inline-list a {
  font-size: 0.875rem; }

.label p {
  display: inline;
  font-size: 0.6875rem; }
  .label p:last-child {
    margin-bottom: 0; }

.label.info a {
  color: #fff;
  font-size: 0.6875rem;
  text-decoration: underline; }
  .label.info a:hover {
    color: #fff;
    text-decoration: none; }

.label.warning {
  color: black; }

.label.secondary {
  color: #30333b; }

.label.success {
  color: #0f280b; }

.left-submenu {
  height: 100%; }

.left-off-canvas-toggle {
  position: relative;
  z-index: 1;
  color: #333;
  line-height: 2.5rem; }
  .left-off-canvas-toggle:hover, .left-off-canvas-toggle:active, .left-off-canvas-toggle:focus {
    color: #CCCCCC; }

.fixed.left-off-canvas-toggle {
  position: fixed !important;
  z-index: 9999;
  left: 0.3125rem; }

.left-off-canvas-menu h4 {
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  font-size: 0.875rem;
  background: #333333;
  border-bottom: 1px solid #3d3d3d;
  border-top: none; }

.left-off-canvas-menu a[name^="eztoc"] {
  display: none; }

.left-off-canvas-menu .accordion .accordion-navigation > a {
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.9);
  background: #484848; }
  .left-off-canvas-menu .accordion .accordion-navigation > a:after {
    color: rgba(255, 255, 255, 0.9); }

.left-submenu .back > a:before,
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "";
  float: right;
  font-family: "FontAwesome"; }

.off-canvas-list .label a {
  display: inline;
  padding: 0;
  background: transparent;
  border: transparent;
  transition: none; }

.off-canvas-list a {
  background: #484848; }
  .off-canvas-list a.last-item {
    border-bottom: none; }

.off-canvas-list .c-offcanvas__user-area a {
  padding: 0;
  background: none;
  border-bottom: none; }

.off-canvas-list label {
  cursor: default; }

.off-canvas-list .back a {
  padding: 0.5rem 1rem; }
  .off-canvas-list .back a:before {
    content: "";
    float: left; }

.off-canvas-list .f-dropdown {
  border-color: #3d3d3d; }
  .off-canvas-list .f-dropdown li a {
    padding: 0 0.3125rem;
    color: #333333;
    background-color: #fff; }

.c-offcanvas__user-area {
  color: #fff;
  border-bottom: 1px solid #3d3d3d; }
  .c-offcanvas__user-area .accordion .accordion-navigation > .content.active {
    background-color: #888888; }
  .c-offcanvas__user-area .accordion .accordion-navigation.active .content a:after {
    display: none; }

.c-offcanvas--secondary ul {
  list-style: none;
  margin: 0;
  font-size: 0.75rem;
  background-color: #3d566e; }
  .c-offcanvas--secondary ul li a {
    padding-left: 1.5rem; }

.c-offcanvas__header {
  font-size: 1rem;
  color: #BDC3C7;
  padding: 1rem;
  margin: 0;
  border-bottom: 1px solid #3d3d3d; }
  .c-offcanvas__header button {
    margin-top: 2px; }

.c-offcanvas__content {
  background: #484848; }
  .c-offcanvas__content form {
    padding: 1rem; }
  .c-offcanvas__content hr {
    display: none; }
  .is-logged-in .c-offcanvas__content {
    padding: 0; }

.panel.small {
  padding: 0.625rem; }

.meter.rating {
  background-color: orange; }

.reveal-modal.error {
  background-color: #f22613;
  border-color: #d51d0c;
  color: #fff; }
  .reveal-modal.error .close-reveal-modal {
    color: #fff; }

.reveal-modal.success {
  background-color: #6ed35f;
  border-color: #50ca3d;
  color: #fff; }
  .reveal-modal.success .close-reveal-modal {
    color: #fff; }

.reveal-modal.notice {
  background-color: #89c4f4;
  border-color: #58acef;
  color: #454545; }
  .reveal-modal.notice .close-reveal-modal {
    color: #fff; }

.reveal-modal.with-text {
  position: fixed;
  top: 5% !important;
  left: 50%;
  max-height: 0;
  min-height: 90%;
  width: 90%;
  overflow-y: auto;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

@media only print, screen and (max-width: 30em) {
  .reveal-modal.no-full-screen {
    left: 50%;
    padding: 1rem;
    min-height: 0;
    max-height: 80vh;
    height: auto;
    width: 90%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.side-nav {
  padding: 0; }
  .side-nav li {
    margin-bottom: 0; }
  .side-nav > li {
    border-bottom: 0.0625rem solid #CCCCCC;
    margin-bottom: 1rem; }
  .side-nav > li a:not(.button) {
    background: #85be4c;
    color: #fff; }
  .side-nav li.active > a:first-child:not(.button),
  .side-nav li a:not(.button):hover, .side-nav .side-nav li a:not(.button):focus {
    color: #fff;
    background: #85be4c; }

.c-side-nav__next-level {
  border-top: 0; }
  .c-side-nav__next-level a {
    border-left: 0.0625rem solid #CCCCCC;
    border-right: 0.0625rem solid #CCCCCC; }
  .c-side-nav__next-level li.active > a:first-child:not(.button),
  .c-side-nav__next-level li a:not(.button):hover, .c-side-nav__next-level .side-nav li a:not(.button):focus {
    background: #b6d894;
    border-color: #b6d894;
    color: #fff; }
  .c-side-nav__next-level li .dropdown li a:not(.button):hover,
  .c-side-nav__next-level li.active .dropdown li.active a {
    background: #e7f2db;
    border-color: #e7f2db;
    color: #333333; }
  .c-side-nav__next-level li a:not(.button) {
    font-size: 0.875rem;
    color: #333;
    background: #f1f1f1; }
  .c-side-nav__next-level ul {
    margin-left: 0 !important; }
    .c-side-nav__next-level ul li a {
      padding-left: 30px !important; }
    .c-side-nav__next-level ul li:last-child a {
      border-bottom: 0; }

.slick_tabs_homepage_slider .slick-prev:before,
.slick_tabs_homepage_slider .slick-next:before,
.js-slick-main-homepage-slider .slick-prev:before,
.js-slick-main-homepage-slider .slick-next:before {
  font-size: 3.125rem; }

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome, sans-serif;
  color: #CCCCCC; }

.slick-prev,
.slick-next {
  z-index: 98; }

.slick-next:before {
  content: ""; }

.slick-prev:before {
  content: ""; }

.slick_tabs_homepage_slider .slick-next,
.slick_tabs_homepage_slider .slick-prev,
.js-slick-main-homepage-slider .slick-prev,
.js-slick-main-homepage-slider .slick-next {
  right: 0.625rem;
  height: 3.75rem;
  width: 3.75rem;
  margin-top: -1.875rem; }

.js-slick-main-homepage-slider .slick-prev {
  left: 0.625rem;
  right: auto; }

.slick_tabs_homepage_slider .slick-next {
  right: -1.875rem; }

.slick_tabs_homepage_slider .slick-prev {
  right: 0;
  left: -1.875rem; }

@media only print, screen and (max-width: 30em) {
  .tabs dd,
  .tabs .tab-title {
    width: 100%; } }

.tabs .tab-title > a {
  border: 0.0625rem solid #ECF0F1; }
  @media only print, screen and (min-width: 30.0625em) {
    .tabs .tab-title > a {
      border-width: 0; }
      .tabs .tab-title > a:hover {
        border-bottom-width: 0.0625rem; } }

.tabs .tab-title.active > a {
  position: relative;
  border: 0.0625rem solid #ECF0F1;
  border-bottom-color: #fff; }
  .tabs .tab-title.active > a:before {
    position: absolute;
    top: -0.0625rem;
    left: -0.0625rem;
    right: -0.0625rem;
    content: '';
    height: 0.1875rem;
    background-color: #333; }

.tabs-content {
  padding: 0 0.9375rem;
  margin-top: -0.0625rem;
  z-index: 1; }

.tabs-content--bordered {
  border: 0.0625rem solid #ECF0F1; }

@media only print, screen and (min-width: 75.0625em) {
  #toast-container {
    left: 50%;
    margin-left: 17.1875rem; } }

#toast-container > div {
  margin: 0 0 0.625rem;
  padding: 0.9375rem 1.5625rem 0.9375rem 3.125rem;
  font-size: 0.875rem;
  line-height: normal;
  border-radius: 0;
  box-shadow: 0 0 30px #AAAAAA;
  opacity: 1; }
  @media only print, screen and (min-width: 53.25em) {
    #toast-container > div {
      width: 18.75rem; } }
  #toast-container > div:hover {
    box-shadow: 0 0 30px #9d9d9d; }
  #toast-container > div:before {
    position: absolute;
    left: 0.9375rem;
    top: 50%;
    font-family: FontAwesome;
    font-size: 1.5rem;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  #toast-container > div.toast-success {
    border-radius: 3px !important;
    border-left: 5px solid #6ed35f;
    color: #0f280b;
    background: #a4e49b none !important; }
    #toast-container > div.toast-success:before {
      content: "";
      color: #4ac837; }
  #toast-container > div.toast-error {
    border-radius: 3px !important;
    border-left: 5px solid #f22613;
    color: #060100;
    background: #f6695c none !important; }
    #toast-container > div.toast-error:before {
      content: "";
      color: #c71b0b; }
  #toast-container > div.toast-info {
    border-radius: 3px !important;
    border-left: 5px solid #89c4f4;
    color: #0b4473;
    background: #cfe7fb none !important; }
    #toast-container > div.toast-info:before {
      content: "";
      color: #5aadf0; }
  #toast-container > div.toast-warning {
    border-radius: 3px !important;
    border-left: 5px solid #f89406;
    color: black;
    background-color: #fbb450 none !important; }
    #toast-container > div.toast-warning:before {
      content: "";
      color: #c67605; }

.toast-close-button {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
  top: 1rem !important;
  right: 0.375rem !important;
  font-weight: normal;
  text-shadow: none;
  opacity: 0.3; }
  .toast-close-button:hover, .toast-close-button:focus {
    opacity: 0.5; }

.toast-close-button:hover,
.toast-close-button:focus {
  background: none;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5; }

@media only print, screen {
  .tooltip.tip-override > .nub {
    border-color: transparent transparent #333333 transparent; }
  .tooltip.tip-override.tip-left > .nub,
  .tooltip.tip-override.tip-right > .nub {
    margin-top: 0; } }

.c-account__box h2 {
  background: #333;
  color: #fff;
  padding: 0.9375rem 1.25rem;
  margin: -1.25rem -1.25rem 1.25rem -1.25rem; }

.c-account__box-icon {
  margin-top: -0.4375rem !important; }

.no-sort::after {
  display: none !important; }

.no-sort {
  pointer-events: none !important;
  cursor: default !important; }

.autocomplete-suggestions {
  border: 1px solid #999999;
  background: #fff;
  cursor: default;
  overflow: auto;
  box-shadow: 1px 4px 3px 0 #CCCCCC; }
  .autocomplete-suggestions strong {
    font-weight: bold;
    color: #000000; }

.autocomplete-suggestion {
  padding: 0.125rem 0.3125rem;
  white-space: nowrap;
  overflow: hidden;
  right: 10px; }
  @media only print, screen and (min-width: 53.25em) {
    .autocomplete-suggestion {
      right: auto; } }

.autocomplete-no-suggestion {
  padding: 0.125rem 0.3125rem; }

.autocomplete-selected {
  background: #F9F9F9; }

.autocomplete-group {
  padding: 0.125rem 0.3125rem; }
  .autocomplete-group strong {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    color: #000000;
    border-bottom: 1px solid black; }

.autocomplete-suggestion-product {
  line-height: 36px; }

.c-basket {
  border: 0; }

.c-basket__header {
  font-size: 0.75rem;
  padding: 0.625rem;
  background: #333;
  color: #fff; }

.c-basket__item {
  padding: 0.625rem;
  background: #efefef;
  border: 1px solid #ccc;
  border-top: 0;
  font-size: 0.75rem;
  position: relative; }
  .c-basket__item input {
    margin: 0.3125rem 0; }
  @media only print, screen and (max-width: 53.1875em) {
    .c-basket__item {
      border: 1px solid #ccc;
      margin-bottom: 1.25rem; } }

.c-basket__stock {
  margin-top: 0.3125rem; }

.c-basket__info {
  font-size: 0.75rem;
  border: 2px dotted #CCCCCC !important; }
  .c-basket__info a {
    padding: 0.3125rem 2.5rem 0.3125rem 0.625rem !important;
    background: #fff !important; }
  .c-basket__info p, .c-basket__info ul, .c-basket__info ol {
    font-size: 0.75rem;
    margin-bottom: 0.3125rem; }

.c-basket__delete {
  font-size: 1.0625rem; }
  @media only print, screen and (max-width: 53.1875em) {
    .c-basket__delete {
      position: absolute !important;
      right: 0.625rem;
      top: 0.3125rem; } }

.c-bestsellers {
  border-top-color: #999999 !important;
  border-top-width: 7px !important; }

.c-bestsellers-top .c-card__title {
  font-size: 1.875rem; }

.c-bestsellers-top-1 {
  border-top-color: #D3362D !important;
  border-top-width: 7px !important;
  padding-top: 0; }

.c-bestsellers-top-2 {
  border-top-color: #E7711B !important;
  border-top-width: 7px !important;
  padding-top: 0; }

.c-bestsellers-top-3 {
  border-top-color: #F1CA3A !important;
  border-top-width: 7px !important;
  padding-top: 0; }

.c-bestsellers-top__ribbon {
  line-height: rem-cacl(30);
  font-size: 1.875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  letter-spacing: -2px;
  display: block;
  width: 4rem;
  height: 5rem;
  background: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
  color: #fff;
  padding-top: 1rem;
  position: absolute; }
  .c-bestsellers-top__ribbon:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 32px solid transparent;
    border-left: 32px solid transparent;
    border-top: 24px solid #CCCCCC;
    position: absolute;
    top: 5rem;
    left: 0; }
  .c-bestsellers-top__ribbon.c-bestsellers-top__ribbon--1 {
    background: linear-gradient(to bottom, #D3362D 0%, #E57368 100%); }
    .c-bestsellers-top__ribbon.c-bestsellers-top__ribbon--1:after {
      border-top: 24px solid #E57368; }
  .c-bestsellers-top__ribbon.c-bestsellers-top__ribbon--2 {
    background: linear-gradient(to bottom, #E7711B 0%, #F7981D 100%); }
    .c-bestsellers-top__ribbon.c-bestsellers-top__ribbon--2:after {
      border-top: 24px solid #F7981D; }
  .c-bestsellers-top__ribbon.c-bestsellers-top__ribbon--3 {
    background: linear-gradient(to bottom, #F1CA3A 0%, #F6EB3B 100%); }
    .c-bestsellers-top__ribbon.c-bestsellers-top__ribbon--3:after {
      border-top: 24px solid #F6EB3B; }

.c-card__list-wrapper {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  .c-card__list-wrapper:before, .c-card__list-wrapper:after {
    content: " ";
    display: table; }
  .c-card__list-wrapper:after {
    clear: both; }
  .c-card__list-wrapper > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }
  .c-card__list-wrapper > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 100%; }
    .c-card__list-wrapper > li:nth-of-type(1n) {
      clear: none; }
    .c-card__list-wrapper > li:nth-of-type(1n+1) {
      clear: both; }
  @media only print, screen and (min-width: 30.0625em) {
    .c-card__list-wrapper {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .c-card__list-wrapper:before, .c-card__list-wrapper:after {
        content: " ";
        display: table; }
      .c-card__list-wrapper:after {
        clear: both; }
      .c-card__list-wrapper > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .c-card__list-wrapper > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 50%; }
        .c-card__list-wrapper > li:nth-of-type(1n) {
          clear: none; }
        .c-card__list-wrapper > li:nth-of-type(2n+1) {
          clear: both; }
      .c-card__list-wrapper.is-list-view {
        display: block;
        padding: 0;
        margin: 0 -0.625rem; }
        .c-card__list-wrapper.is-list-view:before, .c-card__list-wrapper.is-list-view:after {
          content: " ";
          display: table; }
        .c-card__list-wrapper.is-list-view:after {
          clear: both; }
        .c-card__list-wrapper.is-list-view > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 0.625rem 1.25rem; }
        .c-card__list-wrapper.is-list-view > li {
          list-style: none;
          padding: 0 0.625rem 1.25rem;
          width: 100%; }
          .c-card__list-wrapper.is-list-view > li:nth-of-type(1n) {
            clear: none; }
          .c-card__list-wrapper.is-list-view > li:nth-of-type(1n+1) {
            clear: both; } }
  @media only print, screen and (min-width: 53.25em) {
    .c-card__list-wrapper {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .c-card__list-wrapper:before, .c-card__list-wrapper:after {
        content: " ";
        display: table; }
      .c-card__list-wrapper:after {
        clear: both; }
      .c-card__list-wrapper > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .c-card__list-wrapper > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 33.33333%; }
        .c-card__list-wrapper > li:nth-of-type(1n) {
          clear: none; }
        .c-card__list-wrapper > li:nth-of-type(3n+1) {
          clear: both; } }

@media only print, screen and (min-width: 53.25em) {
  .c-card__list-wrapper--wide {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .c-card__list-wrapper--wide:before, .c-card__list-wrapper--wide:after {
      content: " ";
      display: table; }
    .c-card__list-wrapper--wide:after {
      clear: both; }
    .c-card__list-wrapper--wide > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    .c-card__list-wrapper--wide > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 33.33333%; }
      .c-card__list-wrapper--wide > li:nth-of-type(1n) {
        clear: none; }
      .c-card__list-wrapper--wide > li:nth-of-type(3n+1) {
        clear: both; } }

@media only print, screen and (min-width: 64.0625em) {
  .c-card__list-wrapper--wide {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .c-card__list-wrapper--wide:before, .c-card__list-wrapper--wide:after {
      content: " ";
      display: table; }
    .c-card__list-wrapper--wide:after {
      clear: both; }
    .c-card__list-wrapper--wide > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    .c-card__list-wrapper--wide > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 25%; }
      .c-card__list-wrapper--wide > li:nth-of-type(1n) {
        clear: none; }
      .c-card__list-wrapper--wide > li:nth-of-type(4n+1) {
        clear: both; } }

.c-card__list-wrapper.is-list-view .c-card .row > div:last-child {
  padding-bottom: 3.125rem; }

.c-card__list-wrapper.is-list-view .c-card .button-group {
  position: absolute;
  right: 1.5rem;
  bottom: 0.5rem; }

.c-card__list-wrapper.is-list-view .c-card__price-wrapper {
  padding-top: 0.5rem; }

@media only print, screen and (max-width: 30em) {
  .c-card__list-wrapper.is-list-view .c-card__image {
    height: auto; } }

.c-card {
  border: 1px solid #CCCCCC;
  position: relative; }
  .c-card .button.disabled:focus, .c-card .button.disabled:hover,
  .c-card button.disabled:focus,
  .c-card button.disabled:hover {
    background: #95A5A6; }

.c-card__title {
  font-size: 1rem;
  padding: 0.5rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis; }
  .c-card__title a {
    color: #85be4c; }
  @media only print, screen and (max-width: 30em) {
    .c-card__title {
      padding: 0 0.5rem; } }

.c-card__description {
  font-size: 0.875rem;
  padding: 0.5rem;
  margin: 0 0 0.5rem 0;
  overflow: hidden; }
  .c-card__description p:last-child {
    margin: 0; }
  @media only print, screen and (max-width: 30em) {
    .c-card__description {
      padding: 0 0.5rem; } }

.c-card__sku {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-card__image {
  display: table;
  width: auto;
  max-height: 15.625rem;
  margin: 0 auto; }
  @media only print, screen and (max-width: 30em) {
    .c-card__image {
      width: auto;
      margin: 0 auto;
      height: 7.5rem; } }

.c-card__image--inline {
  display: inline-block;
  padding-top: 0.5rem;
  padding-left: 0.5rem; }

.c-card__price-wrapper {
  padding: 0 0.5rem 0.5rem 0.5rem;
  line-height: normal; }

.c-card__label {
  font-size: 0.75rem; }

.c-card__label--shipping p {
  display: inline;
  font-size: 100%;
  margin-bottom: 0; }

.c-card__price {
  color: #333;
  font-size: 1.875rem; }

.c-card__button--secondary {
  width: 50% !important; }
  .c-card__button--secondary .button {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    background-color: #85be4c;
    color: #fff;
    font-size: 1rem; }
  @media only print, screen and (min-width: 53.25em) {
    .c-card__button--secondary {
      width: 25% !important; } }

.c-card__button--primary {
  width: 50% !important; }
  .c-card__button--primary .button {
    background-color: #85be4c;
    font-size: 1rem; }

.c-card--sidebar {
  background-color: #f2f2f2; }

.c-card__footer {
  padding: 0.5rem;
  line-height: 2.25rem;
  background-color: #e6e6e6; }

.c-card__table .c-card__price {
  font-size: 1.25rem; }

.c-checkout__content {
  border: 1px solid #F5F5F5;
  border-top: none; }
  .in-progress .c-checkout__content {
    border-color: #E67E22; }
  .done .c-checkout__content {
    border-color: #27AE60; }
  .not-done .c-checkout__content {
    border-color: #ECF0F1; }

/* Checkout steps */
.checkout-step {
  margin-top: 0.9375rem;
  padding: 0.3125em 0.9375em;
  background-color: #F5F5F5;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  position: relative; }
  .js-checkout-box:first-child .checkout-step {
    margin-top: 0; }
  .checkout-step h4 {
    margin: 0.25rem 0 0.125rem 2.8125rem;
    line-height: normal; }
    .checkout-step h4 .button {
      border-radius: 3px; }
  .done .checkout-step {
    background-color: #2ECC71;
    border-bottom-color: #27AE60; }
    .done .checkout-step h4 {
      color: #fff; }
  .in-progress .checkout-step {
    background-color: #F39C12;
    border-bottom-color: #E67E22; }
    .in-progress .checkout-step h4 {
      color: #fff; }
  .not-done .checkout-step {
    margin-bottom: 0;
    border-bottom-color: #ECF0F1; }

/* Sidebar */
.checkout-sidebar {
  padding: 0 0.9375rem;
  border-left: 1px solid #ddd;
  z-index: 98;
  font-size: 0.875rem; }
  .checkout-sidebar ul {
    font-size: 90%; }

.sticky-wrapper.is-sticky {
  background: white; }

.delivery-address-list {
  max-height: 18.75rem;
  overflow-y: auto;
  margin-bottom: 0.9375rem; }
  @media only print, screen and (min-width: 53.25em) {
    .delivery-address-list {
      max-height: 31.25rem; } }

.checkout-step-number {
  float: left;
  position: absolute;
  background: #ECF0F1;
  top: 0;
  left: 0;
  height: 2.6875rem;
  line-height: 2.6875rem;
  width: 3.125rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.4375rem; }

.done .checkout-step-number {
  background: #27AE60;
  color: #fff !important; }

.in-progress .checkout-step-number {
  background: #E67E22;
  color: #fff !important; }

.c-comparison__list {
  height: 32.625rem;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden; }

.c-comparison__list .js-comparison-tabs li a {
  color: #333;
  display: block;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }

.c-comparison__list .js-comparison-tabs li.active a {
  background: #333;
  color: #fff;
  padding: 0.625rem; }

.c-comparison .box-elements .element .element-info {
  height: 21.875rem; }

.c-comparison .pagination-wrapper {
  position: absolute;
  top: 0.75rem;
  right: 0.625rem;
  font-size: 1.5rem; }

.pagination-wrapper a {
  color: #333;
  text-decoration: none; }

.element-attributes h4,
.c-comparison__data-attributes h4 {
  position: relative;
  padding-right: 1.5rem;
  cursor: pointer;
  font-size: 1rem;
  margin: 0.625rem -1.25rem 0.625rem 0;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333; }

.c-comparison__data-attributes h4:after {
  content: '';
  position: absolute;
  top: 0.375rem;
  right: 0;
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.625rem solid #333; }

.c-comparison__data-attributes .collapsed h4:after {
  border-top: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #333; }

/* Sortable List */
.sortable-list-group {
  overflow: hidden; }

.sortable-list-group-item-inner {
  padding: 0 0.46875rem; }

.sortable-list-group-item .drag-item {
  text-align: center;
  margin: 0.625rem 0 1.875rem 0;
  height: 2.8125rem; }

.sortable-list-group-item .drag-item i {
  cursor: pointer; }

/* element info */
.element-info {
  padding: 0.625rem;
  height: 23.75rem;
  background-color: #fff;
  border: 0.0625rem solid #CCCCCC; }

.element-info .comparison-image {
  height: 9.0625rem;
  overflow: hidden;
  border-bottom: 0.0625rem solid #CCCCCC;
  padding-bottom: 0.3125rem;
  text-align: center; }

.element-info .comparison-price {
  margin-top: 1rem;
  height: 8.9375rem; }

.element-info .comparison-image figure {
  margin: 0; }

.element-info .comparison-image figcaption {
  text-align: left; }

/* element attributes and box attributes */
.c-comparison__data-attributes ul {
  margin: 0 -1.875rem 0 0; }

.element-attributes ul {
  margin: 0 -0.46875rem; }

.element-attributes ul li,
.c-comparison__data-attributes ul li {
  padding: 0.3125rem 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.element-list {
  border-top: 0.0625rem solid #ccc; }

.element-list li {
  background: #fff;
  color: #333; }

.element-list li.odd {
  background: #ECF0F1;
  color: #333; }

/*
    Document        : storm.cookiepolicy
    Author          : mkr, mno
    Dependencies    :
    Description:
        Storm cookie policy plugin stylesheets.
*/
.cp-overlay {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.cp-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  z-index: 9999;
  text-align: left; }
  @media only print, screen and (max-width: 30em) {
    .cp-dialog {
      top: -0.625rem;
      position: fixed; } }

.cp-dialog h2 {
  margin: 0 0 10px; }

.cp-dialog-content {
  padding: 20px;
  margin: 20px auto;
  width: 700px;
  font-size: 13px;
  position: relative;
  overflow: hidden;
  background-color: #fff; }
  @media only print, screen and (max-width: 30em) {
    .cp-dialog-content {
      position: fixed;
      top: 2% !important;
      width: 96%;
      max-height: 96%;
      padding: 16px;
      margin: 0 2%;
      overflow-y: auto; } }

.cp-dialog .close,
.cp-button-wrap .close {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem; }
  @media only print, screen and (max-width: 30em) {
    .cp-dialog .close,
    .cp-button-wrap .close {
      top: 0;
      right: 0.625rem; } }

.cp-button-wrap .close.simple {
  top: 0.46875rem;
  right: 0.9375rem;
  margin: 0;
  color: #fff;
  font-size: 1em; }

.cp-button-wrap .close {
  top: 0;
  right: 0.9375rem; }

.cp-dialog-content .cp-logo-link {
  position: absolute;
  bottom: 3px;
  right: 3px;
  background-color: #efefef;
  padding: 0 5px;
  display: block; }

.cp-dialog-content h1 {
  font-size: 23px;
  border-bottom: 1px solid;
  border-color: inherit;
  margin: 0 0 20px 0;
  line-height: 1.6em; }

.cp-button-wrap {
  margin-top: 0.9375rem; }
  .simple .cp-button-wrap {
    margin-top: 0; }

.cp-level-changer {
  overflow: visible;
  margin: 0 auto 5px;
  text-align: center;
  padding-bottom: 10px; }

.cp-level-changer a {
  display: inline-block;
  height: 150px;
  cursor: pointer;
  position: relative;
  border: 5px solid #888;
  max-width: 150px;
  text-decoration: none !important;
  transition: none; }

.cp-level-changer a:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
  box-shadow: 0 0 5px 0 rgba(50, 180, 50, 0.3); }

.cp-level-changer a span.cp-level-button-icon {
  display: block;
  position: absolute;
  top: 11px;
  left: 10%;
  right: 13%;
  height: 75px; }

.cp-level-changer a span.cp-level-button-icon div {
  display: block;
  background-color: #888;
  position: absolute;
  bottom: 0;
  border: 1px solid #fff; }

.cp-level-changer a span.cp-level-button-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  padding-top: 10px;
  background-color: #888;
  color: #fff;
  font-size: 13px;
  font-weight: bold; }

.cp-level-changer a.activated {
  border-color: #888; }

.cp-level-changer a.activated span.cp-level-button-title {
  background-color: #888; }

.cp-level-changer a.activated span.cp-level-button-icon div.activated {
  background-color: #EC731E; }

.cp-permission-panels {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px; }

.cp-permission-panels ul {
  padding: 5px 0 0;
  margin: 0 0 0 20px; }

.cp-permission-panels ul li {
  padding: 0 0 4px 0;
  margin: 0;
  font-size: 14px; }

.cp-permission-panel-disallowed {
  float: left;
  width: 49%; }

.cp-permission-panel-allowed {
  float: right;
  width: 49%; }

.cp-permission-panel-title {
  font-size: 16px;
  padding: 10px 0 0;
  font-weight: bold; }

/* Cookies Warning */
.cp-popup {
  z-index: 1999;
  background: #ECF0F1;
  font-size: 0.75rem; }

.cp-popup-inner {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  position: relative;
  padding: 0.9375rem 5.625rem 1.875rem 1.875rem; }
  .cp-popup-inner:before, .cp-popup-inner:after {
    content: " ";
    display: table; }
  .cp-popup-inner:after {
    clear: both; }
  .simple .cp-popup-inner {
    padding-bottom: 0.9375rem; }

/* Magic Button */
.cp-toggle-magic-button {
  display: block;
  float: right;
  margin: 10px 0 10px;
  text-decoration: underline; }

.cp-toggle-magic-button .ui-icon {
  float: left;
  margin: 3px 2px 0 0; }

.cp-dialog .cp-toggle-magic-button {
  line-height: 20px; }

.cp-magic-button-wrap {
  display: none; }

.cp-magic-button-wrap iframe {
  height: 137px;
  width: 100%; }

.cp-magic-button-wrap .ui-state-highlight {
  margin: 0 0 15px;
  padding: 15px; }

/* Additional Styles @mkr */
.notice p,
.success p {
  margin: 0; }

.notice.border,
.success.border {
  padding-bottom: 5px; }

.bottom-links {
  float: left;
  width: 100%;
  clear: both; }

.clear-cookies-wrapper {
  float: right;
  text-align: right; }

.cp-button-wrap .ui-button.text-link {
  background: none;
  border: none;
  text-decoration: underline; }

.cp-popup a:hover,
.cp-button-wrap .ui-button.text-link:hover {
  text-decoration: none; }

.cp-level-changer-wrap {
  float: left;
  width: 100%; }

p.description {
  text-align: center;
  clear: both;
  padding: 5px 10px; }

.cp-save-wrapper {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 25px;
  text-align: center; }

#powerTip ul {
  padding-left: 15px; }

.css-tooltip {
  position: relative;
  z-index: 1;
  color: #333;
  font-weight: bolder;
  cursor: pointer; }
  .css-tooltip:hover::before {
    content: "";
    border: solid transparent;
    border-bottom-color: #333;
    border-width: 5px;
    position: absolute;
    top: 1.875rem;
    left: 0.625rem; }
  .css-tooltip:hover::after {
    content: attr(aria-label);
    position: absolute;
    min-width: 15em;
    line-height: 1.3em;
    margin: 0;
    background: #333;
    color: #fff;
    padding: 0.625rem;
    left: 0;
    top: 2.5rem;
    z-index: 1;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center; }

.css-tooltip-right:hover::after {
  right: 0;
  left: auto; }

@media only print, screen and (min-width: 53.25em) {
  .nav-wrap {
    background: #333;
    border-color: #ccc; }
  .nav-wrap .contain-to-grid {
    background: #333; }
  .nav-wrap .contain-to-grid.fixed {
    background: #fff; }
    .nav-wrap .contain-to-grid.fixed .icon-bar .item i {
      color: #333; }
    .nav-wrap .contain-to-grid.fixed .c-icon-bar__menu-item i {
      color: #333 !important; }
  .nav-wrap .top-bar-section ul li:not(.has-form) > a, .nav-wrap .top-bar {
    color: #333; }
  .c-dropdownmenu .top-bar-section ul > li {
    position: relative; }
  .c-dropdownmenu .top-bar-section ul > li > a {
    font-size: 0.9375rem;
    border-left: 0;
    border-right: 0;
    line-height: 3.4375rem !important; }
  .c-dropdownmenu .top-bar-section li.active a,
  .c-dropdownmenu .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #fff;
    color: #333; }
  .c-dropdownmenu .top-bar-section ul li:hover > a,
  .c-dropdownmenu .top-bar-section ul li:active,
  .c-dropdownmenu .top-bar-section li.active:not(.has-form) > a:not(.button) {
    background: #fff !important;
    color: #333 !important;
    text-shadow: none; }
  .c-dropdownmenu .top-bar-section .has-dropdown > a:after {
    top: 50%;
    border-color: #333 transparent transparent transparent; }
  .not-click > a {
    pointer-events: none;
    cursor: default; }
  .c-dropdownmenu .top-bar-section .dropdown li > a:not(.button) {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border: 0;
    color: #333; }
    .c-dropdownmenu .top-bar-section .dropdown li > a:not(.button):before {
      font-family: FontAwesome;
      content: "\f0da";
      margin-right: 0.625rem;
      font-size: 1rem; }
  .f-topbar-fixed .c-icon-bar__wrapper {
    top: 0.625rem; } }

.c-dropzone {
  height: 15.5625rem;
  padding: 3.75rem;
  line-height: 2rem;
  text-align: center;
  background-color: #ECF0F1;
  border: 0.125rem dashed #BDC3C7; }

.c-dropzone__plus {
  height: 3.75rem;
  width: 3.75rem;
  margin: 0 auto;
  line-height: 3.75rem;
  border: 0.125rem dashed #BDC3C7; }

.c-dropzone__icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  font-size: 1.5rem; }
  .c-dropzone__icon:before {
    content: ""; }

.c-facets__dropdown {
  margin-top: -0.0625rem; }

.c-facets__button {
  margin-bottom: 0.3125rem;
  padding: 0.5rem 1.875rem 0.5rem 0.625rem !important;
  color: #222222;
  background-color: #EEEEEE;
  border: 0.0625rem solid #BDC3C7; }
  .c-facets__button:focus, .c-facets__button:hover {
    background: #BDC3C7;
    color: #222222;
    outline: none; }
  .c-facets__button:after {
    right: 0.625rem !important;
    border-color: #333333 transparent transparent transparent !important;
    border-width: 0.4375rem;
    margin-top: -0.125rem;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .c-facets__button--apply {
    padding: 0.3125rem 0.625rem !important;
    margin-top: 0.3125rem !important; }
    .c-facets__button--apply.disabled {
      background-color: #999999; }
      .c-facets__button--apply.disabled:active, .c-facets__button--apply.disabled:hover {
        background-color: #999999; }
  .c-facets__button.hidden {
    display: none; }
  @media only print, screen and (max-width: 30em) {
    .c-facets__button {
      width: 100%; } }

.c-facets__items-list {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-height: 7.5rem;
  overflow-y: auto; }
  .mega .c-facets__items-list {
    max-height: 15rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.c-facets__item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }
  @media only print, screen and (min-width: 53.25em) {
    .c-facets__item {
      padding-top: 0.125rem;
      padding-bottom: 0.125rem; } }
  .mega .c-facets__item {
    width: 50%; }
    @media only print, screen and (min-width: 53.25em) {
      .mega .c-facets__item {
        width: 33.33%; } }
    @media only print, screen and (min-width: 64.0625em) {
      .mega .c-facets__item {
        width: 25%; } }

.c-facets__search-field {
  padding-right: 1.25rem; }

.c-facets__search-icon {
  position: absolute;
  top: 0.75rem;
  right: 0.375rem; }

.c-facets__active {
  margin: 0.125rem 0.125rem 0.3125rem;
  padding-top: 0;
  padding-bottom: 0.1875rem;
  line-height: 1.125rem;
  cursor: pointer; }

.c-facets__icon-close {
  position: relative;
  top: 0.1875rem;
  font-size: 1.25rem;
  font-weight: bold; }

.c-facets__icon-close--rounded {
  position: absolute;
  top: 0.75rem;
  right: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  cursor: pointer; }

.c-facet__active-group {
  position: relative;
  display: inline-block;
  padding: 0 0.3125rem 0.125rem;
  margin: 0.3125rem 0.625rem 0.9375rem 0;
  border: 0.0625rem solid #ECF0F1; }
  @media only print, screen and (min-width: 53.25em) {
    .c-facet__active-group {
      margin-top: 0; } }

.c-facet__active-group--multi {
  padding-right: 2.0625rem; }

.c-facet__active-group-title {
  display: table;
  margin: -0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: normal;
  background-color: #fff; }

.c-flyout__content {
  max-height: 18.75rem;
  overflow-y: auto; }
  .c-flyout__content .row {
    margin: 0; }
    .c-flyout__content .row .columns:first-child {
      padding-left: 0; }
    .c-flyout__content .row .columns:last-child {
      padding-right: 0; }

.c-slider-landingpage figure,
.c-slider-banner figure {
  margin: 0; }

.c-slider-landingpage img {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto; }

.c-slider-banner__item {
  background-size: cover; }
  @media only print, screen and (min-width: 53.25em) {
    .c-slider-banner__item {
      min-height: 28.125rem; } }

.c-slider-banner__headline-only {
  color: #fff;
  margin: 2.5%; }

.c-slider-banner__text {
  background: rgba(255, 255, 255, 0.75);
  padding: 2.5%;
  margin: 2.5%; }
  @media only print, screen and (max-width: 30em) {
    .c-slider-banner__text {
      margin: 0; }
      .c-slider-banner__text .button {
        width: 100%; } }
  .c-slider-banner__text h2 {
    font-size: 1.875rem; }
    @media only print, screen and (max-width: 30em) {
      .c-slider-banner__text h2 {
        font-size: 1.25rem; } }
  .c-slider-banner__text p {
    font-size: 1.25rem; }
    @media only print, screen and (max-width: 30em) {
      .c-slider-banner__text p {
        font-size: 1rem; } }
  @media only print, screen and (min-width: 53.25em) {
    .c-slider-banner__text {
      margin: 15%; }
      .c-slider-banner__text h2 {
        font-size: 2.5rem; }
      .c-slider-banner__text p {
        font-size: 1.5625rem; } }

.c-slider-banner__item--secondary {
  background-size: cover;
  min-height: 21.875rem; }
  @media only print, screen and (min-width: 53.25em) {
    .c-slider-banner__item--secondary {
      min-height: 21.875rem; } }

.c-slider-banner__text--secondary {
  background: rgba(255, 255, 255, 0.75);
  padding: 1.5%;
  margin: 5%; }
  @media only print, screen and (max-width: 30em) {
    .c-slider-banner__text--secondary .button {
      width: 100%; } }
  .c-slider-banner__text--secondary h2 {
    font-size: 1.125rem; }
    @media only print, screen and (max-width: 30em) {
      .c-slider-banner__text--secondary h2 {
        font-size: 1rem; } }
  .c-slider-banner__text--secondary p {
    font-size: 0.875rem; }
    @media only print, screen and (max-width: 30em) {
      .c-slider-banner__text--secondary p {
        font-size: 1rem; } }
  @media only print, screen and (min-width: 53.25em) {
    .c-slider-banner__text--secondary h2 {
      font-size: 1.25rem; }
    .c-slider-banner__text--secondary p {
      font-size: 1rem; } }

.c-slider-banner__image {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem; }
  .c-slider-banner__image img {
    margin: 0 auto;
    max-height: 25rem;
    width: auto; }
    @media only print, screen and (max-width: 30em) {
      .c-slider-banner__image img {
        width: 60%; } }
    @media only print, screen and (min-width: 30.0625em) {
      .c-slider-banner__image img {
        margin-top: 2.8125rem;
        margin-bottom: 0.9375rem; } }

.c-tabs-landingpage {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }
  .c-tabs-landingpage h3 {
    margin: 0; }
  .c-tabs-landingpage .tabs-content {
    background: #e6e6e6;
    border: 0;
    margin: 0; }
  .c-tabs-landingpage .tabs .tab-title.active > a {
    background: #85be4c;
    color: #fff;
    border: 0; }
  .c-tabs-landingpage .tabs dd > a, .c-tabs-landingpage .tabs .tab-title > a {
    background: #f2f2f2;
    border: 0; }
  .c-tabs-landingpage .tabs .tab-title.active > a:before {
    height: 0; }
  .c-tabs-landingpage .c-card {
    background: #fff;
    padding-top: 0.625rem;
    border: 0; }
  .c-tabs-landingpage .c-card__title {
    background: #a6a6a6;
    margin-top: 0.625rem; }
    .c-tabs-landingpage .c-card__title a {
      color: #fff; }
  .c-tabs-landingpage .slick-prev:before, .c-tabs-landingpage .slick-next:before {
    color: #333; }
  .c-tabs-landingpage .slick-dots {
    bottom: -1.875rem; }

.c-tabs-landingpage:after {
  left: auto;
  right: -100%; }

/* LANDING PAGE */
@media only print, screen and (min-width: 53.25em) {
  .landing-page-block {
    margin-bottom: 30px !important; } }

/* LANDING PAGE OVERLAY */
.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center; }

.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.overlay-fade-in p {
  letter-spacing: 0.15em;
  color: #f4f4f4;
  font-size: 28px;
  opacity: 0;
  transition: all 0.2s linear; }

.overlay-fade-in .img {
  transition: all 0.2s linear; }

.overlay-fade-in .image-overlay-content {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out; }

.overlay-fade-in h3 {
  font-size: 1.8rem;
  padding: 20px 0;
  margin-top: 125px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1.25em;
  font-weight: 100;
  letter-spacing: 2px; }

.overlay-fade-in a {
  color: #f2f2f2; }

.overlay-fade-in .card__price {
  color: #f2f2f2;
  font-size: 1.75em;
  font-weight: 100; }

.overlay-fade-in .button {
  display: inline-block;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
  position: relative;
  border: 1px solid #fff;
  opacity: 0;
  font-weight: 200;
  letter-spacing: 1.5px;
  transition: all 0.2s ease-in-out;
  font-size: 0.875em;
  padding: 0.9375em 1.25em; }

.overlay-fade-in .button:hover {
  box-shadow: 0 0 5px #000; }

.overlay-fade-in:hover .img {
  -ms-transform: scale(1.2);
      transform: scale(1.2); }

.overlay-fade-in:hover .image-overlay-content {
  opacity: 1; }

.overlay-fade-in:hover h3, .overlay-fade-in p, .overlay-fade-in .button {
  opacity: 1; }

.overlay-fade-in:hover p {
  transition-delay: 0.1s; }

.overlay-fade-in:hover .button {
  transition-delay: 0.2s; }

.landing-page-block .c-card__price {
  color: #f2f2f2;
  font-size: 1.75em; }

/* LANDING PAGE STYLING */
.pos_1, .pos_2, .pos_3, .pos_4 {
  background-color: #F5D76E; }

@media only print, screen and (min-width: 53.25em) {
  .pos_1 {
    height: 630px; }
  .pos_2 {
    height: 300px; } }

/* LANDING PAGE SIZES */
/* LANDING PAGE POSITIONS */
.pos_1 .img, .pos_2 .img {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.image-wrapper.pos_1 h2, .image-wrapper.pos_2 h2 {
  position: absolute;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.8);
  height: 2.2rem;
  font-size: 1rem;
  color: #fff;
  line-height: 2.2rem;
  padding: 0 1.25rem;
  overflow: hidden;
  font-weight: 100;
  letter-spacing: 2px; }

.image-wrapper.pos_1:hover h2, .image-wrapper.pos_2:hover h2 {
  opacity: 0;
  transition: all 0.2s ease-in-out; }

@media only print, screen and (min-width: 53.25em) {
  .image-wrapper.pos_2 h2 {
    top: 20px;
    left: 0px; }
  .pos_1 .img {
    height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .pos_2 .img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover; }
  .pos_1 .image-overlay-content h3 {
    margin-top: 80%; }
  .pos_2 .image-overlay-content h3 {
    margin-top: 50px; }
  .margin-top-30 {
    margin-top: 30px; } }

.c-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.c-list__item {
  padding: 0.9375rem;
  margin-bottom: 1.875rem;
  border: 0.0625rem solid #CCCCCC;
  border-left: 0.625rem solid #CCCCCC; }
  .c-list__item--full {
    padding: 0;
    margin-bottom: 0;
    border: 0; }

.c-list__title {
  font-size: 1.6875rem;
  display: block;
  border-bottom: 0.0625rem solid #CCCCCC; }

.c-list__sub-title {
  font-size: 1.4375rem;
  display: block;
  color: #6f6f6f; }

.c-list__description p,
.c-list__short-description p {
  font-size: 1rem;
  line-height: 1.6; }

.c-list__thumb {
  margin: 0 0.9375rem 0.9375rem 0; }

.c-list__date {
  display: inline;
  margin-right: 0.9375rem;
  font-size: 0.875rem;
  line-height: 2.25rem; }
  .c-list__date:before {
    content: "";
    font-family: FontAwesome;
    color: #333;
    margin-right: 0.3125rem; }

.c-list__date + .c-list__date:before {
  display: none; }

.c-list__author {
  display: inline;
  margin-right: 0.9375rem;
  line-height: 2.25rem;
  font-size: 0.875rem; }

.c-list_author-bio h3 {
  font-size: 1rem; }
  .c-list_author-bio h3 br {
    display: none; }

.c-list_author-bio figure {
  margin: 0; }

.c-list__comments-link {
  font-size: 0.875rem;
  line-height: 2.25rem; }

.c-list__embed-object {
  margin-bottom: 0.9375rem;
  width: 100%;
  list-style-type: none; }
  @media only print, screen and (min-width: 53.25em) {
    .c-list__embed-object {
      width: 25%;
      margin-right: 0.9375rem; } }
  .c-list__embed-object .js-add-to-basket-parent {
    float: left; }

.c-list__more-link {
  font-size: 0.75rem; }

.c-list__location {
  display: inline;
  margin-right: 0.9375rem;
  font-size: 0.875rem;
  line-height: 2.25rem; }
  .c-list__location:before {
    content: "";
    font-family: FontAwesome;
    color: #333;
    margin-right: 0.3125rem; }

.c-list__item--blog {
  border-left-color: #85be4c; }

.c-list__item--event {
  border-left-color: #9B59B6; }

@media only print, screen and (min-width: 53.25em) {
  .c-megamenu--horizontal {
    height: 3.8125rem; }
    .c-megamenu--horizontal .top-bar-section ul li:hover:not(.has-form) > a {
      background: #e6e6e6;
      color: #333; }
    .c-megamenu--horizontal .top-bar-section li.hover:not(.has-form) a:not(.button) {
      color: #333;
      background-color: #e6e6e6; }
    .c-megamenu--horizontal .top-bar-section li.active:not(.has-form) a:not(.button) {
      background-color: #e6e6e6;
      color: #333; }
      .c-megamenu--horizontal .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #e6e6e6;
        color: #333; }
      .c-megamenu--horizontal .top-bar-section li.active:not(.has-form) a:not(.button):after {
        border-top-color: #333; }
    .c-megamenu--horizontal .top-bar-section li.active:not(.has-form) .active > a {
      background-color: #e6e6e6 !important;
      color: #85be4c !important; }
      .c-megamenu--horizontal .top-bar-section li.active:not(.has-form) .active > a:hover {
        background-color: #e6e6e6 !important;
        color: #85be4c !important; }
    .c-megamenu--horizontal .top-bar-section li.active:not(.has-form) .active .active > a {
      background-color: #e6e6e6 !important;
      color: #85be4c !important; }
      .c-megamenu--horizontal .top-bar-section li.active:not(.has-form) .active .active > a:hover {
        background-color: #e6e6e6 !important;
        color: #85be4c !important; }
    .c-megamenu--horizontal .top-bar-section li.active:not(.has-form) .active .active .active > a {
      background-color: #e6e6e6 !important;
      color: #85be4c !important; }
      .c-megamenu--horizontal .top-bar-section li.active:not(.has-form) .active .active .active > a:hover {
        background-color: #e6e6e6 !important;
        color: #85be4c !important; }
    .c-megamenu--horizontal .top-bar-section a {
      position: relative; }
    .c-megamenu--horizontal .top-bar-section .has-dropdown a:after {
      border-color: #333 transparent transparent transparent; }
    .c-megamenu--horizontal .top-bar-section > ul > li {
      position: static;
      background: none;
      border-right: 1px solid #CCCCCC; }
      .c-megamenu--horizontal .top-bar-section > ul > li.has-dropdown > a:after {
        top: 1.90625rem; }
      .c-megamenu--horizontal .top-bar-section > ul > li > a {
        font-size: 1rem;
        color: #333;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important; }
    .c-megamenu--horizontal .top-bar-section > ul > li > .dropdown {
      border-width: 1px 1px 1px 1px;
      border-style: solid;
      border-color: #CCCCCC;
      box-shadow: 1px 14px 75px -8px rgba(0, 0, 0, 0.27);
      border-radius: 0 0 10px 10px; }
    .c-megamenu--horizontal .dropdown {
      width: 100%;
      padding-left: 0.625rem;
      background: #e6e6e6; }
      .c-megamenu--horizontal .dropdown:before, .c-megamenu--horizontal .dropdown:after {
        position: absolute;
        content: '';
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent; }
      .c-megamenu--horizontal .dropdown:after {
        left: auto;
        right: -100%; }
      .c-megamenu--horizontal .dropdown li {
        margin-right: 1.25rem; }
      .c-megamenu--horizontal .dropdown li a {
        padding: 0 0.625rem !important;
        font-size: 1.125rem;
        color: #333 !important;
        font-weight: bold; }
        .c-megamenu--horizontal .dropdown li a:hover {
          background-color: #e6e6e6 !important;
          color: #85be4c !important; }
      .c-megamenu--horizontal .dropdown .dropdown {
        padding-left: 0;
        border-top: 1px solid #333; }
        .c-megamenu--horizontal .dropdown .dropdown:before, .c-megamenu--horizontal .dropdown .dropdown:after {
          display: none; }
      .c-megamenu--horizontal .dropdown .has-dropdown.hover > .dropdown,
      .c-megamenu--horizontal .dropdown .has-dropdown:hover .dropdown,
      .c-megamenu--horizontal .dropdown .dropdown {
        position: static !important;
        top: auto;
        left: auto; }
        .c-megamenu--horizontal .dropdown .has-dropdown.hover > .dropdown li,
        .c-megamenu--horizontal .dropdown .has-dropdown:hover .dropdown li,
        .c-megamenu--horizontal .dropdown .dropdown li {
          width: 100%;
          float: none; }
          .c-megamenu--horizontal .dropdown .has-dropdown.hover > .dropdown li a,
          .c-megamenu--horizontal .dropdown .has-dropdown:hover .dropdown li a,
          .c-megamenu--horizontal .dropdown .dropdown li a {
            padding-left: 0.625rem !important;
            font-size: 0.9375rem;
            line-height: 2.1875rem !important;
            border-bottom: none;
            font-weight: bold; }
            .c-megamenu--horizontal .dropdown .has-dropdown.hover > .dropdown li a:hover,
            .c-megamenu--horizontal .dropdown .has-dropdown:hover .dropdown li a:hover,
            .c-megamenu--horizontal .dropdown .dropdown li a:hover {
              color: #85be4c !important;
              background-color: #e6e6e6 !important; }
          .c-megamenu--horizontal .dropdown .has-dropdown.hover > .dropdown li .dropdown,
          .c-megamenu--horizontal .dropdown .has-dropdown:hover .dropdown li .dropdown,
          .c-megamenu--horizontal .dropdown .dropdown li .dropdown {
            border-top: 0; }
            .c-megamenu--horizontal .dropdown .has-dropdown.hover > .dropdown li .dropdown li a,
            .c-megamenu--horizontal .dropdown .has-dropdown:hover .dropdown li .dropdown li a,
            .c-megamenu--horizontal .dropdown .dropdown li .dropdown li a {
              padding-left: 0.625rem !important;
              font-size: 0.8125rem;
              font-weight: normal; }
              .c-megamenu--horizontal .dropdown .has-dropdown.hover > .dropdown li .dropdown li a:hover,
              .c-megamenu--horizontal .dropdown .has-dropdown:hover .dropdown li .dropdown li a:hover,
              .c-megamenu--horizontal .dropdown .dropdown li .dropdown li a:hover {
                background-color: #e6e6e6 !important;
                color: #85be4c !important; }
      .c-megamenu--horizontal .dropdown a {
        background-color: #e6e6e6 !important; }
      .c-megamenu--horizontal .dropdown .has-dropdown a:after {
        display: none; }
      .c-megamenu--horizontal .dropdown li {
        width: 20%; } }

.c-nav-meta {
  margin: 0.5rem 0; }
  @media only print, screen and (min-width: 30.0625em) {
    .c-nav-meta {
      float: right;
      overflow: visible; }
      .c-nav-meta > li {
        position: relative; }
      .c-nav-meta .f-dropdown:after {
        left: auto !important;
        right: -1px; }
      .c-nav-meta .f-dropdown:before {
        left: auto !important;
        right: 0; }
      .c-nav-meta .f-dropdown.tiny, .c-nav-meta .f-dropdown.small, .c-nav-meta .f-dropdown.medium, .c-nav-meta .f-dropdown.large, .c-nav-meta .f-dropdown.huge {
        left: auto !important;
        right: -2px !important;
        width: 18.75rem; }
      .c-nav-meta .f-dropdown.tiny {
        width: 12.5rem;
        max-width: 12.5rem; }
      .c-nav-meta .f-dropdown.medium {
        width: 25rem;
        max-width: 25rem; }
      .c-nav-meta .f-dropdown.large {
        width: 37.5rem;
        max-width: 37.5rem; }
      .c-nav-meta .f-dropdown.huge {
        width: 48rem;
        max-width: 48rem; } }

.c-nav-meta__link {
  text-decoration: underline; }
  .c-nav-meta__link:hover {
    text-decoration: none; }

.c-nav-meta__icon {
  margin-right: 0.3125em; }

.c-nav-meta__customer-number {
  width: 100%;
  margin-bottom: 1rem;
  line-height: normal;
  text-align: left; }

.c-nav-meta__dropdown {
  position: relative;
  padding-right: 0.9375rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase; }
  .c-nav-meta__dropdown.with-arrow:after {
    position: absolute;
    top: 0.5rem;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3125rem 0.3125rem 0 0.3125rem;
    border-color: #333 transparent transparent transparent; }

.c-nav-meta__content a:hover {
  color: #85be4c; }

.c-nav-meta__column:after {
  position: absolute;
  width: 1px;
  background-color: #e6e9ea;
  content: '';
  top: 2.5rem;
  bottom: 0.625rem;
  margin-left: -0.625rem; }

.c-nav-meta__column:first-child {
  padding-left: 0 !important; }
  .c-nav-meta__column:first-child:after {
    display: none; }
  .c-nav-meta__column:first-child a {
    border: 0; }

.c-nav-meta__column:last-child {
  padding-right: 0 !important;
  border-right: 0; }

.c-nav-meta__column > a {
  margin-left: -0.625rem;
  padding-left: 0.625rem !important;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 1px solid #BDC3C7; }

.c-nav-meta__column ul {
  list-style: none;
  margin-left: 0; }

.c-nav-meta__cookie-notice {
  padding: 0.4375rem 0.625rem; }
  .c-nav-meta__cookie-notice.label {
    color: #fff; }

.c-nav-meta__flag {
  display: inline-block !important;
  float: left;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.625rem;
  opacity: 0.5;
  background: white !important;
  padding: 0 !important;
  border-bottom: none !important;
  border-radius: 50%; }
  @media only print, screen and (min-width: 53.25em) {
    .c-nav-meta__flag {
      margin-right: 0;
      margin-left: 0.625rem;
      width: 1.375rem;
      height: 1.375rem; } }
  .c-nav-meta__flag.is-current, .c-nav-meta__flag:hover {
    opacity: 1; }

.c-nav-meta__flag-icon {
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 1px 1px 0 #CCCCCC;
  width: 30px;
  height: 30px; }
  @media only print, screen and (min-width: 53.25em) {
    .c-nav-meta__flag-icon {
      width: 1.375rem;
      height: 1.375rem; } }

.c-page-footer {
  margin-top: 1.5625rem;
  padding: 1rem 0;
  background: #eff0f1;
  font-size: 0.875rem; }
  .c-page-footer ul {
    list-style: none;
    margin-left: 0; }
  .c-page-footer p {
    font-size: 0.875rem; }
  .c-page-footer p:last-child {
    margin-bottom: 0; }

.c-page-footer__column {
  border-right: 0.0625rem solid #DDDDDD; }
  .c-page-footer__column:last-child {
    border-right: 0; }

@media print {
  .c-page-footer__column--printable {
    width: 100%;
    height: auto !important;
    border-right: 0; }
    .c-page-footer__column--printable br {
      display: none; }
    .c-page-footer__column--printable p {
      display: inline;
      margin-right: 0.3125rem; } }

.meta-nav {
  background: #e6e6e6; }

.tools-wrap {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 2.25rem;
  border-bottom: 0.0625rem solid #dadada;
  background: #fff; }
  @media only print, screen and (min-width: 53.25em) {
    .tools-wrap {
      border-bottom-width: 0;
      padding-top: 1.875rem;
      padding-bottom: 1.875rem;
      line-height: normal; } }

.nav-wrap {
  position: relative;
  right: 0;
  margin-top: -4.0625rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  @media only print, screen and (min-width: 53.25em) {
    .nav-wrap {
      border-top: 0.0625rem solid #CCCCCC;
      border-bottom: 0.0625rem solid #CCCCCC;
      background: #fff;
      position: static;
      margin-top: 0;
      padding: 0; } }
  .nav-wrap .contain-to-grid {
    background: #fff; }
    .nav-wrap .contain-to-grid.fixed {
      border-bottom: 0.0625rem solid #CCCCCC; }
    @media only print, screen and (min-width: 53.25em) {
      .nav-wrap .contain-to-grid {
        background: #fff; } }
  .nav-wrap .top-bar {
    background: none;
    overflow: visible; }
  @media only print, screen and (min-width: 53.25em) {
    .nav-wrap .top-bar-section ul li:not(.has-form) > a,
    .nav-wrap .top-bar {
      background: #fff; } }
  .nav-wrap form {
    margin-top: 0.75rem; }
    .nav-wrap form input,
    .nav-wrap form button {
      margin: 0; }
    .nav-wrap form button {
      background: #2980B9;
      border-color: #2472a4; }

.crumb-wrap {
  background: #f2f2f2; }

.c-page-header__logo {
  position: relative;
  z-index: 1;
  display: inline-block; }

@media only print, screen and (max-width: 53.1875em) {
  .fixed.c-page-header__logo {
    position: fixed !important;
    z-index: 9999;
    left: 1.875rem;
    top: 0.3125rem; }
    .fixed.c-page-header__logo img {
      max-height: 1.875rem; } }

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0.125rem;
  font-size: 0.875rem;
  color: #222222;
  height: 1.5rem;
  border-radius: 0;
  line-height: 1.5; }
  .pagination a:first-child,
  .pagination span:first-child {
    margin-left: 0; }
  .pagination a:last-child,
  .pagination span:last-child {
    margin-right: 0; }

.pagination a {
  color: #999999;
  padding: 0.0625rem 0.375rem 0.0625rem; }
  .pagination a:hover {
    background-color: #e6e6e6; }

.pagination .current {
  background-color: #333;
  color: #fff;
  padding: 0.0625rem 0.375rem 0.0625rem; }
  .dataTables_paginate .pagination .current {
    padding: 0;
    background-color: transparent; }

.pagination .disabled {
  color: #999999;
  cursor: default; }

.pagination nav {
  line-height: 2.1875rem; }

.c-price-toggler {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Barlow, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
  background-color: #CCCCCC;
  border-color: #a3a3a3;
  color: #333333;
  border-radius: 1000px;
  transition: background-color 300ms ease-out;
  left: 0.75rem;
  top: 4.6875rem;
  z-index: 1000; }
  .c-price-toggler:hover, .c-price-toggler:focus {
    background-color: #a3a3a3; }
  .c-price-toggler:hover, .c-price-toggler:focus {
    color: #fff; }
  @media only print, screen and (min-width: 53.25em) {
    .c-price-toggler {
      top: 0.75rem; } }
  .c-price-toggler.primary {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Barlow, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem;
    background-color: #85be4c;
    border-color: #6a9c39;
    color: #fff;
    border-radius: 1000px;
    transition: background-color 300ms ease-out; }
    .c-price-toggler.primary:hover, .c-price-toggler.primary:focus {
      background-color: #6a9c39; }
    .c-price-toggler.primary:hover, .c-price-toggler.primary:focus {
      color: #fff; }

.c-price-toggler--mobile {
  position: static !important;
  margin: 1.25rem !important; }

.c-quickorder {
  border: 0; }

.c-quickorder__header {
  font-size: 0.75rem;
  padding: 0.625rem 1.25rem;
  background: #333;
  color: #fff; }

.c-quickorder__item {
  padding: 0.625rem 1.25rem;
  background: #efefef;
  border: 1px solid #ccc;
  border-top: 0;
  font-size: 0.75rem;
  position: relative; }
  .c-quickorder__item input {
    margin: 0.3125rem 0; }
  @media only print, screen and (max-width: 53.1875em) {
    .c-quickorder__item {
      border: 1px solid #ccc;
      margin-bottom: 1.25rem; } }

.c-quickorder__info {
  font-size: 0.75rem;
  border: 2px dashed #CCCCCC !important; }
  .c-quickorder__info a {
    padding: 0.3125rem 2.5rem 0.3125rem 0.625rem !important;
    background: #fff !important; }
  .c-quickorder__info p, .c-quickorder__info ul, .c-quickorder__info ol {
    font-size: 0.75rem;
    margin-bottom: 0.3125rem; }

.c-quickorder__produkt {
  display: table;
  padding: 0.3125rem 0;
  width: 100%; }
  .c-quickorder__produkt a {
    font-size: 0.9375rem;
    line-height: 15px;
    vertical-align: middle;
    display: table-cell;
    margin-right: 0.3125rem; }

.c-dropzone {
  height: 11.25rem;
  padding: 1.25rem 0.625rem; }

@media only print, screen and (max-width: 53.1875em) {
  .c-quickorder__clearfix--small {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px; } }

.c-quickorder__delete {
  font-size: 1.0625rem; }
  @media only print, screen and (max-width: 53.1875em) {
    .c-quickorder__delete {
      position: absolute !important;
      top: 0.3125rem;
      right: 0; }
      .c-quickorder__delete .show-for-medium-down {
        display: inline !important; } }

.c-scroll {
  position: fixed;
  right: 0.9375rem;
  bottom: 3.875rem;
  z-index: 99;
  color: #85be4c;
  font-size: 0.9375rem;
  opacity: 0.6; }

.c-scroll--centered {
  right: auto;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

input.c-search__text {
  height: 2.5rem;
  border: 0.0625rem solid #CCCCCC; }
  @media only print, screen and (max-width: 30em) {
    input.c-search__text {
      font-size: 1rem; } }

input.c-search__text--clearble {
  padding-right: 1.25rem; }

.c-search__button {
  background: #e6e6e6;
  color: #333;
  border: 0.0625rem solid #CCCCCC;
  border-left: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 2.5rem;
  line-height: 2.5rem; }
  .c-search__button:hover {
    background: #CCCCCC;
    color: #333; }

.c-search__clear--inline {
  position: absolute;
  top: 5px;
  right: 20px; }
  .c-search__clear--inline i {
    color: #BDC3C7; }

.c-search__dropdown {
  background: #262626 !important;
  border: 0 !important;
  margin-top: 0.75rem;
  outline: none; }
  .c-search__dropdown:before {
    border-bottom-color: #262626; }
  .c-search__dropdown:after {
    border-bottom-color: #262626; }

.social {
  width: auto;
  max-width: 763px;
  margin: 40px 20px 20px; }

.social_share_privacy_area {
  clear: both;
  margin: 0 !important;
  list-style-type: none;
  padding: 0 !important;
  width: auto;
  height: 25px;
  display: block;
  font-family: Arial, Helvetica, sans-serif; }

.social_share_privacy_area li {
  display: inline-block;
  width: 123px;
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  height: 21px;
  list-style: none outside none; }

@media (max-width: 840px) {
  .social_share_privacy_area li {
    display: block;
    margin-bottom: 0.9375rem !important; } }

.social_share_privacy_area li .dummy_btn {
  float: left;
  height: inherit;
  cursor: pointer;
  line-height: 1.25rem; }

.social_share_privacy_area li div iframe {
  overflow: hidden;
  height: inherit;
  width: 90px !important; }

.social_share_privacy_area li.twitter div iframe {
  width: 110px !important;
  margin-right: -20px; }

.social_share_privacy_area .is-on .switch {
  color: #333; }

.social_share_privacy_area .facebook {
  width: 143px; }
  .social_share_privacy_area .facebook.is-on.share_btn {
    width: 175px; }
    .social_share_privacy_area .facebook.is-on.share_btn iframe {
      width: 150px !important; }

.social_share_privacy_area .facebook iframe {
  width: 110px !important; }

.social_share_privacy_area .pinterest {
  margin-right: 0 !important; }

/* Switch begin */
.social_share_privacy_area li .switch {
  float: left;
  margin-right: 0.3125rem;
  line-height: 1.25rem;
  cursor: pointer; }
  .social_share_privacy_area li .switch.off {
    opacity: .7; }

.social_share_privacy_area li .switch.on {
  background-position: 0 -12px; }

.social_share_privacy_area li .checkbox_switch {
  float: left;
  margin-right: 0.3125rem;
  width: 1.25rem;
  text-align: center;
  line-height: 1.25rem; }
  .social_share_privacy_area li .checkbox_switch input {
    margin-bottom: 0; }

/* Switch end */
/* Tooltips begin */
.social_share_privacy_area li.help_info {
  position: relative; }

.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
  position: absolute;
  z-index: 500;
  left: -12px;
  bottom: 30px;
  display: none;
  background-color: #333333;
  color: #fff;
  width: 300px;
  padding: 0.75rem;
  font-size: 0.625rem;
  line-height: 1.3;
  font-weight: normal;
  text-align: left; }
  .social_share_privacy_area li.help_info .info:before,
  .social_share_privacy_area li .help_info.icon .info:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #333333 transparent transparent transparent;
    border-top-style: solid;
    position: absolute;
    bottom: -20px; }

.social_share_privacy_area li .help_info.icon .info {
  left: -10px;
  bottom: 34px; }

.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li .help_info.icon.display .info {
  display: block; }

.social_share_privacy_area li.help_info.info_off.display .info {
  display: none; }

.social_share_privacy_area li .help_info.icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  background: #BDC3C7;
  width: 25px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  color: #222; }

.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
  border-top-width: 0;
  border-left-width: 0; }

.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
  border-right-width: 2px; }

/* Tooltips end */
/* Settings/Info begin */
.social_share_privacy_area li.settings_info {
  float: right;
  position: relative;
  margin-right: 0 !important;
  width: 51px;
  display: table-row; }

.social_share_privacy_area li.settings_info a {
  text-decoration: none;
  margin: 0 !important; }

.social_share_privacy_area li.settings_info .settings_info_menu {
  background-color: #c4c5c6;
  left: 0;
  position: absolute;
  top: 0;
  width: 135px;
  z-index: 19;
  margin: 0;
  padding: 0; }

.social_share_privacy_area li.settings_info .settings_info_menu.off {
  border-width: 0;
  background-color: transparent; }

.social_share_privacy_area li.settings_info .settings_info_menu.off form {
  display: none;
  margin: 0;
  padding: 0; }

.social_share_privacy_area li.settings_info .settings_info_menu .settings {
  display: inline-block;
  background-color: #BDC3C7;
  border-left: 1px solid white;
  width: 25px;
  height: 20px;
  text-align: center; }
  .social_share_privacy_area li.settings_info .settings_info_menu .settings i {
    position: relative;
    top: -2px; }

.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
  border-top-width: 0; }

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
  border-width: 0;
  margin: 0;
  padding: 0 10px 10px;
  float: left; }

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 0;
  width: 115px;
  background-color: transparent; }

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
  clear: both;
  float: left;
  margin: 4px 10px 4px 0;
  padding: 0; }

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 0;
  width: auto; }

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
  color: #222; }

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
  color: #333; }

.social_share_privacy_area form .social-refresh {
  padding: 0 10px 10px;
  text-align: center;
  display: none; }

.social_share_privacy_area form .social-refresh img {
  margin: 0 auto; }

#footer .social {
  height: 25px;
  margin-bottom: 0;
  padding-top: 0; }

#footer .socialshareprivacy ul li {
  float: left; }

#footer #panel .bar {
  height: 40px; }

.tobasket .social_share_privacy_area li.settings_info .settings_info_menu {
  right: -60px;
  top: -90px; }

/* Settings/Info end */
/* Social Share Sprite */
.social-share {
  background: url("/bundles/silversolutionseshop/img/sprite-socialshare.png") scroll top left no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.social-01-facebook {
  background-position: 0 0;
  width: 83px;
  height: 20px; }

.social-03-pinterest {
  background-position: 0 -63px;
  width: 43px;
  height: 20px; }

.social-04-twitter {
  background-position: 0 -84px;
  width: 55px;
  height: 20px; }

.c-spinner {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45); }
  .c-spinner:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.5rem;
    margin-top: -2.25rem;
    display: inline-block;
    font-family: FontAwesome, serif;
    font-size: 3rem;
    color: #fff;
    content: "";
    animation: fa-spin 1s infinite steps(8);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.c-spinner--inner {
  position: relative;
  text-align: center;
  line-height: normal;
  background: none; }
  .c-spinner--inner:after {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    font-size: 2rem;
    color: #333;
    -ms-transform: none;
        transform: none; }

.c-spinner--contained {
  position: absolute;
  z-index: 98;
  background: rgba(255, 255, 255, 0.45); }
  .c-spinner--contained:after {
    color: #333; }

.c-stored-basket {
  border: 0; }

.c-stored-basket__header {
  font-size: 0.75rem;
  padding: 0.625rem 1.25rem;
  background: #333;
  color: #fff; }

.c-stored-basket__item {
  padding: 0.625rem 1.25rem;
  background: #efefef;
  border: 1px solid #ccc;
  border-top: 0;
  font-size: 0.75rem;
  position: relative; }
  .c-stored-basket__item input {
    margin: 0.3125rem 0; }
  @media only print, screen and (max-width: 53.1875em) {
    .c-stored-basket__item {
      border: 1px solid #ccc;
      margin-bottom: 1.25rem; } }

.c-stored-basket__info {
  font-size: 0.75rem;
  border: 2px dashed #CCCCCC !important; }
  .c-stored-basket__info a {
    padding: 0.3125rem 2.5rem 0.3125rem 0.625rem !important;
    background: #fff !important; }
  .c-stored-basket__info p, .c-stored-basket__info ul, .c-stored-basket__info ol {
    font-size: 0.75rem;
    margin-bottom: 0.3125rem; }

.c-stored-basket__delete {
  font-size: 1.0625rem; }
  @media only print, screen and (max-width: 53.1875em) {
    .c-stored-basket__delete {
      position: absolute !important;
      top: 0.3125rem;
      right: 0.625rem; } }

.c-tagcloud {
  margin: 0;
  list-style: none;
  font-size: 0.75rem; }

.c-tagcloud__item {
  display: inline; }
  .c-tagcloud__item:after {
    content: "·";
    margin-left: 0.3125rem; }
  .c-tagcloud__item:last-child:after {
    display: none; }

.c-text-buttons {
  margin: 0;
  list-style: none; }

.c-text-buttons__item {
  margin-bottom: 0.3125rem;
  padding-bottom: 0.3125rem; }
  .c-text-buttons__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .c-text-buttons__item.is-disabled {
    opacity: 0.7; }
    .c-text-buttons__item.is-disabled a:hover {
      cursor: default; }

.c-toggler {
  position: relative;
  text-align: center; }
  .c-toggler:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 1px;
    background: #999;
    z-index: 0; }

.c-toggler__trigger {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0.3125rem;
  font-size: 0.875rem; }
  .c-toggler__trigger:after {
    display: none; }

.c-user-menu__trigger {
  position: relative;
  line-height: 2.9em;
  padding: 0 0.625rem;
  border: 1px solid #333; }
  .c-user-menu__trigger.open:after, .c-user-menu__trigger:hover:after {
    left: 0;
    position: absolute;
    z-index: 1005;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff; }

.c-user-menu__content.f-dropdown.content {
  left: auto !important;
  right: 0.9375rem;
  outline: none;
  max-width: 18.75rem;
  margin-top: -1px;
  border-color: #333; }

.c-user-menu__content:after, .c-user-menu__content:before {
  display: none; }

.variant-group .variant-list {
  list-style: none;
  padding-left: 0; }

.variant-group .variant-list li {
  margin-bottom: 3px;
  display: inline-block; }

.variant-group .variant-list a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
  padding: 5px; }

.variant-group .variant-list img {
  vertical-align: middle; }

.variant-group .variant-list a:hover {
  border-color: #000;
  text-decoration: none; }

.variant-group .variant-list .active a {
  border-color: #000;
  box-shadow: inset 0px 0px 0px 1px #000; }

.variant-group .variant-list .unavailable a {
  opacity: 0.35;
  cursor: default; }

.variant-group .variant-list .unavailable a:hover {
  border-color: #ccc; }

.variant-group .color.blue a {
  background-color: #137bea !important; }

.variant-group .color.red a {
  background-color: #dA5433 !important; }

.variant-group .color.grey a {
  background-color: #888 !important; }

.variant-group .color.green a {
  background-color: #4b9e1d !important; }

.variant-group .variant-group .variant-list .round {
  border-radius: 15px; }

/* B2B variants table */
.tab_panes.variants {
  padding: 10px;
  text-align: center; }

.tab_panes.variants table {
  margin-bottom: 10px; }

.tab_panes.variants th {
  color: #454545;
  text-align: center; }

.tab_panes.variants td.stock span {
  margin-left: -24px !important; }

.tab_panes.variants button {
  margin: 0 auto; }

/* By default dots are grey which indicates unknown state */
.stock span {
  display: inline-block;
  background-color: #89c4f4;
  width: 1.5625rem;
  height: 1.5625rem;
  position: relative;
  border-radius: 50%;
  text-align: center; }
  .stock span:before {
    font-size: 1rem;
    font-family: FontAwesome;
    color: #fff;
    position: relative;
    content: "\f128";
    width: 1.5625rem;
    height: 1.5625rem;
    vertical-align: middle;
    line-height: 1.5625rem; }

/* For available last dot is green */
.stock .available {
  background-color: #6ed35f; }
  .stock .available:before {
    content: "\f00c"; }

/* For low middle dot is yellow */
.stock .low {
  background: #f89406; }
  .stock .low:before {
    content: "\f12a"; }

/* For not available first dot is red */
.stock .unavailable {
  background-color: #f22613; }
  .stock .unavailable:before {
    content: "\f068"; }

/* Stock legend */
.stock.legend {
  font-size: 14px;
  list-style: none;
  padding: 0;
  line-height: 1.25rem; }

.stock.legend span {
  margin-bottom: 0.3125rem; }

.legend-text {
  margin-left: 0.625rem;
  display: inline; }

.c-tagged-content {
  border: 1px solid #ECF0F1; }
  .c-tagged-content a {
    letter-spacing: 1px;
    line-height: 2.1875rem; }
  .c-tagged-content a:before {
    content: "\f0f6";
    font-family: FontAwesome;
    color: #85be4c;
    margin-right: 0.625rem; }

/* TODO move to correct positions */
.c-page-footer__column p {
  margin-bottom: 0; }

.slick_slider_product_item .c-card__label--price {
  position: absolute;
  margin-top: -10px;
  display: block !important; }

.slick_slider_product_item .c-card__price--crossed-label {
  position: absolute;
  margin-top: -10px;
  font-size: 0.75rem;
  display: block !important; }

.landing-page__block.block_contentlist h3 {
  text-align: center; }

.landing-page__block.block_newsletter {
  background: #efefef;
  padding: 25px;
  margin-bottom: 35px; }

.landing-page__block figure {
  margin: 0 0.9375rem 0.9375rem 0.9375rem; }

.c-card__list-wrapper .c-card__price--crossed {
  text-align: left; }

.embed-product {
  width: 100%;
  float: none; }

.embed-product-list {
  list-style-type: none; }

@media only print, screen and (min-width: 30.0625em) {
  .embed-product {
    width: 50%;
    float: left; } }

@media only print, screen and (min-width: 53.25em) {
  .embed-product {
    width: 25%;
    float: left; } }

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  width: 100%; }
  figure.zoom img:hover {
    opacity: 0; }
  figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%; }

.qtyamount {
  float: left;
  width: 50% !important;
  height: 36px !important;
  text-align: center;
  border: 0;
  font-size: 16px !important; }

.qtyminus, .qtyplus {
  float: left;
  width: 25%;
  height: 36px;
  background: #FFFFFF;
  color: #333;
  font-size: 20px !important;
  border-color: #CCCCCC;
  border-style: solid; }

/* PROJECT

  Project overrides goes here
  ========================================================================== */
/* Basic Design */
.main-section {
  padding-bottom: 100px;
  min-height: 100vh; }

.slick-slide, .slick-slide * {
  outline: none !important; }

h1 {
  color: #3d9b31; }
  @media only print, screen and (max-width: 30em) {
    h1 {
      font-size: 1.5625rem; } }

button, .button {
  border-radius: 2px;
  padding: 15px 40px;
  letter-spacing: 1.5px;
  background: #3d9b31; }

button:hover, button:focus, .button:hover, .button:focus {
  background: #71c95a; }

.c-scroll {
  color: #3d9b31; }

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #ccc !important; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #ccc !important; }

td, th {
  vertical-align: top; }

input[type=number] {
  margin-bottom: 5px; }

.todo {
  color: red !important; }

[v-cloak] > * {
  display: none; }

a, .fa-trash {
  color: #3d9b31; }

.fa-trash {
  cursor: pointer; }

a:hover, a:focus {
  color: #5cde4c; }

/* Header */
.meta-nav {
  background: #fff; }

@media only print, screen and (min-width: 53.1875em) {
  .tools-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 120px; } }

.nav-wrap {
  position: absolute; }
  @media only print, screen and (min-width: 53.25em) {
    .nav-wrap {
      position: relative;
      border: 0;
      background: #3d9b31; } }

@media only print, screen and (min-width: 53.25em) {
  .nav-wrap .contain-to-grid.fixed {
    background: #3d9b31;
    border-bottom: 0; }
    .nav-wrap .contain-to-grid.fixed .c-icon-bar__wrapper .c-icon-bar__border {
      background: #fff;
      border: 2px solid #3d9b31; }
    .nav-wrap .contain-to-grid.fixed .c-icon-bar__wrapper {
      right: 0; } }

@media only print, screen and (min-width: 53.25em) {
  .nav-wrap .top-bar,
  .nav-wrap .top-bar-section ul li:not(.has-form) > a, .nav-wrap .top-bar {
    background: #3d9b31;
    color: #fff;
    font-weight: bold;
    font-size: 18px; } }

.c-page-header__logo img {
  max-width: 130px; }
  @media only print, screen and (min-width: 53.25em) {
    .c-page-header__logo img {
      max-width: 210px;
      margin-left: -15px;
      margin-top: -10px; } }
  @media only print, screen and (min-width: 64.0625em) {
    .c-page-header__logo img {
      max-width: 260px;
      margin-left: -15px;
      margin-top: -20px; } }

.c-search {
  margin-top: 0.375rem !important;
  position: relative;
  z-index: 1; }
  .c-search .c-search__button {
    color: #fff; }

.c-content__header {
  background: #d9e3d7;
  padding-top: 30px; }

/* Account */
.account {
  position: absolute;
  right: 0;
  top: 55px;
  width: 230px; }

.account-icon {
  font-size: 35px;
  color: #3d9b31;
  border: 2px solid #3d9b31;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 56px;
  text-align: center;
  float: left; }

.account-text {
  margin-left: 70px;
  display: block; }

.logout {
  margin-top: -4px; }

.account-text-big {
  color: #3d9b31;
  font-size: 20px !important; }

.account-text-login {
  color: #3d9b31;
  font-size: 20px !important;
  line-height: 60px; }

.account-text-small {
  margin-top: -5px; }

.c-account__box h2 {
  background: #ccc;
  font-size: 16px;
  color: #000; }

.c-account__box-icon {
  font-size: 20px;
  color: #3d9b31; }

/* Footer */
.c-page-footer {
  position: absolute;
  bottom: 0px;
  height: 100px;
  width: 100%;
  background: #727676;
  color: #fff; }

.c-page-footer ul li {
  float: left;
  margin-right: 10px; }

.c-page-footer ul li a {
  color: #fff; }

.c-page-footer ul li a:hover {
  text-decoration: underline; }

.delivery {
  z-index: 1; }

/* Abokiste */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #fff; }

div.abokiste-table {
  padding: 0;
  margin: 0 auto; }

div.abokiste-table table {
  width: 100% !important; }

div.abokiste-table .hiddensearch {
  padding: 0 14px 0 24px;
  border-bottom: solid 1px #DDDDDD;
  display: none; }

div.abokiste-table .hiddensearch input {
  margin: 0;
  border: transparent 0 !important;
  color: rgba(0, 0, 0, 0.84); }

div.abokiste-table .hiddensearch input:active {
  border: transparent 0 !important; }

div.abokiste-table .table-header {
  height: 104px;
  padding-left: 24px;
  padding-right: 14px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  border-bottom: solid 1px #DDDDDD; }

div.abokiste-table .table-header .actions {
  display: -webkit-flex;
  margin-left: auto; }

div.abokiste-table .table-header .btn-flat {
  min-width: 36px;
  padding: 0 8px; }

div.abokiste-table .table-header input {
  margin: 0;
  height: auto; }

div.abokiste-table .table-header i {
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px; }

div.abokiste-table .table-footer {
  height: 56px;
  padding-left: 24px;
  padding-right: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.54); }

div.abokiste-table .table-footer .dataTables_length {
  display: -ms-flexbox;
  display: flex; }

div.abokiste-table .table-footer label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

div.abokiste-table .table-footer .select-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

div.abokiste-table .table-footer .dataTables_info,
div.abokiste-table .table-footer .dataTables_length {
  margin-right: 32px; }

div.abokiste-table .table-footer .material-pagination {
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  margin: 0; }

div.abokiste-table .table-footer .material-pagination li:first-child {
  margin-right: 24px; }

div.abokiste-table .table-footer .material-pagination li a {
  color: rgba(0, 0, 0, 0.54); }

div.abokiste-table .table-footer .select-wrapper input.select-dropdown {
  margin: 0;
  border-bottom: none;
  height: auto;
  line-height: normal;
  font-size: 12px;
  width: 40px;
  text-align: right; }

div.abokiste-table .table-footer select {
  background-color: transparent;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  margin-left: 20px; }

div.abokiste-table .table-title {
  font-size: 20px;
  color: #000; }

div.abokiste-table table tr td {
  padding: 5px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: solid 1px #DDDDDD; }

div.abokiste-table table tr td a {
  color: inherit; }

div.abokiste-table table tr td a i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54); }

div.abokiste-table table tr {
  font-size: 12px; }

div.abokiste-table table th {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 15px;
  height: 56px;
  vertical-align: middle;
  outline: none !important; }

@media only screen and (max-width: 766px) {
  div.abokiste-table table th {
    border-bottom: 1px solid #DDDDDD;
    height: 35px; } }

div.abokiste-table table tbody .highlight:hover .product_price {
  font-size: 16px; }

@media only screen and (min-width: 950px) {
  div.abokiste-table table tbody .highlight:hover .product_image img {
    width: 100px;
    margin-right: 15px; } }

div.abokiste-table table tbody .highlight:hover .product_name {
  color: green; }

div.abokiste-table table tbody .highlight:hover .product_desc {
  display: block;
  font-size: 14px; }

.day {
  width: 10%;
  text-align: center; }

.hide {
  display: none; }

.price {
  width: 10%;
  text-align: right; }

.product_image img {
  width: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: auto;
  float: left;
  transition: width 0.5s; }

.product_name {
  font-weight: bold;
  margin-bottom: 5px; }

.product_desc {
  font-size: 13px;
  display: none;
  clear: both; }

.product_desc .alert-box {
  background: #d9e3d7;
  border-color: #3d9b31;
  color: #333;
  padding: 5px 10px; }

.product_desc p {
  margin-bottom: 2px;
  font-size: 13px; }

.highlight {
  position: relative; }

@media only screen and (max-width: 766px) {
  .highlight:after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    font-size: 12px;
    color: #3d9b31;
    border: 1px solid #DDDDDD;
    top: 0;
    right: 0;
    border-right: 0;
    border-top: 0;
    width: 20px;
    height: 20px;
    text-align: center; }
  .highlight:hover:after {
    content: "\f077" !important; } }

/* .highlight:hover .product_desc {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  right: 0;
} */
.product_desc ul {
  margin-bottom: 2px;
  font-size: 11px;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.product_desc p {
  font-size: 11px; }

.product_price {
  text-align: right;
  padding-top: 10px !important; }

.product_day input {
  text-align: right;
  background: #fff;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc; }

.save {
  font-size: 20px; }

.clear {
  clear: both; }

/* Slider */
.c-tabs-landingpage .slick-dots {
  bottom: -0.4375rem;
  position: static; }

.slick-dots {
  margin: 0;
  bottom: 0; }

.slick-dots li button {
  box-shadow: none; }

.slick-dots li button:before {
  font-size: 10px; }

.slider {
  margin-bottom: 0; }

.slider img {
  width: 100%;
  margin: 0 auto;
  object-fit: contain; }

.slick-slide {
  position: relative; }

.slider-text-wrapper {
  position: absolute;
  width: 100%;
  top: 65%;
  text-align: center;
  max-height: 550px; }

.slider-text {
  font-size: 16px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  color: #3d9b31;
  border: 2px solid #3d9b31; }

@media only screen and (min-width: 950px) {
  .slider-text {
    font-size: 50px;
    padding: 10px 20px; }
  .slider-text-wrapper {
    top: 55%; }
  .slick-dots li button:before {
    font-size: 20px; }
  .slick-dots {
    top: 90%; } }

/* Infobanner */
.infobanner {
  padding: 10px 0;
  position: relative; }

.infobanner.green {
  color: #fff;
  background: #3d9b31; }

.infobanner.green .button {
  color: #3d9b31;
  background: #fff; }

.infobanner.green .button:hover {
  color: #fff;
  background: #71c95a; }

.infobanner-headline,
.infobanner-subheadline {
  text-align: center;
  color: #3d9b31; }

.green .infobanner-headline,
.green .infobanner-subheadline {
  text-align: center;
  color: #fff; }

.infobanner-headline {
  font-size: 22px; }

.infobanner-subheadline {
  font-size: 18px;
  margin-bottom: 40px; }

@media only screen and (min-width: 950px) {
  .infobanner {
    padding: 50px 0;
    position: relative; }
  .infobanner-headline {
    font-size: 40px; }
  .infobanner-subheadline {
    font-size: 22px; } }

.bg-image {
  padding: 0;
  max-height: auto; }

.infobanner figure {
  margin: 0; }

.bg-image .full-width img {
  width: 100%;
  object-fit: cover;
  min-height: 250px; }

.bg-image .infobanner-headline {
  margin-bottom: 5px;
  color: #fff; }

.infobanner.bg-image .text-wrapper {
  position: absolute;
  width: 100%;
  top: 40px;
  color: #fff; }

.infobanner.folder {
  background: #000; }
  .infobanner.folder .infobanner-headline {
    color: #fff; }
  .infobanner.folder .infobanner-subheadline {
    color: #fff; }
  .infobanner.folder img {
    opacity: 0.7; }
  .infobanner.folder .text-wrapper {
    top: 0; }

.infobanner.no-bg-image {
  border-top: 5px solid #3d9b31; }

@media only screen and (min-width: 1200px) {
  .bg-image .full-width img {
    width: 100%;
    object-fit: contain;
    min-height: 0; }
  .infobanner.text-wrapper {
    position: absolute;
    width: 100%;
    top: 40px;
    color: #fff; }
  .no-bg-image .infobanner.text-wrapper {
    position: static;
    width: auto;
    color: #000; }
  .bg-image .infobanner-headline {
    color: #fff;
    margin-bottom: 30px; }
  .bg-image {
    max-height: 550px; } }

/* off canvas */
.move-left .exit-off-canvas {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: none; }

.move-left .exit-off-canvas:hover {
  background: rgba(0, 0, 0, 0.5); }

.right-off-canvas-menu {
  background: #fff; }

.c-offcanvas__user-area {
  border-bottom: 0;
  color: #000; }

.offcanvas-login {
  padding: 20px !important;
  background: #3d9b31 !important;
  color: #fff !important; }

.offcanvas-login:after {
  color: #fff !important; }

ul.off-canvas-list li label {
  background: #ccc;
  border-bottom: 0;
  border-top: 0;
  color: #000; }

ul.off-canvas-list li a {
  border-bottom: 1px solid #ccc;
  background: #fff;
  color: #333; }

ul.off-canvas-list li a:hover {
  background: #3d9b31;
  color: #fff; }

.c-offcanvas__user-area .accordion .accordion-navigation > .content.active {
  background-color: #fff; }

ul.off-canvas-list li a:hover {
  background: transparent;
  color: #000; }

.ms-container {
  width: auto !important; }

.cp-popup-inner {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: #d9e3d7;
  width: 100%;
  max-width: 100%; }

.right-off-canvas-toggle {
  position: absolute;
  right: 15px;
  top: 16px;
  z-index: 1; }

.nav-wrap .contain-to-grid {
  background: transparent; }

.c-icon-bar__wrapper {
  padding-right: 35px; }
  @media only print, screen and (min-width: 53.25em) {
    .c-icon-bar__wrapper {
      padding-right: 15px;
      top: -98px;
      right: 210px; }
      .c-icon-bar__wrapper #dropdown-tools, .c-icon-bar__wrapper #dropdown-basket {
        top: 50px !important;
        color: #333; }
        .c-icon-bar__wrapper #dropdown-tools i, .c-icon-bar__wrapper #dropdown-basket i {
          color: #3d9b31; }
      .c-icon-bar__wrapper .c-icon-bar__border:hover {
        border: 0; }
      .c-icon-bar__wrapper .c-icon-bar__icon-main {
        font-size: 35px;
        line-height: 56px; }
      .c-icon-bar__wrapper .c-icon-bar__border {
        padding: 0;
        color: #3d9b31;
        width: 60px;
        border: 0;
        height: 60px;
        border-radius: 50%;
        line-height: 60px;
        text-align: center;
        background: #3d9b31;
        float: left; }
      .c-icon-bar__wrapper .c-icon-bar__icons {
        width: 100%; }
      .c-icon-bar__wrapper .icon-bar .item i {
        color: #fff; } }

.c-card__image {
  max-height: 9.0625rem; }

.delivery-date-button {
  color: #3D9B33;
  display: block;
  font-size: 0.6875rem !important;
  text-align: center; }

.datepicker-close {
  position: absolute; }

.delivery-box {
  position: absolute;
  right: 19.6875rem;
  width: 9.375rem;
  top: 0.4375rem;
  border: 2px solid #3D9B33;
  border-radius: 10px;
  z-index: 1; }

.delivery-date {
  font-size: 0.6875rem;
  padding-top: 4px;
  text-align: center;
  color: #000; }

.side-nav > li a:not(.button) {
  background: #fff;
  color: #333; }
  .side-nav > li a:not(.button):hover {
    background: #fff;
    color: #3d9b31;
    font-weight: bold; }

.side-nav li.active > a:first-child:not(.button), .side-nav li a:not(.button):hover, .side-nav .side-nav li a:not(.button):focus {
  background: #fff;
  color: #3d9b31;
  font-weight: bold; }

.c-facets__button {
  background: #ccc; }

.c-card__title a {
  color: #3d9b31; }

.c-card__list-wrapper.is-list-view .c-card .row > div:last-child {
  padding-bottom: 0; }

.c-card__title {
  font-size: 0.9375rem; }

.c-card__price-wrapper {
  font-size: 0.75rem;
  margin-top: 0.3125rem; }

.landing-page__block figure {
  margin: 0; }

.c-tabs-landingpage {
  margin-top: 2.5rem; }
  .c-tabs-landingpage .tabs {
    border-bottom: 2px solid #3d9b31; }

.c-tabs-landingpage .tabs .tab-title.active > a {
  background: #3d9b31; }

.c-tabs-landingpage .tabs-content {
  background: 0; }

.c-tabs-landingpage .c-card__title {
  background: #3d9b31;
  color: #fff;
  text-align: center;
  padding: 5px 10px; }

.c-tabs-landingpage .c-card {
  border: 1px solid #ccc; }

.c-tabs-landingpage .c-card__description {
  display: none; }

.get-price {
  font-size: 1.25rem;
  color: #be002b; }

.get-price-label {
  font-size: 0.9375rem;
  color: #333; }

.banderole {
  position: absolute;
  background: grey;
  color: #fff;
  box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, 0.41);
  border-radius: 0 0 5px 5px;
  padding: 0.625rem 0.9375rem;
  z-index: 1;
  top: 0.9375rem;
  right: 1.5625rem;
  font-size: 1.25rem; }

.banderole.aktion {
  background: red; }

.banderole.top {
  background: orange; }

.banderole.neu {
  background: green; }

.banderole-product-list {
  right: auto;
  left: 0.625rem;
  top: 0; }

.banderole-list {
  position: relative;
  left: -0.625rem;
  top: 0.625rem;
  border-radius: 0 5px 5px 0; }

.banderole-detail {
  top: 0; }

.c-basket__item input {
  margin: 0; }

button.js-add-basket span {
  font-size: 12px; }

.top-slider {
  padding: 1.25rem 0; }
  @media only print, screen and (min-width: 53.25em) {
    .top-slider {
      padding: 6.25rem 0; } }

.top-slider-name {
  color: #3d9b31;
  font-size: 1.4375rem;
  font-weight: bold;
  margin-bottom: 0.9375rem; }
  @media only print, screen and (min-width: 53.25em) {
    .top-slider-name {
      font-size: 2.1875rem; } }

.top-slider-desc {
  color: #000;
  font-size: 1.0625rem; }
  @media only print, screen and (min-width: 53.25em) {
    .top-slider-desc {
      font-size: 1.375rem; } }

.xzoom {
  box-shadow: none;
  border: 1px solid #ccc; }

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6); }

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  box-sizing: border-box; }

.loader::after,
.loader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #ddd;
  border-radius: 50%;
  display: block; }

.loader::after {
  content: "";
  border-radius: 50%;
  border-color: #01b49a;
  border-left-color: transparent;
  animation: load 1s linear infinite; }

@keyframes load {
  0% { }
  100% {
    transform: rotate(360deg); } }

.my-assortment th {
  vertical-align: middle; }

.my-assortment .rotate span {
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr; }

.my-assortment div.dataTables_wrapper div.dataTables_filter input {
  width: 17.5rem; }

.block-richtext {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  padding: 2.5rem 0.625rem; }

[v-cloak] > * {
  display: none; }

.tabs-custom .tab-title a {
  font-size: 1.4375rem;
  color: #3d9b31; }

.tabs-custom .tab-title.active > a {
  color: #3d9b31; }

.tabs-custom .tab-title.active > a:before {
  background-color: #3d9b31; }

.c-basket__header {
  color: #3d9b31;
  background: #d9e3d7; }

.c-basket__item {
  border-color: #d9e3d7;
  background: #fff; }

.flyout {
  width: 15.625rem;
  background: #0984e3;
  position: fixed;
  right: -15.625rem;
  top: 14.0625rem;
  z-index: 9999;
  border-radius: 0 0 0 3px;
  transition: all 0.5s ease-in-out; }
  .flyout:hover {
    right: 0; }
  .flyout a {
    color: #fff; }
  .flyout .flyout-box {
    padding: 0.625rem 1.25rem;
    color: #fff; }
  .flyout .flyout-headline {
    font-size: 0.875rem; }
  .flyout .flyout-name {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.625rem; }
  .flyout .flyout-img figure {
    margin: 0;
    padding: 0; }
  .flyout .flyout-img img {
    width: 7.8125rem;
    border-radius: 50%; }
  .flyout .flyout-icon {
    position: absolute;
    width: 3.75rem;
    height: 3.75rem;
    background: #89c4f4;
    line-height: 3.75rem;
    top: 0;
    font-size: 2.8125rem;
    left: -3.75rem;
    text-align: center;
    color: #fff;
    border-radius: 3px 0 0 3px; }

.LegalMonetaryTotal_TaxExclusiveAmount,
.LegalMonetaryTotal_TaxInclusiveAmount {
  text-align: right !important; }

.stock .preorder:before {
  content: "\f017"; }

.stock .preorder {
  background-color: #8e44ad; }

.js-slick-bestseller-slider-catalog .slick-dots {
  position: static; }

@media (max-width: 920px) {
  .table-scrollable {
    width: 100%;
    overflow-y: auto; }
    .table-scrollable table {
      min-width: 920px; }
  .table-scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px; }
  .table-scrollable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3); } }

.c-content__card {
  background: #fff;
  box-shadow: none;
  padding: 0.9375rem;
  border: 1px solid #ccc; }

.c-content__card-headline {
  margin-top: 0; }

.c-content__header-img .slick-slider {
  margin-bottom: 0; }

.c-content__header-intro {
  margin-bottom: 0.9375rem; }

.accordion.jobs .accordion-navigation > a {
  font-size: 1.6875rem; }

.c-content__header-img img {
  width: 100%; }

.c-content__header {
  margin-bottom: 0; }

.c-content__header.with-image {
  margin-top: -6.25rem; }
  @media only print, screen and (min-width: 53.25em) {
    .c-content__header.with-image {
      margin-top: -9.0625rem; } }
  .c-content__header.with-image .c-content__header-headline {
    color: #fff; }
    @media only print, screen and (max-width: 30em) {
      .c-content__header.with-image .c-content__header-headline {
        margin-top: 2.1875rem; } }
  .c-content__header.with-image .c-content__header-intro {
    margin-top: 3.4375rem; }
    @media only print, screen and (max-width: 30em) {
      .c-content__header.with-image .c-content__header-intro {
        margin-top: 1.25rem; } }

@media only print, screen and (min-width: 53.25em) {
  .c-content__header-headline {
    font-size: 4.375rem; } }

.c-content__header {
  background: transparent; }

.c-content__header-intro,
.c-content__header-intro p {
  font-weight: bold;
  font-size: 1.25rem; }
  @media only print, screen and (max-width: 30em) {
    .c-content__header-intro,
    .c-content__header-intro p {
      font-size: 1.125rem; } }

.c-content__card-list-image img {
  height: 15.625rem;
  object-fit: cover; }

.fruit-basket .slick-slider {
  margin-bottom: 0; }

.block-contentlist-items .slick-slider {
  margin-bottom: 0; }

.block-contentlist-items img {
  height: 18.75rem;
  object-fit: cover;
  width: 100%; }

.block-contentlist-items .block-contentlist-child--textwrapper {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px; }
  .block-contentlist-items .block-contentlist-child--textwrapper h4 {
    text-align: center;
    font-size: 2.1875rem;
    font-weight: bold;
    color: #3d9b31; }

.c-page-header__logo-sub {
  padding: 0.3125rem;
  background: #fff;
  display: inline-block;
  float: left; }
  @media only print, screen and (min-width: 53.25em) {
    .c-page-header__logo-sub {
      display: none !important; } }
  .c-page-header__logo-sub img {
    height: 2.75rem; }

@media only print, screen and (min-width: 53.25em) {
  .fixed .c-page-header__logo-sub {
    display: block !important; } }

.apprentice .banderole {
  right: auto;
  left: 0.625rem;
  top: 0;
  background: green; }

.apprentice h2 {
  margin-top: 2.5rem; }

.job-link {
  background: #d9e3d7; }

.accordion .accordion-navigation .content a:after {
  display: none; }

.accordion .accordion-navigation .content tbody tr {
  border-bottom: 1px solid #ddd; }
  .accordion .accordion-navigation .content tbody tr:last-child {
    border-bottom: 0; }

.order-form-notice p {
  margin-bottom: 0; }

input:read-only#pickup-date {
  background: #fff; }

.datepicker td.new {
  color: #000; }

.datepicker th.active.day, .datepicker th.active.month, .datepicker th.active.year, .datepicker th span.active, .datepicker td.active.day, .datepicker td.active.month, .datepicker td.active.year, .datepicker td span.active {
  background: #71c95a; }

.datepicker td .hour.disabled {
  color: #EEEEEE; }

input:read-only#pickup-time {
  background: #fff; }

.block-banner {
  text-align: center;
  margin-bottom: 30px; }

.contentlist_image {
  width: 100%;
  height: 250px; }
  .contentlist_image.compat-object-fit {
    background-size: cover;
    background-position: center center; }
    .contentlist_image.compat-object-fit img {
      opacity: 0; }
  .contentlist_image img {
    width: 100%;
    height: 250px;
    object-fit: cover; }

.order_to_late {
  border-color: red;
  border-width: 2px;
  border-top: 2px solid red; }

.my-assortment td {
  padding: 0rem 0.625rem; }

/* SCOPES

  user-generated content, where some long-form/prose HTML has come from a CMS

  Namespace: s-

  Example:

  .s-ez-content {
    font-size: 16px;

      h1 {
        font-size: 24px;
      }

      a {
        text-decoration: underline;
    }
  }
  ========================================================================== */
/* UTILITIES

  - Style heavyweights
  - Single responsibility rules which have a very specific and targeted task
  - They usually carry !important so as to guarantee they beat other less specific ones

  Namespace: u-
  ========================================================================== */
.u-border {
  border: 1px solid #BDC3C7 !important; }

.u-no-border {
  border-width: 0 !important; }

.u-color-white {
  color: #fff !important; }

.u-color-primary {
  color: #222 !important; }

.u-inline {
  display: inline !important; }

.u-block {
  display: block !important; }

.u-inline-block {
  display: inline-block !important; }

@media only print, screen and (max-width: 30em) {
  .u-inline-on-small {
    display: inline !important; }
  .u-block-on-small {
    display: block !important; }
  .u-inline-block-on-small {
    display: inline-block !important; } }

@media only print, screen and (min-width: 30.0625em) and (max-width: 53.1875em) {
  .u-inline-on-medium {
    display: inline !important; }
  .u-block-on-medium {
    display: block !important; }
  .u-inline-block-on-medium {
    display: inline-block !important; } }

@media only print, screen and (min-width: 53.25em) and (max-width: 64em) {
  .u-inline-on-large {
    display: inline !important; }
  .u-block-on-large {
    display: block !important; }
  .u-inline-block-on-large {
    display: inline-block !important; } }

.u-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

.u-position-absolute {
  position: absolute !important; }

.u-position-relative {
  position: relative !important; }

.u-position-fixed {
  position: fixed !important; }

/* margin */
.u-no-margin {
  margin: 0 !important; }

.u-no-margin-top {
  margin-top: 0 !important; }

.u-no-margin-right {
  margin-right: 0 !important; }

.u-no-margin-bottom {
  margin-bottom: 0 !important; }

.u-no-margin-left {
  margin-left: 0 !important; }

.u-margin-1x {
  margin: 0.9375rem !important; }

.u-margin-2x {
  margin: 1.5rem !important; }

.u-margin-3x {
  margin: 1.875rem !important; }

.u-margin-4x {
  margin: 2.8125rem !important; }

.u-margin-top-1x {
  margin-top: 0.9375rem !important; }

.u-margin-top-2x {
  margin-top: 1.5rem !important; }

.u-margin-top-3x {
  margin-top: 1.875rem !important; }

.u-margin-top-4x {
  margin-top: 2.8125rem !important; }

.u-margin-right-1x {
  margin-right: 0.9375rem !important; }

.u-margin-right-2x {
  margin-right: 1.5rem !important; }

.u-margin-right-3x {
  margin-right: 1.875rem !important; }

.u-margin-right-4x {
  margin-right: 2.8125rem !important; }

.u-margin-bottom-1x {
  margin-bottom: 0.9375rem !important; }

.u-margin-bottom-2x {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-3x {
  margin-bottom: 1.875rem !important; }

.u-margin-bottom-4x {
  margin-bottom: 2.8125rem !important; }

.u-margin-left-1x {
  margin-left: 0.9375rem !important; }

.u-margin-left-2x {
  margin-left: 1.5rem !important; }

.u-margin-left-3x {
  margin-left: 1.875rem !important; }

.u-margin-left-4x {
  margin-left: 2.8125rem !important; }

/* padding */
.u-no-padding {
  padding: 0 !important; }

.u-no-padding-top {
  padding-top: 0 !important; }

.u-no-padding-right {
  padding-right: 0 !important; }

.u-no-padding-bottom {
  padding-bottom: 0 !important; }

.u-no-padding-left {
  padding-left: 0 !important; }

.u-padding-1x {
  padding: 0.9375rem !important; }

.u-padding-2x {
  padding: 1.5rem !important; }

.u-padding-3x {
  padding: 1.875rem !important; }

.u-padding-4x {
  padding: 2.8125rem !important; }

.u-padding-top-1x {
  padding-top: 0.9375rem !important; }

.u-padding-top-2x {
  padding-top: 1.5rem !important; }

.u-padding-top-3x {
  padding-top: 1.875rem !important; }

.u-padding-top-4x {
  padding-top: 2.8125rem !important; }

.u-padding-right-1x {
  padding-right: 0.9375rem !important; }

.u-padding-right-2x {
  padding-right: 1.5rem !important; }

.u-padding-right-3x {
  padding-right: 1.875rem !important; }

.u-padding-right-4x {
  padding-right: 2.8125rem !important; }

.u-padding-bottom-1x {
  padding-bottom: 0.9375rem !important; }

.u-padding-bottom-2x {
  padding-bottom: 1.5rem !important; }

.u-padding-bottom-3x {
  padding-bottom: 1.875rem !important; }

.u-padding-bottom-4x {
  padding-bottom: 2.8125rem !important; }

.u-padding-left-1x {
  padding-left: 0.9375rem !important; }

.u-padding-left-2x {
  padding-left: 1.5rem !important; }

.u-padding-left-3x {
  padding-left: 1.875rem !important; }

.u-padding-left-4x {
  padding-left: 2.8125rem !important; }

@media (max-width: 64em) {
  .u-no-margin-on-large-down {
    margin: 0 !important; }
  .u-no-padding-on-large-down {
    padding: 0 !important; } }

@media (min-width: 53.25em) {
  .u-no-margin-on-large-up {
    margin: 0 !important; }
  .u-no-margin-bottom-on-large-up {
    margin-bottom: 0 !important; }
  .u-no-padding-on-large-up {
    padding: 0 !important; } }

@media (max-width: 53.1875em) {
  .u-no-margin-on-medium-down {
    margin: 0 !important; }
  .u-no-padding-on-medium-down {
    padding: 0 !important; } }

@media (min-width: 30.0625em) {
  .u-no-margin-on-medium-up {
    margin: 0 !important; }
  .u-no-padding-on-medium-up {
    padding: 0 !important; } }

@media only print, screen and (max-width: 30em) {
  .u-no-margin-on-small {
    margin: 0 !important; }
  .u-no-margin-top-on-small {
    margin-top: 0 !important; }
  .u-no-margin-right-on-small {
    margin-right: 0 !important; }
  .u-no-margin-bottom-on-small {
    margin-bottom: 0 !important; }
  .u-no-margin-left-on-small {
    margin-left: 0 !important; }
  .u-margin-1x-on-small {
    margin: 0.9375rem !important; }
  .u-margin-top-1x-on-small {
    margin-top: 0.9375rem !important; }
  .u-margin-bottom-1x-on-small {
    margin-bottom: 0.9375rem !important; }
  .u-margin-left-1x-on-small {
    margin-left: 0.9375rem !important; }
  .u-padding-1x-on-small {
    padding: 0.9375rem !important; } }

@media only print, screen and (min-width: 30.0625em) and (max-width: 53.1875em) {
  .u-no-margin-on-medium {
    margin: 0 !important; }
  .u-no-margin-top-on-medium {
    margin-top: 0 !important; }
  .u-no-margin-right-on-medium {
    margin-right: 0 !important; }
  .u-no-margin-bottom-on-medium {
    margin-bottom: 0 !important; }
  .u-no-margin-left-on-medium {
    margin-left: 0 !important; }
  .u-margin-1x-on-medium {
    margin: 0.9375rem !important; }
  .u-margin-top-1x-on-medium {
    margin-top: 0.9375rem !important; }
  .u-margin-bottom-1x-on-medium {
    margin-bottom: 0.9375rem !important; }
  .u-margin-left-1x-on-medium {
    margin-left: 0.9375rem !important; }
  .u-padding-1x-on-medium {
    padding: 0.9375rem !important; } }

@media only print, screen and (min-width: 53.25em) and (max-width: 64em) {
  .u-no-margin-on-large {
    margin: 0 !important; }
  .u-no-margin-top-on-large {
    margin-top: 0 !important; }
  .u-no-margin-right-on-large {
    margin-right: 0 !important; }
  .u-no-margin-bottom-on-large {
    margin-bottom: 0 !important; }
  .u-no-margin-left-on-large {
    margin-left: 0 !important; }
  .u-margin-1x-on-large {
    margin: 0.9375rem !important; }
  .u-margin-top-1x-on-large {
    margin-top: 0.9375rem !important; }
  .u-margin-bottom-1x-on-large {
    margin-bottom: 0.9375rem !important; }
  .u-margin-left-1x-on-large {
    margin-left: 0.9375rem !important; }
  .u-padding-1x-on-large {
    padding: 0.9375rem !important; } }

.u-no-float {
  float: none !important; }

@media only print, screen and (max-width: 30em) {
  .u-no-float-on-small {
    float: none !important; }
  .u-float-right-on-small {
    float: right !important; }
  .u-float-left-on-small {
    float: left !important; } }

@media only print, screen and (min-width: 30.0625em) and (max-width: 53.1875em) {
  .u-no-float-on-medium {
    float: none !important; }
  .u-float-right-on-medium {
    float: right !important; }
  .u-float-left-on-medium {
    float: left !important; } }

@media only print, screen and (min-width: 53.25em) and (max-width: 64em) {
  .u-no-float-on-large {
    float: none !important; }
  .u-float-right-on-large {
    float: right !important; }
  .u-float-left-on-large {
    float: left !important; } }

.u-text-tiny {
  font-size: 50% !important; }

.u-text-smaller {
  font-size: 80% !important; }

.u-text-small {
  font-size: 90% !important; }

.u-text-big {
  font-size: 125% !important; }

.u-text-bigger {
  font-size: 150% !important; }

.u-text-huge {
  font-size: 200% !important; }

.u-text-no-transform {
  text-transform: none !important; }

.u-text-uppercase {
  text-transform: uppercase !important; }

.u-text-lowercase {
  text-transform: lowercase !important; }

.u-line-height-normal {
  line-height: normal !important; }

.u-no-white-space {
  white-space: normal !important; }

.u-full-width {
  width: 100% !important; }

@media only print, screen and (max-width: 30em) {
  .u-full-width-on-small {
    width: 100% !important; } }

@media only print, screen and (min-width: 30.0625em) and (max-width: 53.1875em) {
  .u-full-width-on-medium {
    width: 100% !important; } }

@media only print, screen and (min-width: 53.25em) and (max-width: 64em) {
  .u-full-width-on-large {
    width: 100% !important; } }

.u-overflow-auto {
  overflow-y: auto !important; }

@media only print, screen and (max-width: 30em) {
  .u-overflow-auto-on-small {
    overflow-y: auto !important; } }

@media only print, screen and (min-width: 30.0625em) and (max-width: 53.1875em) {
  .u-overflow-auto-on-medium {
    overflow-y: auto !important; } }

@media only print, screen and (min-width: 53.25em) and (max-width: 64em) {
  .u-overflow-auto-on-large {
    overflow-y: auto !important; } }

@media print {
  * {
    border-color: #000000 !important; }
  html, body {
    min-height: 100%;
    height: auto; }
  a[href]::after {
    display: none; }
  button,
  .button {
    border: 1px solid #000000 !important; }
  select::after {
    content: ''; }
  fieldset legend {
    position: relative;
    top: -0.75rem;
    margin: 0;
    padding: 0; }
  .large-12\@print {
    width: 100%; }
  .u-full-width-on-small {
    width: auto !important; }
  .c-card--sidebar button,
  .c-card--sidebar .c-text-buttons,
  .cp-popup,
  .close-reveal-modal,
  .slick-prev,
  .slick-next,
  .c-tabs-landingpage:before,
  .c-tabs-landingpage:after {
    display: none !important; }
  .show-for-print.inline {
    display: inline-block !important; }
  .tools-wrap {
    padding: 0; }
  .main-section > .row.u-margin-top-4x {
    margin-top: 1.25rem !important; }
  .tabs dd,
  .tabs .tab-title {
    width: auto; }
  .tabs-content {
    border: 0;
    padding: 0; }
    .tabs-content p:last-child {
      margin-bottom: 0; }
    .tabs-content > .content {
      display: block;
      margin-bottom: 1.875rem;
      padding: 0.9375rem;
      border: 1px solid black; }
  .accordion .accordion-navigation,
  .accordion .accordion-navigation > .content {
    border-bottom: none; }
  .panel {
    border-width: 1px; }
  .accordion .accordion-navigation > .content.active table {
    border: 1px solid #000000; }
  .alert-box {
    border-width: 1px; }
  .accordion .accordion-navigation a,
  .side-nav > li > a:first-child:not(.button) {
    border: 1px solid #CCCCCC; }
  .accordion .accordion-navigation.active a {
    font-weight: bold; }
  .button-group > li:first-child .button {
    border: 1px solid; }
  .c-facets__button {
    width: auto; }
  .tabs-content .c-card .button {
    border-bottom: 0 !important;
    border-right: 0 !important; }
  .tabs-content .c-card .button-group li:first-child .button {
    border-left: 0 !important; }
  .c-tabs-landingpage .c-card {
    border: 1px solid; }
  .c-tabs-landingpage .c-card__image {
    margin: 0 1%;
    width: 98%; }
  .c-tabs-landingpage .slick-track {
    width: 100% !important; }
    .c-tabs-landingpage .slick-track > div {
      width: 25% !important; }
      .c-tabs-landingpage .slick-track > div:nth-child(4n+1) {
        clear: left; }
  .sortable-group {
    width: 100% !important;
    overflow: hidden; }
  .sortable-list-group-item {
    width: 33% !important; }
  .comparison .box {
    height: 437px !important; }
  .element-info button {
    padding: 0.3125rem 0 !important;
    font-size: 0.75rem !important; }
  .element-list {
    display: block; }
  .box-attributes .collapsed h4:after {
    border-bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333; }
  .p-order-confirmation [data-equalizer-watch] {
    height: auto !important; }
  .c-card [data-equalizer-watch="title"] {
    height: 4.375rem !important;
    text-overflow: ellipsis; }
  .c-card__price {
    font-size: 1.375rem; }
  .c-card .button-group .button {
    border-bottom: 0 !important;
    border-right: 0 !important; }
  .c-card .button-group li:first-child .button {
    border-left: 0 !important; }
  .c-card .button-group li:last-child .button {
    border-right: 0 !important; }
  .checkout-step {
    border: 1px solid #000000; }
  .checkout-sidebar {
    position: static !important;
    width: auto !important;
    border: 1px solid #000000; }
    .checkout-sidebar ul, .checkout-sidebar ol {
      font-size: 0.875rem; }
    .checkout-sidebar .text-right {
      text-align: left !important; }
    .checkout-sidebar [class^="small-"] {
      width: 50%; }
    .checkout-sidebar [class^="small-"] + [class^="small-"] {
      text-align: right !important; }
  #box_summary .columns strong,
  #box_summary .c-card {
    font-size: 0.75rem; }
  #box_summary .checkout-basket-header strong {
    word-break: break-all; }
  .reveal-modal.with-text {
    background-color: #fff !important;
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px !important;
    left: 0;
    -ms-transform: translateX(0);
        transform: translateX(0);
    min-height: 100%; } }

@media print {
  .print-product-detail {
    font-size: 12pt; }
    .print-product-detail .legend-text {
      font-size: 0.5rem; }
    .print-product-detail .stock.legend span {
      margin-bottom: 0; }
    .print-product-detail .u-border {
      border: 1px solid #000 !important; }
    .print-product-detail figcaption,
    .print-product-detail .c-card--sidebar .button,
    .print-product-detail .c-card--sidebar .c-text-buttons,
    .print-product-detail .slick-list,
    .print-product-detail .print-product-detail__quantity {
      display: none; }
    .print-product-detail .c-card--sidebar {
      background: #fff; }
    .print-product-detail .columns {
      width: 100%; }
    .print-product-detail .print-product-detail__img {
      width: 30%;
      float: left; }
    .print-product-detail .print-product-detail__data {
      width: 25%;
      float: left; }
    .print-product-detail .print-product-detail__sidebar {
      width: 35%;
      position: absolute;
      right: 0;
      top: 57px; }
    .print-product-detail .print-product-detail__description h4 {
      border-bottom: 1px solid #000; }
    .print-product-detail .print-product-detail__description p {
      font-size: 11pt;
      margin-bottom: 2px;
      padding: 2px 15px; }
    .print-product-detail .print-product-detail__description table tr th, .print-product-detail .print-product-detail__description table tr td {
      padding: 5px 15px; }
    .print-product-detail .print-product-detail__description .tab-title {
      font-size: 8pt; }
    .print-product-detail .print-product-detail__description .tabs dd,
    .print-product-detail .print-product-detail__description .tabs .tab-title {
      width: auto; }
    .print-product-detail .print-product-detail__description .tabs-content {
      border: 0;
      padding: 0; }
      .print-product-detail .print-product-detail__description .tabs-content > .content {
        display: block;
        margin-bottom: 0;
        padding: 0;
        border: 0; }
    .print-product-detail .print-product-detail__description .accordion .accordion-navigation.active > a, .print-product-detail .print-product-detail__description .accordion dd.active > a {
      background: transparent; }
    .print-product-detail .print-product-detail__description .accordion .accordion-navigation > .content.active table {
      border: 0; }
    .print-product-detail .print-product-detail__description .accordion .accordion-navigation a, .print-product-detail .print-product-detail__description .side-nav > li > a:first-child:not(.button) {
      border: 0; }
    .print-product-detail .print-product-detail__description .accordion .accordion-navigation > a, .print-product-detail .print-product-detail__description .accordion dd > a {
      padding-bottom: 2px; }
    .print-product-detail .column + .column:last-child, .print-product-detail .columns + .column:last-child, .print-product-detail .column +
.columns:last-child, .print-product-detail .columns +
.columns:last-child {
      float: left; } }
