@charset "UTF-8";
/*[ hobiecat.scss ==========================================
============================================================ ]*/
/*[ variables ==============================================
============================================================ ]*/
/*[ _reset.scss ============================================
============================================================ ]*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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.
 * 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.
 */
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;
}

/*[ _custom-mixins.scss ====================================
============================================================ ]*/
.abs-wrap {
  position: relative;
}

.preserve-3d {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.coverer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Custom Variables =========================================
============================================================= */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.row, .blog-page #blog-archive .article-list, #shoppe-header,
.ais-hits {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.61792em;
  padding-right: 2.61792em;
}

.row::after, .blog-page #blog-archive .article-list::after, #shoppe-header::after,
.ais-hits::after {
  clear: both;
  content: "";
  display: table;
}

.row > a, .blog-page #blog-archive .article-list > a, #shoppe-header > a,
.ais-hits > a {
  display: block;
}

.row.fluid, .blog-page #blog-archive .fluid.article-list, .fluid#shoppe-header,
.fluid.ais-hits {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.61792em;
  padding-right: 2.61792em;
}

.row.fluid::after, .blog-page #blog-archive .fluid.article-list::after, .fluid#shoppe-header::after,
.fluid.ais-hits::after {
  clear: both;
  content: "";
  display: table;
}

.nest .row, .nest .blog-page #blog-archive .article-list, .blog-page #blog-archive .nest .article-list, .nest #shoppe-header, .nest
.ais-hits {
  padding-left: 0;
  padding-right: 0;
}

.span-one {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 30.43478%;
}

.span-one:last-child {
  margin-right: 0;
}

.span-one:nth-child(1n) {
  margin-right: 0;
}

.span-one:nth-child(1n+1) {
  clear: left;
}

.span-two {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 47.82609%;
}

.span-two:last-child {
  margin-right: 0;
}

.span-two:nth-child(2n) {
  margin-right: 0;
}

.span-two:nth-child(2n+1) {
  clear: left;
}

.half, #dealer-contact-information #dlr-email-col,
#dealer-contact-information #dlr-directions-col {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 47.82609%;
}

.half:last-child, #dealer-contact-information #dlr-email-col:last-child,
#dealer-contact-information #dlr-directions-col:last-child {
  margin-right: 0;
}

.half:nth-child(2n), #dealer-contact-information #dlr-email-col:nth-child(2n),
#dealer-contact-information #dlr-directions-col:nth-child(2n) {
  margin-right: 0;
}

.half:nth-child(2n+1), #dealer-contact-information #dlr-email-col:nth-child(2n+1),
#dealer-contact-information #dlr-directions-col:nth-child(2n+1) {
  clear: left;
}

.three-fifth {
  float: left;
  display: block;
  margin-right: 5.26316%;
  width: 57.89474%;
}

.three-fifth:last-child {
  margin-right: 0;
}

.static-four {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 30.43478%;
}

.static-four:last-child {
  margin-right: 0;
}

.static-eight {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 65.21739%;
}

.static-eight:last-child {
  margin-right: 0;
}

.span-one, .span-two, .span-three, .gridCard-span-three, .highlights .highlight, .ais-hits--item, .span-four, .gridCard-span-four, .blog-page #blog-archive .article-list article,
.span-five, .span-six, .span-seven, .span-eight,
.span-nine, .span-ten, .span-eleven, .span-twelve,
.nest, .nest .span-three, .nest .gridCard-span-three, .nest .highlights .highlight, .highlights .nest .highlight, .nest .ais-hits--item, .nest .span-three, .nest .gridCard-span-three, .nest .highlights .highlight, .highlights .nest .highlight, .nest .ais-hits--item,
.span-four.nest,
.nest.gridCard-span-four,
.blog-page #blog-archive .article-list article.nest, .span-three.nest, .nest.gridCard-span-three, .highlights .nest.highlight, .nest.ais-hits--item,
.full,
.cell-row,
.bg-Thumb > figure figcaption > div,
.hoverThumb > figure figcaption > div {
  display: block;
  width: 100%;
}

.blockGrid .span-two, .blog-page #blog-archive .article-list .span-two {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.blockGrid .span-three, .blog-page #blog-archive .article-list .span-three, .blockGrid .gridCard-span-three, .blog-page #blog-archive .article-list .gridCard-span-three, .blockGrid .highlights .highlight, .highlights .blockGrid .highlight, .blog-page #blog-archive .article-list .highlights .highlight, .highlights .blog-page #blog-archive .article-list .highlight, .blockGrid .ais-hits--item, .blog-page #blog-archive .article-list .ais-hits--item {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.blockGrid .span-four, .blog-page #blog-archive .article-list .span-four, .blockGrid .gridCard-span-four, .blog-page #blog-archive .article-list .gridCard-span-four, .blog-page #blog-archive .article-list article {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.blockGrid .circle, .blog-page #blog-archive .article-list .circle, .blockGrid .highlights figure > a, .highlights .blockGrid figure > a, .blog-page #blog-archive .article-list .highlights figure > a, .highlights .blog-page #blog-archive .article-list figure > a {
  position: relative;
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  max-width: 320px;
  border: 8px solid #fefefe;
}

.blockGrid .circle:before, .blog-page #blog-archive .article-list .circle:before, .blockGrid .highlights figure > a:before, .highlights .blockGrid figure > a:before, .blog-page #blog-archive .article-list .highlights figure > a:before, .highlights .blog-page #blog-archive .article-list figure > a:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

.blockGrid i, .blog-page #blog-archive .article-list i {
  line-height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -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, .file-type .file-type-tag span.flv:before, .file-type .file-type-tag span.mp4:before, .file-type .file-type-tag span.mov:before, .file-type .file-type-tag span.wmv:before, .file-type .file-type-tag span.ytb:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chain:before,
.fa-link:before,
.file-type .file-type-tag span.html: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, .file-type .file-type-tag span.forum:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

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

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

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

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

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

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

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

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

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

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

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

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

.fa-unlock-alt:before {
  content: "";
}

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

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

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

.fa-rss-square:before {
  content: "";
}

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

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

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

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

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

.fa-pencil-square:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-won:before,
.fa-krw:before {
  content: "";
}

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

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

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

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

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

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

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

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

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

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

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

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

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

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

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

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

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

.fa-windows:before {
  content: "";
}

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

.fa-linux:before {
  content: "";
}

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

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

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

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

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

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

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

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

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

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

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

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

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

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

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

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

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

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

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

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

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

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

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

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

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

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

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

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

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

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

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

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

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

.fa-soundcloud:before {
  content: "";
}

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

.fa-file-pdf-o:before, .file-type .file-type-tag span.pdf:before {
  content: "";
}

.fa-file-word-o:before, .file-type .file-type-tag span.doc:before, .file-type .file-type-tag span.docx:before {
  content: "";
}

.fa-file-excel-o:before, .file-type .file-type-tag span.xls:before, .file-type .file-type-tag span.xlsx:before {
  content: "";
}

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

.fa-file-photo-o:before, .file-type .file-type-tag span.jpg:before, .file-type .file-type-tag span.jpeg:before, .file-type .file-type-tag span.png:before, .file-type .file-type-tag span.gif:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before, .file-type .file-type-tag span.zip: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-resistance:before,
.fa-rebel:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

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

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

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

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

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

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

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

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

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

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

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

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

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

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

.fa-ioxhost:before {
  content: "";
}

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

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

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

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

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

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

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

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

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

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

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

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

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

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

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

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

.fa-500px:before {
  content: "";
}

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

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

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

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

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

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

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

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

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

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

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

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

.fa-volume-control-phone:before {
  content: "";
}

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

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

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

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

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

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

.fa-linode:before {
  content: "";
}

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

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

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

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

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

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

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

.fa-grav:before {
  content: "";
}

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

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.turntable {
  display: inline-block;
  margin: 0px;
}

.turntable ul {
  padding: 0px;
  margin: 0px;
}

.turntable ul li {
  list-style-type: none;
  display: none;
}

.turntable ul li img {
  width: 100%;
}

.turntable ul li.active {
  display: block;
}

/*!
   * animate.css -http://daneden.me/animate
   * Version - 3.5.1
   * Licensed under the MIT license - http://opensource.org/licenses/MIT
   *
   * Copyright (c) 2016 Daniel Eden
   */
.animated, .raquo:hover:after, a:hover .icon-play, a:hover .icon-play-small,
a:hover .icon-play-inline, .feature-toggles a.active .arrow-up {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite, .infinite.raquo:hover:after, a:hover .infinite.icon-play, a:hover .infinite.icon-play-small,
a:hover .infinite.icon-play-inline, .feature-toggles a.active .infinite.arrow-up {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge, .hinge.raquo:hover:after, a:hover .hinge.icon-play, a:hover .hinge.icon-play-small,
a:hover .hinge.icon-play-inline, .feature-toggles a.active .hinge.arrow-up {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX, .flipOutX.raquo:hover:after, a:hover .flipOutX.icon-play, a:hover .flipOutX.icon-play-small,
a:hover .flipOutX.icon-play-inline, .feature-toggles a.active .flipOutX.arrow-up,
.animated.flipOutY,
.flipOutY.raquo:hover:after,
a:hover .flipOutY.icon-play,
a:hover .flipOutY.icon-play-small,
a:hover .flipOutY.icon-play-inline,
.feature-toggles a.active .flipOutY.arrow-up,
.animated.bounceIn,
.bounceIn.raquo:hover:after,
a:hover .bounceIn.icon-play,
a:hover .bounceIn.icon-play-small,
a:hover .bounceIn.icon-play-inline,
.feature-toggles a.active .bounceIn.arrow-up,
.animated.bounceOut,
.bounceOut.raquo:hover:after,
a:hover .bounceOut.icon-play,
a:hover .bounceOut.icon-play-small,
a:hover .bounceOut.icon-play-inline,
.feature-toggles a.active .bounceOut.arrow-up {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce, a:hover .icon-play, a:hover .icon-play-small,
a:hover .icon-play-inline {
  -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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.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, .raquo:hover:after {
  -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, .feature-toggles a.active .arrow-up {
  -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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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, .flip.raquo:hover:after, a:hover .flip.icon-play, a:hover .flip.icon-play-small,
a:hover .flip.icon-play-inline, .feature-toggles a.active .flip.arrow-up {
  -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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 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;
}

/*[ _tooltipster.scss =========================================
============================================================ ]*/
.tooltip {
  cursor: default;
}

.tooltipster-custom {
  display: block;
  border: 3px solid #fefefe;
  background: #00acec;
  color: #fefefe;
  min-width: 260px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.tooltipster-custom .tooltipster-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.45;
  padding: 1em;
  padding: 1em;
}

.tooltipster-custom h4, .tooltipster-custom h5 {
  color: #f4f4f4;
  margin: 0 0 0.5em 0;
  margin: 0 0 0.5em 0;
  line-height: 1.15;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  box-sizing: content-box;
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -8px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -8px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -8px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -8px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -8px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -8px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*[ _fancybox.scss =========================================
============================================================ ]*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 0px;
  right: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 8040;
  background: transparent url("../images/icon-close-ffffff-24.png") no-repeat center center;
  background-color: #0099d3;
  cursor: pointer;
  z-index: 1103;
  -webkit-transition: background-color, 0.5s, linear;
  -moz-transition: background-color, 0.5s, linear;
  transition: background-color, 0.5s, linear;
}

.fancybox-close:hover {
  background-color: #00acec;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*[ custom =================================================
============================================================ ]*/
.fancybox-type-iframe .fancybox-outer, .fancybox-type-image .fancybox-outer {
  background: #0d0d0d url("../images/hobie-script-ffffff.png") no-repeat center center;
}

.fancybox-type-inline .fancybox-outer {
  background: #f9f9f9;
}

.fancybox-prev span, .fancybox-next span {
  width: 40px;
  height: 40px;
  background-color: #0099d3;
  background-image: url("../images/sprite-icons-24.png");
  background-repeat: no-repeat;
  border: #0099d3 8px solid;
}

.fancybox-nav {
  top: 25%;
  width: 40%;
  height: 50%;
}

.fancybox-prev span {
  left: 0;
  background-position: center -24px;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
}

.fancybox-next span {
  right: 0;
  background-position: center -48px;
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
}

#fancybox-loading {
  display: none !important;
}

.fancybox-type-iframe .fancybox-outer,
.fancybox-type-image .fancybox-outer {
  background: #f7f7f7 url("../images/hobie-script-ffffff.png") no-repeat center center;
}

/*[ fancybox thumbs ========================================
============================================================ ]*/
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 10px;
}

#fancybox-thumbs.top {
  top: 6px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs li {
  float: left;
  opacity: 0.5;
  border: 3px solid #fff;
  margin: 0 1px;
}

#fancybox-thumbs li.active {
  opacity: 0.75;
  padding: 0;
  border: 3px solid #00acec;
}

#fancybox-thumbs li:hover {
  opacity: 1;
}

#fancybox-thumbs li a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  outline: none;
}

#fancybox-thumbs li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}

.ui-datepicker {
  display: none;
  background: #fff;
  border: #ddd 1px solid;
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}

.ui-datepicker table {
  margin-bottom: -1px;
  margin-left: -1px;
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
}

.ui-datepicker td {
  border: #ddd 1px solid;
  background-color: #f4f4f4;
}

.ui-datepicker td .ui-state-default {
  padding: 6px;
  text-align: center;
  border: transparent 4px solid;
  display: block;
  text-decoration: none;
  color: #000;
}

.ui-datepicker td:hover {
  background-color: #eee;
}

.ui-datepicker .ui-datepicker-header {
  padding: 18px;
  background-color: #eee;
  position: relative;
  border-bottom: #ddd 1px solid;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  text-indent: -99999px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5%;
}

.ui-datepicker .ui-datepicker-next {
  right: 5%;
}

.ui-datepicker .ui-icon-circle-triangle-w, .ui-datepicker .ui-icon-circle-triangle-e {
  width: 0;
  height: 0;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -3px;
  display: block;
}

.ui-datepicker .ui-icon-circle-triangle-w {
  border-top: transparent 6px solid;
  border-right: #000 6px solid;
  border-bottom: transparent 6px solid;
  border-left: none;
}

.ui-datepicker .ui-icon-circle-triangle-e {
  border-top: transparent 6px solid;
  border-right: none;
  border-bottom: transparent 6px solid;
  border-left: #000 6px solid;
}

.ui-datepicker .ui-state-active {
  border: #00acec 4px solid;
  color: #00acec;
}

.ui-datepicker .ui-state-disabled {
  background-color: #eee;
  cursor: default !important;
}

.ui-datepicker .ui-state-disabled span {
  color: #ccc;
}

.ui-datepicker .ui-datepicker-today {
  background: #FFFECC;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-today {
  background-color: #ccc;
}

.ui-datepicker-current-day {
  background-color: #00acec;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 49px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"], .chosen-container-single .chosen-search textarea {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"], .chosen-container-multi .chosen-choices li.search-field textarea {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"], .chosen-container-active .chosen-choices li.search-field textarea {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"], .chosen-rtl .chosen-choices li.search-field textarea {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"], .chosen-rtl .chosen-search textarea {
  padding: 4px 5px 4px 20px;
  background: white url("../images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"], .chosen-rtl .chosen-search textarea,
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-single .chosen-search textarea,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-panel.mm-noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next:after, .mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a, .mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking {
  overflow: hidden;
}

html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}

.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu .mm-listview.mm-border-none > li:after, .mm-menu .mm-listview > li.mm-border-none:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}

.mm-menu .mm-listview.mm-border-full > li:after, .mm-menu .mm-listview > li.mm-border-full:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}

.mm-menu .mm-listview.mm-border-offset > li:after, .mm-menu .mm-listview > li.mm-border-offset:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}

html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu.mm-fx-menu-zoom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu.mm-fx-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

html.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1;
}

.mm-menu .mm-fx-panels-none.mm-panel, .mm-menu.mm-fx-panels-none .mm-panel {
  -webkit-transition-property: none;
  transition-property: none;
}

.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel, .mm-menu.mm-fx-panels-zoom .mm-panel {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel, .mm-menu.mm-fx-panels-slide-up .mm-panel {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
  -webkit-transition: none .4s ease;
  transition: none .4s ease;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}

html.mm-iconbar body {
  overflow-x: hidden;
}

html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh;
}

html.mm-iconbar .mm-slideout {
  box-sizing: border-box;
  padding-right: 60px;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}

.mm-menu.mm-iconbar {
  display: block;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after, .mm-menu .mm-panels > .mm-panel.mm-listview-justify:before, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:after, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mm-listview-small .mm-listview > li > a:not(.mm-next), .mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px;
}

.mm-listview-small .mm-listview > li.mm-vertical > .mm-next, .mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
  height: 34px;
}

.mm-listview-large .mm-listview > li > a:not(.mm-next), .mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px;
}

.mm-listview-large .mm-listview > li.mm-vertical > .mm-next, .mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
  height: 50px;
}

.mm-listview-huge .mm-listview > li > a:not(.mm-next), .mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
}

.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next, .mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
  height: 60px;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-menu .mm-listview.mm-multiline > li > a, .mm-menu .mm-listview.mm-multiline > li > span, .mm-menu .mm-listview > li.mm-multiline > a, .mm-menu .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}

.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0;
}

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s;
}

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit;
}

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}

.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-offcanvas.mm-bottom {
  top: auto;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-shadow-page.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-shadow-page.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

html.mm-widescreen body {
  position: relative;
}

html.mm-widescreen #mm-blocker {
  display: none !important;
}

html.mm-widescreen .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: 70% !important;
  margin-left: 30% !important;
}

html.mm-widescreen .mm-page {
  background: inherit;
  box-sizing: border-box;
}

html.mm-widescreen.mm-blocking, html.mm-widescreen.mm-blocking body {
  overflow: auto;
}

.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block !important;
  width: 30% !important;
  min-width: 0 !important;
  max-width: none !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-menu.mm-widescreen.mm-pageshadow:after {
  content: none;
  display: none;
}

.mm-menu.mm-autoheight {
  -webkit-transition: none .4s ease;
  transition: none .4s ease;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative;
}

.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened, .mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important;
}

.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-columns {
  -webkit-transition-property: width;
  transition-property: width;
}

.mm-columns .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform;
}

.mm-columns .mm-panels > .mm-panel.mm-opened, .mm-columns .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}

.mm-columns .mm-panels > .mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}

.mm-columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}

html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mm-columns .mm-panels > .mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}

.mm-columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

.mm-columns .mm-panels > .mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}

.mm-columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}

html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}

.mm-columns .mm-panels > .mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}

.mm-columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}

html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}

.mm-columns .mm-panels > .mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}

.mm-columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}

html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}

.mm-columns.mm-offcanvas.mm-bottom, .mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

html.mm-opening .mm-columns.mm-offcanvas.mm-front, html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  -webkit-transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu.mm-dropdown {
  display: none;
}

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-tipleft:before {
  left: 22px;
}

.mm-menu.mm-tipright:before {
  right: 22px;
}

.mm-menu.mm-tiptop:before {
  top: -8px;
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}

.mm-iconpanel .mm-panels > .mm-panel {
  -webkit-transition-property: left,-webkit-transform;
  transition-property: left,-webkit-transform;
  transition-property: transform,left;
  transition-property: transform,left,-webkit-transform;
}

.mm-iconpanel .mm-panels > .mm-panel.mm-opened, .mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}

.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: .6;
  bottom: -100000px;
}

.mm-keyboardfocus a:focus {
  outline: 0;
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}

.mm-navbars-bottom, .mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}

.mm-navbars-bottom > .mm-navbar, .mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
}

.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-menu.mm-rtl {
  direction: rtl;
}

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right,-webkit-transform;
  transition-property: right,-webkit-transform;
  transition-property: transform,right;
  transition-property: transform,right,-webkit-transform;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-search, .mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative;
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 15;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
}

li.mm-vertical label.mm-toggle {
  top: 5px;
}

li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-check, label.mm-toggle {
  right: 20px;
}

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}

.jq-dropdown {
  position: absolute;
  z-index: 1039;
  display: none;
}

.jq-dropdown .jq-dropdown-menu, .jq-dropdown .jq-dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  list-style: none;
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}

.jq-dropdown .jq-dropdown-panel {
  padding: 10px;
}

.jq-dropdown.jq-dropdown-tip {
  margin-top: 8px;
}

.jq-dropdown.jq-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  display: inline-block;
}

.jq-dropdown.jq-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  display: inline-block;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}

.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu, .jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto;
}

.jq-dropdown .jq-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px;
}

.jq-dropdown .jq-dropdown-menu li > a, .jq-dropdown .jq-dropdown-menu label {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  margin: 0;
  white-space: nowrap;
}

.jq-dropdown .jq-dropdown-menu li > a:hover, .jq-dropdown .jq-dropdown-menu label:hover {
  background-color: #f2f2f2;
  color: inherit;
  cursor: pointer;
}

.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0;
}

/*!
 * LABELAUTY jQuery Plugin Styles
 *
 * @file: jquery-labelauty.css
 * @author: Francisco Neves (@fntneves)
 * @site: www.francisconeves.com
 * @license: MIT License
 */
.hidden_element {
  position: absolute !important;
  top: -1000 !important;
}

/* Prevent text and blocks selection */
input.labelauty + label ::selection {
  background-color: rgba(255, 255, 255, 0);
}

input.labelauty + label ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}

/* Hide original checkboxes. They are ugly! */
input.labelauty {
  display: none !important;
}

/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label {
  display: table;
  font-size: 11px;
  padding: 10px;
  background-color: #efefef;
  color: #b3b3b3;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

/* Stylish text inside label */
input.labelauty + label > span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked {
  display: inline-block;
  line-height: 16px;
  vertical-align: bottom;
}

/* Stylish icons inside label */
input.labelauty + label > span.labelauty-unchecked-image,
input.labelauty + label > span.labelauty-checked-image {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-image 0.5s linear;
  -moz-transition: background-image 0.5s linear;
  -webkit-transition: background-image 0.5s linear;
  -o-transition: background-image 0.5s linear;
}

/* When there's a label, add a little margin to the left */
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
  margin-left: 7px;
}

/* When not Checked */
input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #eaeaea;
  color: #a7a7a7;
}

input.labelauty:not(:checked) + label > span.labelauty-checked-image {
  display: none;
}

input.labelauty:not(:checked) + label > span.labelauty-checked {
  display: none;
}

/* When Checked */
input.labelauty:checked + label {
  background-color: #3498db;
  color: #ffffff;
}

input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #72c5fd;
}

input.labelauty:checked + label > span.labelauty-unchecked-image {
  display: none;
}

input.labelauty:checked + label > span.labelauty-unchecked {
  display: none;
}

input.labelauty:checked + label > span.labelauty-checked {
  display: inline-block;
}

input.labelauty.no-label:checked + label > span.labelauty-checked {
  display: block;
}

/* When Disabled */
input.labelauty[disabled] + label {
  opacity: 0.5;
}

/* Add a background to (un)checked images */
input.labelauty + label > span.labelauty-unchecked-image {
  background-image: url(../images/input-unchecked.png);
}

input.labelauty + label > span.labelauty-checked-image {
  background-image: url(../images/input-checked.png);
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images/bx_controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../images/bx_controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../images/bx_controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../images/bx_controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*[ fonts ==================================================
============================================================ ]*/
@font-face {
  font-family: 'Navi';
  src: url("../fonts/navi/Navi.eot");
  src: url("../fonts/navi/Navi.eot?#iefix") format("embedded-opentype"), url("../fonts/navi/Navi.woff") format("woff"), url("../fonts/navi/Navi.ttf") format("truetype"), url("../fonts/navi/Navi.svg#Navi") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/proxima-nova/proximanova.eot");
  src: url("../fonts/proxima-nova/proximanova.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova.woff") format("woff"), url("../fonts/proxima-nova/proximanova.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/proxima-nova/proximanova-italic.eot");
  src: url("../fonts/proxima-nova/proximanova-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-italic.woff") format("woff"), url("../fonts/proxima-nova/proximanova-italic.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-italic.svg#proxima_novaregular_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'proxima-nova';
  src: url("../fonts/proxima-nova/proximanova-bold.eot");
  src: url("../fonts/proxima-nova/proximanova-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/proximanova-bold.woff") format("woff"), url("../fonts/proxima-nova/proximanova-bold.ttf") format("truetype"), url("../fonts/proxima-nova/proximanova-bold.svg#proxima_nova_rgbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

.proxima-nova {
  font-family: "proxima-nova";
}

@font-face {
  font-family: 'museo';
  src: url("../fonts/museo-300/Museo-300.eot");
  src: url("../fonts/museo-300/Museo-300.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-300/Museo-300.woff") format("woff"), url("../fonts/museo-300/Museo-300.otf") format("opentype"), url("../fonts/museo-300/Museo-300.ttf") format("truetype"), url("../fonts/museo-300/Museo-300.svg#Museo-300") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo';
  src: url("../fonts/museo-700/Museo-700.ttf.eot");
  src: url("../fonts/museo-700/Museo-700.ttf.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-700/Museo-700.ttf.woff") format("woff"), url("../fonts/museo-700/Museo-700.ttf.otf") format("opentype"), url("../fonts/museo-700/Museo-700.ttf") format("truetype"), url("../fonts/museo-700/Museo-700.ttf.svg#Museo-700") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'museo';
  src: url("../fonts/museo-900/museo-900-normal.ttf.eot");
  src: url("../fonts/museo-900/museo-900-normal.ttf.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-900/museo-900-normal.ttf.woff") format("woff"), url("../fonts/museo-900/museo-900-normal.ttf") format("truetype"), url("../fonts/museo-900/museo-900-normal.svg#Museo900") format("svg");
  font-weight: 900;
  font-style: normal;
}

.museo {
  font-family: "museo";
}

@font-face {
  font-family: 'darwinpro';
  src: url("../fonts/darwinpro/DarwinPro-Bold.eot");
  src: url("../fonts/darwinpro/DarwinPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/darwinpro/DarwinPro-Bold.woff") format("woff"), url("../fonts/darwinpro/DarwinPro-Bold.ttf") format("truetype"), url("../fonts/darwinpro/DarwinPro-Bold.svg#DarwinPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'darwinpro';
  src: url("../fonts/darwinpro/DarwinPro-Regular.eot");
  src: url("../fonts/darwinpro/DarwinPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/darwinpro/DarwinPro-Regular.woff") format("woff"), url("../fonts/darwinpro/DarwinPro-Regular.ttf") format("truetype"), url("../fonts/darwinpro/DarwinPro-Regular.svg#DarwinPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.darwinpro {
  font-family: "darwinpro", helvetica, arial, verdana, "lucida grande", serif;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'museo';
    src: url("../fonts/museo-300/Museo-300.svg#Museo-300") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'museo';
    src: url("../fonts/museo-700/Museo-700.ttf.svg#Museo-700") format("svg");
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: 'museo';
    src: url("../fonts/museo-900/museo-900-normal.svg#Museo-900") format("svg");
    font-weight: bold;
    font-style: normal;
  }
}

[data-icon]:before {
  font-family: 'Navi';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/*[ Base ===================================================
============================================================ ]*/
html {
  font-size: 62.5%;
  overflow-x: hidden !important;
}

html, body {
  position: relative;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "proxima-nova", helvetica, arial, verdana, "" lucida grande "", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #2e3233;
  background: #f4f4f4 url("../images/bg-diagonal-f4f4f4.png") repeat 0 0;
}

main {
  background: #f4f4f4 url("../images/bg-diagonal-f4f4f4.png") repeat 0 0;
}

hr {
  background-color: transparent;
  border: none;
  border-top: #eee 1px solid;
  border-bottom: #fff 1px solid;
  height: 0;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  padding: 3rem 0;
}

h1 {
  font-size: 48px;
  font-size: 4.8rem;
}

h2 {
  font-size: 36px;
  font-size: 3.6rem;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
}

small, sup, sub, .small {
  font-size: 14px;
  font-size: 1.4rem;
}

h1, h2, h3, h4, h5, input, textarea,
.model-name, .model-length, #event-list .title,
#press-audience-list .title, .sty03 .intro,
.introduction, .hmc-progress, .select-item .label,
#post-process #start-over, #spec-sheet .spec-standard,
.ui-datepicker, #article-text {
  font-family: "museo", helvetica, arial, verdana, "lucida grande", serif;
}

@media screen and (max-width: 567px) and (-webkit-min-device-pixel-ratio: 1.25) {
  html {
    font-size: 56.25%;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1280px) {
  html {
    font-size: 71.875%;
  }
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1, h2, h3, h4 {
  margin: 14px 0 0.6em;
  margin: 1.4rem 0 0.6em;
  font-weight: bold;
  line-height: 1.2;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child {
  margin-top: 0;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 0;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.25em;
}

sub {
  bottom: -0.25em;
}

a {
  cursor: pointer;
  color: #0074a0;
  text-decoration: none;
}

a:hover {
  color: #00acec;
}

a.external {
  background: transparent url("../images/sprite-icons-16.png") no-repeat right -90px;
  padding-right: 28px;
  margin-right: 5px;
}

img {
  display: block;
}

img.center {
  margin-right: auto;
  margin-left: auto;
}

iframe {
  display: block;
}

table {
  display: table;
  background-color: transparent;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

thead {
  display: table-header-group;
  vertical-align: middle;
}

thead th {
  padding: 6px;
  text-transform: uppercase;
  text-align: left;
}

.table-outer {
  overflow-x: scroll;
}

.table {
  width: 100%;
}

.table input {
  border: #e4e4e4 1px solid;
  width: 100%;
  border-radius: 3px;
}

.table tbody tr {
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
}

.table tbody tr:last-child {
  border-bottom: none;
}

.table .number {
  text-align: right;
}

.table-bordered {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #eee;
}

.table-striped td {
  padding: 0.45em 1em;
  padding: 0.45em 1em;
}

.table-responsive {
  overflow-x: auto;
}

.table-hover tr:hover > td {
  background-color: #e4e4e4;
}

ul, ol, dl {
  padding: 0 0 0 20px;
  list-style: square;
}

ul li, ol li, dl li {
  margin-bottom: 8px;
  font-size: 1.8rem;
}

dd {
  margin: 0;
}

/*[ Custom-shared ==========================================
=========================================================]*/
.cell20 {
  width: 20%;
}

.cell25 {
  width: 25%;
}

.cell30 {
  width: 30%;
}

.cell40 {
  width: 40%;
}

.cell50, .shadow-cell {
  width: 50%;
}

.cell60 {
  width: 60%;
}

.cell75 {
  width: 75%;
}

.cell80 {
  width: 80%;
}

.cell100, .bg-Thumb > figure figcaption > div > div, .hoverThumb > figure figcaption > div > div {
  width: 100%;
}

.vCenter, .cell-row, .bg-Thumb > figure figcaption > div, .hoverThumb > figure figcaption > div {
  display: table;
}

.vCenter > div, .cell-row > div, .bg-Thumb > figure figcaption > div > div, .hoverThumb > figure figcaption > div > div {
  display: table-cell;
  vertical-align: middle;
}

.vCenter > div:first-child, .cell-row > div:first-child, .bg-Thumb > figure figcaption > div > div:first-child, .hoverThumb > figure figcaption > div > div:first-child {
  padding-right: 1.30896em;
}

.vCenter > div:last-child, .cell-row > div:last-child, .bg-Thumb > figure figcaption > div > div:last-child, .hoverThumb > figure figcaption > div > div:last-child {
  padding-left: 1.30896em;
}

@media screen and (max-width: 800px) {
  div.vCenter .cell20, div.cell-row .cell20, .bg-Thumb > figure figcaption > div .cell20, .hoverThumb > figure figcaption > div .cell20, div.vCenter .cell25, div.cell-row .cell25, .bg-Thumb > figure figcaption > div .cell25, .hoverThumb > figure figcaption > div .cell25, div.vCenter .cell30, div.cell-row .cell30, .bg-Thumb > figure figcaption > div .cell30, .hoverThumb > figure figcaption > div .cell30,
  div.vCenter .cell40, div.cell-row .cell40, .bg-Thumb > figure figcaption > div .cell40, .hoverThumb > figure figcaption > div .cell40, div.vCenter .cell50, div.cell-row .cell50, .bg-Thumb > figure figcaption > div .cell50, .hoverThumb > figure figcaption > div .cell50, div.vCenter .shadow-cell, div.cell-row .shadow-cell, .bg-Thumb > figure figcaption > div .shadow-cell, .hoverThumb > figure figcaption > div .shadow-cell, div.vCenter .cell60, div.cell-row .cell60, .bg-Thumb > figure figcaption > div .cell60, .hoverThumb > figure figcaption > div .cell60,
  div.vCenter .cell70, div.cell-row .cell70, .bg-Thumb > figure figcaption > div .cell70, .hoverThumb > figure figcaption > div .cell70, div.vCenter .cell80, div.cell-row .cell80, .bg-Thumb > figure figcaption > div .cell80, .hoverThumb > figure figcaption > div .cell80, div.vCenter .cell90, div.cell-row .cell90, .bg-Thumb > figure figcaption > div .cell90, .hoverThumb > figure figcaption > div .cell90 {
    display: block;
    width: 100%;
  }
  div.vCenter > div:first-child, div.cell-row > div:first-child, .bg-Thumb > figure figcaption > div > div:first-child, .hoverThumb > figure figcaption > div > div:first-child {
    padding-right: 0;
  }
  div.vCenter > div:last-child, div.cell-row > div:last-child, .bg-Thumb > figure figcaption > div > div:last-child, .hoverThumb > figure figcaption > div > div:last-child {
    padding-left: 0;
  }
  div.vCenter > div:last-child.blurb, div.cell-row > div:last-child.blurb, .bg-Thumb > figure figcaption > div > div:last-child.blurb, .hoverThumb > figure figcaption > div > div:last-child.blurb {
    padding-top: 0;
  }
}

.noTp {
  padding-top: 0 !important;
}

.noBp, .blog #post-filter, .post #post-filter, .post-2 #post-filter {
  padding-bottom: 0 !important;
}

.noVp {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.noTm {
  margin-top: 0 !important;
}

.noBm {
  margin-bottom: 0 !important;
}

.noVm {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gridCard-span-four > a:first-of-type > div, .blog-page #blog-archive .article-list article > a:first-of-type > div, .gridCard-span-three > a:first-of-type > div {
  position: relative;
}

.gridCard-span-four > a:first-of-type > div:before, .blog-page #blog-archive .article-list article > a:first-of-type > div:before, .gridCard-span-three > a:first-of-type > div:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}

.gridCard-span-four > a:first-of-type > div > div, .blog-page #blog-archive .article-list article > a:first-of-type > div > div, .gridCard-span-three > a:first-of-type > div > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex {
  display: flex;
}

.btn, .button {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1em;
  margin-bottom: 1em;
}

i.fa {
  min-width: 1.25em;
  margin-right: 5px;
  margin-right: 0.5rem;
  text-align: center;
}

.icon-contain-circle i.fa {
  margin-right: 0;
}

.button.dealer-link-button {
  font-size: 175%;
  background-color: rgba(42, 170, 0, 0.8) !important;
  border: #FFFFFF 3px solid;
  border-color: #ffffff !important;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.3em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.button.dealer-link-button:hover, .button.dealer-link-button:focus, .button.dealer-link-button:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 800px) {
  a .dealer-link-button {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1.5px 6px 0px;
  }
}

button.req-demo-link {
  font-size: 125% !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
}

button.req-demo-link i {
  margin: 0;
}

div.req-demo-link-smaller {
  padding-left: 22px;
}

div.req-demo-link-smaller a {
  font-size: 100%;
}

.uiswitch, .uiswitch--large, .uiswitch--medium, .uiswitch--small, .uiswitch--tiny {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
  width: 50px;
  position: relative;
  border-radius: 25px;
  cursor: pointer;
  outline: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #EDF1F5;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

.uiswitch::after, .uiswitch--large::after, .uiswitch--medium::after, .uiswitch--small::after, .uiswitch--tiny::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 16.66667px;
  width: 16.66667px;
  content: ' ';
  position: absolute;
  border-radius: 11.11111px;
  background: #ABB2BF;
  z-index: 2;
  top: 4.16667px;
  left: 4.16667px;
  -webkit-transition: -webkit-transform 300ms, width 280ms, background-color 600ms;
  -moz-transition: -moz-transform 300ms, width 280ms, background-color 600ms;
  transition: transform 300ms, width 280ms, background-color 600ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
  -moz-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
  transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
}

.uiswitch:active, .uiswitch--large:active, .uiswitch--medium:active, .uiswitch--small:active, .uiswitch--tiny:active {
  background-color: #EDF1F5;
}

.uiswitch:checked, .uiswitch--large:checked, .uiswitch--medium:checked, .uiswitch--small:checked, .uiswitch--tiny:checked {
  background-color: #07DAA4;
}

.uiswitch:checked::after, .uiswitch--large:checked::after, .uiswitch--medium:checked::after, .uiswitch--small:checked::after, .uiswitch--tiny:checked::after {
  -webkit-transform: translate3d(20.83333px, 0, 0);
  -moz-transform: translate3d(20.83333px, 0, 0);
  -ms-transform: translate3d(20.83333px, 0, 0);
  -o-transform: translate3d(20.83333px, 0, 0);
  transform: translate3d(20.83333px, 0, 0);
  right: 25px;
  left: inherit;
}

.uiswitch:focus, .uiswitch--large:focus, .uiswitch--medium:focus, .uiswitch--small:focus, .uiswitch--tiny:focus {
  box-shadow: 0 0 4px 2px rgba(7, 218, 164, 0.6);
}

.uiswitch:active::after, .uiswitch--large:active::after, .uiswitch--medium:active::after, .uiswitch--small:active::after, .uiswitch--tiny:active::after {
  width: 22.22222px;
}

.uiswitch:checked::before, .uiswitch--large:checked::before, .uiswitch--medium:checked::before, .uiswitch--small:checked::before, .uiswitch--tiny:checked::before, .uiswitch:active::before, .uiswitch--large:active::before, .uiswitch--medium:active::before, .uiswitch--small:active::before, .uiswitch--tiny:active::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.uiswitch:disabled, .uiswitch--large:disabled, .uiswitch--medium:disabled, .uiswitch--small:disabled, .uiswitch--tiny:disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.uiswitch:disabled:active::before, .uiswitch--large:disabled:active::before, .uiswitch--medium:disabled:active::before, .uiswitch--small:disabled:active::before, .uiswitch--tiny:disabled:active::before, .uiswitch:disabled:active::after, .uiswitch--large:disabled:active::after, .uiswitch--medium:disabled:active::after, .uiswitch--small:disabled:active::after, .uiswitch--tiny:disabled:active::after, .uiswitch:disabled:checked:active::before, .uiswitch--large:disabled:checked:active::before, .uiswitch--medium:disabled:checked:active::before, .uiswitch--small:disabled:checked:active::before, .uiswitch--tiny:disabled:checked:active::before, .uiswitch:disabled:checked::before, .uiswitch--large:disabled:checked::before, .uiswitch--medium:disabled:checked::before, .uiswitch--small:disabled:checked::before, .uiswitch--tiny:disabled:checked::before {
  width: 16.66667px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.uiswitch {
  height: 25px;
  width: 50px;
  border-radius: 25px;
  @deprecated $size;
  background-color: #EDF1F5;
}

.uiswitch::before {
  background-color: #EDF1F5;
}

.uiswitch::after {
  height: 16.66667px;
  width: 16.66667px;
  border-radius: 11.11111px;
  top: 4.16667px;
  left: 4.16667px;
  background: #ABB2BF;
}

.uiswitch:active {
  background-color: #EDF1F5;
}

.uiswitch:active::after {
  width: 22.22222px;
}

.uiswitch:checked {
  background-color: #07DAA4;
}

.uiswitch:checked::after {
  -webkit-transform: translate3d(20.83333px, 0, 0);
  -moz-transform: translate3d(20.83333px, 0, 0);
  -ms-transform: translate3d(20.83333px, 0, 0);
  -o-transform: translate3d(20.83333px, 0, 0);
  transform: translate3d(20.83333px, 0, 0);
  right: 25px;
  background: #ffffff;
}

.uiswitch:disabled:active::before, .uiswitch:disabled:active::after, .uiswitch:disabled:checked:active::before, .uiswitch:disabled:checked::before {
  width: 16.66667px;
}

input[type="checkbox"].uiswitch {
  width: 50px;
}

.fields__item {
  display: inline-block;
  margin-left: 25px;
  text-align: center;
}

.custom {
  background-color: #eadcbc;
}

.custom::before {
  background-color: #f7f2e5;
}

.custom::after {
  background: #fff3a6;
}

.custom:checked {
  background-color: #ffca3f;
  background-image: -webkit-linear-gradient(-90deg, #ffca3f 0%, #feca40 100%);
  background-image: linear-gradient(-180deg, #ffca3f 0%, #feca40 100%);
}

.uiswitch--large {
  height: 50px;
  width: 100px;
  border-radius: 50px;
  @deprecated $size;
  background-color: #EDF1F5;
}

.uiswitch--large::before {
  background-color: #EDF1F5;
}

.uiswitch--large::after {
  height: 33.33333px;
  width: 33.33333px;
  border-radius: 22.22222px;
  top: 8.33333px;
  left: 8.33333px;
  background: #ABB2BF;
}

.uiswitch--large:active {
  background-color: #EDF1F5;
}

.uiswitch--large:active::after {
  width: 44.44444px;
}

.uiswitch--large:checked {
  background-color: #07DAA4;
}

.uiswitch--large:checked::after {
  -webkit-transform: translate3d(41.66667px, 0, 0);
  -moz-transform: translate3d(41.66667px, 0, 0);
  -ms-transform: translate3d(41.66667px, 0, 0);
  -o-transform: translate3d(41.66667px, 0, 0);
  transform: translate3d(41.66667px, 0, 0);
  right: 50px;
  background: #ffffff;
}

.uiswitch--large:disabled:active::before, .uiswitch--large:disabled:active::after, .uiswitch--large:disabled:checked:active::before, .uiswitch--large:disabled:checked::before {
  width: 33.33333px;
}

.uiswitch--medium {
  height: 25px;
  width: 50px;
  border-radius: 25px;
  @deprecated $size;
  background-color: #EDF1F5;
}

.uiswitch--medium::before {
  background-color: #EDF1F5;
}

.uiswitch--medium::after {
  height: 16.66667px;
  width: 16.66667px;
  border-radius: 11.11111px;
  top: 4.16667px;
  left: 4.16667px;
  background: #ABB2BF;
}

.uiswitch--medium:active {
  background-color: #EDF1F5;
}

.uiswitch--medium:active::after {
  width: 22.22222px;
}

.uiswitch--medium:checked {
  background-color: #07DAA4;
}

.uiswitch--medium:checked::after {
  -webkit-transform: translate3d(20.83333px, 0, 0);
  -moz-transform: translate3d(20.83333px, 0, 0);
  -ms-transform: translate3d(20.83333px, 0, 0);
  -o-transform: translate3d(20.83333px, 0, 0);
  transform: translate3d(20.83333px, 0, 0);
  right: 25px;
  background: #ffffff;
}

.uiswitch--medium:disabled:active::before, .uiswitch--medium:disabled:active::after, .uiswitch--medium:disabled:checked:active::before, .uiswitch--medium:disabled:checked::before {
  width: 16.66667px;
}

.uiswitch--small {
  height: 18px;
  width: 36px;
  border-radius: 18px;
  @deprecated $size;
  background-color: #EDF1F5;
}

.uiswitch--small::before {
  background-color: #EDF1F5;
}

.uiswitch--small::after {
  height: 12px;
  width: 12px;
  border-radius: 8px;
  top: 3px;
  left: 3px;
  background: #ABB2BF;
}

.uiswitch--small:active {
  background-color: #EDF1F5;
}

.uiswitch--small:active::after {
  width: 16px;
}

.uiswitch--small:checked {
  background-color: #07DAA4;
}

.uiswitch--small:checked::after {
  -webkit-transform: translate3d(15px, 0, 0);
  -moz-transform: translate3d(15px, 0, 0);
  -ms-transform: translate3d(15px, 0, 0);
  -o-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
  right: 18px;
  background: #ffffff;
}

.uiswitch--small:disabled:active::before, .uiswitch--small:disabled:active::after, .uiswitch--small:disabled:checked:active::before, .uiswitch--small:disabled:checked::before {
  width: 12px;
}

.uiswitch--tiny {
  height: 12px;
  width: 24px;
  border-radius: 12px;
  @deprecated $size;
  background-color: #EDF1F5;
}

.uiswitch--tiny::before {
  background-color: #EDF1F5;
}

.uiswitch--tiny::after {
  height: 8px;
  width: 8px;
  border-radius: 5.33333px;
  top: 2px;
  left: 2px;
  background: #ABB2BF;
}

.uiswitch--tiny:active {
  background-color: #EDF1F5;
}

.uiswitch--tiny:active::after {
  width: 10.66667px;
}

.uiswitch--tiny:checked {
  background-color: #07DAA4;
}

.uiswitch--tiny:checked::after {
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  right: 12px;
  background: #ffffff;
}

.uiswitch--tiny:disabled:active::before, .uiswitch--tiny:disabled:active::after, .uiswitch--tiny:disabled:checked:active::before, .uiswitch--tiny:disabled:checked::before {
  width: 8px;
}

.my-switch {
  border-radius: 4px;
}

.my-switch::before {
  border-radius: 2px;
}

.my-switch::after {
  border-radius: 1px;
}

.my-switch:checked {
  background: hotpink;
}

.my-switch:checked::after {
  background-color: #333;
}

.blog .pagination, .post .pagination, .post-2 .pagination {
  text-align: center;
}

.blog .pagination ul, .post .pagination ul, .post-2 .pagination ul {
  display: inline;
  margin: 0;
  padding: 0;
  text-align: center;
}

.blog .pagination ul li, .post .pagination ul li, .post-2 .pagination ul li {
  display: inline;
  list-style: none;
}

.blog .pagination ul ul li, .post .pagination ul ul li, .post-2 .pagination ul ul li {
  display: none;
}

.blog .pagination ul ul li:nth-child(1), .post .pagination ul ul li:nth-child(1), .post-2 .pagination ul ul li:nth-child(1), .blog .pagination ul ul li:nth-child(2), .post .pagination ul ul li:nth-child(2), .post-2 .pagination ul ul li:nth-child(2), .blog .pagination ul ul li:nth-child(3), .post .pagination ul ul li:nth-child(3), .post-2 .pagination ul ul li:nth-child(3) {
  display: inline;
}

@media screen and (max-width: 800px) {
  .blog .pagination ul ul li, .post .pagination ul ul li, .post-2 .pagination ul ul li {
    display: inline;
  }
}

.blog .pagination ul li a, .post .pagination ul li a, .post-2 .pagination ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #00acec;
  color: #fefefe;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 15px;
  padding: 0.8rem 1.5rem;
  margin: 0 16px;
  margin: 0 1.6rem;
  text-decoration: none;
}

.blog .pagination ul li a:hover, .post .pagination ul li a:hover, .post-2 .pagination ul li a:hover, .blog .pagination ul li a:focus, .post .pagination ul li a:focus, .post-2 .pagination ul li a:focus {
  background: #20c3ff;
  color: #fefefe;
}

.blog .pagination ul li a:active, .post .pagination ul li a:active, .post-2 .pagination ul li a:active {
  background: #00acec;
  color: #fefefe;
}

.dT:before, #hcrate-features:before, .spotlight:before, .dTpad:before, .product .highlights:before, .blog .archive-link:before, .post .archive-link:before, .post-2 .archive-link:before, .product section.add-st-ft:before, .product .tour:before, .product-social:before, .add-st-feat:before, .new-features:before, #accessory-power-pole-micro #ease-of-use:before, #accessory-sidekick-ama-kit #sk-float:before, #article-hobie-evolve #evolve-control:before, #article-hobie-evolve #evolve-battery:before, #accessory-mirage-sail-kit #sail-kit-sails:before, #accessory-mirage-sail-kit #sail-kit-storage-bag:before, #accessory-livewell-xl #livewell-cargo:before,
#accessory-livewell-xl #livewell-tank:before,
#accessory-livewell #livewell-cargo:before,
#accessory-livewell #livewell-tank:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: #ddd 1px solid;
}

.dTpad:before, .product .highlights:before, .blog .archive-link:before, .post .archive-link:before, .post-2 .archive-link:before, .product section.add-st-ft:before, .product .tour:before, .product-social:before, .add-st-feat:before, .new-features:before, #accessory-power-pole-micro #ease-of-use:before, #accessory-sidekick-ama-kit #sk-float:before, #article-hobie-evolve #evolve-control:before, #article-hobie-evolve #evolve-battery:before, #accessory-mirage-sail-kit #sail-kit-sails:before, #accessory-mirage-sail-kit #sail-kit-storage-bag:before {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.dB:after, .site-index #homepage-accessories:after, .audience #images-info:after,
.press-product #images-info:after, .dBpad:after, #preferences #preferences-ui .row:last-of-type:after, #preferences #preferences-ui .blog-page #blog-archive .article-list:last-of-type:after, .blog-page #blog-archive #preferences #preferences-ui .article-list:last-of-type:after, #preferences #preferences-ui #shoppe-header:last-of-type:after, #preferences #preferences-ui
.ais-hits:last-of-type:after, .map-mast h1:after, .site-index #homepage-blog:after, .matrix:after, #article-miragedrive section:after, #press-audience:after, .audience #audience-content:after,
.audience .media-list:after,
.press-product #audience-content:after,
.press-product .media-list:after, .product-specs section:after, #accessory-carts header .hideDesktop h3:after, #accessory-livewell-xl #overview:after,
#accessory-livewell #overview:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: #ddd 1px solid;
}

.dBpad:after, #preferences #preferences-ui .row:last-of-type:after, #preferences #preferences-ui .blog-page #blog-archive .article-list:last-of-type:after, .blog-page #blog-archive #preferences #preferences-ui .article-list:last-of-type:after, #preferences #preferences-ui #shoppe-header:last-of-type:after, #preferences #preferences-ui
.ais-hits:last-of-type:after, .map-mast h1:after, .site-index #homepage-blog:after, .matrix:after, #article-miragedrive section:after, #press-audience:after, .audience #audience-content:after,
.audience .media-list:after,
.press-product #audience-content:after,
.press-product .media-list:after, .product-specs section:after, #accessory-carts header .hideDesktop h3:after {
  height: 30px;
  height: 3rem;
}

.subhead, #accessory-carts header .hideDesktop h3, .sub-head, #post-process {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: -0.5em;
  margin-bottom: 1em;
}

.vPad, #accessory-sidekick-ama-kit #sk-float .blurb, #accessory-sidekick-ama-kit #sk-float .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type #accessory-sidekick-ama-kit #sk-float section, #accessory-sidekick-ama-kit #sk-float .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type #accessory-sidekick-ama-kit #sk-float section, #accessory-sidekick-ama-kit #sk-float .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type #accessory-sidekick-ama-kit #sk-float section, #accessory-sidekick-ama-kit #sk-float .matrix p, .matrix #accessory-sidekick-ama-kit #sk-float p, .spotlight .blurb, .spotlight .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type .spotlight section, .spotlight .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type .spotlight section, .spotlight .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type .spotlight section, .spotlight .matrix p, .matrix .spotlight p, .spotlight .thumbnail {
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

.vPad2 {
  padding-top: 60px;
  padding-top: 6rem;
  padding-bottom: 60px;
  padding-bottom: 6rem;
}

.tPad, #front-hatch-storage .hideMobile, #accessory-sidekick-ama-kit #sk-float .banner, #vantage .row:first-child h3, #vantage .blog-page #blog-archive .article-list:first-child h3, .blog-page #blog-archive #vantage .article-list:first-child h3, #vantage #shoppe-header:first-child h3, #vantage
.ais-hits:first-child h3 {
  padding-top: 30px;
  padding-top: 3rem;
}

.tPad2 {
  padding-top: 60px;
  padding-top: 6rem;
}

.bPad, #ease-of-use .thumbnail, #tms .banner, #article-miragedrive section#miragedrive-adjustability .curlshadow, #article-miragedrive section#miragedrive-adjustability .shadow-cell > a, #article-miragedrive section#miragedrive-adjustability .bg-Thumb, #article-miragedrive section#miragedrive-adjustability .hoverThumb, #article-miragedrive section#miragedrive-adjustability #eclipse-holiday-slide #eclipse-slide-find-dealer, #eclipse-holiday-slide #article-miragedrive section#miragedrive-adjustability #eclipse-slide-find-dealer, #article-miragedrive section#miragedrive-adjustability #slide-holiday-gift-guide #holiday-slide-find-dealer, #slide-holiday-gift-guide #article-miragedrive section#miragedrive-adjustability #holiday-slide-find-dealer, #accessory-sidekick-ama-kit #sidekick-ama-kit-hero .blurb, #accessory-sidekick-ama-kit #sidekick-ama-kit-hero .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type #accessory-sidekick-ama-kit #sidekick-ama-kit-hero section, #accessory-sidekick-ama-kit #sidekick-ama-kit-hero .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type #accessory-sidekick-ama-kit #sidekick-ama-kit-hero section, #accessory-sidekick-ama-kit #sidekick-ama-kit-hero .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type #accessory-sidekick-ama-kit #sidekick-ama-kit-hero section, #accessory-sidekick-ama-kit #sidekick-ama-kit-hero .matrix p, .matrix #accessory-sidekick-ama-kit #sidekick-ama-kit-hero p {
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

.bPad2 {
  padding-bottom: 60px;
  padding-bottom: 6rem;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.centered-block {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
}

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

.align-right {
  text-align: right;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-none {
  clear: none !important;
}

.clear-both {
  clear: both !important;
}

.image-wrap, .highlights figure > a, #md180-fin-banner .hull-banner, .product .product-image {
  position: relative;
}

.image-wrap img, .highlights figure > a img, #md180-fin-banner .hull-banner img, .product .product-image img {
  width: 100%;
}

.image-wrap.height img, .highlights figure > a.height img, #md180-fin-banner .height.hull-banner img {
  height: inherit;
  width: auto;
  max-height: inherit;
  max-width: 100%;
  margin: 0 auto;
}

.image-wrap.height .twentyfive, .highlights figure > a.height .twentyfive, #md180-fin-banner .height.hull-banner .twentyfive {
  max-height: 25vh;
}

.image-wrap.height .fifty, .highlights figure > a.height .fifty, #md180-fin-banner .height.hull-banner .fifty {
  max-height: 50vh;
}

.image-wrap.height .seventyfive, .highlights figure > a.height .seventyfive, #md180-fin-banner .height.hull-banner .seventyfive {
  max-height: 75vh;
}

.dropdown {
  position: relative;
  line-height: 1.5em;
}

.dropdown .dropdown-container {
  position: relative;
  text-align: left;
  border-radius: 0 10px 10px 0;
  border-radius: 0 1rem 1rem 0;
  box-shadow: rgba(0, 0, 0, 0.15) 3px 1px 3px 0;
}

.dropdown .dropdown-container::after {
  clear: both;
  content: "";
  display: table;
}

.dropdown .dropdown-description {
  height: 100%;
  background: #00acec;
  color: #fefefe;
  float: left;
  margin: 0;
  border-top: 8px solid #fefefe;
  border-bottom: 8px solid #fefefe;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 9px 6px 18px;
  padding: 0.6rem 0.9rem 0.6rem 1.8rem;
  line-height: 36px;
  line-height: 3.6rem;
}

.dropdown .dropdown-button {
  color: #fefefe;
  border: 8px solid #fefefe;
  background: #07bcff;
  border-left: none;
  cursor: pointer;
  float: left;
  margin: 0;
  position: relative;
  border-radius: 0 10px 10px 0;
  border-radius: 0 1rem 1rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 36px 6px 9px;
  padding: 0.6rem 3.6rem 0.6rem 0.9rem;
  line-height: 36px;
  line-height: 3.6rem;
}

.dropdown .dropdown-button.category-default {
  background: #07bcff;
}

.dropdown .dropdown-button:hover {
  background-color: #00b7fb;
}

.dropdown .dropdown-button::after {
  color: #fefefe;
  content: "\25BE";
  display: block;
  position: absolute;
  right: 18px;
  right: 1.8rem;
  top: 4px;
  top: 0.4rem;
}

.dropdown .dropdown-menu {
  top: 75px;
  top: 7.5rem;
  left: 42%;
  left: 42%;
  padding: 0;
  padding: 0;
  width: 230px;
  width: 23rem;
  border-radius: 10px;
  border-radius: 1rem;
  border: 8px solid #fefefe;
  border: 0.8rem solid #fefefe;
  background: #00acec;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 3px 6px 0;
  color: #fefefe;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: show;
  position: absolute;
  transition: all 0.2s ease-in-out;
  z-index: 99999;
}

.dropdown .dropdown-menu li {
  color: #fefefe;
  list-style: none;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 8px;
  padding: 0.8rem;
  line-height: 32px;
  line-height: 3.2rem;
}

.dropdown .dropdown-menu li:hover {
  background: #00a1dd;
}

.dropdown .dropdown-menu li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.dropdown .dropdown-menu li:last-child {
  border: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dropdown .show-menu {
  display: block;
}

.blurb, .gridCard-span-four > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type section, .gridCard-span-three > a:first-of-type section, .matrix p {
  display: block;
}

.blurb p, .gridCard-span-four > a:first-of-type section p, .blog-page #blog-archive .article-list article > a:first-of-type section p, .gridCard-span-three > a:first-of-type section p, .matrix p p {
  font-size: 1.8rem;
}

.intro .blurb p, .intro .gridCard-span-four > a:first-of-type section p, .gridCard-span-four > a:first-of-type .intro section p, .intro .blog-page #blog-archive .article-list article > a:first-of-type section p, .blog-page #blog-archive .article-list article > a:first-of-type .intro section p, .intro .gridCard-span-three > a:first-of-type section p, .gridCard-span-three > a:first-of-type .intro section p, .intro .matrix p p, .matrix .intro p p {
  margin-top: 0;
}

.intro .blurb p:last-child, .intro .gridCard-span-four > a:first-of-type section p:last-child, .gridCard-span-four > a:first-of-type .intro section p:last-child, .intro .blog-page #blog-archive .article-list article > a:first-of-type section p:last-child, .blog-page #blog-archive .article-list article > a:first-of-type .intro section p:last-child, .intro .gridCard-span-three > a:first-of-type section p:last-child, .gridCard-span-three > a:first-of-type .intro section p:last-child, .intro .matrix p p:last-child, .matrix .intro p p:last-child,
.intro .blurb p .button,
.intro .gridCard-span-four > a:first-of-type section p .button, .gridCard-span-four > a:first-of-type
.intro section p .button,
.intro .blog-page #blog-archive .article-list article > a:first-of-type section p .button, .blog-page #blog-archive .article-list article > a:first-of-type
.intro section p .button,
.intro .gridCard-span-three > a:first-of-type section p .button, .gridCard-span-three > a:first-of-type
.intro section p .button,
.intro .matrix p p .button, .matrix
.intro p p .button {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .blurb, .gridCard-span-four > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type section, .gridCard-span-three > a:first-of-type section, .matrix p {
    display: block;
  }
  .blurb p, .gridCard-span-four > a:first-of-type section p, .blog-page #blog-archive .article-list article > a:first-of-type section p, .gridCard-span-three > a:first-of-type section p, .matrix p p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.highlights .highlight {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.highlights figure {
  padding: 0;
  margin: 0 auto;
}

.highlights figure > a {
  display: block;
  overflow: hidden;
}

.highlights figure figcaption {
  margin-top: 15px;
  margin-top: 1.5rem;
  text-align: center;
}

.highlights figure figcaption p {
  font-size: 15px;
  font-size: 1.5rem;
  hyphens: none;
}

.gift-guide .highlights figure > a {
  border-radius: 10% !important;
  border: 6px solid #fefefe;
}

@media screen and (max-width: 800px) {
  .highlights figure > div {
    max-width: 80%;
  }
}

#storyboxModule {
  text-align: center;
  padding-top: 30px;
  padding-top: 3rem;
}

.sidebar {
  padding-top: 0;
}

.sidebar h3 {
  border-top: #eee 1px solid;
}

.sidebar h3:first-child {
  border-top: none;
}

.span-three.sidebar:nth-child(2n), .sidebar.gridCard-span-three:nth-child(2n), .highlights .sidebar.highlight:nth-child(2n), .sidebar.ais-hits--item:nth-child(2n) {
  margin-right: 0;
}

.span-three.sidebar:nth-child(2n+1), .sidebar.gridCard-span-three:nth-child(2n+1), .highlights .sidebar.highlight:nth-child(2n+1), .sidebar.ais-hits--item:nth-child(2n+1) {
  clear: left;
}

.meta {
  border-left: #00acec 4px solid;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 10px 0;
  padding: 0 1rem 0;
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.note, .bg-Thumb > figure header p, .hoverThumb > figure header p, .blog .post-copy figure, .post .post-copy figure, .post-2 .post-copy figure {
  display: block;
  margin-top: 0.5em;
  margin-top: 0.5em;
  font-style: italic;
  font-size: 13px;
  font-size: 1.3rem;
}

.inline-note {
  color: #00acec;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.1em;
  padding: 0 0.1em;
}

.flash-alert {
  background-color: #fff6bf;
  color: #fefefe;
  display: block;
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.flash-alert a {
  color: #fefefe;
  text-decoration: underline;
}

.flash-alert a:focus, .flash-alert a:hover {
  color: #fefefe;
}

.flash-error {
  background-color: #ee5050;
  color: #fefefe;
  display: block;
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.flash-error a {
  color: #fefefe;
  text-decoration: underline;
}

.flash-error a:focus, .flash-error a:hover {
  color: #fefefe;
}

.flash-notice {
  background-color: #e5edf8;
  color: #fefefe;
  display: block;
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.flash-notice a {
  color: #fefefe;
  text-decoration: underline;
}

.flash-notice a:focus, .flash-notice a:hover {
  color: #fefefe;
}

.flash-success {
  background-color: #e6efc2;
  color: #fefefe;
  display: block;
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.flash-success a {
  color: #fefefe;
  text-decoration: underline;
}

.flash-success a:focus, .flash-success a:hover {
  color: #fefefe;
}

.alert-wrap {
  clear: both;
  position: relative;
  display: block;
  border: 4px solid #fefefe;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 3px 6px 0;
}

.circle, .highlights figure > a, img.circle, div.circleDiv, .circleThumb > div {
  border-radius: 50% !important;
  margin: 0 auto;
  border: 12px solid #fefefe;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
}

.circleThumb > div {
  max-width: 75%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.circleThumb > div:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

.curlshadow + h1, .shadow-cell > a + h1, .bg-Thumb + h1, .hoverThumb + h1, #eclipse-holiday-slide #eclipse-slide-find-dealer + h1, #slide-holiday-gift-guide #holiday-slide-find-dealer + h1, .curlshadow + h2, .shadow-cell > a + h2, .bg-Thumb + h2, .hoverThumb + h2, #eclipse-holiday-slide #eclipse-slide-find-dealer + h2, #slide-holiday-gift-guide #holiday-slide-find-dealer + h2, .curlshadow + h3, .shadow-cell > a + h3, .bg-Thumb + h3, .hoverThumb + h3, #eclipse-holiday-slide #eclipse-slide-find-dealer + h3, #slide-holiday-gift-guide #holiday-slide-find-dealer + h3, .curlshadow + h4, .shadow-cell > a + h4, .bg-Thumb + h4, .hoverThumb + h4, #eclipse-holiday-slide #eclipse-slide-find-dealer + h4, #slide-holiday-gift-guide #holiday-slide-find-dealer + h4 {
  margin-top: .25em;
}

.curlshadow .video-thumbnail .icon-play, .shadow-cell > a .video-thumbnail .icon-play, .bg-Thumb .video-thumbnail .icon-play, .hoverThumb .video-thumbnail .icon-play, #eclipse-holiday-slide #eclipse-slide-find-dealer .video-thumbnail .icon-play, #slide-holiday-gift-guide #holiday-slide-find-dealer .video-thumbnail .icon-play, .curlshadow .video-thumbnail .icon-play-small, .shadow-cell > a .video-thumbnail .icon-play-small, .bg-Thumb .video-thumbnail .icon-play-small, .hoverThumb .video-thumbnail .icon-play-small, #eclipse-holiday-slide #eclipse-slide-find-dealer .video-thumbnail .icon-play-small, #slide-holiday-gift-guide #holiday-slide-find-dealer .video-thumbnail .icon-play-small {
  bottom: 48%;
}

.curlshadow img, .shadow-cell > a img, .bg-Thumb img, .hoverThumb img, #eclipse-holiday-slide #eclipse-slide-find-dealer img, #slide-holiday-gift-guide #holiday-slide-find-dealer img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0;
}

.curlshadow:after, .shadow-cell > a:after, .bg-Thumb:after, .hoverThumb:after, #eclipse-holiday-slide #eclipse-slide-find-dealer:after, #slide-holiday-gift-guide #holiday-slide-find-dealer:after {
  display: block;
  position: relative;
  content: "";
  width: 100%;
  height: 1.5em;
  background: url("../images/curlshadow.png") no-repeat;
  background-size: 100% 100%;
}

.curlshadow figure, .shadow-cell > a figure, .bg-Thumb figure, .hoverThumb figure, #eclipse-holiday-slide #eclipse-slide-find-dealer figure, #slide-holiday-gift-guide #holiday-slide-find-dealer figure, .curlshadow img, .shadow-cell > a img, .bg-Thumb img, .hoverThumb img, #eclipse-holiday-slide #eclipse-slide-find-dealer img, #slide-holiday-gift-guide #holiday-slide-find-dealer img {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.borderless .curlshadow img, .borderless .shadow-cell > a img, .borderless .bg-Thumb img, .borderless .hoverThumb img, .borderless #eclipse-holiday-slide #eclipse-slide-find-dealer img, #eclipse-holiday-slide .borderless #eclipse-slide-find-dealer img, .borderless #slide-holiday-gift-guide #holiday-slide-find-dealer img, #slide-holiday-gift-guide .borderless #holiday-slide-find-dealer img {
  border: 0;
  margin-bottom: 0.5em;
}

.borderless .curlshadow:after, .borderless .shadow-cell > a:after, .borderless .bg-Thumb:after, .borderless .hoverThumb:after, .borderless #eclipse-holiday-slide #eclipse-slide-find-dealer:after, #eclipse-holiday-slide .borderless #eclipse-slide-find-dealer:after, .borderless #slide-holiday-gift-guide #holiday-slide-find-dealer:after, #slide-holiday-gift-guide .borderless #holiday-slide-find-dealer:after {
  display: none;
}

.shadow-cell > a {
  display: block;
}

.shadow-cell > a .bgThumb {
  min-width: 100%;
}

.bg-Thumb > figure, .hoverThumb > figure {
  family: "museo", helvetica, arial, verdana, "lucida grande", serif;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: #2e3233;
  color: #ffffff;
  text-align: center;
}

.bg-Thumb > figure *, .hoverThumb > figure * {
  transition: all 0.4s ease-in-out;
}

.bg-Thumb > figure > div, .hoverThumb > figure > div {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 0 !important;
  border-radius: 0 !important;
}

.bg-Thumb > figure > div:before, .hoverThumb > figure > div:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 60.24096%;
}

.bg-Thumb > figure figcaption, .hoverThumb > figure figcaption {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-Thumb > figure figcaption > div, .hoverThumb > figure figcaption > div {
  height: 100%;
}

.bg-Thumb > figure figcaption span, .hoverThumb > figure figcaption span {
  font-weight: 300;
}

.bg-Thumb > figure header, .hoverThumb > figure header {
  display: block;
  font-weight: 700;
  letter-spacing: 0.125em;
}

.bg-Thumb > figure header h1, .hoverThumb > figure header h1, .bg-Thumb > figure header h2, .hoverThumb > figure header h2, .bg-Thumb > figure header h3, .hoverThumb > figure header h3, .bg-Thumb > figure header h4, .hoverThumb > figure header h4, .bg-Thumb > figure header h5, .hoverThumb > figure header h5, .bg-Thumb > figure header h6, .hoverThumb > figure header h6, .bg-Thumb > figure header p, .hoverThumb > figure header p {
  margin: 0;
}

.bg-Thumb > figure a, .hoverThumb > figure a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.bg-Thumb > figure:hover > div, .hoverThumb > figure:hover > div,
.bg-Thumb > figure.hover > div, .hoverThumb > figure.hover > div {
  opacity: 1;
  transform: scale(1.1);
}

.hoverThumb > figure > div {
  opacity: 0.33;
}

.hoverThumb > figure:hover header,
.hoverThumb > figure.hover header {
  transform: translateX(-110%);
}

.bg-Thumb, .hoverThumb, .hoverThumb, .hoverThumb.curlshadow, .shadow-cell > a.hoverThumb, .hoverThumb, #eclipse-holiday-slide .hoverThumb#eclipse-slide-find-dealer, #slide-holiday-gift-guide .hoverThumb#holiday-slide-find-dealer {
  border-radius: 0 !important;
}

.raquo:after {
  content: '\20\BB';
}

.notice {
  background: #eee url("../images/bg-diagonal-f4f4f4.png") repeat 0 0;
  padding: 1em;
  padding: 1em;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.print {
  cursor: pointer;
}

.contained {
  border: #ddd 1px solid;
  background-color: #eee;
  padding-top: 0.9375em;
  padding-right: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 0.9375em;
  margin: 0.9375em 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.contained h3:first-child {
  margin-top: 0;
}

.contained h4:first-child {
  margin-top: 0;
}

.contained footer {
  border-top: #ddd 1px solid;
  padding-top: .5em;
}

.contained footer a {
  font-weight: 700;
}

.sty03 {
  color: #fefefe;
  position: relative;
  -moz-box-shadow: inset 0 0 6em rgba(0, 98, 134, 0.5);
  -webkit-box-shadow: inset 0 0 6em rgba(0, 98, 134, 0.5);
  box-shadow: inset 0 0 6em rgba(0, 98, 134, 0.5);
  background: #00acec url("../images/bg-blue.jpg") repeat 0 0;
}

.sty03 .switch li {
  color: #ddd;
}

.sty03 + section:before {
  display: none;
}

.sty05 {
  background: #000 url("../images/bg-wave-black.jpg") repeat 0 0;
  position: relative;
  width: 100%;
}

.sty05 .animated, .sty05 .raquo:hover:after, .sty05 a:hover .icon-play, a:hover .sty05 .icon-play, .sty05 a:hover .icon-play-small, a:hover .sty05 .icon-play-small, .sty05
a:hover .icon-play-inline,
a:hover .sty05 .icon-play-inline, .sty05 .feature-toggles a.active .arrow-up, .feature-toggles a.active .sty05 .arrow-up {
  display: block;
  width: 100%;
}

.sty05 .copy {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 56.52174%;
}

.sty05 .copy:last-child {
  margin-right: 0;
}

.sty06 {
  background: #eee9e2 url("../images/bg-diagonal-e2dac7.png") repeat 0 0;
}

.sty06 h4 {
  color: #fff;
  text-decoration: none;
  border-bottom: #00b0f1 1px dashed;
}

.sty09 {
  padding-top: 0;
  padding-bottom: 4em;
}

.dealer-bar, .signup-bar, .testimonial-bar {
  background: #00acec url("../images/bg-blue.jpg") repeat 0 0;
  color: #fff;
}

.dealer-bar .full, .signup-bar .full, .testimonial-bar .full, .dealer-bar .cell-row, .signup-bar .cell-row, .testimonial-bar .cell-row, .dealer-bar .bg-Thumb > figure figcaption > div, .bg-Thumb > figure .dealer-bar figcaption > div, .signup-bar .bg-Thumb > figure figcaption > div, .bg-Thumb > figure .signup-bar figcaption > div, .testimonial-bar .bg-Thumb > figure figcaption > div, .bg-Thumb > figure .testimonial-bar figcaption > div, .dealer-bar .hoverThumb > figure figcaption > div, .hoverThumb > figure .dealer-bar figcaption > div, .signup-bar .hoverThumb > figure figcaption > div, .hoverThumb > figure .signup-bar figcaption > div, .testimonial-bar .hoverThumb > figure figcaption > div, .hoverThumb > figure .testimonial-bar figcaption > div {
  color: #fff;
  margin-bottom: 0;
  display: block;
}

.dealer-bar .full h3, .signup-bar .full h3, .testimonial-bar .full h3, .dealer-bar .cell-row h3, .signup-bar .cell-row h3, .testimonial-bar .cell-row h3, .dealer-bar .bg-Thumb > figure figcaption > div h3, .bg-Thumb > figure .dealer-bar figcaption > div h3, .signup-bar .bg-Thumb > figure figcaption > div h3, .bg-Thumb > figure .signup-bar figcaption > div h3, .testimonial-bar .bg-Thumb > figure figcaption > div h3, .bg-Thumb > figure .testimonial-bar figcaption > div h3, .dealer-bar .hoverThumb > figure figcaption > div h3, .hoverThumb > figure .dealer-bar figcaption > div h3, .signup-bar .hoverThumb > figure figcaption > div h3, .hoverThumb > figure .signup-bar figcaption > div h3, .testimonial-bar .hoverThumb > figure figcaption > div h3, .hoverThumb > figure .testimonial-bar figcaption > div h3, .dealer-bar .full a, .signup-bar .full a, .testimonial-bar .full a, .dealer-bar .cell-row a, .signup-bar .cell-row a, .testimonial-bar .cell-row a, .dealer-bar .bg-Thumb > figure figcaption > div a, .bg-Thumb > figure .dealer-bar figcaption > div a, .signup-bar .bg-Thumb > figure figcaption > div a, .bg-Thumb > figure .signup-bar figcaption > div a, .testimonial-bar .bg-Thumb > figure figcaption > div a, .bg-Thumb > figure .testimonial-bar figcaption > div a, .dealer-bar .hoverThumb > figure figcaption > div a, .hoverThumb > figure .dealer-bar figcaption > div a, .signup-bar .hoverThumb > figure figcaption > div a, .hoverThumb > figure .signup-bar figcaption > div a, .testimonial-bar .hoverThumb > figure figcaption > div a, .hoverThumb > figure .testimonial-bar figcaption > div a {
  display: inline;
  line-height: 1;
}

.dealer-bar .full a, .signup-bar .full a, .testimonial-bar .full a, .dealer-bar .cell-row a, .signup-bar .cell-row a, .testimonial-bar .cell-row a, .dealer-bar .bg-Thumb > figure figcaption > div a, .bg-Thumb > figure .dealer-bar figcaption > div a, .signup-bar .bg-Thumb > figure figcaption > div a, .bg-Thumb > figure .signup-bar figcaption > div a, .testimonial-bar .bg-Thumb > figure figcaption > div a, .bg-Thumb > figure .testimonial-bar figcaption > div a, .dealer-bar .hoverThumb > figure figcaption > div a, .hoverThumb > figure .dealer-bar figcaption > div a, .signup-bar .hoverThumb > figure figcaption > div a, .hoverThumb > figure .signup-bar figcaption > div a, .testimonial-bar .hoverThumb > figure figcaption > div a, .hoverThumb > figure .testimonial-bar figcaption > div a {
  font-weight: bold;
}

.signup-bar h3 {
  margin: 0;
}

.signup-bar .note, .signup-bar .bg-Thumb > figure header p, .bg-Thumb > figure header .signup-bar p, .signup-bar .hoverThumb > figure header p, .hoverThumb > figure header .signup-bar p {
  margin-top: 0;
}

.testimonial-bar {
  text-align: center;
}

.testimonial-bar .row > div, .testimonial-bar .blog-page #blog-archive .article-list > div, .blog-page #blog-archive .testimonial-bar .article-list > div, .testimonial-bar #shoppe-header > div, .testimonial-bar
.ais-hits > div {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-bar .fader p:last-child {
  margin-bottom: 0;
}

.testimonial-bar .left-quote, .testimonial-bar .right-quote {
  font-weight: 700;
  position: absolute;
}

.testimonial-bar .left-quote {
  font-size: 6em;
  margin-top: -50px;
  margin-left: -50px;
}

.testimonial-bar .right-quote {
  font-size: 4em;
  margin-top: -10px;
}

.forum {
  margin-top: 2em;
}

.forum i {
  font-size: 1.5em;
  font-size: 1.5em;
}

.forum a {
  font-weight: bold;
  color: #00acec;
}

.dealer-bar a,
.testimonal-bar a,
.sty03 a {
  color: #FEC520;
  text-decoration: none;
}

.dealer-bar a:hover,
.testimonal-bar a:hover,
.sty03 a:hover {
  color: #fedf86;
}

.dealer-bar .icon,
.testimonal-bar .icon,
.sty03 .icon {
  margin-right: 12px;
  float: left;
}

#dealer-finder-sticky {
  position: fixed;
  bottom: 0;
  right: 20px;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  z-index: 9999;
}

#dealer-finder-sticky.shown {
  transform: translateY(0);
}

#dealer-finder-sticky button {
  background-color: #ec8623;
  border: 4px solid #fefefe;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1.5px 6px 0px;
  color: #fefefe;
  margin: 0;
  vertical-align: top;
  padding: 8px 15px;
  padding: 0.8rem 1.5rem;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list {
  line-height: 1.75em;
  font-size: 15px;
  font-size: 1.5rem;
}

.bullet-list {
  list-style-type: circle;
  list-style-position: inside;
}

.icon-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}

.icon-list > li {
  margin-bottom: 1.5em;
  margin-bottom: 1.5em;
  font-size: 15px;
  font-size: 1.5rem;
}

.icon-list > li > a {
  vertical-align: top;
}

.select-list .select-item {
  cursor: pointer;
  min-height: 166px;
}

.select-list .select-item img {
  border: #ddd 4px dashed;
  padding: 6px;
  max-width: 100%;
  border-top-left-radius: 128px;
  border-top-right-radius: 128px;
  border-bottom-right-radius: 128px;
  border-bottom-left-radius: 128px;
}

.select-list .select-item:hover:not(.active) img {
  border-color: #ccc;
}

.select-list .select-item:hover:not(.active) .label {
  color: #888;
}

.select-list .label {
  color: #aaa;
  cursor: pointer;
  text-align: center;
}

.select-list .active img {
  border: #00acec 4px solid;
}

.select-list .active .label {
  color: #00acec;
}

.list-inline > li {
  display: inline-block;
  vertical-align: top;
}

.list-square, .blog .post-copy ul, .post .post-copy ul, .post-2 .post-copy ul {
  list-style: square;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 800px) {
  ul.list-square, .blog .post-copy ul, .post .post-copy ul, .post-2 .post-copy ul {
    padding-left: 0;
    list-style-position: outside;
  }
  ul.list-square li, .blog .post-copy ul li, .post .post-copy ul li, .post-2 .post-copy ul li {
    margin-left: 1.25em;
  }
}

.archive-link {
  margin-top: 1em;
}

.more-link {
  position: relative;
}

.more-link .arrow-up {
  border-bottom-color: #00acec;
  top: -6px;
  left: 50%;
  margin-left: -6px;
}

.more-link:hover .arrow-up {
  border-bottom-color: #0099d3;
}

.overlay-link, .cinemagraph-slide a, .alter-yb a, .wave-hello a, .get-out-there a, .compass-intro a, .total-eclipse a, .i9s_slide a, .hobie-polarized a, .eclipse-summer-promo a, .outfish a, .livewell a, .need-a-lift a, .hobie-alter-slide a, .race-to-bermuda-slide a, .dapeng a, .full-power-reverse a, .walk-on-water a, .ike-likes-it a, .au-eclipse-boatshow a, #hfw6-la-2016 a, .step-on-and-go2 a, .blog-page section.mast .rotator .wrap a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
}

.read-more {
  display: inline-block;
  text-align: right;
  text-transform: uppercase;
  font-size: 80%;
}

.widget:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: #ddd 1px solid;
  margin-bottom: 30px;
}

.widget:last-child:after {
  display: none;
}

.widget .thumbnail {
  display: block;
  margin-bottom: 0;
}

.share-widget strong, .share-widget a {
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  border-top: none;
  border-right: #ddd 1px solid;
}

.share-widget strong:last-child, .share-widget a:last-child {
  border-right: none;
}

#language-selector {
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

#language-selector .international-widget {
  color: #555;
}

#language-selector .international-widget .selector-region .world-map,
#language-selector .international-widget .selector-region .field-container,
#language-selector .international-widget .selector-language .world-map,
#language-selector .international-widget .selector-language .field-container {
  margin-top: 10px;
  margin-top: 1rem;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

#language-selector .international-widget .selector-region .field-container:first-of-type,
#language-selector .international-widget .selector-language .field-container:first-of-type {
  margin-left: 0.5em;
  margin-left: 0.5em;
  margin-right: 1em;
  margin-right: 1em;
}

#copyright {
  padding-top: 0;
  padding-bottom: 60px;
}

@media screen and (max-width: 800px) {
  #language-selector .row > div, #language-selector .blog-page #blog-archive .article-list > div, .blog-page #blog-archive #language-selector .article-list > div, #language-selector #shoppe-header > div, #language-selector
  .ais-hits > div {
    text-align: center;
  }
  #copyright {
    text-align: center;
  }
}

.icon-play, .icon-play-small, .icon-play-inline, .circleThumb > div .icon-loading, .thumbnail .icon-loading, .banner .icon-loading, .video-thumbnail .icon-loading {
  z-index: 5;
  width: 96px;
  height: 96px;
  border-top-left-radius: 96px;
  border-top-right-radius: 96px;
  border-bottom-right-radius: 96px;
  border-bottom-left-radius: 96px;
  background: transparent url("../images/icon-play-ffffff.png") no-repeat center center;
  background-size: contain;
}

.icon-play a, .icon-play-small a, .icon-play-inline a, .circleThumb > div .icon-loading a, .thumbnail .icon-loading a, .banner .icon-loading a, .video-thumbnail .icon-loading a {
  display: block;
  width: 96px;
  height: 96px;
}

.icon-play, .icon-play-small {
  position: absolute;
  bottom: 50%;
  left: 50%;
  padding: 6px;
  margin-bottom: -48px;
  margin-left: -48px;
}

.icon-play-small {
  width: 48px;
  height: 48px;
  margin-bottom: -16px;
  margin-left: -24px;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}

.icon-play-small a {
  width: 48px;
  height: 48px;
}

.icon-play-inline {
  display: inline-block;
  width: 88px;
  height: 88px;
  border-top-left-radius: 88px;
  border-top-right-radius: 88px;
  border-bottom-right-radius: 88px;
  border-bottom-left-radius: 88px;
}

.icon-play-inline a {
  width: 88px;
  height: 88px;
}

a:hover .icon-play, a:hover .icon-play-small,
a:hover .icon-play-small,
a:hover .icon-play-inline {
  background-color: rgba(0, 0, 0, 0.2);
}

.circleThumb > div, .thumbnail, .banner, .video-thumbnail {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.circleThumb > div img, .thumbnail img, .banner img, .video-thumbnail img {
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  max-width: 100%;
}

.circleThumb > div .icon-loading, .thumbnail .icon-loading, .banner .icon-loading, .video-thumbnail .icon-loading {
  background: transparent url("../images/img-loading.gif") no-repeat center center;
}

.circleThumb > div .title, .thumbnail .title, .banner .title, .video-thumbnail .title {
  position: absolute;
  top: 1px;
  left: 10px;
  text-align: center;
  color: #fff;
  line-height: 2;
  padding: 0 3px;
  min-width: 25px;
}

.circleThumb > div:hover > .title, .thumbnail:hover > .title, .banner:hover > .title, .video-thumbnail:hover > .title {
  background-color: #00acec;
}

.thumbnail {
  max-width: 480px;
}

.grid-thumb {
  position: relative;
  position: relative;
  border-radius: 5px;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 4px solid #00acec;
  background-color: #00acec;
}

.grid-thumb:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

.grid-thumb img {
  max-width: 100%;
}

.grid-thumb .image-wrap, .grid-thumb .highlights figure > a, .highlights .grid-thumb figure > a, .grid-thumb #md180-fin-banner .hull-banner, #md180-fin-banner .grid-thumb .hull-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
}

.grid-thumb .image-wrap a, .grid-thumb .highlights figure > a a, .highlights .grid-thumb figure > a a, .grid-thumb #md180-fin-banner .hull-banner a, #md180-fin-banner .grid-thumb .hull-banner a {
  display: block;
  position: relative;
  margin: 0.5em 1em 2em 1em;
  margin: 0.5em 1em 2em 1em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.grid-thumb .image-wrap a:before, .grid-thumb .highlights figure > a a:before, .highlights .grid-thumb figure > a a:before, .grid-thumb #md180-fin-banner .hull-banner a:before, #md180-fin-banner .grid-thumb .hull-banner a:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

.grid-thumb .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fefefe;
  padding: 0;
}

.grid-thumb .title h6 {
  position: absolute;
  line-height: 1;
  bottom: 0;
  margin-bottom: -3px;
  margin-left: -3px;
  padding: 0.4em 10px 0.5em 10px;
  padding: 0.4em 1rem 0.5em 1rem;
  background-color: #00acec;
  border-radius: 0 5px 0 0;
  border-radius: 0 0.5rem 0 0;
}

.bgThumb {
  min-width: 100%;
  border-radius: 3px 3px 0 0;
  border-radius: 0.3rem 0.3rem 0 0;
  overflow: hidden;
}

.bgThumb > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bgThumb.ar1080 {
  position: relative;
}

.bgThumb.ar1080:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}

.banner {
  max-width: 100%;
}

a.thumbnail.curlshadow, .shadow-cell > a.thumbnail, a.thumbnail.bg-Thumb, a.thumbnail.hoverThumb, #eclipse-holiday-slide a.thumbnail#eclipse-slide-find-dealer, #slide-holiday-gift-guide a.thumbnail#holiday-slide-find-dealer,
div.thumbnail.curlshadow,
div.thumbnail.bg-Thumb,
div.thumbnail.hoverThumb,
#eclipse-holiday-slide div.thumbnail#eclipse-slide-find-dealer,
#slide-holiday-gift-guide div.thumbnail#holiday-slide-find-dealer,
a.banner.curlshadow,
.shadow-cell > a.banner,
a.banner.bg-Thumb,
a.banner.hoverThumb,
#eclipse-holiday-slide a.banner#eclipse-slide-find-dealer,
#slide-holiday-gift-guide a.banner#holiday-slide-find-dealer,
div.banner.curlshadow,
div.banner.bg-Thumb,
div.banner.hoverThumb,
#eclipse-holiday-slide div.banner#eclipse-slide-find-dealer,
#slide-holiday-gift-guide div.banner#holiday-slide-find-dealer {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  cursor: pointer;
}

a.thumbnail.curlshadow:hover, .shadow-cell > a.thumbnail:hover, a.thumbnail.bg-Thumb:hover, a.thumbnail.hoverThumb:hover, #eclipse-holiday-slide a.thumbnail#eclipse-slide-find-dealer:hover, #slide-holiday-gift-guide a.thumbnail#holiday-slide-find-dealer:hover, a.thumbnail.curlshadow:focus, .shadow-cell > a.thumbnail:focus, a.thumbnail.bg-Thumb:focus, a.thumbnail.hoverThumb:focus, #eclipse-holiday-slide a.thumbnail#eclipse-slide-find-dealer:focus, #slide-holiday-gift-guide a.thumbnail#holiday-slide-find-dealer:focus, a.thumbnail.curlshadow:active, .shadow-cell > a.thumbnail:active, a.thumbnail.bg-Thumb:active, a.thumbnail.hoverThumb:active, #eclipse-holiday-slide a.thumbnail#eclipse-slide-find-dealer:active, #slide-holiday-gift-guide a.thumbnail#holiday-slide-find-dealer:active,
div.thumbnail.curlshadow:hover,
div.thumbnail.bg-Thumb:hover,
div.thumbnail.hoverThumb:hover,
#eclipse-holiday-slide div.thumbnail#eclipse-slide-find-dealer:hover,
#slide-holiday-gift-guide div.thumbnail#holiday-slide-find-dealer:hover,
div.thumbnail.curlshadow:focus,
div.thumbnail.bg-Thumb:focus,
div.thumbnail.hoverThumb:focus,
#eclipse-holiday-slide div.thumbnail#eclipse-slide-find-dealer:focus,
#slide-holiday-gift-guide div.thumbnail#holiday-slide-find-dealer:focus,
div.thumbnail.curlshadow:active,
div.thumbnail.bg-Thumb:active,
div.thumbnail.hoverThumb:active,
#eclipse-holiday-slide div.thumbnail#eclipse-slide-find-dealer:active,
#slide-holiday-gift-guide div.thumbnail#holiday-slide-find-dealer:active,
a.banner.curlshadow:hover,
.shadow-cell > a.banner:hover,
a.banner.bg-Thumb:hover,
a.banner.hoverThumb:hover,
#eclipse-holiday-slide a.banner#eclipse-slide-find-dealer:hover,
#slide-holiday-gift-guide a.banner#holiday-slide-find-dealer:hover,
a.banner.curlshadow:focus,
.shadow-cell > a.banner:focus,
a.banner.bg-Thumb:focus,
a.banner.hoverThumb:focus,
#eclipse-holiday-slide a.banner#eclipse-slide-find-dealer:focus,
#slide-holiday-gift-guide a.banner#holiday-slide-find-dealer:focus,
a.banner.curlshadow:active,
.shadow-cell > a.banner:active,
a.banner.bg-Thumb:active,
a.banner.hoverThumb:active,
#eclipse-holiday-slide a.banner#eclipse-slide-find-dealer:active,
#slide-holiday-gift-guide a.banner#holiday-slide-find-dealer:active,
div.banner.curlshadow:hover,
div.banner.bg-Thumb:hover,
div.banner.hoverThumb:hover,
#eclipse-holiday-slide div.banner#eclipse-slide-find-dealer:hover,
#slide-holiday-gift-guide div.banner#holiday-slide-find-dealer:hover,
div.banner.curlshadow:focus,
div.banner.bg-Thumb:focus,
div.banner.hoverThumb:focus,
#eclipse-holiday-slide div.banner#eclipse-slide-find-dealer:focus,
#slide-holiday-gift-guide div.banner#holiday-slide-find-dealer:focus,
div.banner.curlshadow:active,
div.banner.bg-Thumb:active,
div.banner.hoverThumb:active,
#eclipse-holiday-slide div.banner#eclipse-slide-find-dealer:active,
#slide-holiday-gift-guide div.banner#holiday-slide-find-dealer:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

a.banner.curlshadow, .shadow-cell > a.banner, a.banner.bg-Thumb, a.banner.hoverThumb, #eclipse-holiday-slide a.banner#eclipse-slide-find-dealer, #slide-holiday-gift-guide a.banner#holiday-slide-find-dealer {
  display: block;
}

.small-thumb {
  max-width: 60%;
  margin: 0 auto;
}

.video-container, .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-embed iframe, .video-container .video-container object, .video-embed .video-container object, .video-container .video-container embed, .video-embed .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-thumbnail {
  width: 100%;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
}

.video-embed-thumb .icon-play, .video-embed-thumb .icon-play-small {
  background: transparent url("../images/icon-play-ffffff.png") no-repeat center center;
}

.video-group {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.video-group .switch-binary {
  color: #fefefe;
}

.video-group .switch-binary .episodes {
  color: #2e3233;
}

.video-group .switch-binary li {
  float: none;
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.video-group .switch-binary .prev {
  border-radius: 0;
}

.video-group .switch-binary .next {
  border-radius: 0;
}

.video-group .switch-binary i {
  padding: 0;
  margin: 0;
  min-width: 1em;
  font-size: 20px;
  font-size: 2rem;
}

.video-group .icon-play, .video-group .icon-play-small {
  width: 64px;
  height: 64px;
  margin-bottom: -32px;
  margin-left: -32px;
  border: #fff 4px solid;
}

@media screen and (min-width: 1024px) {
  .thumb-small img {
    max-width: 60%;
  }
}

.buttons {
  margin-bottom: 2em;
}

.button-skip {
  cursor: pointer;
}

.button-skip:hover {
  text-decoration: underline;
}

.button, .button-skeleton {
  display: inline-block;
  border: #00acec 1px solid;
  cursor: pointer;
  padding: 0.25em 0.75em;
  padding: 0.25em 0.75em;
  text-decoration: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.button:hover, .button-skeleton:hover {
  border-color: #0099d3;
}

.button:focus, .button-skeleton:focus {
  color: #fefefe;
}

.small.button, .small.button-skeleton {
  padding: 6px 12px;
}

.tiny.button, .tiny.button-skeleton {
  padding: 3px 6px;
}

.button {
  background-color: #00acec;
  color: #fff;
}

.button:visited {
  color: #fff;
}

.button:hover {
  background-color: #00a1dd;
  color: #fff;
}

.button-skeleton {
  border-color: #00acec;
  color: #00acec;
}

.button-skeleton:hover {
  color: #0099d3;
}

.button-shadow {
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
}

.cancel {
  display: inline-block;
}

.cancel a {
  color: #424242;
}

.arrow-container {
  position: relative;
  padding: 6px 12px 12px 12px;
}

.arrow-up, .arrow-right, .arrow-down, .arrow-left {
  position: absolute;
  width: 0;
  height: 0;
}

.arrow-up {
  border-top: none;
  border-right: transparent 6px solid;
  border-bottom: #0d0d0d 6px solid;
  border-left: transparent 6px solid;
}

.arrow-right {
  border-top: transparent 6px solid;
  border-right: none;
  border-bottom: transparent 6px solid;
  border-left: #0d0d0d 6px solid;
}

.arrow-down {
  border-top: none;
  border-right: transparent 6px solid;
  border-bottom: #0d0d0d 6px solid;
  border-left: transparent 6px solid;
}

.arrow-left {
  border-top: transparent 6px solid;
  border-right: #0d0d0d 6px solid;
  border-bottom: transparent 6px solid;
  border-left: none;
}

.icon-16, .icon-20, .icon-24, .icon-32, .icon-64, .svgIcon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.icon-32 {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.icon-64 {
  width: 64px;
  height: 64px;
}

.icon-20-store {
  background-image: url("../images/icon-20/store.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -3px;
}

.icon-32-store {
  background-image: url("../images/icon-32/store.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -3px;
}

.icon-contain-circle {
  display: inline-block;
  line-height: 2;
  background-color: #eeeeee;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin-right: 8px;
  vertical-align: middle;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}

.icon-contain-circle .icon-16 {
  margin-right: 0;
}

.icon-contain-circle:hover {
  border-color: #e4e4e4;
}

.svgIcon {
  width: 1.2em;
  height: 1.2em;
  fill: #fefefe;
  vertical-align: top;
  background-color: transparent;
}

.badge, .badge-64 {
  background-color: #00acec;
  fill: #fefefe;
  padding: 2px;
  padding: 0.2rem;
  border: 2px solid #fff;
  border: 0.2rem solid #fff;
  border-radius: 3px;
  border-radius: 0.3rem;
}

.badge {
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
}

.badge-64 {
  width: 64px;
  width: 6.4rem;
  height: 64px;
  height: 6.4rem;
}

.bigIcon {
  font-size: 80px;
  font-size: 8rem;
}

.hugeIcon {
  font-size: 200px;
  font-size: 20rem;
}

.file-type > div {
  display: inline-block;
  position: absolute;
}

.file-type p {
  margin: 0 0 0 2.25em;
  margin: 0 0 0 2.25em;
}

.file-type .file-type-tag {
  display: inline-block;
  font-family: 'FontAwesome';
  width: 1.5em;
  width: 1.5em;
  height: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  font-size: 1.5em;
  margin-right: 0.5em;
  margin-right: 0.5em;
  text-align: center;
  line-height: 1;
}

.file-type .file-type-tag span.pdf {
  color: #ee5050;
}

.file-type .file-type-tag span.xls, .file-type .file-type-tag span.xlsx {
  color: #07DAA4;
}

.file-type .file-type-tag span.doc, .file-type .file-type-tag span.docx {
  color: #007aec;
}

.file-type .file-type-tag span.jpg, .file-type .file-type-tag span.jpeg, .file-type .file-type-tag span.png, .file-type .file-type-tag span.gif {
  color: #8b00ec;
}

.file-type .file-type-tag span.forum {
  color: #2e3233;
}

.file-type .file-type-tag span.flv, .file-type .file-type-tag span.mp4, .file-type .file-type-tag span.mov, .file-type .file-type-tag span.wmv, .file-type .file-type-tag span.ytb {
  color: #696969;
}

.file-type:hover .file-type-tag span.pdf {
  color: #cc5555;
}

.file-type:hover .file-type-tag span.xls, .file-type:hover .file-type-tag span.xlsx {
  color: #4EB8A4;
}

.file-type:hover .file-type-tag span.doc, .file-type:hover .file-type-tag span.docx {
  color: #28A7F1;
}

.file-type:hover .file-type-tag span.jpg, .file-type:hover .file-type-tag span.jpeg, .file-type:hover .file-type-tag span.png, .file-type:hover .file-type-tag span.gif {
  color: #AB93E1;
}

.file-type:hover .file-type-tag span.forum {
  color: #52595b;
}

.file-type:hover .file-type-tag span.flv, .file-type:hover .file-type-tag span.mp4, .file-type:hover .file-type-tag span.mov, .file-type:hover .file-type-tag span.wmv, .file-type:hover .file-type-tag span.ytb {
  color: #888888;
}

.faq dl {
  font-size: 120%;
  font-size: 120%;
}

.faq dl dt {
  font-style: italic;
  margin-bottom: 1em;
  margin-bottom: 1em;
}

.campione h2 {
  margin-bottom: 0;
}

.campione-img {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.gm-c-iw {
  padding: 18px;
}

.bigCheck {
  width: 250px;
  margin: 0 0 30px 0;
  padding-top: 60px;
}

.bigCheck .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: bigCheck-dash 2s ease-in-out;
  -webkit-animation: bigCheck-dash 2s ease-in-out;
}

.bigCheck .spin {
  animation: bigCheck-spin 2s;
  -webkit-animation: bigCheck-spin 2s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

@-webkit-keyframes bigCheck-dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes bigCheck-dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

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

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

.accordion-tabs-minimal {
  line-height: 1.5;
  padding: 0;
}

.accordion-tabs-minimal::after {
  clear: both;
  content: "";
  display: table;
}

.accordion-tabs-minimal .tab-header-and-content {
  list-style: none;
}

@media screen and (min-width: 40em) {
  .accordion-tabs-minimal .tab-header-and-content {
    display: inline;
  }
}

.accordion-tabs-minimal .tab-link {
  background-color: #fefefe;
  border-top: 1px solid #00acec;
  color: #2e3233;
  display: block;
  padding: 15px 2.61792em;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (min-width: 40em) {
  .accordion-tabs-minimal .tab-link {
    border-top: 0;
    display: inline-block;
    margin-right: 3px;
  }
}

.accordion-tabs-minimal .tab-link:hover {
  background: #53d0ff;
  color: #ffffff;
}

.accordion-tabs-minimal .tab-link:focus {
  outline: none;
}

.accordion-tabs-minimal .tab-link.is-active {
  border-bottom: 0;
  border-top: 0;
  background: #00acec;
  color: #ffffff;
}

.accordion-tabs-minimal .tab-content {
  display: none;
  padding: 1.5em 0;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .accordion-tabs-minimal .tab-content {
    border-top: 1px solid #00acec;
    float: left;
  }
}

.alert {
  padding: 15px;
  margin: 0.5em 0;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success a {
  color: #0b2e13;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info a {
  color: #062c33;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning a {
  color: #533f03;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger a {
  color: #491217;
}

/*[ Custom Forms ===========================================
============================================================ ]*/
#page-hobie-fishing-sweepstakes-feb-2017 header h1 {
  font-size: 30px;
  font-size: 3rem;
  margin: 1em 0 0;
}

#page-hobie-fishing-sweepstakes-feb-2017 header h1:first-of-type {
  display: none;
}

#email-subscribe {
  position: relative;
}

#email-subscribe .span-six:last-of-type {
  margin-bottom: 0.15em !important;
}

#email-subscribe form {
  height: 60px;
}

#email-subscribe .subscribe {
  position: relative;
  width: 100%;
}

#email-subscribe .alert-wrap {
  margin-top: 15px;
}

#email-subscribe input[type="text"], #email-subscribe textarea {
  width: 100%;
  height: 60px;
  float: left;
  border: 0;
  outline: none;
  padding-left: 1em;
  padding-right: 80px;
  font-size: 1.25em;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#email-subscribe button {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  border: 0;
  background: #07DAA4;
  cursor: pointer;
  outline: none;
  transition: width 0.1s ease;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#email-subscribe button svg {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  transition: transform 0.25s ease, width 0.25s ease;
}

#email-subscribe button .send {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.25s ease;
}

#email-subscribe button:hover .send {
  opacity: 1;
}

#email-subscribe button:hover .divider {
  animation: divider 0.15s 0.2s linear forwards;
}

#email-subscribe button:hover svg {
  width: 23px;
  transform: rotate(-18deg) translateX(10px) translateY(3px);
  z-index: 10;
}

#email-subscribe .divider {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  width: 10px;
  height: 0;
  background: #07DAA4;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@keyframes divider {
  to {
    height: 60%;
  }
}

#email-subscribe #p2 {
  opacity: 0;
}

#preferences #preferences-ui {
  padding-top: 0;
}

#preferences #preferences-ui p {
  margin: 0;
}

#preferences #preferences-ui .row, #preferences #preferences-ui .blog-page #blog-archive .article-list, .blog-page #blog-archive #preferences #preferences-ui .article-list, #preferences #preferences-ui #shoppe-header, #preferences #preferences-ui
.ais-hits {
  margin-bottom: 15px;
}

#preferences #preferences-ui .row .span-six:first-of-type p, #preferences #preferences-ui .blog-page #blog-archive .article-list .span-six:first-of-type p, .blog-page #blog-archive #preferences #preferences-ui .article-list .span-six:first-of-type p, #preferences #preferences-ui #shoppe-header .span-six:first-of-type p, #preferences #preferences-ui
.ais-hits .span-six:first-of-type p {
  font-weight: bold;
}

#preferences #preferences-ui .span-six {
  margin-bottom: 0.25em;
}

#preferences .switch-subscription {
  margin-bottom: 15px;
}

#preferences .switch-subscription p {
  line-height: 25px;
  display: inline-block;
  width: calc(100% - 80px);
}

#preferences .switch-subscription .fields__item {
  vertical-align: top;
  display: inline-block;
}

#page-request-brochurecatalog .widget .small-thumb {
  max-width: 160px;
}

#page-request-brochurecatalog .widget h3, #page-request-brochurecatalog .widget h5 {
  margin-bottom: 0;
}

@media screen and (max-width: 568px) {
  #page-request-brochurecatalog .widget {
    text-align: center;
  }
  #page-request-brochurecatalog .widget .span-six:first-of-type {
    margin-bottom: 0;
  }
}

fieldset {
  background: #eee url("../images/bg-diagonal-f4f4f4.png") repeat 0 0;
  border: none;
  padding: 18px;
  margin-bottom: 1em;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

fieldset:last-child {
  margin-bottom: 0;
}

fieldset h3 {
  margin-top: 0;
}

label {
  display: block;
  margin: 6px 0 3px 0;
  color: #006286;
}

input[type="text"], textarea,
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"] {
  border: #ddd 1px solid;
  background: #fff;
  display: block;
  color: #006286;
  padding: 6px;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1);
}

input[type="text"].oversized, textarea.oversized,
input[type="email"].oversized,
input[type="password"].oversized,
input[type="url"].oversized,
input[type="search"].oversized {
  width: 100%;
  padding: 0;
}

.checkbox {
  padding: 6px 0;
}

.checkbox span {
  display: block;
  padding-left: 24px;
}

input[type="checkbox"] {
  margin: 0;
  width: 20px;
  float: left;
}

textarea {
  height: 104px;
}

select {
  max-width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input:focus, textarea:focus {
  background-color: #FFFECC;
}

.field-container {
  background-color: #e4e4e4;
  margin-bottom: 18px;
  padding: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.field-container.error input, .field-container.error textarea, .field-container.error select {
  border: #ee5050 1px solid;
}

.field-container:last-child {
  margin-bottom: 0;
}

section {
  position: relative;
  width: 100%;
}

section::after {
  clear: both;
  content: "";
  display: table;
}

.error {
  color: #ee5050;
}

.errormessage, .field-error .error, .errorlist li {
  border: none;
  background: #ff0000;
  color: #fff;
  padding: 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.field-error .arrow-up, .errorlist .arrow-up {
  border-bottom: #ff0000 6px solid;
  position: absolute;
  top: 0;
  left: 18px;
  margin-top: -6px;
}

.field-error {
  position: relative;
}

.errorlist li {
  position: relative;
  margin-top: 12px;
}

.fancy-select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.fancy-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #5c5c5c;
  width: 220px;
  height: 40px;
}

.fancy-select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 8px 15px;
  border-top: 1px solid #00acec;
  border-left: 1px solid #00acec;
  border-right: 1px solid #00acec;
  border-bottom: 1px solid #00acec;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.fancy-select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #5c5c5c transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.fancy-select-styled:hover {
  background-color: #ffffff;
}

.fancy-select-styled:active, .fancy-select-styled.active {
  background-color: #ffffff;
  border-bottom: none;
}

.fancy-select-styled:active:after, .fancy-select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #5c5c5c transparent;
}

.fancy-select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #00acec;
  border-right: 1px solid #00acec;
  border-bottom: 1px solid #00acec;
  background-color: #ffffff;
}

.fancy-select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #e6e6e6;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.fancy-select-options li:hover {
  background-color: #f7f7f7;
}

.fancy-select-options li[rel="hide"] {
  display: none;
}

.cd-main-header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #00acec url("../images/bg-blue.jpg") repeat 0 0;
  text-align: center;
  overflow: hidden;
}

.cd-main-header a.nav-logo {
  display: inline-block;
  float: left;
  position: relative;
  left: 35px;
  top: 0;
}

.cd-main-header a.nav-logo img {
  width: auto;
  height: 60px;
  display: inline-block;
  vertical-align: top;
}

.cd-main-header a.nav-logo img.nav-flying-h {
  display: none;
}

.cd-main-header div.nav-desktop {
  display: inline-block;
  margin-top: 7px;
}

.cd-main-header div.nav-desktop .nav-other-link {
  display: none;
}

.cd-main-header div.nav-desktop ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.cd-main-header div.nav-desktop ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 1.8rem;
}

.cd-main-header div.nav-desktop ul li:last-child {
  margin-right: 0;
}

.cd-main-header div.nav-desktop ul li a {
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 2.9;
  display: inline-block;
}

.cd-main-header div.nav-desktop ul li a:hover, .cd-main-header div.nav-desktop ul li a.active {
  color: #ffff40;
}

.cd-main-header a.nav-dealer {
  float: right;
  display: inline-block;
  color: #00acec;
  line-height: 1;
  background: #fff;
  position: relative;
  right: 35px;
  top: 11px;
  height: 38px;
  font-size: 1.6rem;
  padding: 0.6em 8px 0;
  margin-top: 0;
  border-radius: 3px;
}

.cd-main-header a.nav-dealer i.fa {
  margin-right: 3px;
  min-width: 1px;
}

.secondary-nav {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding-right: 25px;
}

.secondary-nav i.fa {
  margin-right: 0;
}

.secondary-nav ul {
  margin: 0;
  padding: 0;
  float: right;
}

.secondary-nav ul li {
  display: inline;
  margin-right: 12px;
  font-size: 0.9em;
}

.secondary-nav ul li a {
  color: rgba(3, 3, 3, 0.75);
}

.secondary-nav ul li:last-child {
  margin-right: 0;
}

.jq-dropdown .jq-dropdown-menu li a {
  font-size: 1.2em;
  color: #47a3da;
  padding: 10px 15px 10px 10px;
}

.jq-dropdown .jq-dropdown-menu li a:hover {
  background-color: #47a3da;
  border-bottom: none;
  color: #fff;
}

#main-menu:not(.mm-menu) {
  display: none;
}

#main-menu.animated, #main-menu.raquo:hover:after, a:hover #main-menu.icon-play, a:hover #main-menu.icon-play-small,
a:hover #main-menu.icon-play-inline, .feature-toggles a.active #main-menu.arrow-up {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-menu.mm-fx-panels-none .mm-panel {
  -webkit-transition: none !important;
  transition: none !important;
}

#mm-blocker {
  background: rgba(0, 0, 0, 0.7);
}

.mm-menu.mm-offcanvas.mm-top {
  background-color: #fff;
  max-height: 100%;
}

.mm-panels {
  width: 50%;
}

.mm-panels > .mm-panel {
  padding: 0;
}

.mm-panels > .mm-panel > .mm-listview {
  overflow: hidden;
  margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
  border: none;
}

.mm-listview > li {
  width: 33%;
  padding: 20px 40px;
  float: left;
}

.mm-listview > li:nth-of-type(3n+4) {
  clear: both;
}

.mm-listview > li > span {
  padding: 0;
  font-size: 16px;
  white-space: normal;
}

.mm-listview > li > a {
  font-size: 14px;
  padding: 5px 0 0 0;
  white-space: normal;
}

.mm-listview > li > a:hover {
  color: #00acec;
}

.menu-boat-thumb {
  max-width: 100%;
  width: 115px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.mirage-adventure-island-boat-thumb, .hobie-16-boat-thumb, .bravo-boat-thumb {
  width: auto;
  height: 115px;
}

.mirage-eclipse-boat-thumb {
  width: 250px;
  height: auto;
}

div#navpanel-root::before {
  height: 25px;
}

.nav-section-title {
  padding: 35px 0 5px 40px;
}

.nav-section-title a {
  font-size: 2.4rem;
  color: #2e3233;
  font-weight: bold;
}

.nav-section-title a:hover {
  color: #00acec;
}

.nav-section-title a span {
  font-size: 1.2rem;
  font-weight: normal;
}

.nav-section-title > span {
  font-size: 2.4rem;
  color: #2e3233;
  font-weight: bold;
}

a.no-subsection-link {
  font-weight: bold;
  color: #00acec !important;
  font-size: 16px !important;
}

a.no-subsection-link:hover {
  color: #2e3233 !important;
}

.main-menu-feat-img {
  width: 50%;
  height: 100%;
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1280px) {
  .nav-hide-max1280 {
    display: none !important;
  }
  .cd-main-header a.nav-logo {
    top: 3px;
  }
  .cd-main-header a.nav-logo img {
    width: auto;
    height: 50px;
  }
  .cd-main-header a.nav-dealer {
    top: 7px;
  }
  .mm-panels {
    width: 60%;
  }
  .main-menu-feat-img {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .nav-hide-max1024 {
    display: none !important;
  }
  .cd-main-header a.nav-dealer {
    top: 6px;
  }
  .main-menu-feat-img {
    display: none;
  }
  .mm-panels {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .nav-hide-max960 {
    display: none !important;
  }
  .cd-main-header a.nav-logo {
    top: 7px;
  }
  .cd-main-header a.nav-logo img {
    height: 40px;
  }
  .cd-main-header div.nav-desktop {
    margin-top: 8px;
  }
  .cd-main-header div.nav-desktop .nav-other-link {
    display: inline-block;
  }
  .cd-main-header div.nav-desktop ul li {
    margin-right: 1.5rem;
  }
  .cd-main-header div.nav-desktop ul li a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .nav-hide-max768 {
    display: none !important;
  }
  .mm-listview > li:nth-of-type(3n+4) {
    clear: none;
  }
  .mm-listview > li:nth-of-type(2n+3) {
    clear: both;
  }
  .mm-listview > li {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .nav-hide-max640 {
    display: none !important;
  }
  .cd-main-header a.nav-logo {
    top: 10px;
  }
  .cd-main-header a.nav-logo img.nav-flying-h {
    display: inline-block;
    height: 35px;
  }
}

@media screen and (max-width: 568px) {
  .nav-hide-max568 {
    display: none !important;
  }
  .cd-main-header a.nav-logo {
    top: 8px;
  }
  .cd-main-header div.nav-desktop {
    margin-top: 6px;
  }
}

@media screen and (max-width: 480px) {
  .nav-hide-max480 {
    display: none !important;
  }
  .cd-main-header a.nav-logo {
    top: 6px;
    left: 15px;
  }
  .cd-main-header a.nav-logo img.nav-flying-h {
    height: 30px;
  }
  .cd-main-header div.nav-desktop {
    margin-top: 6px;
  }
  .cd-main-header div.nav-desktop ul li {
    margin-right: 1.8rem;
  }
  .cd-main-header div.nav-desktop ul li a {
    font-size: 1.2rem;
  }
  div#navpanel-root ul.mm-listview li {
    text-align: left;
  }
  .mm-listview > li:nth-of-type(2n+3) {
    clear: none;
  }
  .mm-listview > li {
    width: 100%;
    text-align: center;
  }
  .mm-listview > li > img {
    margin: 0 auto 12px auto;
  }
}

@media screen and (max-width: 320px) {
  .nav-hide-max320 {
    display: none !important;
  }
  .cd-main-header a.nav-logo {
    left: 10px;
  }
  .cd-main-header a.nav-logo img.nav-flying-h {
    height: 20px;
  }
  .cd-main-header div.nav-desktop {
    margin-top: 3px;
    margin-left: 8px;
  }
  .cd-main-header div.nav-desktop ul li {
    margin-right: 1.4rem;
  }
  .cd-main-header div.nav-desktop ul li a {
    font-size: 1.2rem;
  }
}

/* reset  list style */
.cbp-tm-menu,
.cbp-tm-menu ul {
  list-style: none;
}

#secondary-navbar {
  width: 100%;
  position: relative;
}

#secondary-navbar .cbp-tm-menu {
  display: block;
  position: relative;
  z-index: 5;
  width: 100%;
  background: #fefefe;
  text-align: right;
  margin: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#secondary-navbar .cbp-tm-menu > li {
  display: inline-block;
  margin: 0 1em 0 0;
  position: relative;
}

#secondary-navbar .cbp-tm-menu > li > a {
  line-height: 1.25em;
  padding: 0;
  font-size: 0.9em;
  display: block;
  color: rgba(3, 3, 3, 0.75);
}

#secondary-navbar .cbp-tm-menu > li > a:hover > li > a {
  color: #00acec;
}

#secondary-navbar .cbp-tm-menu > li > a:before {
  font-family: 'FontAwesome';
  vertical-align: middle;
}

#secondary-navbar .cbp-tm-menu > li > a:only-child:hover {
  border-bottom: 1px solid #00acec;
}

#secondary-navbar .cbp-tm-menu > li:last-child .cbp-tm-submenu {
  right: 0;
}

#secondary-navbar .cbp-tm-menu li:last-child .cbp-tm-submenu:after {
  left: initial;
  right: 0.45em;
}

#secondary-navbar #bm-hamburger .cbp-tm-submenu {
  width: 12em;
}

#secondary-navbar #bm-hamburger .cbp-tm-submenu:after {
  margin-left: 0;
}

#secondary-navbar #bm-hamburger .cbp-tm-submenu.col1 {
  left: -24.5em;
}

#secondary-navbar #bm-hamburger .cbp-tm-submenu.col1:after {
  display: none;
}

#secondary-navbar #bm-hamburger .cbp-tm-submenu.col2 {
  left: -12.5em;
}

#secondary-navbar #bm-hamburger .cbp-tm-submenu.col2:after {
  display: none;
}

#secondary-navbar #bm-hamburger .cbp-tm-submenu.col3 {
  left: -0.5em;
}

.cbp-tm-submenu {
  position: absolute;
  display: none;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  text-align: left;
  pointer-events: none;
  -webkit-transition: visibility 0s, opacity 0s;
  -moz-transition: visibility 0s, opacity 0s;
  transition: visibility 0s, opacity 0s;
}

.cbp-tm-submenu > li {
  display: block;
  background: #fff;
}

.cbp-tm-submenu > li:first-child {
  border-top: 2px solid #00acec;
}

.cbp-tm-submenu > li > a,
.cbp-tm-submenu > li span {
  padding: 5px 0.25em;
  display: block;
  font-size: 1em;
  position: relative;
  color: #47a3da;
  border: 4px solid #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.cbp-tm-submenu > li a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: baseline;
  width: 1.25em;
  text-align: center;
}

.cbp-tm-submenu:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-width: 14px;
  margin-left: 1.5em;
  left: 50%;
  top: -16px;
}

/* sumbenu toggle */
.cbp-tm-show .cbp-tm-submenu {
  display: block;
  width: 14em;
  left: 50%;
  margin: 0 0 0 -9.5em;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}

/* submenu above-below toggle */
.cbp-tm-show-above .cbp-tm-submenu {
  bottom: 100%;
  margin-bottom: 12px;
}

.cbp-tm-show-below .cbp-tm-submenu {
  top: 100%;
  padding-top: 12px;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
  top: 100%;
  margin-top: -12px;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
  bottom: 100%;
  margin-bottom: 0;
}

.cbp-tm-show-above .cbp-tm-submenu:after {
  border-bottom-color: #00acec;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
  border-bottom-color: #00acec;
}

/* extreme cases: not enough space on the sides */
.cbp-tm-nospace-right .cbp-tm-submenu {
  right: 0;
  left: auto;
}

.cbp-tm-nospace-left .cbp-tm-submenu {
  left: 0;
}

.cbp-tm-menu li:first-child .cbp-tm-submenu {
  left: 100%;
}

.cbp-tm-menu li:first-child .cbp-tm-submenu:after {
  left: 30%;
}

.cbp-tm-menu li:last-child .cbp-tm-submenu {
  left: -125%;
}

/* no-touch specific styles */
.no-touch .cbp-tm-menu > li > a:hover,
.no-touch .cbp-tm-menu > li > a:active {
  color: #02639d;
}

.no-touch .cbp-tm-submenu > li > a:hover,
.no-touch .cbp-tm-submenu > li > a:active {
  color: #fff;
  background: #47a3da;
}

.no-touch .cbp-tm-submenu > li > a.bm-spacer:hover,
.no-touch .cbp-tm-submenu > li > a.bm-spacer:active {
  color: #fff;
  background: #fff;
}

.cbp-tm-submenu li a:before,
.cbp-tm-menu > li > a:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 0.6em;
  -webkit-font-smoothing: antialiased;
}

.bm-icon-link:before {
  content: "";
}

.bm-icon-facebook:before {
  content: "";
}

.bm-icon-youtube:before {
  content: "";
}

.bm-icon-blog:before {
  content: "";
}

.bm-icon-race:before {
  content: "";
}

.bm-icon-group:before {
  content: "";
}

.bm-icon-star:before {
  content: "";
}

.bm-icon-team:before {
  content: "";
}

.bm-icon-calendar:before {
  content: "";
}

.bm-icon-anchor:before {
  content: "";
}

.bm-icon-handshake:before {
  content: "";
}

.bm-icon-instagram:before {
  content: "";
}

.bm-icon-trademark:before {
  content: "";
}

.bm-icon-legal:before {
  content: "";
}

.bm-icon-envelope:before {
  content: "";
}

.bm-icon-pencil:before {
  content: "";
}

.bm-icon-marker:before {
  content: "";
}

.bm-icon-comment:before {
  content: "";
}

.bm-icon-comments:before {
  content: "";
}

.bm-icon-badge:before {
  content: "";
}

.bm-icon-brochure:before {
  content: "";
}

.bm-icon-certificate:before {
  content: "";
}

.bm-icon-film:before {
  content: "";
}

.bm-icon-support:before {
  content: "";
}

.bm-icon-desktop:before {
  content: "";
}

.bm-icon-flask:before {
  content: "";
}

.bm-icon-card:before {
  content: "";
}

/* Media Queries */
@media screen and (max-width: 1024px) {
  #secondary-navbar {
    display: none;
  }
}

@media screen and (max-width: 55.6875em) {
  .cbp-tm-menu {
    font-size: 80%;
  }
}

@media screen and (max-height: 25.25em), screen and (max-width: 44.3125em) {
  #secondary-navbar .cbp-tm-menu {
    font-size: 100%;
    position: relative;
    text-align: center;
    padding: 0;
    top: auto;
  }
  #secondary-navbar .cbp-tm-menu > li {
    display: block;
    margin: 0;
  }
  #secondary-navbar li.cbp-tm-show > a,
  #secondary-navbar .no-touch .cbp-tm-menu > li > a:hover,
  #secondary-navbar .no-touch .cbp-tm-menu > li > a:active {
    color: #fff;
    background: #02639d;
  }
  #secondary-navbar .cbp-tm-submenu,
  #secondary-navbar #bm-hamburger .cbp-tm-submenu {
    position: relative;
    display: none;
    width: 100%;
  }
  #secondary-navbar .cbp-tm-submenu > li {
    padding: 0;
  }
  #secondary-navbar .cbp-tm-submenu > li > a {
    padding: 0.6em 2.3em 0.6em 0.6em;
    border: none;
  }
  #secondary-navbar .cbp-tm-submenu:after {
    display: none;
  }
  #secondary-navbar .cbp-tm-menu .cbp-tm-show .cbp-tm-submenu,
  #secondary-navbar .cbp-tm-menu #bm-hamburger.cbp-tm-show .cbp-tm-submenu {
    display: block;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }
}

/*[ Custom Masts ===========================================
=========================================================]*/
.page-img-mast {
  width: 100%;
  height: 55vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.mast, .hero {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.mast .slide .link-to-editor, .hero .slide .link-to-editor {
  bottom: 0;
}

.mast .slide .row, .hero .slide .row, .mast .slide .blog-page #blog-archive .article-list, .blog-page #blog-archive .mast .slide .article-list, .hero .slide .blog-page #blog-archive .article-list, .blog-page #blog-archive .hero .slide .article-list, .mast .slide #shoppe-header, .hero .slide #shoppe-header, .mast .slide
.ais-hits, .hero .slide
.ais-hits {
  height: 100%;
}

.mast .slide .full, .hero .slide .full, .mast .slide .cell-row, .hero .slide .cell-row, .mast .slide .bg-Thumb > figure figcaption > div, .bg-Thumb > figure .mast .slide figcaption > div, .hero .slide .bg-Thumb > figure figcaption > div, .bg-Thumb > figure .hero .slide figcaption > div, .mast .slide .hoverThumb > figure figcaption > div, .hoverThumb > figure .mast .slide figcaption > div, .hero .slide .hoverThumb > figure figcaption > div, .hoverThumb > figure .hero .slide figcaption > div {
  height: 100%;
}

.mast .slide .full.vCenter > div, .hero .slide .full.vCenter > div, .mast .slide .cell-row > div, .hero .slide .cell-row > div, .mast .slide .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure .mast .slide figcaption > div > div, .hero .slide .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure .hero .slide figcaption > div > div, .mast .slide .hoverThumb > figure figcaption > div > div, .hoverThumb > figure .mast .slide figcaption > div > div, .hero .slide .hoverThumb > figure figcaption > div > div, .hoverThumb > figure .hero .slide figcaption > div > div {
  display: table-cell;
}

.mast .slide h1, .hero .slide h1, .mast .slide h2, .hero .slide h2, .mast .slide h3, .hero .slide h3, .mast .slide h4, .hero .slide h4, .mast .slide h5, .hero .slide h5 {
  font-weight: bold;
}

.mast .slide h1, .hero .slide h1 {
  color: #ffffff;
}

.mast .slide.blue, .hero .slide.blue {
  background-color: #00acec;
  padding: 15px 10px 5px;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 3, 51, 0.37);
  -moz-box-shadow: 4px 4px 6px 0px rgba(0, 3, 51, 0.37);
  box-shadow: 4px 4px 6px 0px rgba(0, 3, 51, 0.37);
}

.mast .slide p, .hero .slide p {
  color: #fefefe;
  margin-bottom: 0;
}

.mast .slide p.blurb, .hero .slide p.blurb, .mast .slide .matrix p, .matrix .mast .slide p, .hero .slide .matrix p, .matrix .hero .slide p {
  padding: 15px 0;
  padding: 1.5rem 0;
}

.mast .slide .button, .hero .slide .button {
  background-color: #00acec;
  border-color: #00acec;
  color: #fff;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 3, 51, 0.37);
  -moz-box-shadow: 4px 4px 6px 0px rgba(0, 3, 51, 0.37);
  box-shadow: 4px 4px 6px 0px rgba(0, 3, 51, 0.37);
}

.mast .mast-image, .hero .mast-image {
  width: 100%;
}

.mast .icon-play, .hero .icon-play, .mast .icon-play-small, .hero .icon-play-small {
  bottom: 48%;
}

.mast .expand-container, .hero .expand-container {
  position: relative;
}

.mast .expand-container #expand, .hero .expand-container #expand {
  position: absolute;
  cursor: pointer;
  top: -90px;
  top: -9rem;
  right: 20px;
  right: 2rem;
}

.mast .expand-container #expand i, .hero .expand-container #expand i {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 32px;
}

.map-mast section {
  padding: 0 0 1em 0;
}

.map-mast section:first-of-type {
  padding-bottom: 0;
}

.map-mast h1 {
  margin-top: 0;
}

.article-mast-slide,
a.article-mast-slide {
  display: block;
  position: relative;
  height: 100%;
}

.article-mast-slide .blurb, .article-mast-slide .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type .article-mast-slide section, .article-mast-slide .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type .article-mast-slide section, .article-mast-slide .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type .article-mast-slide section, .article-mast-slide .matrix p, .matrix .article-mast-slide p,
a.article-mast-slide .blurb,
a.article-mast-slide .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type
a.article-mast-slide section,
a.article-mast-slide .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type
a.article-mast-slide section,
a.article-mast-slide .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type
a.article-mast-slide section,
a.article-mast-slide .matrix p, .matrix
a.article-mast-slide p {
  margin-top: 3em;
  margin-top: 3em;
}

.article-mast-slide .blurb h1, .article-mast-slide .gridCard-span-four > a:first-of-type section h1, .gridCard-span-four > a:first-of-type .article-mast-slide section h1, .article-mast-slide .blog-page #blog-archive .article-list article > a:first-of-type section h1, .blog-page #blog-archive .article-list article > a:first-of-type .article-mast-slide section h1, .article-mast-slide .gridCard-span-three > a:first-of-type section h1, .gridCard-span-three > a:first-of-type .article-mast-slide section h1, .article-mast-slide .matrix p h1, .matrix .article-mast-slide p h1, .article-mast-slide .blurb h3, .article-mast-slide .gridCard-span-four > a:first-of-type section h3, .gridCard-span-four > a:first-of-type .article-mast-slide section h3, .article-mast-slide .blog-page #blog-archive .article-list article > a:first-of-type section h3, .blog-page #blog-archive .article-list article > a:first-of-type .article-mast-slide section h3, .article-mast-slide .gridCard-span-three > a:first-of-type section h3, .gridCard-span-three > a:first-of-type .article-mast-slide section h3, .article-mast-slide .matrix p h3, .matrix .article-mast-slide p h3,
a.article-mast-slide .blurb h1,
a.article-mast-slide .gridCard-span-four > a:first-of-type section h1, .gridCard-span-four > a:first-of-type
a.article-mast-slide section h1,
a.article-mast-slide .blog-page #blog-archive .article-list article > a:first-of-type section h1, .blog-page #blog-archive .article-list article > a:first-of-type
a.article-mast-slide section h1,
a.article-mast-slide .gridCard-span-three > a:first-of-type section h1, .gridCard-span-three > a:first-of-type
a.article-mast-slide section h1,
a.article-mast-slide .matrix p h1, .matrix
a.article-mast-slide p h1,
a.article-mast-slide .blurb h3,
a.article-mast-slide .gridCard-span-four > a:first-of-type section h3, .gridCard-span-four > a:first-of-type
a.article-mast-slide section h3,
a.article-mast-slide .blog-page #blog-archive .article-list article > a:first-of-type section h3, .blog-page #blog-archive .article-list article > a:first-of-type
a.article-mast-slide section h3,
a.article-mast-slide .gridCard-span-three > a:first-of-type section h3, .gridCard-span-three > a:first-of-type
a.article-mast-slide section h3,
a.article-mast-slide .matrix p h3, .matrix
a.article-mast-slide p h3 {
  color: #fefefe;
  text-shadow: 1px 1px 1px rgba(0, 0, 50, 0.5);
  line-height: 1em;
  word-break: keep-all;
}

.article-mast-slide .blurb h1, .article-mast-slide .gridCard-span-four > a:first-of-type section h1, .gridCard-span-four > a:first-of-type .article-mast-slide section h1, .article-mast-slide .blog-page #blog-archive .article-list article > a:first-of-type section h1, .blog-page #blog-archive .article-list article > a:first-of-type .article-mast-slide section h1, .article-mast-slide .gridCard-span-three > a:first-of-type section h1, .gridCard-span-three > a:first-of-type .article-mast-slide section h1, .article-mast-slide .matrix p h1, .matrix .article-mast-slide p h1,
a.article-mast-slide .blurb h1,
a.article-mast-slide .gridCard-span-four > a:first-of-type section h1, .gridCard-span-four > a:first-of-type
a.article-mast-slide section h1,
a.article-mast-slide .blog-page #blog-archive .article-list article > a:first-of-type section h1, .blog-page #blog-archive .article-list article > a:first-of-type
a.article-mast-slide section h1,
a.article-mast-slide .gridCard-span-three > a:first-of-type section h1, .gridCard-span-three > a:first-of-type
a.article-mast-slide section h1,
a.article-mast-slide .matrix p h1, .matrix
a.article-mast-slide p h1 {
  margin-top: 0;
}

.banner-mast-head {
  display: block;
  position: relative;
  height: 100%;
}

.banner-mast-head .blurb, .banner-mast-head .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type .banner-mast-head section, .banner-mast-head .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type .banner-mast-head section, .banner-mast-head .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type .banner-mast-head section, .banner-mast-head .matrix p, .matrix .banner-mast-head p {
  text-align: center;
}

.banner-mast-head .blurb h1, .banner-mast-head .gridCard-span-four > a:first-of-type section h1, .gridCard-span-four > a:first-of-type .banner-mast-head section h1, .banner-mast-head .blog-page #blog-archive .article-list article > a:first-of-type section h1, .blog-page #blog-archive .article-list article > a:first-of-type .banner-mast-head section h1, .banner-mast-head .gridCard-span-three > a:first-of-type section h1, .gridCard-span-three > a:first-of-type .banner-mast-head section h1, .banner-mast-head .matrix p h1, .matrix .banner-mast-head p h1, .banner-mast-head .blurb h3, .banner-mast-head .gridCard-span-four > a:first-of-type section h3, .gridCard-span-four > a:first-of-type .banner-mast-head section h3, .banner-mast-head .blog-page #blog-archive .article-list article > a:first-of-type section h3, .blog-page #blog-archive .article-list article > a:first-of-type .banner-mast-head section h3, .banner-mast-head .gridCard-span-three > a:first-of-type section h3, .gridCard-span-three > a:first-of-type .banner-mast-head section h3, .banner-mast-head .matrix p h3, .matrix .banner-mast-head p h3 {
  color: #fefefe;
  text-shadow: 1px 1px 1px rgba(0, 0, 50, 0.5);
  line-height: 1.3em;
  word-break: keep-all;
}

.banner-mast-head .blurb h3, .banner-mast-head .gridCard-span-four > a:first-of-type section h3, .gridCard-span-four > a:first-of-type .banner-mast-head section h3, .banner-mast-head .blog-page #blog-archive .article-list article > a:first-of-type section h3, .blog-page #blog-archive .article-list article > a:first-of-type .banner-mast-head section h3, .banner-mast-head .gridCard-span-three > a:first-of-type section h3, .gridCard-span-three > a:first-of-type .banner-mast-head section h3, .banner-mast-head .matrix p h3, .matrix .banner-mast-head p h3 {
  margin-top: 0;
}

.photo-mast-cta-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.photo-mast-cta-wrap .row, .photo-mast-cta-wrap .blog-page #blog-archive .article-list, .blog-page #blog-archive .photo-mast-cta-wrap .article-list, .photo-mast-cta-wrap #shoppe-header, .photo-mast-cta-wrap
.ais-hits, .photo-mast-cta-wrap .full, .photo-mast-cta-wrap .cell-row, .photo-mast-cta-wrap .bg-Thumb > figure figcaption > div, .bg-Thumb > figure .photo-mast-cta-wrap figcaption > div, .photo-mast-cta-wrap .hoverThumb > figure figcaption > div, .hoverThumb > figure .photo-mast-cta-wrap figcaption > div {
  height: inherit;
}

.photo-mast-cta {
  position: relative;
  padding-top: 2em;
}

.photo-mast-cta .outback-award-logos {
  position: absolute;
  bottom: 60px;
  left: 0;
}

.photo-mast-cta .outback-award-logos img {
  display: inline-block;
  width: 113px;
  height: auto;
}

@media screen and (max-width: 800px) {
  .photo-mast-cta-wrap {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .photo-mast-cta .outback-award-logos {
    bottom: 10px;
  }
}

.hero {
  position: relative;
  color: #fefefe;
}

.hero:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 40%;
}

.hero .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .row, .hero .blog-page #blog-archive .article-list, .blog-page #blog-archive .hero .article-list, .hero #shoppe-header, .hero
.ais-hits, .hero .vCenter, .hero .cell-row, .hero .bg-Thumb > figure figcaption > div, .bg-Thumb > figure .hero figcaption > div, .hero .hoverThumb > figure figcaption > div, .hoverThumb > figure .hero figcaption > div {
  height: 100%;
}

.hero .row > div, .hero .blog-page #blog-archive .article-list > div, .blog-page #blog-archive .hero .article-list > div, .hero #shoppe-header > div, .hero
.ais-hits > div, .hero .vCenter > div, .hero .cell-row > div, .hero .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure .hero figcaption > div > div, .hero .hoverThumb > figure figcaption > div > div, .hoverThumb > figure .hero figcaption > div > div {
  height: 100%;
  margin-bottom: 0;
}

.hero .vCenter, .hero .cell-row, .hero .bg-Thumb > figure figcaption > div, .bg-Thumb > figure .hero figcaption > div, .hero .hoverThumb > figure figcaption > div, .hoverThumb > figure .hero figcaption > div {
  display: table;
}

.hero .vCenter > div, .hero .cell-row > div, .hero .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure .hero figcaption > div > div, .hero .hoverThumb > figure figcaption > div > div, .hoverThumb > figure .hero figcaption > div > div {
  display: table-cell;
}

.hero span {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.rotator {
  position: relative;
  overflow: hidden;
}

.rotator:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 40%;
}

.rotator::after {
  clear: both;
  content: "";
  display: table;
}

.rotator .slide {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.rotator .slide h1 {
  margin-bottom: 0;
}

.rotator .slide.active {
  display: block;
}

.rotator .slide .wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

.rotator .img-container {
  position: relative;
}

.rotator h4 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}

.rotator .mast-image {
  position: absolute;
  top: 0;
  left: 0;
}

.rotator.thinner {
  position: relative;
}

.rotator.thinner:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 30.03003%;
}

.rotator.thinnest {
  position: relative;
}

.rotator.thinnest:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 33.33333%;
}

.rotator.aratio-four-one {
  position: relative;
}

.rotator.aratio-four-one:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 25%;
}

.rotator-nav {
  display: block;
  position: absolute;
  left: 10px;
  left: 1rem;
  bottom: 10px;
  bottom: 1rem;
  overflow: hidden;
  padding: 12px 12px 18px 12px;
  z-index: 1;
}

.rotator-nav .bullet {
  display: inline-block;
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  background: transparent;
  border: #fff 3px solid;
  margin: 0 3px;
  cursor: pointer;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  float: left;
}

.rotator-nav .bullet:hover {
  border-color: #ccc;
}

.rotator-nav .bullet.active {
  border-color: #00acec;
}

section.mast.eclipse {
  position: relative;
}

section.mast.eclipse img.mast-img {
  max-width: 100%;
  height: auto;
}

section.mast.eclipse img.eclipse-mobile-mast {
  width: 100%;
  height: auto;
}

section.mast.eclipse img.mast-img-play {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

section.mast.eclipse div.mast-img-copy {
  position: absolute;
  top: 30%;
  right: 12%;
  width: 40vw;
}

section.mast.eclipse div.mast-img-copy img {
  max-width: 100%;
  height: auto;
}

section.mast.eclipse div.eclipse-2017-promo-copy {
  position: absolute;
  top: 15%;
  left: 5%;
}

section.mast.eclipse div.eclipse-2017-promo-copy img {
  width: 75%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  section.mast.eclipse img.mast-img-play {
    width: 70px;
    height: 70px;
    bottom: 5%;
    margin-left: -35px;
    margin-top: -35px;
  }
}

@media screen and (max-width: 768px) {
  section.mast.eclipse img.mast-img-play {
    width: 50px;
    height: 50px;
    bottom: 5%;
    margin-left: -25px;
    margin-top: -25px;
  }
}

@media screen and (max-width: 568px) {
  section.mast.eclipse img.mast-img-play {
    width: 40px;
    height: 40px;
    bottom: 5%;
    margin-left: -20px;
    margin-top: -20px;
  }
}

@media screen and (max-width: 480px) {
  section.mast.eclipse img.mast-img-play {
    width: 25px;
    height: 25px;
    bottom: 5%;
    margin-left: -12px;
    margin-top: -12px;
  }
}

.cinemagraph-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("https://cdn.hobiecat.com/digital_asset_profiles/cinemagraph_outback_kevin_miramar__imgseq.mov_0001.png");
  background-repeat: no-repeat;
  background-position: 75% 55%;
  background-size: cover;
}

.cinemagraph-slide video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: -33%;
  z-index: -1;
  overflow: hidden;
}

.cinemagraph-slide .info-cta {
  width: 100%;
  font-weight: bold;
  display: block;
  position: relative;
  width: auto;
  color: #fff200;
  letter-spacing: -0.66px;
  text-shadow: 1px 1px 1px rgba(0, 0, 50, 0.15);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 36px;
  font-size: 3.6rem;
}

.cinemagraph-slide .info-cta i.fa {
  margin-right: 2.5px;
  margin-right: 0.25rem;
}

.cinemagraph-slide .layer1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 45%, transparent 100%), url("../images/video-overlay-black-dots.png");
}

.cinemagraph-slide .layer2 {
  position: relative;
  display: block;
  background-size: 4px;
  width: 60vw;
  margin: 12% 0 0 5%;
  height: auto;
}

.cinemagraph-slide .overlay-layer {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: -33%;
  pointer-events: none;
}

.cinemagraph-slide #bgvid,
.cinemagraph-slide .overlay-layer {
  display: none;
}

.cinemagraph-slide .layer2 span,
.cinemagraph-slide i.fa.fa-play {
  font-size: 60%;
  line-height: 1;
}

@media screen and (orientation: portrait) {
  .cinemagraph-slide .layer2 {
    width: 90vw;
    margin: 28% auto 0 auto;
  }
}

@media screen and (orientation: landscape) {
  .cinemagraph-slide .layer2 {
    width: 66vw;
    margin: 13% 0 0 3.3%;
  }
}

@media screen and (min-width: 1025px) {
  .cinemagraph-slide {
    background: none;
  }
  .cinemagraph-slide .layer2 {
    width: 66vw;
    margin: 10% auto 0 auto;
  }
  .cinemagraph-slide .info-cta {
    font-size: 48px;
    font-size: 4.8rem;
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
  }
  .cinemagraph-slide #bgvid,
  .cinemagraph-slide .overlay-layer {
    display: initial;
  }
  .cinemagraph-slide .layer2 span,
  .cinemagraph-slide i.fa.fa-play {
    font-size: 100%;
    line-height: 1.45;
  }
  .cinemagraph-slide .autoposition-4r video, .cinemagraph-slide .autoposition-4r .overlay-layer {
    right: 0;
  }
}

@media screen and (orientation: portrait) and (min-aspect-ratio: 100 / 100) and (max-aspect-ratio: 130 / 100) {
  .cinemagraph-slide .autoposition-4r video, .cinemagraph-slide .autoposition-4r .overlay-layer {
    right: -33%;
  }
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 100 / 134) and (max-aspect-ratio: 134 / 100) {
  .cinemagraph-slide .autoposition-4r video, .cinemagraph-slide .autoposition-4r .overlay-layer {
    right: -20%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .cinemagraph-slide .autoposition-4r video, .cinemagraph-slide .autoposition-4r .overlay-layer {
    right: -15%;
  }
}

.alter-yb {
  background-size: cover;
  background-position: left 65%;
  background-repeat: no-repeat;
}

.alter-yb .image-wrap, .alter-yb .highlights figure > a, .highlights .alter-yb figure > a, .alter-yb #md180-fin-banner .hull-banner, #md180-fin-banner .alter-yb .hull-banner {
  position: absolute;
  top: 38%;
  right: 12%;
  width: 45%;
  max-width: 150vh;
}

.wave-hello .image-wrap, .wave-hello .highlights figure > a, .highlights .wave-hello figure > a, .wave-hello #md180-fin-banner .hull-banner, #md180-fin-banner .wave-hello .hull-banner {
  position: absolute;
  bottom: 33%;
  left: 07%;
  width: 40%;
}

div.aus-fish-champs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.aus-fish-champs img {
  width: 50%;
  height: auto;
}

@media screen and (max-width: 480px) {
  div.aus-fish-champs img {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  div.aus-fish-champs img {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  div.aus-fish-champs img {
    width: 30%;
    margin-bottom: 70px;
  }
}

div.au-fish-champs-photo {
  width: 20%;
  height: auto;
  position: absolute;
  top: 10%;
  left: 5%;
}

div.au-fish-champs-photo img {
  max-width: 100%;
  height: auto;
}

div.au-fish-champs-text {
  width: 20%;
  height: auto;
  position: absolute;
  right: 15%;
  bottom: 10%;
}

div.au-fish-champs-text img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  div.au-fish-champs-photo {
    width: 25%;
    top: 3%;
  }
  div.au-fish-champs-text {
    width: 25%;
    bottom: 13%;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  div.au-fish-champs-photo {
    width: 33%;
    top: 2%;
  }
  div.au-fish-champs-text {
    width: 45%;
  }
}

div.image-wrap.sydney-boatshow, #md180-fin-banner div.sydney-boatshow.hull-banner {
  width: 20%;
  position: absolute;
  right: 10%;
  top: 30%;
}

div.image-wrap.sydney-boatshow img, #md180-fin-banner div.sydney-boatshow.hull-banner img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  div.image-wrap.sydney-boatshow, #md180-fin-banner div.sydney-boatshow.hull-banner {
    width: 30%;
  }
  div.image-wrap.sydney-boatshow img, #md180-fin-banner div.sydney-boatshow.hull-banner img {
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  div.image-wrap.sydney-boatshow, #md180-fin-banner div.sydney-boatshow.hull-banner {
    width: 40%;
  }
  div.image-wrap.sydney-boatshow img, #md180-fin-banner div.sydney-boatshow.hull-banner img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  div.image-wrap.sydney-boatshow, #md180-fin-banner div.sydney-boatshow.hull-banner {
    width: 50%;
  }
  div.image-wrap.sydney-boatshow img, #md180-fin-banner div.sydney-boatshow.hull-banner img {
    width: 100%;
  }
}

.get-out-there div.image-overlay {
  opacity: 0.5;
  position: absolute;
  bottom: -30%;
  right: 0;
  width: 60%;
  height: auto;
  overflow: visible;
}

.get-out-there .image-wrap, .get-out-there .highlights figure > a, .highlights .get-out-there figure > a, .get-out-there #md180-fin-banner .hull-banner, #md180-fin-banner .get-out-there .hull-banner {
  position: absolute;
  bottom: 15%;
  left: 2%;
  width: auto;
}

.get-out-there .image-wrap img, .get-out-there .highlights figure > a img, .highlights .get-out-there figure > a img, .get-out-there #md180-fin-banner .hull-banner img, #md180-fin-banner .get-out-there .hull-banner img {
  width: 50vh;
}

.get-out-there .image-wrap div.copy, .get-out-there .highlights figure > a div.copy, .highlights .get-out-there figure > a div.copy, .get-out-there #md180-fin-banner .hull-banner div.copy, #md180-fin-banner .get-out-there .hull-banner div.copy {
  font-family: 'darwinpro';
  font-weight: normal;
  color: #FFF;
  font-size: 5.9vh;
  line-height: 1;
  padding: 20px 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .get-out-there .image-wrap, .get-out-there .highlights figure > a, .highlights .get-out-there figure > a, .get-out-there #md180-fin-banner .hull-banner, #md180-fin-banner .get-out-there .hull-banner {
    bottom: 9%;
    left: 5%;
  }
  .get-out-there .image-wrap img, .get-out-there .highlights figure > a img, .highlights .get-out-there figure > a img, .get-out-there #md180-fin-banner .hull-banner img, #md180-fin-banner .get-out-there .hull-banner img {
    width: 56%;
  }
  .get-out-there .image-wrap div.copy, .get-out-there .highlights figure > a div.copy, .highlights .get-out-there figure > a div.copy, .get-out-there #md180-fin-banner .hull-banner div.copy, #md180-fin-banner .get-out-there .hull-banner div.copy {
    font-size: 2.8em;
    padding: 10px 0 0 10px;
  }
}

@media screen and (max-width: 568px) {
  .get-out-there .image-wrap, .get-out-there .highlights figure > a, .highlights .get-out-there figure > a, .get-out-there #md180-fin-banner .hull-banner, #md180-fin-banner .get-out-there .hull-banner {
    bottom: 11%;
    left: 5%;
  }
  .get-out-there .image-wrap img, .get-out-there .highlights figure > a img, .highlights .get-out-there figure > a img, .get-out-there #md180-fin-banner .hull-banner img, #md180-fin-banner .get-out-there .hull-banner img {
    width: 70%;
  }
  .get-out-there .image-wrap div.copy, .get-out-there .highlights figure > a div.copy, .highlights .get-out-there figure > a div.copy, .get-out-there #md180-fin-banner .hull-banner div.copy, #md180-fin-banner .get-out-there .hull-banner div.copy {
    font-size: 2.7em;
    padding: 10px 0 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .get-out-there .image-wrap, .get-out-there .highlights figure > a, .highlights .get-out-there figure > a, .get-out-there #md180-fin-banner .hull-banner, #md180-fin-banner .get-out-there .hull-banner {
    bottom: 11%;
    left: 5%;
  }
  .get-out-there .image-wrap img, .get-out-there .highlights figure > a img, .highlights .get-out-there figure > a img, .get-out-there #md180-fin-banner .hull-banner img, #md180-fin-banner .get-out-there .hull-banner img {
    width: 70%;
  }
  .get-out-there .image-wrap div.copy, .get-out-there .highlights figure > a div.copy, .highlights .get-out-there figure > a div.copy, .get-out-there #md180-fin-banner .hull-banner div.copy, #md180-fin-banner .get-out-there .hull-banner div.copy {
    font-size: 2.4em;
    padding: 10px 0 0 10px;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .get-out-there .image-wrap img, .get-out-there .highlights figure > a img, .highlights .get-out-there figure > a img, .get-out-there #md180-fin-banner .hull-banner img, #md180-fin-banner .get-out-there .hull-banner img {
    width: 30%;
  }
  .get-out-there .image-wrap div.copy, .get-out-there .highlights figure > a div.copy, .highlights .get-out-there figure > a div.copy, .get-out-there #md180-fin-banner .hull-banner div.copy, #md180-fin-banner .get-out-there .hull-banner div.copy {
    font-size: 1.5em;
  }
}

.compass-intro div.image-overlay {
  opacity: 0.5;
  position: absolute;
  bottom: -30%;
  right: 0;
  width: 60%;
  height: auto;
  overflow: visible;
}

.compass-intro .image-wrap, .compass-intro .highlights figure > a, .highlights .compass-intro figure > a, .compass-intro #md180-fin-banner .hull-banner, #md180-fin-banner .compass-intro .hull-banner {
  position: absolute;
  bottom: 40%;
  left: 18%;
  width: auto;
}

.compass-intro .image-wrap img, .compass-intro .highlights figure > a img, .highlights .compass-intro figure > a img, .compass-intro #md180-fin-banner .hull-banner img, #md180-fin-banner .compass-intro .hull-banner img {
  width: 50%;
}

.compass-intro .image-wrap div.copy, .compass-intro .highlights figure > a div.copy, .highlights .compass-intro figure > a div.copy, .compass-intro #md180-fin-banner .hull-banner div.copy, #md180-fin-banner .compass-intro .hull-banner div.copy {
  font-family: 'darwinpro';
  font-weight: normal;
  color: #FFF;
  font-size: 5.9vh;
  line-height: 1;
  padding: 20px 0 0 20px;
}

@media screen and (max-width: 1600px) {
  .compass-intro .image-wrap, .compass-intro .highlights figure > a, .highlights .compass-intro figure > a, .compass-intro #md180-fin-banner .hull-banner, #md180-fin-banner .compass-intro .hull-banner {
    bottom: 35%;
    left: 12%;
  }
  .compass-intro .image-wrap img, .compass-intro .highlights figure > a img, .highlights .compass-intro figure > a img, .compass-intro #md180-fin-banner .hull-banner img, #md180-fin-banner .compass-intro .hull-banner img {
    width: 50%;
  }
  .compass-intro .image-wrap div.copy, .compass-intro .highlights figure > a div.copy, .highlights .compass-intro figure > a div.copy, .compass-intro #md180-fin-banner .hull-banner div.copy, #md180-fin-banner .compass-intro .hull-banner div.copy {
    font-size: 2.8em;
    padding: 10px 0 0 10px;
  }
}

@media screen and (max-width: 1280px) {
  .compass-intro .image-wrap, .compass-intro .highlights figure > a, .highlights .compass-intro figure > a, .compass-intro #md180-fin-banner .hull-banner, #md180-fin-banner .compass-intro .hull-banner {
    bottom: 40%;
    left: 5%;
  }
  .compass-intro .image-wrap img, .compass-intro .highlights figure > a img, .highlights .compass-intro figure > a img, .compass-intro #md180-fin-banner .hull-banner img, #md180-fin-banner .compass-intro .hull-banner img {
    width: 40%;
  }
  .compass-intro .image-wrap div.copy, .compass-intro .highlights figure > a div.copy, .highlights .compass-intro figure > a div.copy, .compass-intro #md180-fin-banner .hull-banner div.copy, #md180-fin-banner .compass-intro .hull-banner div.copy {
    font-size: 2.8em;
    padding: 10px 0 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .compass-intro .image-wrap, .compass-intro .highlights figure > a, .highlights .compass-intro figure > a, .compass-intro #md180-fin-banner .hull-banner, #md180-fin-banner .compass-intro .hull-banner {
    bottom: 12%;
    left: 5%;
  }
  .compass-intro .image-wrap img, .compass-intro .highlights figure > a img, .highlights .compass-intro figure > a img, .compass-intro #md180-fin-banner .hull-banner img, #md180-fin-banner .compass-intro .hull-banner img {
    width: 50%;
  }
  .compass-intro .image-wrap div.copy, .compass-intro .highlights figure > a div.copy, .highlights .compass-intro figure > a div.copy, .compass-intro #md180-fin-banner .hull-banner div.copy, #md180-fin-banner .compass-intro .hull-banner div.copy {
    font-size: 2.8em;
    padding: 10px 0 0 10px;
  }
}

@media screen and (max-width: 568px) {
  .compass-intro .image-wrap, .compass-intro .highlights figure > a, .highlights .compass-intro figure > a, .compass-intro #md180-fin-banner .hull-banner, #md180-fin-banner .compass-intro .hull-banner {
    bottom: 10%;
    left: 8%;
  }
  .compass-intro .image-wrap img, .compass-intro .highlights figure > a img, .highlights .compass-intro figure > a img, .compass-intro #md180-fin-banner .hull-banner img, #md180-fin-banner .compass-intro .hull-banner img {
    width: 80%;
  }
  .compass-intro .image-wrap div.copy, .compass-intro .highlights figure > a div.copy, .highlights .compass-intro figure > a div.copy, .compass-intro #md180-fin-banner .hull-banner div.copy, #md180-fin-banner .compass-intro .hull-banner div.copy {
    font-size: 2.7em;
    padding: 10px 0 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .compass-intro .image-wrap, .compass-intro .highlights figure > a, .highlights .compass-intro figure > a, .compass-intro #md180-fin-banner .hull-banner, #md180-fin-banner .compass-intro .hull-banner {
    bottom: 12%;
    left: 8%;
  }
  .compass-intro .image-wrap img, .compass-intro .highlights figure > a img, .highlights .compass-intro figure > a img, .compass-intro #md180-fin-banner .hull-banner img, #md180-fin-banner .compass-intro .hull-banner img {
    width: 80%;
  }
  .compass-intro .image-wrap div.copy, .compass-intro .highlights figure > a div.copy, .highlights .compass-intro figure > a div.copy, .compass-intro #md180-fin-banner .hull-banner div.copy, #md180-fin-banner .compass-intro .hull-banner div.copy {
    font-size: 2.4em;
    padding: 10px 0 0 10px;
  }
}

.compass-intro-v2 .compass-img {
  position: absolute;
  top: 5vh;
  left: 10vw;
}

.compass-intro-v2 .compass-img img {
  max-width: 100%;
  width: auto;
  height: 33vh;
}

.compass-intro-v2 .compass-text {
  position: absolute;
  top: 5vh;
  right: 20vw;
}

.compass-intro-v2 .compass-text img {
  max-width: 100%;
  width: auto;
  height: 30vh;
}

@media screen and (max-width: 1600px) {
  .compass-intro-v2 .compass-img {
    top: 5vh;
    left: 8vw;
  }
  .compass-intro-v2 .compass-img img {
    width: auto;
    height: 33vh;
  }
  .compass-intro-v2 .compass-text {
    top: 5vh;
    right: 15vw;
  }
  .compass-intro-v2 .compass-text img {
    width: auto;
    height: 30vh;
  }
}

@media screen and (max-width: 1024px) {
  .compass-intro-v2 .compass-img {
    top: 5vh;
    left: 4vw;
  }
  .compass-intro-v2 .compass-img img {
    width: auto;
    height: 33vh;
  }
  .compass-intro-v2 .compass-text {
    top: 5vh;
    right: 7vw;
  }
  .compass-intro-v2 .compass-text img {
    width: auto;
    height: 30vh;
  }
}

@media screen and (max-width: 960px) {
  .compass-intro-v2 .compass-img {
    top: 7vh;
    left: 5vw;
  }
  .compass-intro-v2 .compass-img img {
    width: auto;
    height: 33vh;
  }
  .compass-intro-v2 .compass-text {
    top: 10vh;
    right: 15vw;
  }
  .compass-intro-v2 .compass-text img {
    width: auto;
    height: 35vh;
  }
}

@media screen and (max-width: 768px) {
  .compass-intro-v2 .compass-img {
    top: 7vh;
    left: 5vw;
  }
  .compass-intro-v2 .compass-img img {
    width: auto;
    height: 33vh;
  }
  .compass-intro-v2 .compass-text {
    top: 15vh;
    right: 10vw;
  }
  .compass-intro-v2 .compass-text img {
    width: auto;
    height: 35vh;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .compass-intro-v2 .compass-img {
    top: 43vh;
    left: 51vw;
  }
  .compass-intro-v2 .compass-img img {
    width: auto;
    height: 25vh;
  }
  .compass-intro-v2 .compass-text {
    top: 18vh;
    right: 5vw;
  }
  .compass-intro-v2 .compass-text img {
    width: auto;
    height: 20vh;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .compass-intro-v2 .compass-img {
    top: 43vh;
    left: 50vw;
  }
  .compass-intro-v2 .compass-img img {
    width: auto;
    height: 20vh;
  }
  .compass-intro-v2 .compass-text {
    top: 22vh;
    right: 4vw;
  }
  .compass-intro-v2 .compass-text img {
    width: auto;
    height: 16vh;
  }
}

.hamakau-coast {
  position: relative;
}

.hamakau-coast .hamakau-coast-text {
  position: absolute;
  top: 20%;
  left: 15%;
  width: 30vw;
}

.hamakau-coast .hamakau-coast-text img {
  opacity: 0.89;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hamakau-coast .hamakau-coast-text {
    position: absolute;
    top: 24%;
    left: 15%;
    width: 30vw;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .hamakau-coast .hamakau-coast-text {
    position: absolute;
    top: 28%;
    left: 5%;
    width: 45vw;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  .hamakau-coast .hamakau-coast-text {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 30vw;
  }
}

@media screen and (max-width: 800px) and (orientation: portrait) {
  .hamakau-coast .hamakau-coast-text {
    position: absolute;
    top: 41%;
    left: 5%;
    width: 50vw;
  }
}

.hobie16-worlds-2019-slide .default-slide {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hobie16-worlds-2019-slide .default-slide .image-overlay {
  width: 48vw;
  height: auto;
  margin-right: 25px;
}

.hobie16-worlds-2019-slide .default-slide .image-overlay img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .hobie16-worlds-2019-slide .default-slide {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .hobie16-worlds-2019-slide .default-slide .image-overlay {
    width: 60vw;
    height: auto;
    margin-top: 55px;
    margin-right: 25px;
  }
}

.compass-duo .default-slide {
  position: relative;
}

.compass-duo .default-slide .slide-text1 {
  width: 30vw;
  height: auto;
  position: absolute;
  top: 5vh;
  left: 30vw;
}

.compass-duo .default-slide .slide-text1 img {
  max-width: 100%;
  height: auto;
}

.compass-duo .default-slide .slide-text2 {
  width: 40vw;
  height: auto;
  position: absolute;
  bottom: 17vh;
  left: 30vw;
}

.compass-duo .default-slide .slide-text2 img {
  max-width: 100%;
  height: auto;
}

.compass-duo .default-slide .play-button {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding-top: 15px;
}

.compass-duo .default-slide .play-button img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .compass-duo .default-slide .slide-text1 {
    width: 40vw;
    height: auto;
    position: absolute;
    top: 10vh;
    left: 30vw;
  }
  .compass-duo .default-slide .slide-text2 {
    width: 50vw;
    height: auto;
    position: absolute;
    bottom: 20vh;
    left: 30vw;
  }
}

@media screen and (max-width: 960px) {
  .compass-duo .default-slide .slide-text1 {
    width: 25vw;
    height: auto;
    position: absolute;
    top: 2vh;
    left: 30vw;
  }
  .compass-duo .default-slide .slide-text2 {
    width: 35vw;
    height: auto;
    position: absolute;
    bottom: 6vh;
    left: 30vw;
  }
}

@media screen and (max-width: 800px) {
  .compass-duo .default-slide .slide-text1 {
    width: 30vw;
    height: auto;
    position: absolute;
    top: 2vh;
    left: 30vw;
  }
  .compass-duo .default-slide .slide-text2 {
    width: 45vw;
    height: auto;
    position: absolute;
    bottom: 8vh;
    left: 30vw;
  }
}

@media screen and (max-width: 640px) {
  .compass-duo .default-slide .slide-text1 {
    width: 25vw;
    height: auto;
    position: absolute;
    top: 3vh;
    left: 30vw;
  }
  .compass-duo .default-slide .slide-text2 {
    width: 35vw;
    height: auto;
    position: absolute;
    bottom: 8vh;
    left: 30vw;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .compass-duo .default-slide .slide-text1 {
    width: 60vw;
    height: auto;
    position: absolute;
    top: 10vh;
    left: 15vw;
  }
  .compass-duo .default-slide .slide-text2 {
    width: 70vw;
    height: auto;
    position: absolute;
    bottom: 20vh;
    left: 15vw;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  .compass-duo .default-slide .slide-text1 {
    width: 70vw;
    height: auto;
    position: absolute;
    top: 15vh;
    left: 10vw;
  }
  .compass-duo .default-slide .slide-text2 {
    width: 80vw;
    height: auto;
    position: absolute;
    bottom: 22vh;
    left: 10vw;
  }
}

.outback-slide .default-slide {
  position: relative;
}

.outback-slide .default-slide .slide-text1 {
  width: 40vw;
  height: auto;
  position: absolute;
  top: 3vh;
  left: 25vw;
}

.outback-slide .default-slide .slide-text1 img {
  max-width: 100%;
  height: auto;
}

.outback-slide .default-slide .slide-text2 {
  width: 50vw;
  height: auto;
  position: absolute;
  bottom: 15vh;
  left: 25vw;
}

.outback-slide .default-slide .slide-text2 img {
  max-width: 100%;
  height: auto;
}

.outback-slide .default-slide .play-button {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -75px;
  margin-left: -75px;
}

.outback-slide .default-slide .play-button img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .outback-slide .default-slide .slide-text1 {
    width: 55vw;
    height: auto;
    position: absolute;
    top: 5vh;
    left: 25vw;
  }
  .outback-slide .default-slide .slide-text2 {
    width: 55vw;
    height: auto;
    position: absolute;
    bottom: 20vh;
    left: 25vw;
  }
}

@media screen and (max-width: 960px) {
  .outback-slide .default-slide .slide-text1 {
    width: 30vw;
    height: auto;
    position: absolute;
    top: 2vh;
    left: 30vw;
  }
  .outback-slide .default-slide .slide-text2 {
    width: 40vw;
    height: auto;
    position: absolute;
    bottom: 6vh;
    left: 30vw;
  }
}

@media screen and (max-width: 800px) {
  .outback-slide .default-slide .slide-text1 {
    width: 35vw;
    height: auto;
    position: absolute;
    top: 2vh;
    left: 30vw;
  }
  .outback-slide .default-slide .slide-text2 {
    width: 50vw;
    height: auto;
    position: absolute;
    bottom: 8vh;
    left: 30vw;
  }
}

@media screen and (max-width: 640px) {
  .outback-slide .default-slide .slide-text1 {
    width: 30vw;
    height: auto;
    position: absolute;
    top: 3vh;
    left: 30vw;
  }
  .outback-slide .default-slide .slide-text2 {
    width: 40vw;
    height: auto;
    position: absolute;
    bottom: 8vh;
    left: 30vw;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .outback-slide .default-slide .slide-text1 {
    width: 70vw;
    height: auto;
    position: absolute;
    top: 10vh;
    left: 10vw;
  }
  .outback-slide .default-slide .slide-text2 {
    width: 80vw;
    height: auto;
    position: absolute;
    bottom: 20vh;
    left: 10vw;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  .outback-slide .default-slide .slide-text1 {
    width: 80vw;
    height: auto;
    position: absolute;
    top: 15vh;
    left: 10vw;
  }
  .outback-slide .default-slide .slide-text2 {
    width: 80vw;
    height: auto;
    position: absolute;
    bottom: 22vh;
    left: 10vw;
  }
  .outback-slide .default-slide .play-button {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }
}

.hobie-guardian .default-slide {
  position: relative;
}

.hobie-guardian .default-slide .slide-text {
  width: 44vw;
  height: auto;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
  left: 6vw;
}

.hobie-guardian .default-slide .slide-text img {
  max-width: 100%;
  height: auto;
}

.hobie-guardian .default-slide .play-button {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  padding-top: 15px;
}

.hobie-guardian .default-slide .play-button img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .hobie-guardian .default-slide .slide-text {
    width: 75vw;
    height: auto;
    padding-top: 15px;
    left: 8vw;
  }
  .hobie-guardian .default-slide .play-button {
    width: 150px;
    height: 150px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 960px) {
  .hobie-guardian .default-slide .slide-text {
    width: 35vw;
    height: auto;
    padding-top: 15px;
    left: 5vw;
  }
  .hobie-guardian .default-slide .play-button {
    width: 75px;
    height: 75px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 800px) {
  .hobie-guardian .default-slide .slide-text {
    width: 42vw;
    height: auto;
    padding-top: 15px;
    left: 5vw;
  }
  .hobie-guardian .default-slide .play-button {
    width: 75px;
    height: 75px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 640px) {
  .hobie-guardian .default-slide .slide-text {
    width: 36vw;
    height: auto;
    padding-top: 15px;
    left: 5vw;
  }
  .hobie-guardian .default-slide .play-button {
    width: 50px;
    height: 50px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .hobie-guardian .default-slide .slide-text {
    width: 80vw;
    height: auto;
    padding-top: 35px;
    left: 5vw;
  }
  .hobie-guardian .default-slide .play-button {
    width: 100px;
    height: 100px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .hobie-guardian .default-slide .slide-text {
    width: 80vw;
    height: auto;
    padding-top: 40px;
    left: 5vw;
  }
  .hobie-guardian .default-slide .play-button {
    width: 65px;
    height: 65px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  .hobie-guardian .default-slide .slide-text {
    width: 80vw;
    height: auto;
    padding-top: 25px;
    left: 2vw;
  }
  .hobie-guardian .default-slide .play-button {
    width: 65px;
    height: 65px;
    padding-top: 15px;
  }
}

.eclipse-promo-2018 .default-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eclipse-promo-2018 .default-slide .image-overlay {
  width: 60vw;
  height: auto;
  margin-bottom: 175px;
  margin-right: 50px;
}

.eclipse-promo-2018 .default-slide .image-overlay img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .eclipse-promo-2018 .default-slide .image-overlay {
    width: 60vw;
    height: auto;
    margin-bottom: 75px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .eclipse-promo-2018 .default-slide {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-image: url("../images/eclipse_promo_2018_bg_mobile.jpg") !important;
  }
  .eclipse-promo-2018 .default-slide .image-overlay {
    display: none;
  }
  .eclipse-promo-2018 .default-slide .image-overlay-mobile {
    display: block !important;
    width: 70vw;
    height: auto;
    margin-left: 20px;
    margin-top: 30px;
  }
  .eclipse-promo-2018 .default-slide .image-overlay-mobile img {
    max-width: 100%;
    height: auto;
  }
}

.md-video-slide .default-slide .image-overlay {
  width: 75vw;
  margin: 0 auto;
  position: relative;
  top: 7vh;
}

.md-video-slide .default-slide .image-overlay img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .md-video-slide .default-slide .image-overlay {
    width: 65vw;
    top: 5vh;
  }
}

@media screen and (min-width: 568px) and (orientation: landscape) {
  .md-video-slide .default-slide .image-overlay {
    width: 35vw;
    top: 5vh;
    left: -30vw;
  }
}

@media screen and (min-width: 1025px) {
  .videoDesktop {
    display: block !important;
  }
  .videoMobile {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .videoDesktop {
    display: none !important;
  }
  .videoMobile {
    display: block !important;
  }
}

.super-surfer-dealer-mast {
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}

.super-surfer-dealer-mast .mast-overlay {
  text-align: center;
}

.super-surfer-dealer-mast .mast-overlay img {
  max-width: 100%;
  width: 70%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

.super-surfer-mast {
  height: 70vh;
}

.super-surfer-mast div {
  position: absolute;
  right: 20%;
  top: 30%;
}

.super-surfer-mast div img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1600px) {
  .super-surfer-mast div {
    right: 12%;
    width: 30%;
  }
}

@media screen and (max-width: 800px) {
  .super-surfer-mast div {
    right: 4%;
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .super-surfer-mast div {
    right: 10%;
    top: 36%;
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  .super-surfer-mast div {
    right: 3%;
    top: 60%;
    width: 60%;
  }
}

.super-surfer-slide {
  position: relative;
}

.super-surfer-slide .super-surfer-text {
  position: absolute;
  top: 12%;
  right: 5%;
  width: 50vw;
}

.super-surfer-slide .super-surfer-text img {
  max-width: 100%;
  height: auto;
}

.super-surfer-slide .super-surfer-overlay {
  position: absolute;
  bottom: 15%;
  right: 8%;
  width: 18vw;
}

.super-surfer-slide .super-surfer-overlay img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1600px) {
  .super-surfer-slide .super-surfer-text {
    top: 8%;
    right: 5%;
    width: 50vw;
  }
  .super-surfer-slide .super-surfer-overlay {
    bottom: 15%;
    right: 7%;
    width: 25vw;
  }
}

@media screen and (max-width: 1024px) {
  .super-surfer-slide .super-surfer-overlay {
    bottom: 14%;
    right: 7%;
    width: 30vw;
  }
}

@media screen and (max-width: 768px) {
  .super-surfer-slide .super-surfer-text {
    top: 5%;
    right: 3%;
    width: 75vw;
  }
  .super-surfer-slide .super-surfer-overlay {
    bottom: 15%;
    right: 3%;
    width: 40vh;
  }
}

@media screen and (max-width: 640px) {
  .super-surfer-slide .super-surfer-text {
    width: 80vw;
  }
  .super-surfer-slide .super-surfer-overlay {
    bottom: 20%;
    right: 3%;
    width: 29vh;
  }
}

@media screen and (max-width: 568px) {
  .super-surfer-slide .super-surfer-text {
    width: 75vw;
  }
  .super-surfer-slide .super-surfer-overlay {
    bottom: 30%;
    right: 4%;
    width: 30vh;
  }
}

@media screen and (max-width: 480px) {
  .super-surfer-slide .super-surfer-text {
    width: 85vw;
  }
  .super-surfer-slide .super-surfer-overlay {
    bottom: 18%;
    right: 3%;
    width: 30vh;
  }
}

@media screen and (max-width: 320px) {
  .super-surfer-slide .super-surfer-text {
    width: 85vw;
  }
  .super-surfer-slide .super-surfer-overlay {
    bottom: 20%;
    right: 3%;
    width: 30vh;
  }
}

.hw7-au {
  position: relative;
}

.hw7-au img {
  max-width: 100%;
  height: auto;
}

.hw7-au .hw7-au-logo {
  width: 100%;
  position: absolute;
  top: 4vh;
  left: 4vw;
}

.hw7-au .hw7-au-logo img {
  width: 25%;
  height: auto;
}

.hw7-au .hw7-au-text {
  width: 100%;
  position: absolute;
  bottom: 5vh;
  left: 0;
}

.hw7-au .hw7-au-text img {
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.hw7-au .hw7-au-text2 {
  width: 30%;
  position: absolute;
  top: 14vh;
  right: 4vw;
}

.hw7-au .hw7-au-text2 img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .hw7-au .hw7-au-logo {
    width: 100%;
    position: absolute;
    top: 4vh;
    left: 4vw;
  }
  .hw7-au .hw7-au-logo img {
    width: 35%;
    height: auto;
  }
  .hw7-au .hw7-au-text {
    width: 100%;
    position: absolute;
    bottom: 8vh;
    left: 0;
  }
  .hw7-au .hw7-au-text img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .hw7-au .hw7-au-text2 {
    width: 40%;
    position: absolute;
    top: 14vh;
    right: 4vw;
  }
  .hw7-au .hw7-au-text2 img {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .hw7-au .hw7-au-logo {
    width: 100%;
    position: absolute;
    top: 4vh;
    left: 0;
  }
  .hw7-au .hw7-au-logo img {
    width: 65%;
    height: auto;
    margin: 0 auto;
  }
  .hw7-au .hw7-au-text {
    width: 100%;
    position: absolute;
    bottom: 8vh;
    left: 0;
  }
  .hw7-au .hw7-au-text img {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .hw7-au .hw7-au-text2 {
    width: 100%;
    position: absolute;
    top: 47vh;
    right: 0;
  }
  .hw7-au .hw7-au-text2 img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  .hw7-au .hw7-au-logo {
    width: 100%;
    position: absolute;
    top: 4vh;
    left: 4vw;
  }
  .hw7-au .hw7-au-logo img {
    width: 30%;
    height: auto;
  }
  .hw7-au .hw7-au-text {
    width: 100%;
    position: absolute;
    bottom: 8vh;
    left: 0;
  }
  .hw7-au .hw7-au-text img {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }
  .hw7-au .hw7-au-text2 {
    width: 30%;
    position: absolute;
    top: 16vh;
    right: 4vw;
  }
  .hw7-au .hw7-au-text2 img {
    width: auto;
    height: auto;
  }
}

.total-eclipse .image-wrap, .total-eclipse .highlights figure > a, .highlights .total-eclipse figure > a, .total-eclipse #md180-fin-banner .hull-banner, #md180-fin-banner .total-eclipse .hull-banner {
  position: absolute;
  bottom: 53%;
  left: 36%;
  width: auto;
}

.total-eclipse .image-wrap img, .total-eclipse .highlights figure > a img, .highlights .total-eclipse figure > a img, .total-eclipse #md180-fin-banner .hull-banner img, #md180-fin-banner .total-eclipse .hull-banner img {
  width: 62vh;
}

@media screen and (max-width: 1024px) {
  .total-eclipse {
    background-position: 32% 0 !important;
  }
  .total-eclipse .image-wrap, .total-eclipse .highlights figure > a, .highlights .total-eclipse figure > a, .total-eclipse #md180-fin-banner .hull-banner, #md180-fin-banner .total-eclipse .hull-banner {
    position: absolute;
    bottom: 64%;
    left: 5%;
    width: auto;
  }
  .total-eclipse .image-wrap img, .total-eclipse .highlights figure > a img, .highlights .total-eclipse figure > a img, .total-eclipse #md180-fin-banner .hull-banner img, #md180-fin-banner .total-eclipse .hull-banner img {
    width: 50vh;
  }
}

.i9s_slide .image-wrap, .i9s_slide .highlights figure > a, .highlights .i9s_slide figure > a, .i9s_slide #md180-fin-banner .hull-banner, #md180-fin-banner .i9s_slide .hull-banner {
  position: absolute;
  bottom: 40%;
  left: 9%;
  width: auto;
}

.i9s_slide .image-wrap img, .i9s_slide .highlights figure > a img, .highlights .i9s_slide figure > a img, .i9s_slide #md180-fin-banner .hull-banner img, #md180-fin-banner .i9s_slide .hull-banner img {
  width: 60vh;
}

@media screen and (max-width: 1024px) {
  .i9s_slide {
    background-position: 59% !important;
  }
  .i9s_slide .image-wrap, .i9s_slide .highlights figure > a, .highlights .i9s_slide figure > a, .i9s_slide #md180-fin-banner .hull-banner, #md180-fin-banner .i9s_slide .hull-banner {
    left: 6%;
  }
  .i9s_slide .image-wrap img, .i9s_slide .highlights figure > a img, .highlights .i9s_slide figure > a img, .i9s_slide #md180-fin-banner .hull-banner img, #md180-fin-banner .i9s_slide .hull-banner img {
    width: 40vh;
  }
}

@media screen and (max-width: 640px) {
  .i9s_slide {
    background-position: 70% !important;
  }
  .i9s_slide .image-wrap, .i9s_slide .highlights figure > a, .highlights .i9s_slide figure > a, .i9s_slide #md180-fin-banner .hull-banner, #md180-fin-banner .i9s_slide .hull-banner {
    left: 6%;
    bottom: 50%;
  }
  .i9s_slide .image-wrap img, .i9s_slide .highlights figure > a img, .highlights .i9s_slide figure > a img, .i9s_slide #md180-fin-banner .hull-banner img, #md180-fin-banner .i9s_slide .hull-banner img {
    width: 25vh;
  }
}

@media screen and (max-width: 480px) {
  .i9s_slide {
    background-position: 70% !important;
  }
  .i9s_slide .image-wrap, .i9s_slide .highlights figure > a, .highlights .i9s_slide figure > a, .i9s_slide #md180-fin-banner .hull-banner, #md180-fin-banner .i9s_slide .hull-banner {
    left: 5%;
    bottom: 50%;
  }
  .i9s_slide .image-wrap img, .i9s_slide .highlights figure > a img, .highlights .i9s_slide figure > a img, .i9s_slide #md180-fin-banner .hull-banner img, #md180-fin-banner .i9s_slide .hull-banner img {
    width: 25vh;
  }
}

.hobie-polarized .image-wrap, .hobie-polarized .highlights figure > a, .highlights .hobie-polarized figure > a, .hobie-polarized #md180-fin-banner .hull-banner, #md180-fin-banner .hobie-polarized .hull-banner {
  position: absolute;
  bottom: 15%;
  left: 2%;
  width: auto;
}

.hobie-polarized .image-wrap img, .hobie-polarized .highlights figure > a img, .highlights .hobie-polarized figure > a img, .hobie-polarized #md180-fin-banner .hull-banner img, #md180-fin-banner .hobie-polarized .hull-banner img {
  width: 50vh;
}

@media screen and (max-width: 1024px) {
  .hobie-polarized .image-wrap, .hobie-polarized .highlights figure > a, .highlights .hobie-polarized figure > a, .hobie-polarized #md180-fin-banner .hull-banner, #md180-fin-banner .hobie-polarized .hull-banner {
    bottom: 9%;
    left: 5%;
  }
  .hobie-polarized .image-wrap img, .hobie-polarized .highlights figure > a img, .highlights .hobie-polarized figure > a img, .hobie-polarized #md180-fin-banner .hull-banner img, #md180-fin-banner .hobie-polarized .hull-banner img {
    width: 56%;
  }
}

@media screen and (max-width: 568px) {
  .hobie-polarized .image-wrap, .hobie-polarized .highlights figure > a, .highlights .hobie-polarized figure > a, .hobie-polarized #md180-fin-banner .hull-banner, #md180-fin-banner .hobie-polarized .hull-banner {
    bottom: 11%;
    left: 5%;
  }
  .hobie-polarized .image-wrap img, .hobie-polarized .highlights figure > a img, .highlights .hobie-polarized figure > a img, .hobie-polarized #md180-fin-banner .hull-banner img, #md180-fin-banner .hobie-polarized .hull-banner img {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .hobie-polarized .image-wrap, .hobie-polarized .highlights figure > a, .highlights .hobie-polarized figure > a, .hobie-polarized #md180-fin-banner .hull-banner, #md180-fin-banner .hobie-polarized .hull-banner {
    bottom: 11%;
    left: 5%;
  }
  .hobie-polarized .image-wrap img, .hobie-polarized .highlights figure > a img, .highlights .hobie-polarized figure > a img, .hobie-polarized #md180-fin-banner .hull-banner img, #md180-fin-banner .hobie-polarized .hull-banner img {
    width: 70%;
  }
}

.eclipse-summer-promo.au-slide .image-wrap, .eclipse-summer-promo.au-slide .highlights figure > a, .highlights .eclipse-summer-promo.au-slide figure > a, .eclipse-summer-promo.au-slide #md180-fin-banner .hull-banner, #md180-fin-banner .eclipse-summer-promo.au-slide .hull-banner {
  width: 45%;
}

.eclipse-summer-promo .image-wrap, .eclipse-summer-promo .highlights figure > a, .highlights .eclipse-summer-promo figure > a, .eclipse-summer-promo #md180-fin-banner .hull-banner, #md180-fin-banner .eclipse-summer-promo .hull-banner {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 55%;
}

.eclipse-summer-promo .image-wrap img, .eclipse-summer-promo .highlights figure > a img, .highlights .eclipse-summer-promo figure > a img, .eclipse-summer-promo #md180-fin-banner .hull-banner img, #md180-fin-banner .eclipse-summer-promo .hull-banner img {
  width: 100%;
  height: auto;
}

.eclipse-summer-promo .au-holly {
  position: absolute;
  top: 8%;
  left: 11%;
  width: 25%;
}

.eclipse-summer-promo .au-holly img {
  max-width: 100%;
  height: auto;
}

.eclipse-summer-promo .au-ribbon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
}

.eclipse-summer-promo .au-ribbon img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .eclipse-summer-promo.au-slide .image-wrap, .eclipse-summer-promo.au-slide .highlights figure > a, .highlights .eclipse-summer-promo.au-slide figure > a, .eclipse-summer-promo.au-slide #md180-fin-banner .hull-banner, #md180-fin-banner .eclipse-summer-promo.au-slide .hull-banner {
    top: 8%;
    width: 55%;
  }
  .eclipse-summer-promo .image-wrap, .eclipse-summer-promo .highlights figure > a, .highlights .eclipse-summer-promo figure > a, .eclipse-summer-promo #md180-fin-banner .hull-banner, #md180-fin-banner .eclipse-summer-promo .hull-banner {
    top: 13%;
  }
  .eclipse-summer-promo .au-ribbon {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .eclipse-summer-promo .au-holly {
    top: 8%;
    left: 4%;
    width: 32%;
  }
  .eclipse-summer-promo .au-ribbon {
    width: 65%;
  }
}

@media screen and (max-width: 568px) {
  .eclipse-summer-promo {
    background-position: 13% 50% !important;
  }
  .eclipse-summer-promo.au-slide .image-wrap, .eclipse-summer-promo.au-slide .highlights figure > a, .highlights .eclipse-summer-promo.au-slide figure > a, .eclipse-summer-promo.au-slide #md180-fin-banner .hull-banner, #md180-fin-banner .eclipse-summer-promo.au-slide .hull-banner {
    width: 90%;
  }
  .eclipse-summer-promo .image-wrap, .eclipse-summer-promo .highlights figure > a, .highlights .eclipse-summer-promo figure > a, .eclipse-summer-promo #md180-fin-banner .hull-banner, #md180-fin-banner .eclipse-summer-promo .hull-banner {
    width: 90%;
  }
  .eclipse-summer-promo .au-holly {
    top: 30%;
    left: 55%;
    width: 40%;
  }
  .eclipse-summer-promo .au-ribbon {
    width: 75%;
  }
}

@media screen and (max-width: 320px) {
  .eclipse-summer-promo.au-slide .image-wrap, .eclipse-summer-promo.au-slide .highlights figure > a, .highlights .eclipse-summer-promo.au-slide figure > a, .eclipse-summer-promo.au-slide #md180-fin-banner .hull-banner, #md180-fin-banner .eclipse-summer-promo.au-slide .hull-banner {
    top: 1%;
  }
  .eclipse-summer-promo .au-holly {
    top: 16%;
    left: 25%;
    width: 45%;
  }
  .eclipse-summer-promo .au-ribbon {
    width: 90%;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .eclipse-summer-promo .au-ribbon {
    width: 35%;
  }
}

.outfish {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.outfish .image-wrap, .outfish .highlights figure > a, .highlights .outfish figure > a, .outfish #md180-fin-banner .hull-banner, #md180-fin-banner .outfish .hull-banner {
  position: absolute;
  top: 21%;
  left: 10%;
  width: 40%;
}

.livewell {
  background-position: center 85%;
  background-size: cover;
  background-repeat: no-repeat;
}

.livewell .image-wrap, .livewell .highlights figure > a, .highlights .livewell figure > a, .livewell #md180-fin-banner .hull-banner, #md180-fin-banner .livewell .hull-banner {
  position: absolute;
  bottom: 18%;
  left: 49%;
  width: 40%;
}

.need-a-lift {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.need-a-lift .image-wrap, .need-a-lift .highlights figure > a, .highlights .need-a-lift figure > a, .need-a-lift #md180-fin-banner .hull-banner, #md180-fin-banner .need-a-lift .hull-banner {
  position: absolute;
  bottom: 10%;
  left: 8%;
  width: 40%;
}

.hobie-alter-slide {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hobie-alter-slide .image-wrap, .hobie-alter-slide .highlights figure > a, .highlights .hobie-alter-slide figure > a, .hobie-alter-slide #md180-fin-banner .hull-banner, #md180-fin-banner .hobie-alter-slide .hull-banner {
  padding-top: 10px;
  padding-top: 1rem;
}

.hobie-alter-slide .image-wrap.landscape, .hobie-alter-slide .highlights figure > a.landscape, .highlights .hobie-alter-slide figure > a.landscape, .hobie-alter-slide #md180-fin-banner .landscape.hull-banner, #md180-fin-banner .hobie-alter-slide .landscape.hull-banner {
  position: absolute;
  width: 90%;
  left: 5%;
  right: 5%;
  height: 100%;
  max-width: 180vh;
}

.hobie-alter-slide .image-wrap.portrait, .hobie-alter-slide .highlights figure > a.portrait, .highlights .hobie-alter-slide figure > a.portrait, .hobie-alter-slide #md180-fin-banner .portrait.hull-banner, #md180-fin-banner .hobie-alter-slide .portrait.hull-banner {
  position: absolute;
  width: 70%;
  left: 5%;
  right: 15%;
  bottom: 14%;
  max-width: 55vh;
}

.hobie-alter-slide .play-cta {
  display: inline-block;
  position: relative;
  width: auto;
  color: #fefefe;
  font-size: 24px;
  font-size: 2.4rem;
}

.race-to-bermuda-slide {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (orientation: portrait) {
  .race-to-bermuda-slide._desktop {
    display: none;
  }
  .race-to-bermuda-slide._mobile {
    display: block;
  }
}

@media screen and (orientation: portrait) and (min-aspect-ratio: 100 / 100) and (max-aspect-ratio: 130 / 100) {
  .race-to-bermuda-slide._desktop {
    display: none;
  }
  .race-to-bermuda-slide._mobile {
    display: block;
  }
}

@media screen and (orientation: landscape) {
  .race-to-bermuda-slide._desktop {
    display: block;
  }
  .race-to-bermuda-slide._mobile {
    display: none;
  }
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 100 / 134) and (max-aspect-ratio: 134 / 100) {
  .race-to-bermuda-slide._desktop {
    display: none;
  }
  .race-to-bermuda-slide._mobile {
    display: block;
  }
}

.dapeng {
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dapeng .layer1 {
  position: absolute;
  top: 28vh;
  right: 3%;
  width: 55%;
}

.dapeng .layer2 {
  position: absolute;
  bottom: 4.5em;
  left: 1.75em;
  width: 18%;
}

.dapeng .info-cta {
  font-weight: bold;
  display: block;
  position: relative;
  width: auto;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -0.66px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-top: 1rem;
}

.dapeng .info-cta i.fa {
  margin-right: 2.5px;
  margin-right: 0.25rem;
}

.full-power-reverse {
  background-position: center 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-power-reverse .layer1 {
  position: absolute;
  bottom: 9vh;
  right: 6%;
  width: 26%;
}

.full-power-reverse .layer2 {
  position: absolute;
  bottom: 15vh;
  left: 4vw;
  width: 75vh;
}

.walk-on-water {
  background-position: 40% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.walk-on-water .layer1 {
  position: absolute;
  bottom: 5vh;
  right: 5%;
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .walk-on-water .layer1 {
    top: 58vh;
    right: 10%;
    width: 80vw;
  }
}

.ike-likes-it {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ike-likes-it .image-wrap, .ike-likes-it .highlights figure > a, .highlights .ike-likes-it figure > a, .ike-likes-it #md180-fin-banner .hull-banner, #md180-fin-banner .ike-likes-it .hull-banner {
  position: absolute;
  bottom: 10%;
  right: 8%;
  width: 40%;
}

.au-eclipse-boatshow {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.au-eclipse-boatshow .image-wrap, .au-eclipse-boatshow .highlights figure > a, .highlights .au-eclipse-boatshow figure > a, .au-eclipse-boatshow #md180-fin-banner .hull-banner, #md180-fin-banner .au-eclipse-boatshow .hull-banner {
  position: absolute;
  bottom: 18%;
  left: 2.61792em;
  width: 34%;
  max-width: 95vh;
}

#hfw6-la-2016 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#hfw6-la-2016 .image-wrap, #hfw6-la-2016 .highlights figure > a, .highlights #hfw6-la-2016 figure > a, #hfw6-la-2016 #md180-fin-banner .hull-banner, #md180-fin-banner #hfw6-la-2016 .hull-banner {
  max-width: 90vh;
  margin: 0 auto;
  padding-top: 5vh;
}

.step-on-and-go2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.step-on-and-go2 .image-wrap, .step-on-and-go2 .highlights figure > a, .highlights .step-on-and-go2 figure > a, .step-on-and-go2 #md180-fin-banner .hull-banner, #md180-fin-banner .step-on-and-go2 .hull-banner {
  position: absolute;
  bottom: 18%;
  left: 2.61792em;
  width: 34%;
  max-width: 95vh;
}

.step-on-and-go2 .info-cta {
  width: 100%;
  font-weight: bold;
  display: block;
  position: relative;
  width: auto;
  color: #fff200;
  letter-spacing: -0.66px;
  text-shadow: 1px 1px 1px rgba(0, 0, 50, 0.15);
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 7px;
  margin-top: 0.7rem;
}

.step-on-and-go2 .info-cta i.fa {
  margin-right: 2.5px;
  margin-right: 0.25rem;
}

#eclipse-holiday-slide .wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#eclipse-holiday-slide .layer1 .layer1a {
  padding-top: 8vh;
}

#eclipse-holiday-slide .layer1 .layer1a .image-wrap, #eclipse-holiday-slide .layer1 .layer1a .highlights figure > a, .highlights #eclipse-holiday-slide .layer1 .layer1a figure > a, #eclipse-holiday-slide .layer1 .layer1a #md180-fin-banner .hull-banner, #md180-fin-banner #eclipse-holiday-slide .layer1 .layer1a .hull-banner {
  text-align: left;
}

#eclipse-holiday-slide .layer1 .layer1a .image-wrap img, #eclipse-holiday-slide .layer1 .layer1a .highlights figure > a img, .highlights #eclipse-holiday-slide .layer1 .layer1a figure > a img, #eclipse-holiday-slide .layer1 .layer1a #md180-fin-banner .hull-banner img, #md180-fin-banner #eclipse-holiday-slide .layer1 .layer1a .hull-banner img {
  display: inline-block;
  max-width: 88vh;
}

#eclipse-holiday-slide .layer1 .layer1b {
  vertical-align: top;
}

#eclipse-holiday-slide .layer1 .layer1b .image-wrap, #eclipse-holiday-slide .layer1 .layer1b .highlights figure > a, .highlights #eclipse-holiday-slide .layer1 .layer1b figure > a, #eclipse-holiday-slide .layer1 .layer1b #md180-fin-banner .hull-banner, #md180-fin-banner #eclipse-holiday-slide .layer1 .layer1b .hull-banner {
  text-align: right;
  padding-right: 5vw;
}

#eclipse-holiday-slide .layer1 .layer1b .image-wrap img, #eclipse-holiday-slide .layer1 .layer1b .highlights figure > a img, .highlights #eclipse-holiday-slide .layer1 .layer1b figure > a img, #eclipse-holiday-slide .layer1 .layer1b #md180-fin-banner .hull-banner img, #md180-fin-banner #eclipse-holiday-slide .layer1 .layer1b .hull-banner img {
  display: inline-block;
  max-width: 60vh;
  width: auto;
}

#eclipse-holiday-slide .layer2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#eclipse-holiday-slide .banner-mast-head {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

#eclipse-holiday-slide .banner-mast-head .image-wrap, #eclipse-holiday-slide .banner-mast-head .highlights figure > a, .highlights #eclipse-holiday-slide .banner-mast-head figure > a, #eclipse-holiday-slide .banner-mast-head #md180-fin-banner .hull-banner, #md180-fin-banner #eclipse-holiday-slide .banner-mast-head .hull-banner {
  width: 38vw;
  max-width: 100%;
  margin: 0 auto 2vw auto;
}

#eclipse-holiday-slide #eclipse-slide-find-dealer {
  display: inline-block;
}

#eclipse-holiday-slide #eclipse-slide-find-dealer a {
  display: inline-block;
  margin: 0 auto;
  margin: 0;
  font-size: 250%;
  background-color: #06714a;
  border-color: #ffffff !important;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  padding: 0.6em 1.125em;
  border-radius: 5px;
  border-radius: 0.5rem;
  border: 5px solid #fefefe;
  border: 0.5rem solid #fefefe;
}

#slide-holiday-gift-guide .wrap {
  background-position: center 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

#slide-holiday-gift-guide .layer1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#slide-holiday-gift-guide .banner-mast-head {
  padding-top: 0;
}

#slide-holiday-gift-guide .banner-mast-head .blurb, #slide-holiday-gift-guide .banner-mast-head .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type #slide-holiday-gift-guide .banner-mast-head section, #slide-holiday-gift-guide .banner-mast-head .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type #slide-holiday-gift-guide .banner-mast-head section, #slide-holiday-gift-guide .banner-mast-head .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type #slide-holiday-gift-guide .banner-mast-head section, #slide-holiday-gift-guide .banner-mast-head .matrix p, .matrix #slide-holiday-gift-guide .banner-mast-head p {
  padding-top: 0;
  width: 100%;
  padding-bottom: 0;
}

#slide-holiday-gift-guide .banner-mast-head .vCenter .cell100, #slide-holiday-gift-guide .banner-mast-head .cell-row .cell100, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div .cell100, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div .cell100, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100, #slide-holiday-gift-guide .banner-mast-head .vCenter .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .cell-row .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .vCenter .hoverThumb > figure figcaption > div > div, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .cell-row .hoverThumb > figure figcaption > div > div, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure .hoverThumb > figure figcaption > div > div, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div, .hoverThumb > figure .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div {
  padding-bottom: 12vh;
  vertical-align: bottom;
}

#slide-holiday-gift-guide .banner-mast-head .vCenter .cell100 h1, #slide-holiday-gift-guide .banner-mast-head .cell-row .cell100 h1, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div .cell100 h1, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div .cell100 h1, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1, #slide-holiday-gift-guide .banner-mast-head .vCenter .bg-Thumb > figure figcaption > div > div h1, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .cell-row .bg-Thumb > figure figcaption > div > div h1, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure .bg-Thumb > figure figcaption > div > div h1, .bg-Thumb > figure .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .vCenter .hoverThumb > figure figcaption > div > div h1, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .cell-row .hoverThumb > figure figcaption > div > div h1, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure .hoverThumb > figure figcaption > div > div h1, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1, .hoverThumb > figure .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 {
  font-size: 6vh;
  padding: 0 15px;
  margin-bottom: 0.4em;
}

#slide-holiday-gift-guide .banner-mast-head .vCenter .cell100 h1 br, #slide-holiday-gift-guide .banner-mast-head .cell-row .cell100 h1 br, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div .cell100 h1 br, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1 br, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div .cell100 h1 br, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1 br, #slide-holiday-gift-guide .banner-mast-head .vCenter .bg-Thumb > figure figcaption > div > div h1 br, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .cell-row .bg-Thumb > figure figcaption > div > div h1 br, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1 br, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure .bg-Thumb > figure figcaption > div > div h1 br, .bg-Thumb > figure .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .vCenter .hoverThumb > figure figcaption > div > div h1 br, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .cell-row .hoverThumb > figure figcaption > div > div h1 br, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure .hoverThumb > figure figcaption > div > div h1 br, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1 br, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1 br, .hoverThumb > figure .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1 br, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 br {
  display: none;
}

#slide-holiday-gift-guide .banner-mast-head .vCenter .cell100 h1 i, #slide-holiday-gift-guide .banner-mast-head .cell-row .cell100 h1 i, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div .cell100 h1 i, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1 i, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div .cell100 h1 i, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1 i, #slide-holiday-gift-guide .banner-mast-head .vCenter .bg-Thumb > figure figcaption > div > div h1 i, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .cell-row .bg-Thumb > figure figcaption > div > div h1 i, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1 i, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure .bg-Thumb > figure figcaption > div > div h1 i, .bg-Thumb > figure .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .vCenter .hoverThumb > figure figcaption > div > div h1 i, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .cell-row .hoverThumb > figure figcaption > div > div h1 i, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure .hoverThumb > figure figcaption > div > div h1 i, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1 i, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1 i, .hoverThumb > figure .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1 i, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 i {
  display: none;
}

#slide-holiday-gift-guide .banner-mast-head .vCenter .cell100 h1 a, #slide-holiday-gift-guide .banner-mast-head .cell-row .cell100 h1 a, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div .cell100 h1 a, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1 a, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div .cell100 h1 a, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1 a, #slide-holiday-gift-guide .banner-mast-head .vCenter .bg-Thumb > figure figcaption > div > div h1 a, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1 a, #slide-holiday-gift-guide .banner-mast-head .cell-row .bg-Thumb > figure figcaption > div > div h1 a, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1 a, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1 a, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 a, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure .bg-Thumb > figure figcaption > div > div h1 a, .bg-Thumb > figure .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 a, #slide-holiday-gift-guide .banner-mast-head .vCenter .hoverThumb > figure figcaption > div > div h1 a, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1 a, #slide-holiday-gift-guide .banner-mast-head .cell-row .hoverThumb > figure figcaption > div > div h1 a, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1 a, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure .hoverThumb > figure figcaption > div > div h1 a, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1 a, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1 a, .hoverThumb > figure .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 a, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1 a, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 a {
  color: #fefefe;
}

#slide-holiday-gift-guide #holiday-slide-find-dealer {
  display: inline-block;
}

#slide-holiday-gift-guide #holiday-slide-find-dealer a {
  display: inline-block;
  margin: 0 auto;
  margin: 0;
  font-size: 175%;
  background-color: #06714a;
  border-color: #ffffff !important;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  padding: 0.4em 1em;
  border-radius: 8px;
  border-radius: 0.8rem;
  border: 4px solid #fefefe;
  border: 0.4rem solid #fefefe;
}

.scroll-indicator-wrap {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.scroll-indicator {
  width: 60px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.scroll-left, .scroll-right {
  width: 36px;
  height: 3px;
  background: #fefefe;
  position: absolute;
  top: 0;
}

.scroll-left {
  transform: rotate(45deg);
  left: 0;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
}

.scroll-right {
  transform: rotate(-45deg);
  right: 0;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
}

.scroll-indicator {
  -webkit-animation: tinyBounce 1.5s infinite;
  /* Chrome, Safari, Opera */
  animation: tinyBounce 1.5s infinite;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes tinyBounce {
  0% {
    top: 5px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 5px;
  }
}

/* Standard syntax */
@keyframes tinyBounce {
  0% {
    top: 5px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 5px;
  }
}

@media screen and (max-width: 1280px) {
  .au-eclipse-boatshow .image-wrap, .au-eclipse-boatshow .highlights figure > a, .highlights .au-eclipse-boatshow figure > a, .au-eclipse-boatshow #md180-fin-banner .hull-banner, #md180-fin-banner .au-eclipse-boatshow .hull-banner,
  .step-on-and-go2 .image-wrap,
  .step-on-and-go2 .highlights figure > a, .highlights
  .step-on-and-go2 figure > a,
  .step-on-and-go2 #md180-fin-banner .hull-banner, #md180-fin-banner
  .step-on-and-go2 .hull-banner {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .mast .slide h1 {
    line-height: 1;
    margin-bottom: 2px;
    margin-bottom: 0.2rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 50, 0.5);
  }
  .mast .slide p {
    line-height: 1.25;
    text-shadow: 1px 1px 1px rgba(0, 0, 50, 0.25);
  }
  .mast .slide .button {
    padding: 2px 10px;
    padding: 0.2rem 1rem;
  }
  .mast .expand-container #expand {
    top: -45px;
    top: -4.5rem;
    right: 0;
  }
  .au-eclipse-boatshow .image-wrap, .au-eclipse-boatshow .highlights figure > a, .highlights .au-eclipse-boatshow figure > a, .au-eclipse-boatshow #md180-fin-banner .hull-banner, #md180-fin-banner .au-eclipse-boatshow .hull-banner,
  .step-on-and-go2 .image-wrap,
  .step-on-and-go2 .highlights figure > a, .highlights
  .step-on-and-go2 figure > a,
  .step-on-and-go2 #md180-fin-banner .hull-banner, #md180-fin-banner
  .step-on-and-go2 .hull-banner {
    width: 66%;
  }
  #eclipse-holiday-guide.category-lp .banner-mast-head {
    display: block;
  }
  #eclipse-holiday-slide .layer1 .layer1a {
    vertical-align: top;
    padding-right: 0;
  }
  #eclipse-holiday-slide .layer1 .layer1a .image-wrap, #eclipse-holiday-slide .layer1 .layer1a .highlights figure > a, .highlights #eclipse-holiday-slide .layer1 .layer1a figure > a, #eclipse-holiday-slide .layer1 .layer1a #md180-fin-banner .hull-banner, #md180-fin-banner #eclipse-holiday-slide .layer1 .layer1a .hull-banner {
    text-align: center;
  }
  #eclipse-holiday-slide .layer1 .layer1a .image-wrap img, #eclipse-holiday-slide .layer1 .layer1a .highlights figure > a img, .highlights #eclipse-holiday-slide .layer1 .layer1a figure > a img, #eclipse-holiday-slide .layer1 .layer1a #md180-fin-banner .hull-banner img, #md180-fin-banner #eclipse-holiday-slide .layer1 .layer1a .hull-banner img {
    max-width: 65vh;
  }
  #eclipse-holiday-slide .layer1 .layer1b {
    display: none;
  }
  #eclipse-holiday-slide .banner-mast-head .image-wrap, #eclipse-holiday-slide .banner-mast-head .highlights figure > a, .highlights #eclipse-holiday-slide .banner-mast-head figure > a, #eclipse-holiday-slide .banner-mast-head #md180-fin-banner .hull-banner, #md180-fin-banner #eclipse-holiday-slide .banner-mast-head .hull-banner {
    width: 40vh;
    padding-top: 62vh;
  }
  #eclipse-holiday-slide #eclipse-slide-find-dealer {
    display: inline-block;
  }
  #eclipse-holiday-slide #eclipse-slide-find-dealer a {
    display: inline-block;
    margin: 0 auto;
    margin: 0;
    font-size: 150%;
    background-color: #06714a;
    border-color: #ffffff !important;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    padding: 0.4em 1em;
    border-radius: 5px;
    border-radius: 0.5rem;
    border: 3px solid #fefefe;
    border: 0.3rem solid #fefefe;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .step-on-and-go .info-cta {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: -0.6em;
  }
  #hfw6-la-2016 .image-wrap, #hfw6-la-2016 .highlights figure > a, .highlights #hfw6-la-2016 figure > a, #hfw6-la-2016 #md180-fin-banner .hull-banner, #md180-fin-banner #hfw6-la-2016 .hull-banner {
    padding-top: 10vh;
    max-width: 80vh;
  }
}

@media screen and (max-width: 800px) {
  .rotator {
    position: relative;
  }
  .rotator:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 57.14286%;
  }
  .category-lp .rotator.thinner {
    position: relative;
  }
  .category-lp .rotator.thinner:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 50%;
  }
  .category-lp .rotator.thinnest {
    position: relative;
  }
  .category-lp .rotator.thinnest:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 33.33333%;
  }
  .scroll-indicator-wrap {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .scroll-indicator {
    width: 33px;
    margin: 15px auto 0;
    position: relative;
    height: 100%;
  }
  .scroll-left, .scroll-right {
    width: 20px;
    height: 3px;
    background: #fefefe;
    position: absolute;
    top: 0;
  }
  #eclipse-holiday-slide #eclipse-slide-find-dealer a {
    font-size: 150%;
    border-radius: 3px;
    border-radius: 0.3rem;
    border: 3px solid #fefefe;
    border: 0.3rem solid #fefefe;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
  #eclipse-holiday-slide .banner-mast-head {
    padding-top: 5vh;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .step-on-and-go .info-cta {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: -0.6em;
  }
  .au-eclipse-boatshow,
  .step-on-and-go2 {
    background-position: 44% center;
  }
}

@media screen and (max-width: 640px) {
  .dapeng .info-cta {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ike-likes-it {
    background-position: 33%;
  }
  .au-eclipse-boatshow .image-wrap, .au-eclipse-boatshow .highlights figure > a, .highlights .au-eclipse-boatshow figure > a, .au-eclipse-boatshow #md180-fin-banner .hull-banner, #md180-fin-banner .au-eclipse-boatshow .hull-banner,
  .step-on-and-go2 .image-wrap,
  .step-on-and-go2 .highlights figure > a, .highlights
  .step-on-and-go2 figure > a,
  .step-on-and-go2 #md180-fin-banner .hull-banner, #md180-fin-banner
  .step-on-and-go2 .hull-banner {
    width: 84%;
  }
}

@media screen and (max-width: 568px) {
  .mast .slide p.blurb, .mast .slide .matrix p, .matrix .mast .slide p {
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
  }
  .mast .icon-play, .mast .icon-play-small {
    bottom: 42%;
  }
  #homepage .rotator-nav {
    bottom: 15px;
    bottom: 1.5rem;
    text-align: center;
    width: 100%;
    left: 0;
  }
  #homepage .rotator-nav li.bullet {
    float: none;
  }
  .hobie-alter-slide .play-cta {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .rotator {
    position: relative;
  }
  .rotator:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 33.33333%;
  }
  #article-alter-your-boundaries-spring-escape-to-sand-harbor-tahoe .rotator {
    position: relative;
  }
  #article-alter-your-boundaries-spring-escape-to-sand-harbor-tahoe .rotator:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 25%;
  }
}

@media screen and (min-width: 1600px) {
  #article-alter-your-boundaries-spring-escape-to-sand-harbor-tahoe .rotator {
    position: relative;
  }
  #article-alter-your-boundaries-spring-escape-to-sand-harbor-tahoe .rotator:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 16.66667%;
  }
  .step-on-and-go2 .info-cta {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (orientation: portrait) {
  .dapeng .layer1 {
    top: 31.5vh;
    right: 5%;
    width: 70%;
  }
  .dapeng .layer2 {
    width: 33%;
  }
  .hobie-alter-slide {
    background-position: 90% center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .wave-hello .image-wrap, .wave-hello .highlights figure > a, .highlights .wave-hello figure > a, .wave-hello #md180-fin-banner .hull-banner, #md180-fin-banner .wave-hello .hull-banner {
    position: absolute;
    bottom: 63%;
    left: 10%;
    width: 80%;
  }
  .livewell {
    background-position: 20% center;
  }
  .livewell .image-wrap, .livewell .highlights figure > a, .highlights .livewell figure > a, .livewell #md180-fin-banner .hull-banner, #md180-fin-banner .livewell .hull-banner {
    position: absolute;
    bottom: 32%;
    left: 18%;
    width: 66%;
  }
  .alter-yb .image-wrap, .alter-yb .highlights figure > a, .highlights .alter-yb figure > a, .alter-yb #md180-fin-banner .hull-banner, #md180-fin-banner .alter-yb .hull-banner {
    top: 45vh;
    right: 10%;
    width: 80%;
  }
  .outfish {
    background-position: 67%;
  }
  .outfish .image-wrap, .outfish .highlights figure > a, .highlights .outfish figure > a, .outfish #md180-fin-banner .hull-banner, #md180-fin-banner .outfish .hull-banner {
    top: 37%;
    left: 10%;
    width: 80%;
  }
  .need-a-lift {
    background-position: 74%;
  }
  .need-a-lift .image-wrap, .need-a-lift .highlights figure > a, .highlights .need-a-lift figure > a, .need-a-lift #md180-fin-banner .hull-banner, #md180-fin-banner .need-a-lift .hull-banner {
    top: 14%;
    left: 12%;
    width: 76%;
  }
  .step-on-and-go .layer1 {
    position: absolute;
    top: 36%;
    right: 10.5%;
    width: 80%;
    text-align: center;
  }
  .step-on-and-go .icon-play-inline {
    margin-top: 6vh;
  }
  .ike-likes-it {
    background-position: 26%;
  }
  .ike-likes-it .image-wrap, .ike-likes-it .highlights figure > a, .highlights .ike-likes-it figure > a, .ike-likes-it #md180-fin-banner .hull-banner, #md180-fin-banner .ike-likes-it .hull-banner {
    bottom: 12%;
    left: 4%;
    width: 60%;
  }
  .full-power-reverse {
    background-position: center 90%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .full-power-reverse .layer1 {
    bottom: 47vh;
    left: 4vw;
    width: 31vh;
  }
  .full-power-reverse .layer2 {
    bottom: 12vh;
    left: 8vw;
    width: 40vh;
  }
  #hfw6-la-2016 .image-wrap, #hfw6-la-2016 .highlights figure > a, .highlights #hfw6-la-2016 figure > a, #hfw6-la-2016 #md180-fin-banner .hull-banner, #md180-fin-banner #hfw6-la-2016 .hull-banner {
    padding-top: 10vh;
  }
}

@media screen and (orientation: portrait) and (min-aspect-ratio: 100 / 100) and (max-aspect-ratio: 130 / 100) {
  .step-on-and-go .layer1 {
    width: 60%;
    right: 6%;
    top: 29%;
  }
  .ike-likes-it {
    background-position: 26%;
  }
  .ike-likes-it .image-wrap, .ike-likes-it .highlights figure > a, .highlights .ike-likes-it figure > a, .ike-likes-it #md180-fin-banner .hull-banner, #md180-fin-banner .ike-likes-it .hull-banner {
    bottom: 8%;
    left: 4%;
    width: 60%;
  }
  #hfw6-la-2016 .image-wrap, #hfw6-la-2016 .highlights figure > a, .highlights #hfw6-la-2016 figure > a, #hfw6-la-2016 #md180-fin-banner .hull-banner, #md180-fin-banner #hfw6-la-2016 .hull-banner {
    padding-top: 10vh;
  }
  #eclipse-holiday-slide .layer1 .layer1a {
    vertical-align: top;
    padding-right: 0;
  }
  #eclipse-holiday-slide .layer1 .layer1a .image-wrap, #eclipse-holiday-slide .layer1 .layer1a .highlights figure > a, .highlights #eclipse-holiday-slide .layer1 .layer1a figure > a, #eclipse-holiday-slide .layer1 .layer1a #md180-fin-banner .hull-banner, #md180-fin-banner #eclipse-holiday-slide .layer1 .layer1a .hull-banner {
    text-align: center;
  }
  #eclipse-holiday-slide .layer1 .layer1a .image-wrap img, #eclipse-holiday-slide .layer1 .layer1a .highlights figure > a img, .highlights #eclipse-holiday-slide .layer1 .layer1a figure > a img, #eclipse-holiday-slide .layer1 .layer1a #md180-fin-banner .hull-banner img, #md180-fin-banner #eclipse-holiday-slide .layer1 .layer1a .hull-banner img {
    max-width: 65vh;
  }
  #eclipse-holiday-slide .layer1 .layer1b {
    display: none;
  }
  #eclipse-holiday-slide .banner-mast-head .image-wrap, #eclipse-holiday-slide .banner-mast-head .highlights figure > a, .highlights #eclipse-holiday-slide .banner-mast-head figure > a, #eclipse-holiday-slide .banner-mast-head #md180-fin-banner .hull-banner, #md180-fin-banner #eclipse-holiday-slide .banner-mast-head .hull-banner {
    width: 40vh;
    padding-top: 65vh;
  }
}

@media screen and (orientation: landscape) {
  #slide-holiday-gift-guide .wrap {
    background-position: center 17%;
  }
  #slide-holiday-gift-guide .banner-mast-head .vCenter .cell100, #slide-holiday-gift-guide .banner-mast-head .cell-row .cell100, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div .cell100, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div .cell100, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100, #slide-holiday-gift-guide .banner-mast-head .vCenter .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .cell-row .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .vCenter .hoverThumb > figure figcaption > div > div, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .cell-row .hoverThumb > figure figcaption > div > div, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure .hoverThumb > figure figcaption > div > div, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div, .hoverThumb > figure .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div {
    padding-top: 0;
    padding-bottom: 12vh;
  }
  #slide-holiday-gift-guide .banner-mast-head .vCenter .cell100 h1, #slide-holiday-gift-guide .banner-mast-head .cell-row .cell100 h1, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div .cell100 h1, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div .cell100 h1, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1, #slide-holiday-gift-guide .banner-mast-head .vCenter .bg-Thumb > figure figcaption > div > div h1, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .cell-row .bg-Thumb > figure figcaption > div > div h1, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure .bg-Thumb > figure figcaption > div > div h1, .bg-Thumb > figure .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .vCenter .hoverThumb > figure figcaption > div > div h1, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .cell-row .hoverThumb > figure figcaption > div > div h1, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure .hoverThumb > figure figcaption > div > div h1, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1, .hoverThumb > figure .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 {
    font-size: 8vh;
    margin-bottom: 0.3em;
    padding: 0 15px;
  }
  #slide-holiday-gift-guide .banner-mast-head .vCenter .cell100 h1 br, #slide-holiday-gift-guide .banner-mast-head .cell-row .cell100 h1 br, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div .cell100 h1 br, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1 br, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div .cell100 h1 br, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1 br, #slide-holiday-gift-guide .banner-mast-head .vCenter .bg-Thumb > figure figcaption > div > div h1 br, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .cell-row .bg-Thumb > figure figcaption > div > div h1 br, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1 br, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure .bg-Thumb > figure figcaption > div > div h1 br, .bg-Thumb > figure .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .vCenter .hoverThumb > figure figcaption > div > div h1 br, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .cell-row .hoverThumb > figure figcaption > div > div h1 br, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure .hoverThumb > figure figcaption > div > div h1 br, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1 br, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1 br, .hoverThumb > figure .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 br, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1 br, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 br {
    display: none;
  }
  #slide-holiday-gift-guide .banner-mast-head .vCenter .cell100 h1 i, #slide-holiday-gift-guide .banner-mast-head .cell-row .cell100 h1 i, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div .cell100 h1 i, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1 i, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div .cell100 h1 i, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div .cell100 h1 i, #slide-holiday-gift-guide .banner-mast-head .vCenter .bg-Thumb > figure figcaption > div > div h1 i, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .cell-row .bg-Thumb > figure figcaption > div > div h1 i, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1 i, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure .bg-Thumb > figure figcaption > div > div h1 i, .bg-Thumb > figure .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .vCenter .hoverThumb > figure figcaption > div > div h1 i, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .vCenter figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .cell-row .hoverThumb > figure figcaption > div > div h1 i, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .cell-row figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure .hoverThumb > figure figcaption > div > div h1 i, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head .bg-Thumb > figure figcaption > div > div h1 i, .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1 i, .hoverThumb > figure .bg-Thumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 i, #slide-holiday-gift-guide .banner-mast-head .hoverThumb > figure figcaption > div > div h1 i, .hoverThumb > figure #slide-holiday-gift-guide .banner-mast-head figcaption > div > div h1 i {
    display: inline-block;
  }
  #slide-holiday-gift-guide #holiday-slide-find-dealer {
    display: none;
  }
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 100 / 134) and (max-aspect-ratio: 134 / 100) {
  .step-on-and-go .layer1 {
    width: 60%;
    right: 6%;
    top: 29%;
  }
  .ike-likes-it {
    background-position: 26%;
  }
  .ike-likes-it .image-wrap, .ike-likes-it .highlights figure > a, .highlights .ike-likes-it figure > a, .ike-likes-it #md180-fin-banner .hull-banner, #md180-fin-banner .ike-likes-it .hull-banner {
    bottom: 8%;
    left: 4%;
    width: 60%;
  }
  .full-power-reverse {
    background-position: center 90%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .full-power-reverse .layer1 {
    bottom: 6vh;
    right: 2.5vw;
    width: 24vw;
  }
  .full-power-reverse .layer2 {
    bottom: 15vh;
    left: 4vw;
    width: 75vh;
  }
  #hfw6-la-2016 .image-wrap, #hfw6-la-2016 .highlights figure > a, .highlights #hfw6-la-2016 figure > a, #hfw6-la-2016 #md180-fin-banner .hull-banner, #md180-fin-banner #hfw6-la-2016 .hull-banner {
    padding-top: 4vh;
  }
  #eclipse-holiday-slide .layer1 .layer1a {
    vertical-align: top;
    padding-right: 0;
  }
  #eclipse-holiday-slide .layer1 .layer1a .image-wrap, #eclipse-holiday-slide .layer1 .layer1a .highlights figure > a, .highlights #eclipse-holiday-slide .layer1 .layer1a figure > a, #eclipse-holiday-slide .layer1 .layer1a #md180-fin-banner .hull-banner, #md180-fin-banner #eclipse-holiday-slide .layer1 .layer1a .hull-banner {
    text-align: center;
  }
  #eclipse-holiday-slide .layer1 .layer1a .image-wrap img, #eclipse-holiday-slide .layer1 .layer1a .highlights figure > a img, .highlights #eclipse-holiday-slide .layer1 .layer1a figure > a img, #eclipse-holiday-slide .layer1 .layer1a #md180-fin-banner .hull-banner img, #md180-fin-banner #eclipse-holiday-slide .layer1 .layer1a .hull-banner img {
    max-width: 65vh;
  }
  #eclipse-holiday-slide .layer1 .layer1b {
    display: none;
  }
  #eclipse-holiday-slide .banner-mast-head .image-wrap, #eclipse-holiday-slide .banner-mast-head .highlights figure > a, .highlights #eclipse-holiday-slide .banner-mast-head figure > a, #eclipse-holiday-slide .banner-mast-head #md180-fin-banner .hull-banner, #md180-fin-banner #eclipse-holiday-slide .banner-mast-head .hull-banner {
    width: 40vh;
    padding-top: 65vh;
  }
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 205 / 100) {
  #slide-holiday-gift-guide .wrap {
    background-position: center 28%;
  }
}

@media screen and (orientation: landscape) and (min-aspect-ratio: 233 / 100) {
  .alter-yb {
    background-position: left 33%;
  }
  .alter-yb .image-wrap, .alter-yb .highlights figure > a, .highlights .alter-yb figure > a, .alter-yb #md180-fin-banner .hull-banner, #md180-fin-banner .alter-yb .hull-banner {
    top: 36vh;
    right: 10%;
  }
  .step-on-and-go .layer1 {
    width: 100vh;
    right: 25vw;
  }
  .au-eclipse-boatshow,
  .step-on-and-go2 {
    background-position: 44% 25%;
  }
  .hobie-alter-slide {
    background-position: right 25%;
  }
  .full-power-reverse {
    background-position: center 90%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .full-power-reverse .layer1 {
    bottom: 25vh;
    right: 8vw;
    width: 60vh;
  }
  .full-power-reverse .layer2 {
    bottom: 15vh;
    left: 4vw;
    width: 80vh;
  }
  #hfw6-la-2016 .image-wrap, #hfw6-la-2016 .highlights figure > a, .highlights #hfw6-la-2016 figure > a, #hfw6-la-2016 #md180-fin-banner .hull-banner, #md180-fin-banner #hfw6-la-2016 .hull-banner {
    padding-top: 5vh;
  }
  #slide-holiday-gift-guide .wrap {
    background-position: center 45%;
  }
}

.haveahobieholiday {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.haveahobieholiday .haveahobieholiday-container {
  width: 35vw;
  position: relative;
}

.haveahobieholiday .haveahobieholiday-container img {
  max-width: 100%;
  height: auto;
}

.haveahobieholiday .haveahobieholiday-container img.haveahobieholiday-leftbanner {
  position: absolute;
  top: -5%;
  left: -35%;
}

.haveahobieholiday .haveahobieholiday-container img.haveahobieholiday-rightbanner {
  position: absolute;
  bottom: -8%;
  right: -35%;
}

.haveahobieholiday .haveahobieholiday-container div.haveahobieholiday-terms {
  position: absolute;
  bottom: -8%;
  right: -70%;
}

.haveahobieholiday .haveahobieholiday-container div.haveahobieholiday-terms p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.3;
  color: #fff;
}

.haveahobieholiday .haveahobieholiday-container div.haveahobieholiday-terms p i {
  font-size: 10px;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .haveahobieholiday .haveahobieholiday-container div.haveahobieholiday-terms {
    right: -85%;
  }
}

@media screen and (max-width: 960px) {
  .haveahobieholiday .haveahobieholiday-container {
    width: 28vw;
  }
  .haveahobieholiday .haveahobieholiday-container div.haveahobieholiday-terms {
    bottom: 20%;
    right: -90%;
  }
}

@media screen and (max-width: 768px) {
  .haveahobieholiday .haveahobieholiday-container {
    width: 28vw;
  }
  .haveahobieholiday .haveahobieholiday-container div.haveahobieholiday-terms {
    right: -98%;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .haveahobieholiday .haveahobieholiday-container {
    width: 50vw;
    margin-top: -60px;
  }
  .haveahobieholiday .haveahobieholiday-container div.haveahobieholiday-terms {
    right: -34%;
    bottom: -20%;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .haveahobieholiday {
    background-position: left center !important;
  }
  .haveahobieholiday .haveahobieholiday-container {
    width: 55vw;
  }
  .haveahobieholiday .haveahobieholiday-container div.haveahobieholiday-terms {
    bottom: -22%;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .haveahobieholiday .haveahobieholiday-container {
    width: 55vw;
  }
  .haveahobieholiday .haveahobieholiday-container div.haveahobieholiday-terms {
    bottom: -35%;
  }
}

.haveahobieholiday2 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #238ad2;
}

.haveahobieholiday2 .haveahobieholiday2-snowflake1 {
  position: absolute;
  top: 25%;
  left: -50%;
  z-index: -1;
}

.haveahobieholiday2 .haveahobieholiday2-snowflake1 img {
  max-width: 100%;
  width: 50vh;
  height: auto;
}

.haveahobieholiday2 .haveahobieholiday2-snowflake2 {
  position: absolute;
  top: 0;
  right: -27%;
  z-index: -1;
}

.haveahobieholiday2 .haveahobieholiday2-snowflake2 img {
  max-width: 100%;
  width: 30vh;
  height: auto;
}

.haveahobieholiday2 .haveahobieholiday2-snowflake3 {
  position: absolute;
  bottom: -10%;
  right: -40%;
  z-index: -1;
}

.haveahobieholiday2 .haveahobieholiday2-snowflake3 img {
  max-width: 100%;
  width: 40vh;
  height: auto;
}

.haveahobieholiday2 .haveahobieholiday2-container {
  width: 80vh;
  position: relative;
}

.haveahobieholiday2 .haveahobieholiday2-container img {
  max-width: 100%;
  height: auto;
}

.haveahobieholiday2 div.haveahobieholiday2-terms {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.haveahobieholiday2 div.haveahobieholiday2-terms p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.3;
  color: #d1d2d4;
}

.haveahobieholiday2 div.haveahobieholiday2-terms p i {
  font-size: 10px;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake3 {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .haveahobieholiday2 .haveahobieholiday2-container {
    width: 70vh;
  }
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake1 {
    top: 25%;
    left: -60%;
  }
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake1 img {
    width: 40vh;
  }
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake2 {
    top: 0;
    right: -45%;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .haveahobieholiday2 .haveahobieholiday2-container {
    width: 60vh;
    margin-top: -70px;
  }
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake1 {
    top: 48%;
    left: -30%;
  }
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake1 img {
    width: 35vh;
    height: auto;
  }
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake2 {
    top: 0%;
    left: 88%;
  }
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake2 img {
    width: 25vh;
    height: auto;
  }
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake3 {
    display: none;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .haveahobieholiday2 .haveahobieholiday2-container {
    width: 85vw;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .haveahobieholiday2 .haveahobieholiday2-container {
    width: 90vw;
  }
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake1 {
    top: 65%;
    left: -18%;
  }
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake1 img {
    width: 25vh;
    height: auto;
  }
  .haveahobieholiday2 .haveahobieholiday2-container .haveahobieholiday2-snowflake2 img {
    width: 10vh;
    height: auto;
  }
}

section.homepage-slider {
  padding-top: 0;
  padding-bottom: 0;
}

section.homepage-slider .bx-container {
  position: relative;
}

section.homepage-slider .bx-slide {
  position: relative;
  width: 100%;
  height: calc(100vh - 104px);
  min-height: 720px;
  overflow: hidden;
}

section.homepage-slider .bx-slide > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.homepage-slider .bx-controls {
  position: absolute;
  left: 25px;
  bottom: 5px;
}

section.homepage-slider .bx-controls .bx-pager-item {
  float: left;
  margin-right: 8px;
}

section.homepage-slider .bx-controls .bx-pager-item a.bx-pager-link {
  color: transparent;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: #fff 3px solid;
  cursor: pointer;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

section.homepage-slider .bx-controls .bx-pager-item a.bx-pager-link:hover {
  border-color: #ccc;
}

section.homepage-slider .bx-controls .bx-pager-item a.bx-pager-link.active {
  border-color: #00acec;
}

@media screen and (max-width: 960px) {
  section.homepage-slider .bx-slide {
    height: calc(100vh - 74px);
    min-height: 0;
  }
}

@media screen and (max-width: 480px) {
  section.homepage-slider .bx-slide {
    height: calc(100vh - 57px);
    min-height: 0;
  }
}

.livewell-v2 {
  position: relative;
}

.livewell-v2 .livewell-v2-overlay {
  position: absolute;
  top: 5vh;
  left: 15vw;
  width: 35vw;
}

.livewell-v2 .livewell-v2-overlay img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .livewell-v2 .livewell-v2-overlay {
    top: 8vh;
    left: 4vw;
    width: 50vw;
  }
}

.gg-2017 {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.gg-2017 .gg-2017-overlay {
  width: 50vw;
  height: auto;
}

.gg-2017 .gg-2017-overlay img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1600px) {
  .gg-2017 .gg-2017-overlay {
    width: 60vw;
  }
}

@media screen and (max-width: 768px) {
  .gg-2017 .gg-2017-overlay {
    width: 45vw;
  }
}

@media screen and (max-width: 568px) {
  .gg-2017 .gg-2017-overlay {
    width: 40vw;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .gg-2017 .gg-2017-overlay {
    width: 90vw;
    margin-top: -60px;
  }
}

.gg-2018 .gg-2018-overlay {
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 0;
}

.gg-2018 .gg-2018-overlay img {
  max-width: 100%;
  height: auto;
}

.gg-2018 .gg-2018-tree {
  position: relative;
  z-index: 999;
  width: 50vh;
  margin: 3vh auto 0 auto;
}

.gg-2018 .gg-2018-tree img {
  max-width: 100%;
  height: auto;
}

.gg-2018 .gg-2018-phone {
  display: none;
}

@media screen and (max-width: 1024px) {
  .gg-2018 .gg-2018-tree {
    margin: 14vh auto 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .gg-2018 .gg-2018-tree {
    margin: 6vh auto 0 auto;
    width: 48vh;
  }
}

@media screen and (max-width: 768px) {
  .gg-2018 .gg-2018-tree {
    margin: 4vh auto 0 auto;
  }
}

@media screen and (max-width: 568px) {
  .gg-2018 .gg-2018-tree {
    margin: 3vh auto 0 auto;
    width: 45vh;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .gg-2018 {
    background: #FFF !important;
  }
  .gg-2018 .gg-2018-overlay {
    display: none;
  }
  .gg-2018 .gg-2018-tree {
    display: none;
  }
  .gg-2018 .gg-2018-phone {
    display: block !important;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
  .gg-2018 .gg-2018-phone img {
    max-width: 100%;
    height: auto;
  }
}

.hfw8-au .hfw8-au-logo {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 60vw;
  margin-left: -30vw;
}

.hfw8-au .hfw8-au-logo img {
  max-width: 100%;
  height: auto;
}

.hfw8-au .hfw8-au-date {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 60vw;
  margin-left: -30vw;
}

.hfw8-au .hfw8-au-date img {
  max-width: 100%;
  height: auto;
}

.eu-2018-champs {
  position: relative;
}

.eu-2018-champs img {
  max-width: 100%;
  height: auto;
}

.eu-2018-champs .logo-wrap {
  position: absolute;
  top: 5vh;
  right: 5vw;
  width: 26vw;
}

.eu-2018-champs .eu-2018-champs-text1, .eu-2018-champs .eu-2018-champs-text2 {
  color: #fff;
  font-family: 'arial black', arial, sans-serif;
  font-weight: bold;
  line-height: 1;
}

.eu-2018-champs .eu-2018-champs-text1 {
  font-size: 5rem;
  position: absolute;
  bottom: 13vh;
  left: 3vw;
}

.eu-2018-champs .eu-2018-champs-text2 {
  font-size: 3.5rem;
  position: absolute;
  bottom: 13vh;
  right: 3vw;
}

.eu-2018-champs .eu-2018-champs-text2 i {
  margin: 0;
}

@media screen and (max-width: 800px) {
  .eu-2018-champs .eu-2018-champs-text1 {
    font-size: 3rem;
    bottom: 17vh;
  }
  .eu-2018-champs .eu-2018-champs-text2 {
    font-size: 2rem;
    bottom: 17vh;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .eu-2018-champs .logo-wrap {
    width: 40vw;
  }
  .eu-2018-champs .eu-2018-champs-text1 {
    font-size: 7rem;
    bottom: 10vh;
  }
  .eu-2018-champs .eu-2018-champs-text2 {
    font-size: 4rem;
    bottom: 5vh;
  }
}

@media screen and (max-width: 800px) and (orientation: portrait) {
  .eu-2018-champs .logo-wrap {
    width: 40vw;
  }
  .eu-2018-champs .eu-2018-champs-text1 {
    font-size: 5rem;
    bottom: 14vh;
  }
  .eu-2018-champs .eu-2018-champs-text2 {
    font-size: 3rem;
    bottom: 10vh;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  .eu-2018-champs .logo-wrap {
    width: 50vw;
  }
  .eu-2018-champs .eu-2018-champs-text1 {
    font-size: 3rem;
    bottom: 20vh;
  }
  .eu-2018-champs .eu-2018-champs-text2 {
    font-size: 2rem;
    bottom: 8vh;
  }
}

/*[ Pages ==================================================
============================================================ ]*/
section, aside {
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

article > header,
article.blog header, .blog-page > header, .blog.blog-page header {
  position: relative;
}

article.info, article.post, article.forms, article.no-mast, article.support, .info.blog-page, .post.blog-page, .forms.blog-page, .no-mast.blog-page, .support.blog-page {
  padding-top: 3em;
}

article.team-member, article.videos, article.post-mast, article.media-mast, article.map-mast, .team-member.blog-page, .videos.blog-page, .post-mast.blog-page, .media-mast.blog-page, .map-mast.blog-page {
  padding-top: 0;
}

article.product > header:after, .product.blog-page > header:after {
  display: none;
}

article.no-mast header h1:first-child, .no-mast.blog-page header h1:first-child {
  margin-top: 1em;
  margin-top: 1em;
  margin-bottom: 0.25em;
  margin-bottom: 0.25em;
}

article.no-mast #blog-archive, .no-mast.blog-page #blog-archive {
  padding-top: 60px;
}

#page {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.page-head {
  overflow: visible;
}

.page-head page .posted {
  margin-top: 1em;
}

.page-nav li {
  padding-right: 8px;
  padding-left: 8px;
  border-right: #ccc 1px solid;
}

.page-nav li:first-child {
  padding-left: 0;
}

.page-nav li:last-child {
  padding-right: 0;
  border-right: none;
}

.page-nav li:hover {
  text-decoration: underline;
}

.site-index .rotator {
  height: 100vh;
}

.site-index .rotator .row.fluid, .site-index .rotator .blog-page #blog-archive .fluid.article-list, .blog-page #blog-archive .site-index .rotator .fluid.article-list, .site-index .rotator .fluid#shoppe-header, .site-index .rotator
.fluid.ais-hits {
  padding-top: 120px;
  padding-left: 5.23585em;
  padding-right: 5.23585em;
}

.site-index .rotator .row.fluid > div, .site-index .rotator .blog-page #blog-archive .fluid.article-list > div, .blog-page #blog-archive .site-index .rotator .fluid.article-list > div, .site-index .rotator .fluid#shoppe-header > div, .site-index .rotator
.fluid.ais-hits > div {
  height: 100%;
}

.site-index .row > h4, .site-index .blog-page #blog-archive .article-list > h4, .blog-page #blog-archive .site-index .article-list > h4, .site-index #shoppe-header > h4, .site-index
.ais-hits > h4 {
  text-align: center;
  padding-bottom: 10px;
  padding-bottom: 1rem;
}

.site-index #homepage-blog {
  padding-bottom: 0;
  padding-top: 30px;
  padding-top: 3rem;
}

.site-index #homepage-blog .span-six.curlshadow, .site-index #homepage-blog .shadow-cell > a.span-six, .site-index #homepage-blog .span-six.bg-Thumb, .site-index #homepage-blog .span-six.hoverThumb, .site-index #homepage-blog #eclipse-holiday-slide .span-six#eclipse-slide-find-dealer, #eclipse-holiday-slide .site-index #homepage-blog .span-six#eclipse-slide-find-dealer, .site-index #homepage-blog #slide-holiday-gift-guide .span-six#holiday-slide-find-dealer, #slide-holiday-gift-guide .site-index #homepage-blog .span-six#holiday-slide-find-dealer {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.site-index #homepage-blog a {
  text-decoration: none;
}

.site-index #homepage-blog a img {
  width: 100%;
}

.site-index #homepage-blog a p {
  margin-bottom: 0;
}

.site-index #homepage-accessories .blockGrid a, .site-index #homepage-accessories .blog-page #blog-archive .article-list a, .blog-page #blog-archive .site-index #homepage-accessories .article-list a {
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.site-index #homepage-accessories .blockGrid a:hover, .site-index #homepage-accessories .blog-page #blog-archive .article-list a:hover, .blog-page #blog-archive .site-index #homepage-accessories .article-list a:hover, .site-index #homepage-accessories .blockGrid a:focus, .site-index #homepage-accessories .blog-page #blog-archive .article-list a:focus, .blog-page #blog-archive .site-index #homepage-accessories .article-list a:focus, .site-index #homepage-accessories .blockGrid a:active, .site-index #homepage-accessories .blog-page #blog-archive .article-list a:active, .blog-page #blog-archive .site-index #homepage-accessories .article-list a:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.site-index #homepage-accessories .blockGrid a h3, .site-index #homepage-accessories .blog-page #blog-archive .article-list a h3, .blog-page #blog-archive .site-index #homepage-accessories .article-list a h3 {
  margin-bottom: 0.2em;
  margin-bottom: 0.2em;
}

.site-index #homepage-accessories img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.site-index #homepage-accessories .row.blockGrid .circle, .site-index #homepage-accessories .blog-page #blog-archive .article-list .circle, .blog-page #blog-archive .site-index #homepage-accessories .article-list .circle, .site-index #homepage-accessories .blockGrid#shoppe-header .circle, .site-index #homepage-accessories
.blockGrid.ais-hits .circle, .site-index #homepage-accessories .row.blockGrid .highlights figure > a, .highlights .site-index #homepage-accessories .row.blockGrid figure > a, .site-index #homepage-accessories .blog-page #blog-archive .article-list .highlights figure > a, .highlights .site-index #homepage-accessories .blog-page #blog-archive .article-list figure > a, .blog-page #blog-archive .site-index #homepage-accessories .article-list .highlights figure > a, .highlights .blog-page #blog-archive .site-index #homepage-accessories .article-list figure > a, .site-index #homepage-accessories .blockGrid#shoppe-header .highlights figure > a, .highlights .site-index #homepage-accessories .blockGrid#shoppe-header figure > a, .site-index #homepage-accessories
.blockGrid.ais-hits .highlights figure > a, .highlights .site-index #homepage-accessories
.blockGrid.ais-hits figure > a {
  background-size: contain;
}

.site-index #homepage-accessories .archive-link {
  margin-top: 0;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.site-index #homepage-events .event-map p {
  margin-top: 0;
}

.site-index #homepage-events .map-static {
  border: #fff 4px solid;
  max-width: 100%;
}

.site-index #homepage-events .date {
  text-transform: capitalize;
}

.site-index #homepage-events .icon-64-calendar {
  display: inline-block;
}

.blog-page .mast,
.blog-page #blogNav {
  padding-bottom: 15px;
}

.blog-page .mast .row, .blog-page .mast #blog-archive .article-list, .blog-page #blog-archive .mast .article-list, .blog-page .mast #shoppe-header, .blog-page .mast
.ais-hits,
.blog-page #blogNav .row, .blog-page #blogNav #blog-archive .article-list, .blog-page #blog-archive #blogNav .article-list,
.blog-page #blogNav #shoppe-header,
.blog-page #blogNav
.ais-hits {
  max-width: 1440px;
}

.blog-page section.mast {
  text-align: center;
}

.blog-page section.mast .full, .blog-page section.mast .cell-row, .blog-page section.mast .bg-Thumb > figure figcaption > div, .bg-Thumb > figure .blog-page section.mast figcaption > div, .blog-page section.mast .hoverThumb > figure figcaption > div, .hoverThumb > figure .blog-page section.mast figcaption > div {
  position: relative;
}

.blog-page section.mast .rotator {
  text-align: left;
  border-top: none;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 1px 5px 0;
  border-radius: 0 0 3px 3px;
  border-radius: 0 0 0.3rem 0.3rem;
}

.blog-page section.mast .rotator .wrap > div {
  height: 100%;
}

.blog-page section#blogNav {
  margin-top: -90px;
  margin-top: -9rem;
}

.blog-page section#blogNav .full, .blog-page section#blogNav .cell-row, .blog-page section#blogNav .bg-Thumb > figure figcaption > div, .bg-Thumb > figure .blog-page section#blogNav figcaption > div, .blog-page section#blogNav .hoverThumb > figure figcaption > div, .hoverThumb > figure .blog-page section#blogNav figcaption > div {
  position: relative;
}

.blog-page section#blogNav .blogNav {
  display: inline-block;
  width: auto;
  position: relative;
}

.blog-page section#blogNav .blogNav .badge {
  line-height: 1em;
  vertical-align: top;
}

.blog-page section#blogNav .rotator-nav {
  top: 0;
  top: 0;
  right: 10px;
  right: 1rem;
  padding-top: 0;
  left: initial;
  display: inline-block;
}

.blog-page #blog-archive {
  padding-top: 0;
}

.blog-page #blog-archive .article-list article {
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0;
  border-radius: 3px;
  border-radius: 0.3rem;
}

.blog-page #blog-archive .article-list article > a {
  position: relative;
  display: block;
}

.blog-page #blog-archive .article-list article h6 {
  border-top: 0;
  background-color: #fefefe;
  display: block;
  margin: 0;
  padding: 20px 15px;
  padding: 2rem 1.5rem;
  border-radius: 0 0 3px 3px;
  border-radius: 0 0 0.3rem 0.3rem;
}

.blog-page #blog-archive .article-list .category-thumb {
  background-position: center 50%;
  background-size: cover;
}

.blog-page #blog-archive .article-badges {
  overflow: visible;
  position: absolute;
  top: -24px;
  top: -2.4rem;
}

.blog-page #blog-archive .article-badges .badge {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0;
  margin-left: 6px;
  margin-left: 0.6rem;
}

.badge.subject-news {
  background-color: #696969 !important;
}

.badge.subject-adventure {
  background-color: #ecc200 !important;
}

.badge.subject-fishing {
  background-color: #07DAA4 !important;
}

.badge.subject-racing {
  background-color: #ee5050 !important;
}

.blog a, .post a, .post-2 a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  text-decoration: none;
}

.blog blockquote, .post blockquote, .post-2 blockquote {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 16px;
  margin-left: 1.6rem;
  position: relative;
  padding-left: 1em;
  border-left: 4px solid #00acec;
  font-weight: 100;
}

.blog blockquote p, .post blockquote p, .post-2 blockquote p {
  display: inline;
  padding: 0;
  color: #52595b;
  font-family: georgia, "Times New Roman", times, serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  line-height: 1.75;
  font-style: italic;
  font-style: italic;
}

.blog blockquote:before, .blog blockquote:after, .post blockquote:before, .post blockquote:after, .post-2 blockquote:before, .post-2 blockquote:after {
  font-family: FontAwesome;
  font-size: 18px;
  font-size: 1.8rem;
  content: '';
  color: #666666;
}

.blog blockquote:after, .post blockquote:after, .post-2 blockquote:after {
  content: '';
}

.blog code, .post code, .post-2 code {
  border: #aaa 1px solid;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.blog table, .post table, .post-2 table {
  text-align: left;
  width: 100%;
}

.blog table td, .post table td, .post-2 table td {
  border-top: #ddd 1px solid;
  min-width: 80px;
  min-width: 8rem;
  padding: 10px 0;
  padding: 1rem 0;
}

.blog .article-thumb, .post .article-thumb, .post-2 .article-thumb {
  width: auto;
  display: inline-block;
  margin-right: 1em;
}

.blog .article-thumb figure, .post .article-thumb figure, .post-2 .article-thumb figure {
  text-align: center;
}

.blog .article-thumb figure .image-wrap, .blog .article-thumb .highlights figure > a, .highlights .blog .article-thumb figure > a, .blog .article-thumb figure #md180-fin-banner .hull-banner, #md180-fin-banner .blog .article-thumb figure .hull-banner, .post .article-thumb figure .image-wrap, .post .article-thumb .highlights figure > a, .highlights .post .article-thumb figure > a, .post .article-thumb figure #md180-fin-banner .hull-banner, #md180-fin-banner .post .article-thumb figure .hull-banner, .post-2 .article-thumb figure .image-wrap, .post-2 .article-thumb .highlights figure > a, .highlights .post-2 .article-thumb figure > a, .post-2 .article-thumb figure #md180-fin-banner .hull-banner, #md180-fin-banner .post-2 .article-thumb figure .hull-banner {
  max-height: 480px;
}

.blog .article-thumb figure .image-wrap a, .blog .article-thumb .highlights figure > a a, .highlights .blog .article-thumb figure > a a, .blog .article-thumb figure #md180-fin-banner .hull-banner a, #md180-fin-banner .blog .article-thumb figure .hull-banner a, .post .article-thumb figure .image-wrap a, .post .article-thumb .highlights figure > a a, .highlights .post .article-thumb figure > a a, .post .article-thumb figure #md180-fin-banner .hull-banner a, #md180-fin-banner .post .article-thumb figure .hull-banner a, .post-2 .article-thumb figure .image-wrap a, .post-2 .article-thumb .highlights figure > a a, .highlights .post-2 .article-thumb figure > a a, .post-2 .article-thumb figure #md180-fin-banner .hull-banner a, #md180-fin-banner .post-2 .article-thumb figure .hull-banner a {
  position: relative;
  display: inline-block;
  line-height: 0;
  height: inherit;
  max-width: 100%;
  width: auto;
}

.blog .article-thumb figure .image-wrap img, .blog .article-thumb .highlights figure > a img, .highlights .blog .article-thumb figure > a img, .blog .article-thumb figure #md180-fin-banner .hull-banner img, #md180-fin-banner .blog .article-thumb figure .hull-banner img, .post .article-thumb figure .image-wrap img, .post .article-thumb .highlights figure > a img, .highlights .post .article-thumb figure > a img, .post .article-thumb figure #md180-fin-banner .hull-banner img, #md180-fin-banner .post .article-thumb figure .hull-banner img, .post-2 .article-thumb figure .image-wrap img, .post-2 .article-thumb .highlights figure > a img, .highlights .post-2 .article-thumb figure > a img, .post-2 .article-thumb figure #md180-fin-banner .hull-banner img, #md180-fin-banner .post-2 .article-thumb figure .hull-banner img {
  display: inline-block;
  max-width: 100%;
  max-height: 480px;
  width: auto;
}

.blog .article-thumb figure .image-wrap .expand, .blog .article-thumb .highlights figure > a .expand, .highlights .blog .article-thumb figure > a .expand, .blog .article-thumb figure #md180-fin-banner .hull-banner .expand, #md180-fin-banner .blog .article-thumb figure .hull-banner .expand, .blog .article-thumb figure .image-wrap .img-link-icon, .blog .article-thumb .highlights figure > a .img-link-icon, .highlights .blog .article-thumb figure > a .img-link-icon, .blog .article-thumb figure #md180-fin-banner .hull-banner .img-link-icon, #md180-fin-banner .blog .article-thumb figure .hull-banner .img-link-icon, .blog .article-thumb .highlights .post .article-thumb figure > a .img-link-icon, .blog #md180-fin-banner .post .article-thumb figure .image-wrap .hull-banner .img-link-icon, .blog #md180-fin-banner .post .article-thumb figure .hull-banner .image-wrap .img-link-icon, .blog #md180-fin-banner .post .article-thumb .highlights figure > a .hull-banner .img-link-icon, .highlights .blog #md180-fin-banner .post .article-thumb figure > a .hull-banner .img-link-icon, .blog .article-thumb .highlights .post-2 .article-thumb figure > a .img-link-icon, .blog #md180-fin-banner .post-2 .article-thumb figure .image-wrap .hull-banner .img-link-icon, .blog #md180-fin-banner .post-2 .article-thumb figure .hull-banner .image-wrap .img-link-icon, .blog #md180-fin-banner .post-2 .article-thumb .highlights figure > a .hull-banner .img-link-icon, .highlights .blog #md180-fin-banner .post-2 .article-thumb figure > a .hull-banner .img-link-icon, .post .article-thumb figure .image-wrap .expand, .post .article-thumb .highlights figure > a .expand, .highlights .post .article-thumb figure > a .expand, .post .article-thumb figure #md180-fin-banner .hull-banner .expand, #md180-fin-banner .post .article-thumb figure .hull-banner .expand, .post .article-thumb .highlights .blog .article-thumb figure > a .img-link-icon, .post #md180-fin-banner .blog .article-thumb figure .image-wrap .hull-banner .img-link-icon, .post #md180-fin-banner .blog .article-thumb figure .hull-banner .image-wrap .img-link-icon, .post #md180-fin-banner .blog .article-thumb .highlights figure > a .hull-banner .img-link-icon, .highlights .post #md180-fin-banner .blog .article-thumb figure > a .hull-banner .img-link-icon, .post .article-thumb figure .image-wrap .img-link-icon, .post .article-thumb .highlights figure > a .img-link-icon, .highlights .post .article-thumb figure > a .img-link-icon, .post .article-thumb figure #md180-fin-banner .hull-banner .img-link-icon, #md180-fin-banner .post .article-thumb figure .hull-banner .img-link-icon, .post .article-thumb .highlights .post-2 .article-thumb figure > a .img-link-icon, .post #md180-fin-banner .post-2 .article-thumb figure .image-wrap .hull-banner .img-link-icon, .post #md180-fin-banner .post-2 .article-thumb figure .hull-banner .image-wrap .img-link-icon, .post #md180-fin-banner .post-2 .article-thumb .highlights figure > a .hull-banner .img-link-icon, .highlights .post #md180-fin-banner .post-2 .article-thumb figure > a .hull-banner .img-link-icon, .post-2 .article-thumb figure .image-wrap .expand, .post-2 .article-thumb .highlights figure > a .expand, .highlights .post-2 .article-thumb figure > a .expand, .post-2 .article-thumb figure #md180-fin-banner .hull-banner .expand, #md180-fin-banner .post-2 .article-thumb figure .hull-banner .expand, .post-2 .article-thumb .highlights .blog .article-thumb figure > a .img-link-icon, .post-2 #md180-fin-banner .blog .article-thumb figure .image-wrap .hull-banner .img-link-icon, .post-2 #md180-fin-banner .blog .article-thumb figure .hull-banner .image-wrap .img-link-icon, .post-2 #md180-fin-banner .blog .article-thumb .highlights figure > a .hull-banner .img-link-icon, .highlights .post-2 #md180-fin-banner .blog .article-thumb figure > a .hull-banner .img-link-icon, .post-2 .article-thumb .highlights .post .article-thumb figure > a .img-link-icon, .post-2 #md180-fin-banner .post .article-thumb figure .image-wrap .hull-banner .img-link-icon, .post-2 #md180-fin-banner .post .article-thumb figure .hull-banner .image-wrap .img-link-icon, .post-2 #md180-fin-banner .post .article-thumb .highlights figure > a .hull-banner .img-link-icon, .highlights .post-2 #md180-fin-banner .post .article-thumb figure > a .hull-banner .img-link-icon, .post-2 .article-thumb figure .image-wrap .img-link-icon, .post-2 .article-thumb .highlights figure > a .img-link-icon, .highlights .post-2 .article-thumb figure > a .img-link-icon, .post-2 .article-thumb figure #md180-fin-banner .hull-banner .img-link-icon, #md180-fin-banner .post-2 .article-thumb figure .hull-banner .img-link-icon {
  background: transparent url("../images/sprite-icons-24.png") no-repeat center 0;
  position: absolute;
  bottom: 28px;
  right: 8px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.blog .article-thumb figure .image-wrap .img-link-icon, .blog .article-thumb .highlights figure > a .img-link-icon, .highlights .blog .article-thumb figure > a .img-link-icon, .blog .article-thumb figure #md180-fin-banner .hull-banner .img-link-icon, #md180-fin-banner .blog .article-thumb figure .hull-banner .img-link-icon, .post .article-thumb figure .image-wrap .img-link-icon, .post .article-thumb .highlights figure > a .img-link-icon, .highlights .post .article-thumb figure > a .img-link-icon, .post .article-thumb figure #md180-fin-banner .hull-banner .img-link-icon, #md180-fin-banner .post .article-thumb figure .hull-banner .img-link-icon, .post-2 .article-thumb figure .image-wrap .img-link-icon, .post-2 .article-thumb .highlights figure > a .img-link-icon, .highlights .post-2 .article-thumb figure > a .img-link-icon, .post-2 .article-thumb figure #md180-fin-banner .hull-banner .img-link-icon, #md180-fin-banner .post-2 .article-thumb figure .hull-banner .img-link-icon {
  background: none;
}

.blog .article-thumb figcaption, .post .article-thumb figcaption, .post-2 .article-thumb figcaption {
  margin-top: 1em;
  text-align: center;
  display: block;
}

.blog .article-thumb.tall figure .image-wrap, .blog .article-thumb.tall .highlights figure > a, .highlights .blog .article-thumb.tall figure > a, .blog .article-thumb.tall figure #md180-fin-banner .hull-banner, #md180-fin-banner .blog .article-thumb.tall figure .hull-banner, .post .article-thumb.tall figure .image-wrap, .post .article-thumb.tall .highlights figure > a, .highlights .post .article-thumb.tall figure > a, .post .article-thumb.tall figure #md180-fin-banner .hull-banner, #md180-fin-banner .post .article-thumb.tall figure .hull-banner, .post-2 .article-thumb.tall figure .image-wrap, .post-2 .article-thumb.tall .highlights figure > a, .highlights .post-2 .article-thumb.tall figure > a, .post-2 .article-thumb.tall figure #md180-fin-banner .hull-banner, #md180-fin-banner .post-2 .article-thumb.tall figure .hull-banner {
  max-height: 960px;
}

.blog .article-thumb.tall figure .image-wrap img, .blog .article-thumb.tall .highlights figure > a img, .highlights .blog .article-thumb.tall figure > a img, .blog .article-thumb.tall figure #md180-fin-banner .hull-banner img, #md180-fin-banner .blog .article-thumb.tall figure .hull-banner img, .post .article-thumb.tall figure .image-wrap img, .post .article-thumb.tall .highlights figure > a img, .highlights .post .article-thumb.tall figure > a img, .post .article-thumb.tall figure #md180-fin-banner .hull-banner img, #md180-fin-banner .post .article-thumb.tall figure .hull-banner img, .post-2 .article-thumb.tall figure .image-wrap img, .post-2 .article-thumb.tall .highlights figure > a img, .highlights .post-2 .article-thumb.tall figure > a img, .post-2 .article-thumb.tall figure #md180-fin-banner .hull-banner img, #md180-fin-banner .post-2 .article-thumb.tall figure .hull-banner img {
  max-height: 960px;
}

.blog .blurb, .blog .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type .blog section, .blog .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type .blog section, .blog .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type .blog section, .blog .matrix p, .matrix .blog p, .post .blurb, .post .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type .post section, .post .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type .post section, .post .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type .post section, .post .matrix p, .matrix .post p, .post-2 .blurb, .post-2 .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type .post-2 section, .post-2 .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type .post-2 section, .post-2 .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type .post-2 section, .post-2 .matrix p, .matrix .post-2 p {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 1em;
  margin-top: 1em;
}

.blog .blurb a, .blog .gridCard-span-four > a:first-of-type section a, .gridCard-span-four > a:first-of-type .blog section a, .blog .blog-page #blog-archive .article-list article > a:first-of-type section a, .blog-page #blog-archive .article-list article > a:first-of-type .blog section a, .blog .gridCard-span-three > a:first-of-type section a, .gridCard-span-three > a:first-of-type .blog section a, .blog .matrix p a, .matrix .blog p a, .post .blurb a, .post .gridCard-span-four > a:first-of-type section a, .gridCard-span-four > a:first-of-type .post section a, .post .blog-page #blog-archive .article-list article > a:first-of-type section a, .blog-page #blog-archive .article-list article > a:first-of-type .post section a, .post .gridCard-span-three > a:first-of-type section a, .gridCard-span-three > a:first-of-type .post section a, .post .matrix p a, .matrix .post p a, .post-2 .blurb a, .post-2 .gridCard-span-four > a:first-of-type section a, .gridCard-span-four > a:first-of-type .post-2 section a, .post-2 .blog-page #blog-archive .article-list article > a:first-of-type section a, .blog-page #blog-archive .article-list article > a:first-of-type .post-2 section a, .post-2 .gridCard-span-three > a:first-of-type section a, .gridCard-span-three > a:first-of-type .post-2 section a, .post-2 .matrix p a, .matrix .post-2 p a {
  text-decoration: none;
  color: #00acec;
  -webkit-transition: color, 0.5s, linear;
  -moz-transition: color, 0.5s, linear;
  transition: color, 0.5s, linear;
}

.blog .blurb a:hover, .blog .gridCard-span-four > a:first-of-type section a:hover, .gridCard-span-four > a:first-of-type .blog section a:hover, .blog .blog-page #blog-archive .article-list article > a:first-of-type section a:hover, .blog-page #blog-archive .article-list article > a:first-of-type .blog section a:hover, .blog .gridCard-span-three > a:first-of-type section a:hover, .gridCard-span-three > a:first-of-type .blog section a:hover, .blog .matrix p a:hover, .matrix .blog p a:hover, .post .blurb a:hover, .post .gridCard-span-four > a:first-of-type section a:hover, .gridCard-span-four > a:first-of-type .post section a:hover, .post .blog-page #blog-archive .article-list article > a:first-of-type section a:hover, .blog-page #blog-archive .article-list article > a:first-of-type .post section a:hover, .post .gridCard-span-three > a:first-of-type section a:hover, .gridCard-span-three > a:first-of-type .post section a:hover, .post .matrix p a:hover, .matrix .post p a:hover, .post-2 .blurb a:hover, .post-2 .gridCard-span-four > a:first-of-type section a:hover, .gridCard-span-four > a:first-of-type .post-2 section a:hover, .post-2 .blog-page #blog-archive .article-list article > a:first-of-type section a:hover, .blog-page #blog-archive .article-list article > a:first-of-type .post-2 section a:hover, .post-2 .gridCard-span-three > a:first-of-type section a:hover, .gridCard-span-three > a:first-of-type .post-2 section a:hover, .post-2 .matrix p a:hover, .matrix .post-2 p a:hover {
  color: #006286;
  border-bottom: #006286 1px dotted;
}

.blog .post-copy, .post .post-copy, .post-2 .post-copy {
  text-align: center;
}

.blog .post-copy .row, .blog .post-copy .blog-page #blog-archive .article-list, .blog-page #blog-archive .blog .post-copy .article-list, .blog .post-copy #shoppe-header, .blog .post-copy
.ais-hits, .post .post-copy .row, .post .post-copy .blog-page #blog-archive .article-list, .blog-page #blog-archive .post .post-copy .article-list, .post .post-copy #shoppe-header, .post .post-copy
.ais-hits, .post-2 .post-copy .row, .post-2 .post-copy .blog-page #blog-archive .article-list, .blog-page #blog-archive .post-2 .post-copy .article-list, .post-2 .post-copy #shoppe-header, .post-2 .post-copy
.ais-hits {
  padding: 0;
}

.blog .post-copy h1, .blog .post-copy h2, .blog .post-copy h3, .blog .post-copy h4, .blog .post-copy h5, .blog .post-copy h6, .post .post-copy h1, .post .post-copy h2, .post .post-copy h3, .post .post-copy h4, .post .post-copy h5, .post .post-copy h6, .post-2 .post-copy h1, .post-2 .post-copy h2, .post-2 .post-copy h3, .post-2 .post-copy h4, .post-2 .post-copy h5, .post-2 .post-copy h6 {
  text-align: left;
}

.blog .post-copy p, .post .post-copy p, .post-2 .post-copy p {
  text-align: left;
}

.blog .post-copy ul, .post .post-copy ul, .post-2 .post-copy ul {
  list-style-position: inside;
  text-align: left;
}

.blog .post-copy ul li, .post .post-copy ul li, .post-2 .post-copy ul li {
  text-align: left;
}

.blog .post-copy figure, .post .post-copy figure, .post-2 .post-copy figure {
  margin: 0 0 30px 0;
  margin: 0 0 3rem 0;
  text-align: center;
}

.blog .post-copy figure img, .post .post-copy figure img, .post-2 .post-copy figure img {
  display: block;
  margin: 0 auto;
  max-width: 960px;
  max-width: 96rem;
  max-height: 960px;
  max-height: 96rem;
}

.blog .post-copy figcaption, .post .post-copy figcaption, .post-2 .post-copy figcaption {
  color: #0d0d0d;
  padding: 0.5em 0;
  padding: 0.5em 0;
}

.blog #post-filter .filter-select, .post #post-filter .filter-select, .post-2 #post-filter .filter-select {
  margin-bottom: 0;
}

.blog .counter, .post .counter, .post-2 .counter {
  counter-reset: parent;
}

.blog .counter > li, .post .counter > li, .post-2 .counter > li {
  display: block;
}

.blog .counter > li:before, .post .counter > li:before, .post-2 .counter > li:before {
  counter-increment: parent;
  content: counter(parent) ".";
}

.blog .counter ol, .post .counter ol, .post-2 .counter ol {
  counter-reset: first-child;
}

.blog .counter ol li, .post .counter ol li, .post-2 .counter ol li {
  display: block;
}

.blog .counter ol li:before, .post .counter ol li:before, .post-2 .counter ol li:before {
  counter-increment: first-child;
  content: counter(parent) "." counter(first-child) " ";
}

.blog .archive-link, .post .archive-link, .post-2 .archive-link {
  margin-top: 3em;
}

.blog .video-container, .post .video-container, .post-2 .video-container {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.post .meta {
  margin-top: 0;
}

.post header + section {
  padding-top: 0;
}

.event-list::after, #team-member-list::after {
  clear: both;
  content: "";
  display: table;
}

.event-list li, #team-member-list li {
  display: inline-block;
  vertical-align: top;
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 21.73913%;
}

.event-list li:last-child, #team-member-list li:last-child {
  margin-right: 0;
}

.event-list .date, #team-member-list .date {
  text-transform: uppercase;
}

.event-list h5, .event-list .location, #team-member-list h5, #team-member-list .location {
  margin-bottom: 0.45em;
  margin-bottom: 0.45em;
}

.event-page #mast {
  padding: 0;
}

.matrix {
  text-align: center;
}

.matrix h4 {
  margin-top: 30px;
}

.matrix h4 + p {
  display: inline-block;
  max-width: 800px;
  max-width: 80rem;
}

.matrix p {
  text-align: center;
  margin-bottom: 30px;
}

.matrix .blockGrid, .matrix .blog-page #blog-archive .article-list, .blog-page #blog-archive .matrix .article-list {
  text-align: center;
}

.matrix .blockGrid > div, .matrix .blog-page #blog-archive .article-list > div, .blog-page #blog-archive .matrix .article-list > div {
  display: inline-block;
  margin: 11px;
  margin: 1.1rem;
  width: 217.86666px;
  width: 21.78667rem;
}

.matrix .blockGrid > div img, .matrix .blog-page #blog-archive .article-list > div img, .blog-page #blog-archive .matrix .article-list > div img {
  display: block;
  margin: 0 auto;
}

.matrix .blockGrid > div img.surf-index-img, .matrix .blog-page #blog-archive .article-list > div img.surf-index-img, .blog-page #blog-archive .matrix .article-list > div img.surf-index-img {
  margin-bottom: 15px;
  width: 75px;
  height: auto;
}

.matrix .blockGrid .product-pod, .matrix .blog-page #blog-archive .article-list .product-pod, .blog-page #blog-archive .matrix .article-list .product-pod {
  height: auto;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.matrix .blockGrid .product-pod:hover, .matrix .blog-page #blog-archive .article-list .product-pod:hover, .blog-page #blog-archive .matrix .article-list .product-pod:hover, .matrix .blockGrid .product-pod:focus, .matrix .blog-page #blog-archive .article-list .product-pod:focus, .blog-page #blog-archive .matrix .article-list .product-pod:focus, .matrix .blockGrid .product-pod:active, .matrix .blog-page #blog-archive .article-list .product-pod:active, .blog-page #blog-archive .matrix .article-list .product-pod:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.matrix .blockGrid .product-pod.surf-index-item, .matrix .blog-page #blog-archive .article-list .product-pod.surf-index-item, .blog-page #blog-archive .matrix .article-list .product-pod.surf-index-item {
  height: auto;
  margin-bottom: 5rem;
}

.matrix .blockGrid .product-pod img.model-img, .matrix .blog-page #blog-archive .article-list .product-pod img.model-img, .blog-page #blog-archive .matrix .article-list .product-pod img.model-img {
  height: 300px;
  width: auto;
}

.matrix .blockGrid .product-pod .title h6, .matrix .blog-page #blog-archive .article-list .product-pod .title h6, .blog-page #blog-archive .matrix .article-list .product-pod .title h6 {
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.event-page #mast {
  padding: 0;
}

#article-hobie-warranty .post-header h1 {
  text-align: center;
}

#article-miragedrive section#fin-options:after, #article-miragedrive section.faq:after {
  display: none;
}

#article-miragedrive section#miragedrive-adjustability .banner img {
  width: 100%;
  max-width: 120%;
}

#article-miragedrive section#miragedrive-adjustability:after {
  height: 0;
}

#article-miragedrive-180 section + section {
  padding-top: 0;
}

#article-miragedrive-180 h1 {
  line-height: 0.95;
}

#article-miragedrive-180 h1 span {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "proxima-nova", helvetica, arial, verdana, "" lucida grande "", sans-serif;
  font-style: italic;
  font-weight: normal;
}

#md180-fin-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: right;
  padding-top: 0;
}

#md180-fin-banner #md180-fin-animation {
  position: absolute;
  display: block;
  width: 20.97222222222222%;
  right: 14%;
}

#md180-fin-banner #md180-fin-animation:after {
  margin-top: 0.5em;
  font-family: FontAwesome;
  font-size: 2em;
  color: rgba(180, 180, 180, 0.8);
  content: "  /   ";
  text-align: center;
  display: block;
  position: relative;
}

#md180-fin-banner #md180-fin-animation .turntable {
  width: 100%;
}

#md180-overview {
  padding-top: 3rem;
}

#miragedrive180-undiminished .thumbnail img {
  max-height: 40vh;
  padding: 1em;
  padding-left: 0;
}

#miragedrive180-paradigm {
  padding-top: 0;
}

#miragedrive180-paradigm .image-wrap, #miragedrive180-paradigm .highlights figure > a, .highlights #miragedrive180-paradigm figure > a, #miragedrive180-paradigm #md180-fin-banner .hull-banner, #md180-fin-banner #miragedrive180-paradigm .hull-banner {
  width: 50vw;
  position: absolute;
  left: -2vw;
  top: 0;
}

#miragedrive180-paradigm .image-wrap > div, #miragedrive180-paradigm .highlights figure > a > div, .highlights #miragedrive180-paradigm figure > a > div, #miragedrive180-paradigm #md180-fin-banner .hull-banner > div, #md180-fin-banner #miragedrive180-paradigm .hull-banner > div {
  position: relative;
  width: 100%;
}

#miragedrive180-paradigm .image-wrap > div img, #miragedrive180-paradigm .highlights figure > a > div img, .highlights #miragedrive180-paradigm figure > a > div img, #miragedrive180-paradigm #md180-fin-banner .hull-banner > div img, #md180-fin-banner #miragedrive180-paradigm .hull-banner > div img {
  width: 100%;
  position: relative;
}

#hobie-fishing-team #fishing-team-members .span-three, #hobie-fishing-team #fishing-team-members .gridCard-span-three, #hobie-fishing-team #fishing-team-members .highlights .highlight, .highlights #hobie-fishing-team #fishing-team-members .highlight, #hobie-fishing-team #fishing-team-members .ais-hits--item {
  text-align: center;
}

#hobie-fishing-team #fishing-team-members .span-three .image-wrap, #hobie-fishing-team #fishing-team-members .gridCard-span-three .image-wrap, #hobie-fishing-team #fishing-team-members .highlights .highlight .image-wrap, .highlights #hobie-fishing-team #fishing-team-members .highlight .image-wrap, #hobie-fishing-team #fishing-team-members .ais-hits--item .image-wrap, #hobie-fishing-team #fishing-team-members .span-three .highlights figure > a, .highlights #hobie-fishing-team #fishing-team-members .span-three figure > a, #hobie-fishing-team #fishing-team-members .gridCard-span-three .highlights figure > a, .highlights #hobie-fishing-team #fishing-team-members .gridCard-span-three figure > a, #hobie-fishing-team #fishing-team-members .highlights .highlight figure > a, .highlights #hobie-fishing-team #fishing-team-members .highlight figure > a, #hobie-fishing-team #fishing-team-members .ais-hits--item .highlights figure > a, .highlights #hobie-fishing-team #fishing-team-members .ais-hits--item figure > a, #hobie-fishing-team #fishing-team-members .span-three #md180-fin-banner .hull-banner, #md180-fin-banner #hobie-fishing-team #fishing-team-members .span-three .hull-banner, #hobie-fishing-team #fishing-team-members .gridCard-span-three #md180-fin-banner .hull-banner, #md180-fin-banner #hobie-fishing-team #fishing-team-members .gridCard-span-three .hull-banner, #hobie-fishing-team #fishing-team-members .highlights .highlight #md180-fin-banner .hull-banner, #md180-fin-banner #hobie-fishing-team #fishing-team-members .highlights .highlight .hull-banner, .highlights #hobie-fishing-team #fishing-team-members .highlight #md180-fin-banner .hull-banner, #md180-fin-banner .highlights #hobie-fishing-team #fishing-team-members .highlight .hull-banner, #hobie-fishing-team #fishing-team-members .ais-hits--item #md180-fin-banner .hull-banner, #md180-fin-banner #hobie-fishing-team #fishing-team-members .ais-hits--item .hull-banner {
  padding: 0 20px 0;
  padding: 0 2rem 0;
}

#hobie-fishing-team #fishing-team-members .span-three h4, #hobie-fishing-team #fishing-team-members .gridCard-span-three h4, #hobie-fishing-team #fishing-team-members .highlights .highlight h4, .highlights #hobie-fishing-team #fishing-team-members .highlight h4, #hobie-fishing-team #fishing-team-members .ais-hits--item h4 {
  margin-bottom: 0;
}

#hobie-fishing-team #fishing-team-members .row:after, #hobie-fishing-team #fishing-team-members .blog-page #blog-archive .article-list:after, .blog-page #blog-archive #hobie-fishing-team #fishing-team-members .article-list:after, #hobie-fishing-team #fishing-team-members #shoppe-header:after, #hobie-fishing-team #fishing-team-members
.ais-hits:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: #ddd 1px solid;
}

#hobie-fishing-team #events {
  padding-top: 0;
}

article.videos h1 {
  margin-top: 0.5em;
  margin-top: 0.5em;
}

#top-guns-current, #top-guns-past, #top-guns-articles {
  text-align: center;
}

#top-guns-current a, #top-guns-past a, #top-guns-articles a {
  text-decoration: none;
  display: block;
}

#top-guns-current a img, #top-guns-past a img, #top-guns-articles a img {
  width: 100%;
}

#top-guns-current h2, #top-guns-past h2, #top-guns-articles h2 {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
}

#top-guns-current, #top-guns-past {
  color: #fefefe;
}

#top-guns-current a, #top-guns-past a {
  color: #fefefe;
}

#top-guns-current h4 {
  margin-bottom: 0;
}

#top-guns-current a {
  color: #fefefe;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

#top-guns-current a:hover, #top-guns-current a:focus, #top-guns-current a:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

#top-guns-current .blockGrid:after, #top-guns-current .blog-page #blog-archive .article-list:after, .blog-page #blog-archive #top-guns-current .article-list:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: #ddd 1px solid;
  border-color: #fefefe;
}

#top-guns-past {
  padding-top: 0;
}

#top-guns-past h2 {
  padding-top: 30px;
  padding-top: 3rem;
}

#top-guns-past a {
  display: inline-block;
  border: 3px solid white;
  padding: 10px 15px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}

#top-guns-past a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
  -webkit-transition: color, 0.25s, linear;
  -moz-transition: color, 0.25s, linear;
  transition: color, 0.25s, linear;
}

#top-guns-articles .thumbnail {
  margin-bottom: -0.25em;
  margin-bottom: -0.25em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

#top-guns-articles .thumbnail:hover, #top-guns-articles .thumbnail:focus, #top-guns-articles .thumbnail:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

#top-guns-articles .thumbnail img {
  width: 100%;
}

#top-guns-articles h4 {
  font-weight: bold;
  margin-top: 0.25em;
  margin-top: 0.25em;
}

#top-guns-articles .author {
  display: inline;
}

#top-guns-articles .blockGrid:after, #top-guns-articles .blog-page #blog-archive .article-list:after, .blog-page #blog-archive #top-guns-articles .article-list:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: #ddd 1px solid;
}

.team-member header h1 {
  margin-bottom: 0;
}

.team-member .blurb:after, .team-member .gridCard-span-four > a:first-of-type section:after, .gridCard-span-four > a:first-of-type .team-member section:after, .team-member .blog-page #blog-archive .article-list article > a:first-of-type section:after, .blog-page #blog-archive .article-list article > a:first-of-type .team-member section:after, .team-member .gridCard-span-three > a:first-of-type section:after, .gridCard-span-three > a:first-of-type .team-member section:after, .team-member .matrix p:after, .matrix .team-member p:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: #ddd 1px solid;
}

.team-member > header > div:last-child::after {
  display: none;
}

.team-member .team-articles {
  padding-top: 0;
}

.team-member .team-articles h2 {
  text-align: center;
}

.hobie-top-gun-logo {
  display: block;
  width: 75%;
  height: auto;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  padding: 1rem 2rem 1rem 2rem;
}

.top-gun-period {
  border-right: #000 1px solid;
  padding: 0 4px;
}

.top-gun-author {
  font-weight: 700;
}

#find-a-first-cast {
  padding-bottom: 0;
}

#find-a-first-cast a > p > span {
  color: #2e3233;
}

#find-a-first-cast .blurb, #find-a-first-cast .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type #find-a-first-cast section, #find-a-first-cast .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type #find-a-first-cast section, #find-a-first-cast .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type #find-a-first-cast section, #find-a-first-cast .matrix p, .matrix #find-a-first-cast p {
  padding-bottom: 0;
}

#find-a-first-cast .blurb:after, #find-a-first-cast .gridCard-span-four > a:first-of-type section:after, .gridCard-span-four > a:first-of-type #find-a-first-cast section:after, #find-a-first-cast .blog-page #blog-archive .article-list article > a:first-of-type section:after, .blog-page #blog-archive .article-list article > a:first-of-type #find-a-first-cast section:after, #find-a-first-cast .gridCard-span-three > a:first-of-type section:after, .gridCard-span-three > a:first-of-type #find-a-first-cast section:after, #find-a-first-cast .matrix p:after, .matrix #find-a-first-cast p:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: #ddd 1px solid;
}

.sb-mast {
  min-height: 360px;
}

.sb-mast p {
  display: block;
  padding-left: 33px;
}

.sb-intro {
  text-align: center;
}

.catalog-download {
  overflow: hidden;
  margin-top: 1.25em;
}

.catalog-download img {
  float: left;
  margin-right: 12px;
  border: #ddd 1px solid;
  padding: 4px;
}

.catalog-download img:hover {
  border-color: #00acec;
}

.product-lines {
  margin-bottom: 16px;
}

.product-lines .product-line {
  background-color: transparent;
  border: transparent 2px solid;
  display: inline-block;
  color: #fff;
  height: 20px;
  height: 2rem;
  width: 20px;
  width: 2rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: center;
  margin-right: 3px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.product-lines .product-line:last-child {
  margin-right: 0;
}

.product-lines #event-type-f {
  border-color: #807800;
  color: #807800;
}

.product-lines #event-type-i {
  border-color: #FA6900;
  color: #FA6900;
}

.product-lines #event-type-k {
  border-color: #619ffc;
  color: #619ffc;
}

.product-lines #event-type-r {
  border-color: #FFA812;
  color: #FFA812;
}

.product-lines #event-type-s {
  border-color: #FA2A00;
  color: #FA2A00;
}

.product-lines #event-type-t {
  border-color: #524656;
  color: #524656;
}

.product-lines #event-type-u {
  border-color: #99B898;
  color: #99B898;
}

.product-lines #event-type-c {
  border-color: #7A6A53;
  color: #7A6A53;
}

#product-support #choose-your-product .row:last-child:after, #product-support #choose-your-product .blog-page #blog-archive .article-list:last-child:after, .blog-page #blog-archive #product-support #choose-your-product .article-list:last-child:after, #product-support #choose-your-product #shoppe-header:last-child:after, #product-support #choose-your-product
.ais-hits:last-child:after {
  position: relative;
  content: "";
  display: block;
  height: 1px;
  border-bottom: #ddd 1px solid;
  height: 30px;
}

#product-support #discontinued-products {
  padding-top: 0;
}

.support-product-image {
  width: 350px;
  max-width: 100%;
  height: auto;
  margin: 40px auto 0 auto;
}

#manuals-guides {
  margin-top: 20px;
  margin-top: 2rem;
  padding-bottom: 0;
}

#manuals-guides .icon-list {
  list-style-type: none;
  margin-bottom: 0;
}

#manuals-guides .icon-list li {
  margin-bottom: 1em;
  margin-bottom: 1em;
}

.support.post h4 {
  margin: 0.75em 0;
  margin: 0.75em 0;
}

.support.post h4:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: #ddd 1px solid;
  height: 0.75em;
  height: 0.75em;
}

.support.post #support-docs {
  padding-top: 0;
}

.map-legend li {
  margin-right: 1em;
  text-align: center;
}

.map-legend li:last-child {
  margin-right: 0;
}

.map-legend li img {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
}

.pa17-intro .button {
  background-color: #86c5da;
}

.pa17-intro .button:hover {
  background-color: #ADD8E6;
}

.pa17-intro .button-skeleton {
  border-color: #86c5da;
  color: #86c5da;
}

.pa17-intro .button-skeleton:hover {
  border-color: #ADD8E6;
  color: #ADD8E6;
}

.hotline-magazines .span-two {
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

.hotline-magazines .blurb, .hotline-magazines .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type .hotline-magazines section, .hotline-magazines .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type .hotline-magazines section, .hotline-magazines .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type .hotline-magazines section, .hotline-magazines .matrix p, .matrix .hotline-magazines p {
  margin-top: -3px;
  margin-top: -0.3rem;
  text-align: center;
}

#hic-map {
  position: relative;
}

#hic-map .overlay {
  display: block;
  background: rgba(244, 244, 244, 0.6);
  text-align: center;
  height: 480px;
  z-index: 5;
}

#hic-map .overlay .vCenter, #hic-map .overlay .cell-row, #hic-map .overlay .bg-Thumb > figure figcaption > div, .bg-Thumb > figure #hic-map .overlay figcaption > div, #hic-map .overlay .hoverThumb > figure figcaption > div, .hoverThumb > figure #hic-map .overlay figcaption > div {
  height: 100%;
  width: 100%;
  text-align: center;
}

#hic-map .map {
  height: 480px;
}

#employment-opportunities .sidebar {
  display: none;
}

div.warranty-sidebar {
  background-color: #f4f4f4;
  border: 1px solid #dbdbdb;
  padding: 15px;
}

div.warranty-sidebar h5 {
  margin: 0 0 10px 0;
}

div.warranty-sidebar ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0;
}

body#hobie-warranty h2 {
  margin: 2rem 0 0.5em 0;
}

body#hobie-warranty .remodal h3 {
  text-transform: none;
  margin: 0 0 0.5em 0;
}

body#hobie-warranty .remodal ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0;
}

body#hobie-warranty .remodal ul li {
  line-height: 1.8;
}

.media-list .asset .caption-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 5px;
  width: 100%;
}

.media-list .asset .caption-overlay span {
  display: inline-block;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  padding: 4px;
}

.media-list .asset .thumbnail img {
  border-radius: 3px 3px 0 0;
  border-radius: 0.3rem 0.3rem 0 0;
  margin-bottom: -1px;
}

.media-list .download-file {
  display: block;
  background: #eee;
  padding: 6px;
  border-radius: 0 0 3px 3px;
  border-radius: 0 0 0.3rem 0.3rem;
  color: #00acec;
  text-decoration: none;
  text-align: center;
}

.media-list .download-file:hover {
  color: #006286;
}

#product-videos.media-list h6 {
  margin: 0 0.125em;
  margin: 0 0.125em;
}

.audience header h1,
.press-product header h1 {
  margin: 0 0 0.25em 0;
  padding-top: 0;
}

.audience #audience-content,
.audience .media-list,
.press-product #audience-content,
.press-product .media-list {
  padding-bottom: 0;
}

.audience #audience-content:after,
.audience .media-list:after,
.press-product #audience-content:after,
.press-product .media-list:after {
  height: 50px;
}

.audience #images-info .blockGrid, .audience #images-info .blog-page #blog-archive .article-list, .blog-page #blog-archive .audience #images-info .article-list,
.press-product #images-info .blockGrid,
.press-product #images-info .blog-page #blog-archive .article-list, .blog-page #blog-archive
.press-product #images-info .article-list {
  text-align: center;
}

.audience #images-info h5,
.press-product #images-info h5 {
  margin-top: 0;
}

h1.jobs-h1 {
  margin: 0 0 .25em 0;
}

h4.jobs-title {
  margin: 0 0 15px 0;
}

div.jobs-modal {
  padding: 15px 35px;
}

div.jobs-modal ul {
  list-style: initial;
}

div.jobs-modal ul li {
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  section#job-listings {
    padding-top: 6rem;
  }
  div.jobs-modal {
    padding: 20px;
  }
}

section#patents-trademarks table tr {
  border-top: none;
}

section#patents-trademarks table th {
  text-align: left;
  padding: .5em 1em;
}

section#patents-trademarks table td {
  vertical-align: top;
  padding: 1em;
}

@media screen and (max-width: 1024px) {
  section#patents-trademarks h1 {
    margin-top: 1.1em;
  }
}

section#super-surfer-page .super-surfer-img {
  width: 100%;
}

section#super-surfer-page .super-surfer-img img {
  max-width: 100%;
  height: auto;
}

section#super-surfer-page ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
}

section#super-surfer-page a.button {
  text-align: center;
  margin-bottom: 0.5em;
  width: 60%;
}

section#super-surfer-dealer-page h4 {
  margin: 30px 0 0 0;
  font-size: 2.4rem;
}

section#super-surfer-dealer-page h5 {
  margin: 0 0 5px 0;
}

section#super-surfer-dealer-page .ss-dealer-row {
  margin-bottom: 40px;
}

section#super-surfer-dealer-page .ss-dealer-row p {
  margin: 0 0 5px 0;
}

section#super-surfer-dealer-page .ss-dealer-row p:last-of-type {
  margin: 0;
}

section#super-surfer-dealer-page .ss-dealer-row a {
  color: #2e3233;
  text-decoration: underline;
}

section#super-surfer-dealer-page .ss-dealer-row a:hover {
  color: #2e3233;
  text-decoration: none;
}

section#super-surfer-dealer-page .ss-dealer-row .button {
  color: #fff;
  text-decoration: none;
  margin: 0;
  width: 60%;
  text-align: center;
  font-size: 1.5rem;
}

section#super-surfer-dealer-page .ss-dealer-row .button:hover {
  color: #fff;
}

section#super-surfer-dealer-page .ss-dealer-row .button i {
  margin: 0;
}

section#catalogs-brochures .catalog-item {
  margin-bottom: 5rem;
}

section#catalogs-brochures .catalog-item a > div {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  margin-bottom: 15px;
}

section#catalogs-brochures .catalog-item a > div.mailpiece-9 {
  background-position: right top;
}

section#catalogs-brochures .catalog-item a > div.mailpiece-3 {
  background-position: center top;
}

@media screen and (max-width: 800px) {
  section#catalogs-brochures .catalog-item a > div {
    height: 600px;
    background-position: center center;
  }
}

@media screen and (max-width: 480px) {
  section#catalogs-brochures .catalog-item a > div {
    height: 400px;
  }
}

@media screen and (max-width: 320px) {
  section#catalogs-brochures .catalog-item a > div {
    height: 300px;
  }
}

section#footer-links ul li {
  font-size: 1.5rem;
}

div#cookie-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00acec url("../images/bg-blue.jpg") repeat 0 0;
  padding: 20px;
  z-index: 99999;
}

div#cookie-bar p {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}

div#cookie-bar p a {
  color: #fff;
  text-decoration: underline;
}

div#cookie-bar p a:hover {
  text-decoration: none;
}

div#cookie-bar a#cookie-bar-button {
  display: inline-block;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 3px;
  padding: 8px 15px;
}

div#cookie-bar a#cookie-bar-button:hover {
  background-color: #efefef;
}

@media screen and (max-width: 800px) {
  #homepage-blog .span-six {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 800px) {
  #homepage-blog .nest .span-six {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #homepage-accessories .blockGrid .span-three, #homepage-accessories .blog-page #blog-archive .article-list .span-three, .blog-page #blog-archive #homepage-accessories .article-list .span-three, #homepage-accessories .blockGrid .gridCard-span-three, #homepage-accessories .blog-page #blog-archive .article-list .gridCard-span-three, .blog-page #blog-archive #homepage-accessories .article-list .gridCard-span-three, #homepage-accessories .blockGrid .highlights .highlight, .highlights #homepage-accessories .blockGrid .highlight, #homepage-accessories .blog-page #blog-archive .article-list .highlights .highlight, .highlights #homepage-accessories .blog-page #blog-archive .article-list .highlight, .blog-page #blog-archive #homepage-accessories .article-list .highlights .highlight, .highlights .blog-page #blog-archive #homepage-accessories .article-list .highlight, #homepage-accessories .blockGrid .ais-hits--item, #homepage-accessories .blog-page #blog-archive .article-list .ais-hits--item, .blog-page #blog-archive #homepage-accessories .article-list .ais-hits--item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 21.73913%;
  }
  #homepage-accessories .blockGrid .span-three:last-child, #homepage-accessories .blog-page #blog-archive .article-list .span-three:last-child, .blog-page #blog-archive #homepage-accessories .article-list .span-three:last-child, #homepage-accessories .blockGrid .gridCard-span-three:last-child, #homepage-accessories .blog-page #blog-archive .article-list .gridCard-span-three:last-child, .blog-page #blog-archive #homepage-accessories .article-list .gridCard-span-three:last-child, #homepage-accessories .blockGrid .highlights .highlight:last-child, .highlights #homepage-accessories .blockGrid .highlight:last-child, #homepage-accessories .blog-page #blog-archive .article-list .highlights .highlight:last-child, .highlights #homepage-accessories .blog-page #blog-archive .article-list .highlight:last-child, .blog-page #blog-archive #homepage-accessories .article-list .highlights .highlight:last-child, .highlights .blog-page #blog-archive #homepage-accessories .article-list .highlight:last-child, #homepage-accessories .blockGrid .ais-hits--item:last-child, #homepage-accessories .blog-page #blog-archive .article-list .ais-hits--item:last-child, .blog-page #blog-archive #homepage-accessories .article-list .ais-hits--item:last-child {
    margin-right: 0;
  }
  #homepage-accessories .blockGrid .span-three:nth-child(3n), #homepage-accessories .blog-page #blog-archive .article-list .span-three:nth-child(3n), .blog-page #blog-archive #homepage-accessories .article-list .span-three:nth-child(3n), #homepage-accessories .blockGrid .gridCard-span-three:nth-child(3n), #homepage-accessories .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(3n), .blog-page #blog-archive #homepage-accessories .article-list .gridCard-span-three:nth-child(3n), #homepage-accessories .blockGrid .highlights .highlight:nth-child(3n), .highlights #homepage-accessories .blockGrid .highlight:nth-child(3n), #homepage-accessories .blog-page #blog-archive .article-list .highlights .highlight:nth-child(3n), .highlights #homepage-accessories .blog-page #blog-archive .article-list .highlight:nth-child(3n), .blog-page #blog-archive #homepage-accessories .article-list .highlights .highlight:nth-child(3n), .highlights .blog-page #blog-archive #homepage-accessories .article-list .highlight:nth-child(3n), #homepage-accessories .blockGrid .ais-hits--item:nth-child(3n), #homepage-accessories .blog-page #blog-archive .article-list .ais-hits--item:nth-child(3n), .blog-page #blog-archive #homepage-accessories .article-list .ais-hits--item:nth-child(3n) {
    margin-right: 4.34783%;
  }
  #homepage-accessories .blockGrid .span-three:nth-child(3n+1), #homepage-accessories .blog-page #blog-archive .article-list .span-three:nth-child(3n+1), .blog-page #blog-archive #homepage-accessories .article-list .span-three:nth-child(3n+1), #homepage-accessories .blockGrid .gridCard-span-three:nth-child(3n+1), #homepage-accessories .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(3n+1), .blog-page #blog-archive #homepage-accessories .article-list .gridCard-span-three:nth-child(3n+1), #homepage-accessories .blockGrid .highlights .highlight:nth-child(3n+1), .highlights #homepage-accessories .blockGrid .highlight:nth-child(3n+1), #homepage-accessories .blog-page #blog-archive .article-list .highlights .highlight:nth-child(3n+1), .highlights #homepage-accessories .blog-page #blog-archive .article-list .highlight:nth-child(3n+1), .blog-page #blog-archive #homepage-accessories .article-list .highlights .highlight:nth-child(3n+1), .highlights .blog-page #blog-archive #homepage-accessories .article-list .highlight:nth-child(3n+1), #homepage-accessories .blockGrid .ais-hits--item:nth-child(3n+1), #homepage-accessories .blog-page #blog-archive .article-list .ais-hits--item:nth-child(3n+1), .blog-page #blog-archive #homepage-accessories .article-list .ais-hits--item:nth-child(3n+1) {
    clear: none;
  }
  #homepage-accessories .blockGrid .span-three:nth-child(4n), #homepage-accessories .blog-page #blog-archive .article-list .span-three:nth-child(4n), .blog-page #blog-archive #homepage-accessories .article-list .span-three:nth-child(4n), #homepage-accessories .blockGrid .gridCard-span-three:nth-child(4n), #homepage-accessories .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(4n), .blog-page #blog-archive #homepage-accessories .article-list .gridCard-span-three:nth-child(4n), #homepage-accessories .blockGrid .highlights .highlight:nth-child(4n), .highlights #homepage-accessories .blockGrid .highlight:nth-child(4n), #homepage-accessories .blog-page #blog-archive .article-list .highlights .highlight:nth-child(4n), .highlights #homepage-accessories .blog-page #blog-archive .article-list .highlight:nth-child(4n), .blog-page #blog-archive #homepage-accessories .article-list .highlights .highlight:nth-child(4n), .highlights .blog-page #blog-archive #homepage-accessories .article-list .highlight:nth-child(4n), #homepage-accessories .blockGrid .ais-hits--item:nth-child(4n), #homepage-accessories .blog-page #blog-archive .article-list .ais-hits--item:nth-child(4n), .blog-page #blog-archive #homepage-accessories .article-list .ais-hits--item:nth-child(4n) {
    margin-right: 0;
  }
  #homepage-accessories .blockGrid .span-three:nth-child(4n+1), #homepage-accessories .blog-page #blog-archive .article-list .span-three:nth-child(4n+1), .blog-page #blog-archive #homepage-accessories .article-list .span-three:nth-child(4n+1), #homepage-accessories .blockGrid .gridCard-span-three:nth-child(4n+1), #homepage-accessories .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(4n+1), .blog-page #blog-archive #homepage-accessories .article-list .gridCard-span-three:nth-child(4n+1), #homepage-accessories .blockGrid .highlights .highlight:nth-child(4n+1), .highlights #homepage-accessories .blockGrid .highlight:nth-child(4n+1), #homepage-accessories .blog-page #blog-archive .article-list .highlights .highlight:nth-child(4n+1), .highlights #homepage-accessories .blog-page #blog-archive .article-list .highlight:nth-child(4n+1), .blog-page #blog-archive #homepage-accessories .article-list .highlights .highlight:nth-child(4n+1), .highlights .blog-page #blog-archive #homepage-accessories .article-list .highlight:nth-child(4n+1), #homepage-accessories .blockGrid .ais-hits--item:nth-child(4n+1), #homepage-accessories .blog-page #blog-archive .article-list .ais-hits--item:nth-child(4n+1), .blog-page #blog-archive #homepage-accessories .article-list .ais-hits--item:nth-child(4n+1) {
    clear: left;
  }
}

@media screen and (min-width: 1024px) {
  .site-index .rotator {
    height: calc(100vh - 70px);
  }
  article.info, article.forms, article.no-mast, article.support, .info.blog-page, .forms.blog-page, .no-mast.blog-page, .support.blog-page {
    padding-top: 0;
  }
  .home > header h1:first-of-type, .product > header h1:first-of-type, .info > header h1:first-of-type, .post-mast > header h1:first-of-type {
    background: #F4F4F4 url("../images/bg-diagonal-f4f4f4.png") repeat 0 0;
    margin: -1em -30px 0.45em -30px;
    margin: -1em -3rem 0.45em -3rem;
    padding: 18px 30px 0px 30px;
    padding: 1.8rem 3rem 0rem 3rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .home > header.hasSub h1, .product > header.hasSub h1, .info > header.hasSub h1, .post-mast > header.hasSub h1 {
    background: #F4F4F4 url("../images/bg-diagonal-f4f4f4.png") repeat 0 0;
    margin: -1em -30px 0.125em -30px;
    margin: -1em -3rem 0.125em -3rem;
    padding: 18px 30px 0px 30px;
    padding: 1.8rem 3rem 0rem 3rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .blog .sidebar {
    padding-top: 4.6em;
    padding-top: 4.6em;
  }
  article.no-mast header h1:first-child {
    margin-top: 0.75em;
    margin-top: 0.75em;
  }
}

@media screen and (min-width: 1280px) {
  .site-index .rotator {
    height: calc(100vh - 84px);
  }
}

@media screen and (orientation: portrait) {
  #blog section.mast .rotator {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  #blog .mast > .row, #blog .blog-page #blog-archive .mast > .article-list, .blog-page #blog-archive #blog .mast > .article-list, #blog .mast > #shoppe-header, #blog .mast >
  .ais-hits,
  #blog #blogNav > .row,
  #blog .blog-page #blog-archive #blogNav > .article-list, .blog-page #blog-archive
  #blog #blogNav > .article-list,
  #blog #blogNav > #shoppe-header,
  #blog #blogNav >
  .ais-hits {
    max-width: initial;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .post-header h1:first-child,
  .info h1:first-child {
    margin-top: 0.5em;
    margin-top: 0.5em;
  }
  #md180-overview {
    padding-top: 90vw;
  }
  #md180-fin-banner {
    z-index: 5;
  }
  #md180-fin-banner .hull-banner img {
    width: 200%;
    margin-left: -100%;
  }
  #md180-fin-banner #md180-fin-animation {
    position: absolute;
    display: block;
    width: 41.96%;
    right: 27.975%;
  }
}

@media screen and (max-width: 800px) {
  #homepage-blog .span-four.nest, #homepage-blog .nest.gridCard-span-four, #homepage-blog .blog-page #blog-archive .article-list article.nest, .blog-page #blog-archive .article-list #homepage-blog article.nest {
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
  }
  #hobie-cat-kayaks-sailboats-and-catamarans .rotator .button {
    margin-top: 10px;
  }
  #miragedrive180-paradigm .image-wrap, #miragedrive180-paradigm .highlights figure > a, .highlights #miragedrive180-paradigm figure > a, #miragedrive180-paradigm #md180-fin-banner .hull-banner, #md180-fin-banner #miragedrive180-paradigm .hull-banner {
    width: 100%;
    position: relative;
    margin-bottom: 0.5em;
    left: initial;
    top: initial;
  }
  #miragedrive180-paradigm .height-dest {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .post h1, .blog h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .post h2, .blog h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .post h3, .blog h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .post h4, .blog h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 568px) {
  #homepage-blog .span-six {
    margin-bottom: 0;
  }
}

.feature-bullets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-bullets .feature-bullet {
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  border: #00acec 2px solid;
  cursor: pointer;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
  font-size: 26px;
  font-size: 2.6rem;
  position: absolute;
  color: #00acec;
  line-height: 0.75;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  -moz-box-shadow: 0 0 6px #00acec;
  -webkit-box-shadow: 0 0 6px #00acec;
  box-shadow: 0 0 6px #00acec;
}

.feature-bullets .feature-bullet:hover {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari and Chrome */
  -o-transform: scale(1.2, 1.2);
  /* Opera */
  -moz-transform: scale(1.2, 1.2);
  /* Firefox */
}

.feature-bullets .feature-bullet.active {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.feature-bullets .popup-bubble-container {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 500;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}

.feature-bullets .popup-bubble {
  background-color: #aaa;
  border: #FC5108 1px solid;
  color: #333;
  padding: 0.9375em;
  margin-top: 12px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  text-align: left;
  -moz-box-shadow: 0 0 8px #00acec;
  -webkit-box-shadow: 0 0 8px #00acec;
  box-shadow: 0 0 8px #00acec;
  background-image: -webkit-linear-gradient(#eee, #aaa);
  background-image: linear-gradient(#eee, #aaa);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.feature-bullets .popup-bubble img {
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.feature-bullets .popup-bubble .button {
  margin-top: 0.9375em;
}

.feature-bullets .feature-bullet.active {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: pulse;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-box-shadow: 0 0 5px #00acec;
  }
  50% {
    -webkit-box-shadow: 0 0 15px #00acec;
  }
  to {
    -webkit-box-shadow: 0 0 5px #00acec;
  }
}

@-moz-keyframes pulse {
  from {
    -moz-box-shadow: 0 0 5px #00acec;
  }
  50% {
    -moz-box-shadow: 0 0 15px #00acec;
  }
  to {
    -moz-box-shadow: 0 0 5px #00acec;
  }
}

.product section.add-st-ft h4 {
  text-align: center;
  margin-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.product .tour h4 {
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.product .feature-bullets {
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.product .bullet-toggle {
  position: relative;
}

.product .product-image {
  display: inline-block;
  text-align: center;
}

.product .product-image img {
  max-width: 100%;
  max-height: 70vh;
  width: auto;
  height: auto;
  display: inline-block;
}

.product.kayak .top-view {
  width: 100%;
  display: block;
}

.product.kayak .feature-bullets {
  margin-top: 0.5%;
  width: 98%;
}

.product.sailboat .tour {
  text-align: center;
}

.product.sailboat .tour:before {
  display: none;
}

.product.sailboat .feature-bullets {
  width: 96%;
  height: 94%;
}

.product.sup .tour:before {
  display: none;
}

.product.sup .feature-bullets {
  margin-top: 0.5%;
  width: 96%;
}

.product.sup .sup-tech {
  padding: 32px 0;
  padding: 3.2rem 0;
}

.product.sup .sup-tech .subhead, .product.sup .sup-tech #accessory-carts header .hideDesktop h3, #accessory-carts header .hideDesktop .product.sup .sup-tech h3 {
  margin-top: -0.75em;
  text-transform: uppercase;
}

.product.stand-up .tour:before {
  display: none;
}

.product.stand-up .feature-bullets {
  margin-top: 0.5%;
  width: 96%;
}

.product-configuration ul {
  border-bottom: #ddd 1px solid;
}

.product-configuration a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: -1px;
  border: transparent 1px solid;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.product-configuration a.active {
  color: #006286;
  background: #f4f4f4 url("../images/bg-diagonal-f4f4f4.png") repeat 0 0;
  border-top: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-bottom: #f4f4f4 1px solid;
  border-left: #ddd 1px solid;
}

.product-links {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.product-links .product-link {
  display: inline-block;
  margin-right: 20px;
  margin-right: 2rem;
}

.product-links .product-link i {
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.5rem;
  font-size: 45px;
  font-size: 4.5rem;
}

.product-links .product-link span {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

.product-links .product-link.spec-sheet-link {
  margin-right: 0;
}

.specifications ul > li {
  border-top: #dbdbdb 1px solid;
  border-top: rgba(0, 0, 0, 0.1) 1px solid;
  padding: 8px 0;
}

.specifications ul > li.head {
  margin-bottom: 0;
  text-transform: uppercase;
}

.specifications ul > li:first-child {
  border-top: none;
}

.specifications ul > li a {
  text-decoration: none;
  color: #fff;
}

.specifications ul > li a:hover {
  color: #006286;
}

.specifications ul > li img {
  display: inline;
  vertical-align: text-top;
}

.specifications ul > li img.prod-color-var {
  width: 75px;
  height: auto;
}

.specifications ul > li .title {
  position: absolute;
}

.specifications .colors span {
  font-weight: bold;
}

.specifications .colors li {
  display: inline-block;
  margin-right: 6px;
  padding-bottom: 0;
  border: none;
  transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9, 0.9);
  /* Safari and Chrome */
  -o-transform: scale(0.9, 0.9);
  /* Opera */
  -moz-transform: scale(0.9, 0.9);
  /* Firefox */
}

.specifications .colors li:hover {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari and Chrome */
  -o-transform: scale(1, 1);
  /* Opera */
  -moz-transform: scale(1, 1);
  /* Firefox */
}

.product-social {
  padding: 0 0 60px 0;
  padding: 0 0 6rem 0;
}

.product-social h4 {
  text-align: center;
}

.feature-toggles {
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.feature-toggles a {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #00acec;
  display: inline-block;
}

.feature-toggles a.active {
  text-decoration: underline;
  color: #006286;
}

.feature-toggles a.active .arrow-up {
  display: inline;
}

.feature-toggles a:hover {
  color: #006286;
}

.feature-toggles .arrow-up {
  display: none;
  border-bottom: #006286 6px solid;
  top: -12px;
  left: 50%;
  margin-left: -6px;
}

.sup-overview {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.sup-overview .main-image {
  max-height: 720px;
  margin-left: auto;
  margin-right: auto;
}

.boardroom-tabs {
  padding: 0;
}

#featured-options h4 {
  margin-bottom: 1em;
  margin-bottom: 1em;
}

.bg-muskie-fight {
  display: none;
  width: 213px;
  height: 120px;
  background: transparent url("../images/bg-muskie-fight.png") no-repeat center center;
  position: absolute;
  top: -120px;
  left: 8%;
}

.add-st-feat, .new-features {
  padding-top: 0;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.add-st-feat h2, .new-features h2 {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.add-st-feat .thumbnail, .new-features .thumbnail {
  height: 230px;
  padding: 30px auto;
  padding: 3rem auto;
}

.add-st-feat dd, .new-features dd, .add-st-feat dt, .new-features dt {
  font-size: 18px;
  font-size: 1.8rem;
}

.add-st-feat dt, .new-features dt {
  font-weight: 700;
  margin-bottom: 1em;
}

.product-specs section {
  padding-top: 0;
}

.product-specs section h1 {
  margin-bottom: 0;
}

.product-specs section h5 {
  margin-bottom: 0;
}

.product-specs section .span-three, .product-specs section .gridCard-span-three, .product-specs section .highlights .highlight, .highlights .product-specs section .highlight, .product-specs section .ais-hits--item {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.product-specs section:last-child {
  padding-bottom: 0;
}

.product-specs section.spec-sheet:after, .product-specs section.new-features:before {
  display: none;
}

.product-specs .spec-sheet {
  padding-top: 30px;
  padding-top: 3rem;
}

.product-specs .spec-sheet #product-image {
  width: 100%;
}

.product-specs .spec-sheet #product-image img {
  width: 400px;
  height: auto;
  margin: 0 auto 20px auto;
}

.product-specs #featured-options .row:last-child:after, .product-specs #featured-options .blog-page #blog-archive .article-list:last-child:after, .blog-page #blog-archive .product-specs #featured-options .article-list:last-child:after, .product-specs #featured-options #shoppe-header:last-child:after, .product-specs #featured-options
.ais-hits:last-child:after {
  display: none;
}

@media screen and (max-width: 800px) {
  .product-links {
    border-top: #ddd 1px solid;
    text-align: center;
    text-align: center;
    padding-top: 30px;
    padding-top: 3rem;
    margin: 30px 0;
    margin: 3rem 0;
  }
  .sup .product-links {
    border: none;
    padding-top: 60px;
    padding-top: 6rem;
    margin: 30px 0;
    margin: 3rem 0;
  }
  .overview .product-specs {
    margin-bottom: 0;
  }
  .feature-bullets .feature-bullet {
    line-height: 0.66;
    width: 18px;
    width: 1.8rem;
    height: 18px;
    height: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .product header h1:first-child {
    margin-top: 10px;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .sup-tech {
    padding: 32px 0;
    padding: 3.2rem 0;
  }
}

/*[ custom-accessories =====================================
============================================================ ]*/
article.accessory h1 {
  background: transparent !important;
}

.zebra {
  color: #444;
  text-align: center;
}

.zebra tbody td:first-child {
  text-align: left;
  width: 30%;
}

#accessory-livewell-xl #overview .banner,
#accessory-livewell #overview .banner {
  overflow: visible;
}

@media screen and (min-width: 800px) {
  #accessory-livewell-xl #overview .banner,
  #accessory-livewell #overview .banner {
    margin-bottom: -4em;
  }
}

.livewell-index {
  width: 22%;
  float: left;
  margin: 0 3%;
}

.livewell-index img {
  max-width: 100%;
  height: auto;
}

.livewell-index a {
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  color: #2e3233;
  font-size: 2rem;
}

.livewell-index .livewell-text {
  margin-top: 15px;
}

#h-bar-hero {
  overflow: visible;
}

#h-bar-hero #h-bar-animate-icon {
  background-image: url("../images/sprite-icons-32.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -64px;
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#h-bar-hero figure {
  position: relative;
  margin-top: 4em;
}

#h-bar-hero figcaption {
  position: absolute;
  top: 3em;
  left: 60px;
  width: 150px;
  text-align: right;
}

#h-bar-hero figcaption small {
  display: block;
}

#h-bar-hero .thumbnail {
  margin-top: 2em;
}

#h-bar-quick-stowage {
  padding-top: 6em;
}

#h-bar-quick-stowage .col02 {
  margin-top: 2em;
}

#h-bar-quick-stowage .col03 img {
  width: 80%;
  margin: 0 auto;
}

#accessory-power-pole-micro {
  overflow: visible;
}

@media screen and (min-width: 800px) {
  #accessory-power-pole-micro #powerpole-hero .blurb, #accessory-power-pole-micro #powerpole-hero .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type #accessory-power-pole-micro #powerpole-hero section, #accessory-power-pole-micro #powerpole-hero .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type #accessory-power-pole-micro #powerpole-hero section, #accessory-power-pole-micro #powerpole-hero .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type #accessory-power-pole-micro #powerpole-hero section, #accessory-power-pole-micro #powerpole-hero .matrix p, .matrix #accessory-power-pole-micro #powerpole-hero p {
    padding-top: 75px;
    padding-top: 7.5rem;
  }
}

#h-bar-quick-stowage {
  padding-top: 6em;
}

#accessory-sidekick-ama-kit #sidekick-ama-kit-hero .blurb, #accessory-sidekick-ama-kit #sidekick-ama-kit-hero .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type #accessory-sidekick-ama-kit #sidekick-ama-kit-hero section, #accessory-sidekick-ama-kit #sidekick-ama-kit-hero .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type #accessory-sidekick-ama-kit #sidekick-ama-kit-hero section, #accessory-sidekick-ama-kit #sidekick-ama-kit-hero .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type #accessory-sidekick-ama-kit #sidekick-ama-kit-hero section, #accessory-sidekick-ama-kit #sidekick-ama-kit-hero .matrix p, .matrix #accessory-sidekick-ama-kit #sidekick-ama-kit-hero p {
  text-align: center;
}

#accessory-sidekick-ama-kit #sidekick-ama-kit-hero figure {
  margin: 0;
  position: relative;
}

#accessory-sidekick-ama-kit #sidekick-ama-kit-hero figure > img {
  width: 100%;
}

#accessory-sidekick-ama-kit #sidekick-ama-kit-hero figcaption {
  position: absolute;
  left: 0;
  bottom: 75%;
  width: 25%;
  text-align: left;
}

#accessory-sidekick-ama-kit #sidekick-ama-kit-hero figcaption > img {
  margin-bottom: 1em;
  cursor: pointer;
}

#accessory-sidekick-ama-kit #sk-float {
  overflow: hidden;
}

#accessory-sidekick-ama-kit #sk-float-button {
  cursor: pointer;
}

#accessory-sidekick-ama-kit .add-st-feat {
  text-align: center;
}

#article-hobie-evolve #evolve-hero {
  padding-top: 0;
  overflow: visible;
}

#article-hobie-evolve #evolve-hero .blurb, #article-hobie-evolve #evolve-hero .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type #article-hobie-evolve #evolve-hero section, #article-hobie-evolve #evolve-hero .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type #article-hobie-evolve #evolve-hero section, #article-hobie-evolve #evolve-hero .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type #article-hobie-evolve #evolve-hero section, #article-hobie-evolve #evolve-hero .matrix p, .matrix #article-hobie-evolve #evolve-hero p {
  padding-top: 5em;
}

#article-hobie-evolve #evolve-hero .banner img {
  margin-bottom: -12em;
  margin-right: auto;
  margin-left: auto;
}

#article-hobie-evolve #evolve-control {
  padding-top: 0;
}

#article-hobie-evolve #evolve-control .thumbnail {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

#article-hobie-evolve #evolve-battery {
  padding-top: 0;
}

#article-hobie-evolve #evolve-battery .banner {
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

#article-hobie-evolve #evolve-battery .table {
  width: 100%;
}

#article-hobie-evolve #evolve-battery .table th, #article-hobie-evolve #evolve-battery .table td {
  text-align: center;
}

#article-hobie-evolve #evolve-battery .table tbody td:first-child {
  text-align: left;
  min-width: 30%;
}

@media screen and (min-width: 800px) {
  #article-hobie-evolve #evolve-control {
    margin-top: 12em;
    margin-top: 12em;
  }
}

#accessory-mirage-sail-kit #sail-kit-hero {
  padding-top: 0;
  overflow: visible;
}

#accessory-mirage-sail-kit #sail-kit-hero h1 {
  font-weight: bold;
  font-size: 80px;
  font-size: 8rem;
  margin-bottom: 0.25em;
  margin-bottom: 0.25em;
}

#accessory-mirage-sail-kit #sail-kit-hero .blockGrid, #accessory-mirage-sail-kit #sail-kit-hero .blog-page #blog-archive .article-list, .blog-page #blog-archive #accessory-mirage-sail-kit #sail-kit-hero .article-list {
  overflow: visible;
}

#accessory-mirage-sail-kit #sail-kit-hero .blockGrid a, #accessory-mirage-sail-kit #sail-kit-hero .blog-page #blog-archive .article-list a, .blog-page #blog-archive #accessory-mirage-sail-kit #sail-kit-hero .article-list a {
  display: block;
  position: relative;
}

#accessory-mirage-sail-kit #sail-kit-hero .blockGrid a:hover .icon, #accessory-mirage-sail-kit #sail-kit-hero .blog-page #blog-archive .article-list a:hover .icon, .blog-page #blog-archive #accessory-mirage-sail-kit #sail-kit-hero .article-list a:hover .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  background: rgba(0, 0, 0, 0.6) url("../images/icon-image-fff-32.png") no-repeat center center;
}

#accessory-mirage-sail-kit #sail-kit-hero .blockGrid a.thumbnail, #accessory-mirage-sail-kit #sail-kit-hero .blog-page #blog-archive .article-list a.thumbnail, .blog-page #blog-archive #accessory-mirage-sail-kit #sail-kit-hero .article-list a.thumbnail {
  display: block;
  position: relative;
}

#accessory-mirage-sail-kit #sail-kit-sails {
  padding-top: 0;
  text-align: center;
}

#accessory-mirage-sail-kit #sail-kit-storage-bag {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

@media screen and (max-width: 640px) {
  #accessory-mirage-sail-kit #sail-kit-sails .span-three, #accessory-mirage-sail-kit #sail-kit-sails .gridCard-span-three, #accessory-mirage-sail-kit #sail-kit-sails .highlights .highlight, .highlights #accessory-mirage-sail-kit #sail-kit-sails .highlight, #accessory-mirage-sail-kit #sail-kit-sails .ais-hits--item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
  }
  #accessory-mirage-sail-kit #sail-kit-sails .span-three:nth-child(2n), #accessory-mirage-sail-kit #sail-kit-sails .gridCard-span-three:nth-child(2n), #accessory-mirage-sail-kit #sail-kit-sails .highlights .highlight:nth-child(2n), .highlights #accessory-mirage-sail-kit #sail-kit-sails .highlight:nth-child(2n), #accessory-mirage-sail-kit #sail-kit-sails .ais-hits--item:nth-child(2n) {
    margin-right: 0;
  }
  #accessory-mirage-sail-kit #sail-kit-sails .span-three:nth-child(2n+1), #accessory-mirage-sail-kit #sail-kit-sails .gridCard-span-three:nth-child(2n+1), #accessory-mirage-sail-kit #sail-kit-sails .highlights .highlight:nth-child(2n+1), .highlights #accessory-mirage-sail-kit #sail-kit-sails .highlight:nth-child(2n+1), #accessory-mirage-sail-kit #sail-kit-sails .ais-hits--item:nth-child(2n+1) {
    clear: left;
  }
  #accessory-mirage-sail-kit #sail-kit-sails .span-three:last-child, #accessory-mirage-sail-kit #sail-kit-sails .gridCard-span-three:last-child, #accessory-mirage-sail-kit #sail-kit-sails .highlights .highlight:last-child, .highlights #accessory-mirage-sail-kit #sail-kit-sails .highlight:last-child, #accessory-mirage-sail-kit #sail-kit-sails .ais-hits--item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 640px) {
  #accessory-mirage-sail-kit #sail-kit-sails .span-three, #accessory-mirage-sail-kit #sail-kit-sails .gridCard-span-three, #accessory-mirage-sail-kit #sail-kit-sails .highlights .highlight, .highlights #accessory-mirage-sail-kit #sail-kit-sails .highlight, #accessory-mirage-sail-kit #sail-kit-sails .ais-hits--item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 21.73913%;
  }
  #accessory-mirage-sail-kit #sail-kit-sails .span-three:nth-child(2n), #accessory-mirage-sail-kit #sail-kit-sails .gridCard-span-three:nth-child(2n), #accessory-mirage-sail-kit #sail-kit-sails .highlights .highlight:nth-child(2n), .highlights #accessory-mirage-sail-kit #sail-kit-sails .highlight:nth-child(2n), #accessory-mirage-sail-kit #sail-kit-sails .ais-hits--item:nth-child(2n) {
    margin-right: 4.34783%;
  }
  #accessory-mirage-sail-kit #sail-kit-sails .span-three:nth-child(2n+1), #accessory-mirage-sail-kit #sail-kit-sails .gridCard-span-three:nth-child(2n+1), #accessory-mirage-sail-kit #sail-kit-sails .highlights .highlight:nth-child(2n+1), .highlights #accessory-mirage-sail-kit #sail-kit-sails .highlight:nth-child(2n+1), #accessory-mirage-sail-kit #sail-kit-sails .ais-hits--item:nth-child(2n+1) {
    clear: none;
  }
  #accessory-mirage-sail-kit #sail-kit-sails .span-three:last-child, #accessory-mirage-sail-kit #sail-kit-sails .gridCard-span-three:last-child, #accessory-mirage-sail-kit #sail-kit-sails .highlights .highlight:last-child, .highlights #accessory-mirage-sail-kit #sail-kit-sails .highlight:last-child, #accessory-mirage-sail-kit #sail-kit-sails .ais-hits--item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 800px) {
  #accessory-mirage-sail-kit #sail-kit-hero h1 {
    margin-top: 1em;
    margin-top: 1em;
  }
}

@media screen and (min-width: 800px) {
  #miragedrive-overview .blurb, #miragedrive-overview .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type #miragedrive-overview section, #miragedrive-overview .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type #miragedrive-overview section, #miragedrive-overview .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type #miragedrive-overview section, #miragedrive-overview .matrix p, .matrix #miragedrive-overview p {
    padding-top: 75px;
    padding-top: 7.5rem;
  }
}

#accessory-carts {
  margin-bottom: 3em;
}

#accessory-carts ul {
  margin-top: 0;
}

#accessory-carts h1 {
  text-align: center;
}

#accessory-carts h5 {
  margin-bottom: 0.5em;
}

#accessory-carts #wheel-types h2 {
  text-align: center;
}

#accessory-carts #wheel-types .blurb p, #accessory-carts #wheel-types .gridCard-span-four > a:first-of-type section p, .gridCard-span-four > a:first-of-type #accessory-carts #wheel-types section p, #accessory-carts #wheel-types .blog-page #blog-archive .article-list article > a:first-of-type section p, .blog-page #blog-archive .article-list article > a:first-of-type #accessory-carts #wheel-types section p, #accessory-carts #wheel-types .gridCard-span-three > a:first-of-type section p, .gridCard-span-three > a:first-of-type #accessory-carts #wheel-types section p, #accessory-carts #wheel-types .matrix p p, .matrix #accessory-carts #wheel-types p p {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}

#accessory-carts #dolly {
  overflow: hidden;
}

#accessory-carts .banner-mast-head {
  background: radial-gradient(ellipse at 50% 75%, rgba(0, 0, 0, 0.75) 0%, transparent 33%, transparent 100%);
}

#accessory-carts .banner-mast-head .blurb, #accessory-carts .banner-mast-head .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type #accessory-carts .banner-mast-head section, #accessory-carts .banner-mast-head .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type #accessory-carts .banner-mast-head section, #accessory-carts .banner-mast-head .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type #accessory-carts .banner-mast-head section, #accessory-carts .banner-mast-head .matrix p, .matrix #accessory-carts .banner-mast-head p {
  padding-top: 7.5vw;
}

#accessory-carts header .hideDesktop h1 {
  margin-top: 0;
  padding-top: 0;
}

#accessory-carts header .hideDesktop h3 {
  text-align: center;
}

@media screen and (max-width: 800px) {
  #accessory-carts .rotator.thinner {
    position: relative;
  }
  #accessory-carts .rotator.thinner:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 40%;
  }
}

.hrail-accessory h2 {
  text-align: center;
}

.hrail-accessory .arrow-up {
  visibility: hidden;
  border-bottom: #333 6px solid;
  left: 50%;
  margin-left: -6px;
  bottom: -12px;
}

.hrail-accessory .arrow-up.active {
  visibility: visible;
}

.hrail-accessory .accessory-video-title {
  position: relative;
  text-align: center;
}

#hcrate-features .hcrate-animation {
  position: relative;
  width: 100%;
}

#hcrate-features .hcrate-animation img.animated, #hcrate-features .hcrate-animation img.raquo:hover:after, #hcrate-features .hcrate-animation a:hover img.icon-play, a:hover #hcrate-features .hcrate-animation img.icon-play, #hcrate-features .hcrate-animation a:hover img.icon-play-small, a:hover #hcrate-features .hcrate-animation img.icon-play-small, #hcrate-features .hcrate-animation
a:hover img.icon-play-inline,
a:hover #hcrate-features .hcrate-animation img.icon-play-inline, #hcrate-features .hcrate-animation .feature-toggles a.active img.arrow-up, .feature-toggles a.active #hcrate-features .hcrate-animation img.arrow-up {
  width: 100%;
  position: relative;
}

#hcrate-features .hcrate-animation img + img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hcrate-features .hcrate-mount-point-heading {
  display: none;
  position: absolute;
  top: 25%;
  left: 10%;
  max-width: 80%;
  text-align: center;
}

#hcrate-features .hcrate-rod-holder-heading {
  display: none;
  position: absolute;
  top: 12%;
  left: 11%;
  max-width: 82%;
  text-align: center;
}

#hcrate-features .hcrate-mount-point {
  display: none;
  position: absolute;
  border: rgba(255, 255, 255, 0.6) 2px solid;
  background: transparent;
  width: 2%;
  height: 2.24%;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 50%;
}

#hcrate-features .hcrate-mount-point.point-1 {
  top: 54.76%;
  left: 39.8%;
}

#hcrate-features .hcrate-mount-point.point-2 {
  top: 54.76%;
  left: 43.4%;
}

#hcrate-features .hcrate-mount-point.point-3 {
  top: 54.76%;
  left: 46.96%;
}

#hcrate-features .hcrate-mount-point.point-4 {
  top: 54.76%;
  left: 50.54%;
}

#hcrate-features .hcrate-mount-point.point-5 {
  top: 54.76%;
  left: 54.1%;
}

#hcrate-features .hcrate-mount-point.point-6 {
  top: 54.76%;
  left: 57.7%;
}

#hcrate-features .hcrate-mount-point.point-7 {
  top: 54.76%;
  left: 61.32%;
}

#hcrate-features .hcrate-mount-point.point-8 {
  top: 59.64%;
  left: 39.8%;
}

#hcrate-features .hcrate-mount-point.point-9 {
  top: 59.64%;
  left: 43.4%;
}

#hcrate-features .hcrate-mount-point.point-10 {
  top: 59.64%;
  left: 46.96%;
}

#hcrate-features .hcrate-mount-point.point-11 {
  top: 59.64%;
  left: 50.54%;
}

#hcrate-features .hcrate-mount-point.point-12 {
  top: 59.64%;
  left: 54.1%;
}

#hcrate-features .hcrate-mount-point.point-13 {
  top: 59.64%;
  left: 57.7%;
}

#hcrate-features .hcrate-mount-point.point-14 {
  top: 59.64%;
  left: 61.32%;
}

#hcrate-features .hcrate-mount-point.point-15 {
  top: 65.65%;
  left: 39.8%;
}

#hcrate-features .hcrate-mount-point.point-16 {
  top: 65.65%;
  left: 43.4%;
}

#hcrate-features .hcrate-mount-point.point-17 {
  top: 65.65%;
  left: 46.96%;
}

#hcrate-features .hcrate-mount-point.point-18 {
  top: 65.65%;
  left: 50.54%;
}

#hcrate-features .hcrate-mount-point.point-19 {
  top: 65.65%;
  left: 54.1%;
}

#hcrate-features .hcrate-mount-point.point-20 {
  top: 65.65%;
  left: 57.7%;
}

#hcrate-features .hcrate-mount-point.point-21 {
  top: 65.65%;
  left: 61.32%;
}

#hcrate-features .hcrate-mount-point.point-22 {
  top: 70.65%;
  left: 39.8%;
}

#hcrate-features .hcrate-mount-point.point-23 {
  top: 70.65%;
  left: 43.4%;
}

#hcrate-features .hcrate-mount-point.point-24 {
  top: 70.65%;
  left: 46.96%;
}

#hcrate-features .hcrate-mount-point.point-25 {
  top: 70.65%;
  left: 50.54%;
}

#hcrate-features .hcrate-mount-point.point-26 {
  top: 70.65%;
  left: 54.1%;
}

#hcrate-features .hcrate-mount-point.point-27 {
  top: 70.65%;
  left: 57.7%;
}

#hcrate-features .hcrate-mount-point.point-28 {
  top: 70.65%;
  left: 61.32%;
}

#hcrate-features .hcrate-rod-holder {
  display: none;
  position: absolute;
  border: rgba(0, 172, 236, 0.6) 3px solid;
  background: transparent;
  width: 8%;
  height: 9%;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}

#hcrate-features .hcrate-rod-holder.point-1 {
  top: 32%;
  left: 33%;
}

#hcrate-features .hcrate-rod-holder.point-2 {
  top: 32%;
  left: 61.5%;
}

#hcrate-features .hcrate-rod-holder.point-3 {
  top: 73%;
  left: 61.5%;
}

#hcrate-features .hcrate-rod-holder.point-4 {
  top: 73%;
  left: 33%;
}

section#hcrate-jr-split img {
  border: none;
  width: 100%;
  height: auto;
}

section#hcrate-jr-split p {
  font-size: 1.3rem;
}

section#hcrate-features ul {
  list-style: initial;
}

section#hcrate-features ul li {
  font-size: 1.6rem;
}

section#hcrate-accessories {
  padding-top: 0;
}

section#hcrate-accessories::before {
  content: '';
  display: block;
  height: 1px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 3rem;
}

section#hcrate-accessories img {
  max-width: 100%;
  height: auto;
}

section#hcrate-accessories a {
  font-size: 1.6rem;
}

div.h-crate-valign {
  display: table;
}

div.h-crate-valign p {
  display: table-cell;
  height: 265px;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  section#hcrate-accessories img {
    left: auto !important;
  }
  div.h-crate-valign {
    display: block;
  }
  div.h-crate-valign p {
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  #hcrate-features,
  .hcrate-animation {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 568px) {
  #hcrate-features .hcrate-mount-point-heading {
    top: 23%;
  }
  #hcrate-features .hcrate-rod-holder-heading {
    top: 12%;
  }
}

@media screen and (max-width: 480px) {
  #hcrate-features .hcrate-mount-point-heading {
    top: 18%;
  }
  #hcrate-features .hcrate-rod-holder-heading {
    top: 7%;
  }
}

div.speaker-images img {
  max-width: 100%;
  height: auto;
}

div.speaker-images img.speaker-img-1, div.speaker-images img.speaker-img-2, div.speaker-images img.speaker-img-3 {
  margin: 1.5rem auto 0 auto;
  width: 300px;
  height: auto;
}

div.speaker-images img.speaker-img-2, div.speaker-images img.speaker-img-3 {
  display: none;
}

div.speaker-images div.speaker-thumbnails {
  text-align: center;
  margin-top: 45px;
}

div.speaker-images div.speaker-thumbnails img {
  width: 85px;
  height: auto;
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
}

div.speaker-images div.speaker-thumbnails img:last-of-type {
  margin-right: 0;
}

div.speaker-feat-images img {
  max-width: 100%;
  height: auto;
}

.spotlight {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.spotlight .blurb, .spotlight .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type .spotlight section, .spotlight .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type .spotlight section, .spotlight .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type .spotlight section, .spotlight .matrix p, .matrix .spotlight p {
  position: relative;
}

.spotlight .blurb:last-child, .spotlight .gridCard-span-four > a:first-of-type section:last-child, .gridCard-span-four > a:first-of-type .spotlight section:last-child, .spotlight .blog-page #blog-archive .article-list article > a:first-of-type section:last-child, .blog-page #blog-archive .article-list article > a:first-of-type .spotlight section:last-child, .spotlight .gridCard-span-three > a:first-of-type section:last-child, .gridCard-span-three > a:first-of-type .spotlight section:last-child, .spotlight .matrix p:last-child, .matrix .spotlight p:last-child {
  margin-bottom: 1em;
  margin-bottom: 1em;
}

.spotlight .thumbnail {
  text-align: center;
}

.lp-product-promo .spotlight:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 0;
}

#hrail {
  padding-top: 20px;
  padding-top: 2rem;
}

#hrail h1 {
  text-align: left;
  font-weight: bold;
  margin-top: 0;
}

#hrail .arrow-up {
  visibility: hidden;
  border-bottom: #fff 6px solid;
  left: 50%;
  margin-left: -6px;
  bottom: -12px;
}

#hrail .arrow-up.active {
  visibility: visible;
}

#hrail .accessory-video-title {
  position: relative;
  text-align: center;
}

#hrail .overview .thumbnail {
  max-width: 80%;
}

#hrail .blockGrid .thumbnail, #hrail .blog-page #blog-archive .article-list .thumbnail, .blog-page #blog-archive #hrail .article-list .thumbnail {
  padding: 0;
}

#hrail .blockGrid .span-two, #hrail .blog-page #blog-archive .article-list .span-two, .blog-page #blog-archive #hrail .article-list .span-two {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 47.82609%;
}

#hrail .blockGrid .span-two:last-child, #hrail .blog-page #blog-archive .article-list .span-two:last-child, .blog-page #blog-archive #hrail .article-list .span-two:last-child {
  margin-right: 0;
}

#hrail .blockGrid .span-two:nth-child(2n), #hrail .blog-page #blog-archive .article-list .span-two:nth-child(2n), .blog-page #blog-archive #hrail .article-list .span-two:nth-child(2n) {
  margin-right: 0;
}

#hrail .blockGrid .span-two:nth-child(2n+1), #hrail .blog-page #blog-archive .article-list .span-two:nth-child(2n+1), .blog-page #blog-archive #hrail .article-list .span-two:nth-child(2n+1) {
  clear: left;
}

#hrail .previewer {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-align: center;
}

#hrail .previewer img {
  display: block;
  margin: 0 auto;
  padding: 20px;
  padding: 2rem;
}

#hrail .row:first-child:before, #hrail .blog-page #blog-archive .article-list:first-child:before, .blog-page #blog-archive #hrail .article-list:first-child:before, #hrail #shoppe-header:first-child:before, #hrail
.ais-hits:first-child:before {
  border: 0;
}

#hrail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url("../images/img-rays-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
}

#hrail:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .15;
  background-image: url("../images/img-hrail-hero.png");
  background-repeat: no-repeat;
  background-position: -10%;
  background-size: auto 100%;
  z-index: -1;
}

#iseries-drop-stitch .thumbnail img {
  max-width: 200%;
  width: 100%;
}

#lowrance-ready-kayak .curlshadow img, #lowrance-ready-kayak .shadow-cell > a img, #lowrance-ready-kayak .bg-Thumb img, #lowrance-ready-kayak .hoverThumb img, #lowrance-ready-kayak #eclipse-holiday-slide #eclipse-slide-find-dealer img, #eclipse-holiday-slide #lowrance-ready-kayak #eclipse-slide-find-dealer img, #lowrance-ready-kayak #slide-holiday-gift-guide #holiday-slide-find-dealer img, #slide-holiday-gift-guide #lowrance-ready-kayak #holiday-slide-find-dealer img {
  border: 0;
}

#vantage .row:first-child:before, #vantage .blog-page #blog-archive .article-list:first-child:before, .blog-page #blog-archive #vantage .article-list:first-child:before, #vantage #shoppe-header:first-child:before, #vantage
.ais-hits:first-child:before {
  border: 0;
}

#vantage .row:first-child h3, #vantage .blog-page #blog-archive .article-list:first-child h3, .blog-page #blog-archive #vantage .article-list:first-child h3, #vantage #shoppe-header:first-child h3, #vantage
.ais-hits:first-child h3 {
  text-align: center;
}

#vantage #vantage-seating {
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

#vantage #vantage-seating .thumbnail {
  padding-bottom: 0;
}

#vantage #vantage-adjust .blurb, #vantage #vantage-adjust .gridCard-span-four > a:first-of-type section, .gridCard-span-four > a:first-of-type #vantage #vantage-adjust section, #vantage #vantage-adjust .blog-page #blog-archive .article-list article > a:first-of-type section, .blog-page #blog-archive .article-list article > a:first-of-type #vantage #vantage-adjust section, #vantage #vantage-adjust .gridCard-span-three > a:first-of-type section, .gridCard-span-three > a:first-of-type #vantage #vantage-adjust section, #vantage #vantage-adjust .matrix p, .matrix #vantage #vantage-adjust p {
  margin-bottom: 0;
  padding-bottom: 0;
}

#vantage #seat-highlight {
  position: relative;
  min-height: 380px;
}

#vantage #seat-highlight:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/img-vantage-seat-001.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
}

#vantage #vantage-positioning.row:before, #vantage .blog-page #blog-archive #vantage-positioning.article-list:before, .blog-page #blog-archive #vantage #vantage-positioning.article-list:before, #vantage
#vantage-positioning.ais-hits:before {
  content: "";
  display: block;
  height: 1px;
  border-bottom: #ddd 1px solid;
}

#vantage #vantage-positioning .span-six {
  margin-bottom: 0;
}

#vantage #seatback {
  top: 20%;
  left: 20%;
}

#vantage #seatback div {
  width: 280px;
  padding-top: 6px;
  padding-left: 130px;
  border-top: #ccc 1px solid;
}

#vantage #seatbottom {
  top: 68%;
  left: 55%;
}

#vantage #seatbottom div {
  width: 150px;
  padding-top: 54px;
  padding-left: 12px;
  border-left: #ccc 1px solid;
}

#vantage #seatback, #vantage #seatbottom {
  background: #ccc;
  height: 12px;
  width: 12px;
  position: absolute;
  margin-top: -18px;
  margin-left: -18px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

#vantage #seatback div, #vantage #seatbottom div {
  background: transparent;
  position: relative;
  top: 5px;
  left: 6px;
}

#vantage #seatback p, #vantage #seatbottom p {
  color: #444;
  margin: 0;
}

#vantage-seating .row:first-child:before, #vantage-seating .blog-page #blog-archive .article-list:first-child:before, .blog-page #blog-archive #vantage-seating .article-list:first-child:before, #vantage-seating #shoppe-header:first-child:before, #vantage-seating
.ais-hits:first-child:before {
  display: none;
}

#vantage-seating + .spotlight .row:first-child:before, #vantage-seating + .spotlight .blog-page #blog-archive .article-list:first-child:before, .blog-page #blog-archive #vantage-seating + .spotlight .article-list:first-child:before, #vantage-seating + .spotlight #shoppe-header:first-child:before, #vantage-seating + .spotlight
.ais-hits:first-child:before {
  display: none;
}

@media screen and (min-width: 480px) {
  #vantage #seat-highlight {
    margin-bottom: 60px;
  }
  #vantage #seatback {
    top: 10%;
    left: 33%;
  }
  #vantage #seatbottom {
    top: 75%;
    left: 55%;
  }
}

@media screen and (min-width: 568px) {
  #hrail .blockGrid .span-two, #hrail .blog-page #blog-archive .article-list .span-two, .blog-page #blog-archive #hrail .article-list .span-two {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 30.43478%;
  }
  #hrail .blockGrid .span-two:nth-child(2n), #hrail .blog-page #blog-archive .article-list .span-two:nth-child(2n), .blog-page #blog-archive #hrail .article-list .span-two:nth-child(2n) {
    margin-right: 4.34783%;
  }
  #hrail .blockGrid .span-two:nth-child(2n+1), #hrail .blog-page #blog-archive .article-list .span-two:nth-child(2n+1), .blog-page #blog-archive #hrail .article-list .span-two:nth-child(2n+1) {
    clear: none;
  }
  #hrail .blockGrid .span-two:last-child, #hrail .blog-page #blog-archive .article-list .span-two:last-child, .blog-page #blog-archive #hrail .article-list .span-two:last-child {
    margin-right: 0;
  }
  #hrail .blockGrid .span-two:nth-child(3n), #hrail .blog-page #blog-archive .article-list .span-two:nth-child(3n), .blog-page #blog-archive #hrail .article-list .span-two:nth-child(3n) {
    margin-right: 0;
  }
  #hrail .blockGrid .span-two:nth-child(3n+1), #hrail .blog-page #blog-archive .article-list .span-two:nth-child(3n+1), .blog-page #blog-archive #hrail .article-list .span-two:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (min-width: 800px) {
  #adjustable-foot-braces .banner {
    padding-top: 30px;
    padding-top: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  #hrail .blockGrid .span-two, #hrail .blog-page #blog-archive .article-list .span-two, .blog-page #blog-archive #hrail .article-list .span-two {
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 15.78947%;
  }
  #hrail .blockGrid .span-two:nth-child(3n), #hrail .blog-page #blog-archive .article-list .span-two:nth-child(3n), .blog-page #blog-archive #hrail .article-list .span-two:nth-child(3n) {
    margin-right: 4.34783%;
  }
  #hrail .blockGrid .span-two:nth-child(3n+1), #hrail .blog-page #blog-archive .article-list .span-two:nth-child(3n+1), .blog-page #blog-archive #hrail .article-list .span-two:nth-child(3n+1) {
    clear: none;
  }
  #hrail .blockGrid .span-two:last-child, #hrail .blog-page #blog-archive .article-list .span-two:last-child, .blog-page #blog-archive #hrail .article-list .span-two:last-child {
    margin-right: 0;
  }
  #hrail .blockGrid .span-two:nth-child(5n), #hrail .blog-page #blog-archive .article-list .span-two:nth-child(5n), .blog-page #blog-archive #hrail .article-list .span-two:nth-child(5n) {
    margin-right: 0;
  }
  #hrail .blockGrid .span-two:nth-child(5n+1), #hrail .blog-page #blog-archive .article-list .span-two:nth-child(5n+1), .blog-page #blog-archive #hrail .article-list .span-two:nth-child(5n+1) {
    clear: left;
  }
}

@media screen and (max-width: 800px) {
  #hrail .previewer {
    display: none;
  }
  #hrail .bg-wrap:before {
    background-position: center center;
  }
  .spotlight .thumbnail {
    padding-bottom: 0;
  }
}

/*[ _shoppe.scss ] =====
=========================
============================== */
#shoppe-header {
  margin-bottom: 0;
  padding-bottom: 0;
}

.shoppe-action-bar {
  border-bottom: #00acec 4px solid;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 60em;
  z-index: 5;
  padding-top: 86px;
  padding-bottom: 0.9375em;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.shoppe-action-bar .actions {
  border: #eee 1px solid;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.shoppe-action-bar .actions::after {
  clear: both;
  content: "";
  display: table;
}

.shoppe-action-bar .actions a {
  display: block;
}

.shoppe-action-bar .page-nav {
  font-size: 2.125em;
  font-weight: 300;
}

.shoppe-action-bar .action-button {
  display: inline-block;
  cursor: pointer;
  border-left: #eee 1px solid;
  min-height: 36px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
}

.shoppe-action-bar .action-button:hover {
  background: #f4f4f4;
}

.shoppe-action-bar .action-button:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-left: none;
}

.shoppe-action-bar .action-button:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

.shoppe-action-bar .action-button .icon-16 {
  margin-right: 0;
}

.item-pod {
  margin-bottom: 0.9375em;
  background: #fff;
  padding: 16px;
  padding: 1.6rem;
}

.item-pod .item-thumb {
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  max-width: 100%;
}

.item-pod .item-number,
.item-pod .item-name {
  display: block;
}

.item-pod .item-name {
  font-family: "museo", helvetica, arial, verdana, "lucida grande", serif;
}

.item-pod .item-number {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.item-pod .item-name {
  font-size: 14px;
  font-size: 1.4rem;
  min-height: 10px;
  min-height: 1rem;
}

.item-pod .item-description {
  font-size: 14px;
  font-size: 1.4rem;
}

.item-pod:hover {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

button.button {
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

button.button.block {
  display: block;
  width: 100%;
}

.cart {
  margin-top: 8em;
  margin-bottom: 2em;
}

.cart table tr {
  background: #fff;
}

form.search-bar {
  position: relative;
}

form.search-bar input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border: 1px solid #00acec;
  box-sizing: border-box;
  display: block;
  font-size: 1em;
  font-style: italic;
  margin: 0;
  padding: 10px 10px;
  position: relative;
  width: 100%;
}

form.search-bar button[type=submit] {
  position: absolute;
  top: 0em;
  right: 0em;
  bottom: 0em;
  outline: none;
  padding: 5px 10px;
}

form.search-bar button[type=submit] img {
  height: 12px;
  opacity: 0.7;
}

#shoppe-search,
#search-filters {
  padding-bottom: 0;
}

#shoppe-search {
  padding-top: 5px;
  padding-top: 0.5rem;
}

.search-tools {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  background: #20c3ff;
  border-radius: 3px;
  border: 1px solid #00acec;
  padding: 2.61792em 1.30896em;
  width: 100%;
}

.search-tools::after {
  clear: both;
  content: "";
  display: table;
}

.search-tools li {
  font-size: 0.8em;
  line-height: 1.5em;
  list-style: none;
}

.search-tools label {
  display: block;
  font-weight: bold;
  margin-bottom: 7.5px;
}

.search-tools .filters {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
}

@media screen and (min-width: 53.75em) {
  .search-tools .filters {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}

.search-tools .filter {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  margin: 0 0.2em 1em 0.2em;
}

@media screen and (min-width: 53.75em) {
  .search-tools .filter {
    margin-bottom: 0;
  }
}

.search-tools .filter > div {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border: 1px solid #00acec;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1em;
  margin-bottom: 15px;
  padding: 10px 4em 10px 10px;
  position: relative;
  width: 100%;
}

.search-tools .filter > div:focus, .search-tools .filter > div:hover {
  border-color: #0087b9;
}

.search-tools .filter > div label {
  cursor: pointer;
  margin-bottom: 0;
}

.search-tools .filter .filter-list {
  margin: 1em 0 0;
  padding: 0;
}

.search-tools .filter .filter-list label {
  display: inline;
}

.search-tools .filter button.clear {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  max-width: 4em;
  font-size: 0.7em;
}

.search-tools .filter .hide-options {
  margin-bottom: 0;
}

.search-tools .filter .hide-options ol,
.search-tools .filter .hide-options button {
  display: none;
}

.search-tools .trigger {
  margin-top: 1.5em;
}

.search-tools .trigger button {
  display: block;
  width: 100%;
  padding: .5em 1em;
  text-align: center;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pagination ul li {
  display: inline;
  list-style: none;
}

.pagination ul ul li {
  display: none;
}

.pagination ul ul li:nth-child(1), .pagination ul ul li:nth-child(2), .pagination ul ul li:nth-child(3) {
  display: inline;
}

@media screen and (min-width: 53.75em) {
  .pagination ul ul li {
    display: inline;
  }
}

.pagination ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #20c3ff;
  border-radius: 3px;
  border: 1px solid #00acec;
  color: #fefefe;
  outline: none;
  padding: 7.5px 1.30896em;
  text-decoration: none;
}

.pagination ul li a:hover, .pagination ul li a:focus {
  background: #3ac9ff;
  color: #00acec;
}

.pagination ul li a:active {
  background: #20c3ff;
}

.expander {
  width: 100%;
}

.expander .expander-trigger {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px;
  margin-top: 1rem;
  padding-top: 10px;
  padding-top: 1rem;
  border-top: 1px solid #e2e3df;
  color: #00acec;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  text-decoration: none;
}

.expander .expander-trigger:before {
  font-size: 0.7em;
  content: "\25BC";
  margin-right: 0.5em;
}

.expander .expander-content p {
  color: #2e3233;
  line-height: 1.5em;
}

.expander .expander-hidden:before {
  font-size: 0.7em;
  content: "\25BA";
}

.expander .expander-hidden + .expander-content {
  display: none;
}

/*[ custom-textures ========================================
============================================================ ]*/
.texture01 {
  background: transparent url("../images/bg-texture-blue-01.png") no-repeat 91.66667% 100%;
}

.texture02 {
  background: transparent url("../images/bg-texture-blue-01.png") no-repeat 91.66667% -20em;
}

.texture03 {
  background: transparent url("../images/bg-texture-red-02.png") no-repeat 35% bottom;
}

.texture04 {
  background: transparent url("../images/bg-texture-blue-02.png") no-repeat 91.66667% center;
}

.texture05 {
  background: transparent url("../images/bg-texture-blue-02.png") no-repeat 80% bottom;
}

.texture06 {
  background: transparent url("../images/bg-texture-blue-01.png") no-repeat 0 -25%;
}

.texture07 {
  background: transparent url("../images/bg-texture-blue-02.png") no-repeat 15% 100%;
}

.texture08 {
  background: transparent url("../images/bg-texture-green-02.png") no-repeat 10% -20%;
}

.texture09 {
  background: transparent url("../images/bg-texture-blue-01.png") no-repeat 15% 100%;
}

@media screen and (min-width: 1200px) {
  footer {
    background: transparent url("../images/bg-texture-blue-02.png") no-repeat 33% -24em;
  }
}

@media screen and (min-width: 1600px) {
  footer {
    background: transparent url("../images/bg-texture-blue-02.png") no-repeat 33.3333% -24em;
  }
  .texture01 {
    background: transparent url("../images/bg-texture-blue-01.png") no-repeat 66% 100%;
  }
  .texture02 {
    background: transparent url("../images/bg-texture-blue-01.png") no-repeat 66% -20em;
  }
  .texture03 {
    background: transparent url("../images/bg-texture-red-02.png") no-repeat 35% bottom;
  }
  .texture04 {
    background: transparent url("../images/bg-texture-blue-02.png") no-repeat 70% center;
  }
  .texture05 {
    background: transparent url("../images/bg-texture-blue-02.png") no-repeat 80% bottom;
  }
  .texture06 {
    background: transparent url("../images/bg-texture-blue-01.png") no-repeat 0 -25%;
  }
  .texture07 {
    background: transparent url("../images/bg-texture-blue-02.png") no-repeat 33% 100%;
  }
  .texture08 {
    background: transparent url("../images/bg-texture-green-02.png") no-repeat 33% -20%;
  }
  .texture09 {
    background: transparent url("../images/bg-texture-blue-01.png") no-repeat 33% 100%;
  }
}

/*[ Custom Scripts =========================================
============================================================ ]*/
.fade {
  position: relative;
}

.fade .row, .fade .blog-page #blog-archive .article-list, .blog-page #blog-archive .fade .article-list, .fade #shoppe-header, .fade
.ais-hits {
  position: relative;
}

.fade .row > div, .fade .blog-page #blog-archive .article-list > div, .blog-page #blog-archive .fade .article-list > div, .fade #shoppe-header > div, .fade
.ais-hits > div {
  position: relative;
}

.fade .fader {
  position: absolute;
}

.play-animation {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}

.play-animation:active {
  transform: scale(1.05, 1.05);
}

.animation img {
  display: none;
}

.animation .active {
  display: block;
}

#hic-map .overlay, #overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#overlay {
  background: rgba(244, 244, 244, 0.95);
}

#overlay section {
  overflow: visible;
}

#overlay .buttons {
  margin-top: 2em;
}

#overlay .buttons .cancel {
  margin-right: 9px;
  margin-left: 9px;
}

#overlay .cancel {
  position: absolute;
  top: 30px;
  right: 64px;
  cursor: pointer;
}

.fader-container {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
}

.fader-container .slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fader-container .active {
  display: block;
}

.fader-container .close {
  position: absolute;
  top: -6em;
  left: 0;
  width: 40px;
  height: 40px;
  background: transparent url("../images/icon-close-ffffff-24.png") no-repeat center center;
  background-color: #0099d3;
  cursor: pointer;
  z-index: 1103;
  -webkit-transition: background-color, 0.5s, linear;
  -moz-transition: background-color, 0.5s, linear;
  transition: background-color, 0.5s, linear;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.fader-container .close:hover {
  background-color: #00acec;
}

.filter-select {
  margin-bottom: 30px;
}

.filter-select label {
  display: inline;
  margin-right: 6px;
  margin-right: 0.6rem;
}

.filter-select .country-code {
  border: #ddd 1px solid;
  cursor: pointer;
  background-color: #eee;
  padding: 6px;
  padding: 0.6rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #FC5108;
  -webkit-transition: background-color, 0.5s, linear;
  -moz-transition: background-color, 0.5s, linear;
  transition: background-color, 0.5s, linear;
}

.filter-select .country-code strong {
  background: transparent url("../images/sprite-icons-12.png") no-repeat right -58px;
  padding-right: 15px;
  padding-right: 1.5rem;
}

.filter-select .country-code:hover {
  background-color: #e4e4e4;
}

.filter-select .country-not-listed {
  margin-left: 18px;
  margin-left: 1.8rem;
}

.filter-select .list {
  display: none;
}

.filter-select li {
  border: none;
}

.filter-select #all {
  float: right;
  color: #006286;
}

.filter-select #all:hover {
  color: #00acec;
}

.filter-select #all:active {
  color: #00acec;
}

.marker img {
  display: inline;
  margin-left: 6px;
  margin-left: 0.6rem;
}

.switch {
  clear: both;
  background-color: transparent;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.switch ul {
  text-align: center;
}

.switch li {
  display: inline-block;
  cursor: pointer;
  margin-right: -1px;
  border: #ddd 1px solid;
}

.switch li.text {
  background: transparent;
  font-size: 1.4rem;
  color: #666;
  position: relative;
  padding: 9px 18px;
}

.switch li.text:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
}

.switch li.text:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
}

.switch li.text .arrow-down {
  visibility: hidden;
  border-top: #ddd 6px solid;
  border-right: transparent 6px solid;
  border-bottom: none;
  border-left: transparent 6px solid;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
}

.switch li.text .arrow-up {
  visibility: hidden;
  border-top: none;
  border-bottom: #ddd 6px solid;
  border-right: transparent 6px solid;
  border-left: transparent 6px solid;
  width: 0;
  height: 0;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
}

.switch li.text.active {
  background: #ddd;
  cursor: default;
  color: #00acec;
}

.switch li.text.active .arrow-down {
  visibility: visible;
  border-top: #ddd 6px solid;
}

.switch li.text.active .arrow-up {
  visibility: visible;
  border-bottom: #ddd 6px solid;
}

.switch li.text:hover {
  background-color: #ccc;
  color: #666;
}

.switch li.text:hover .arrow-down {
  border-top: #ccc 6px solid;
}

.switch li.text:hover .arrow-up {
  border-bottom: #ccc 6px solid;
}

.switch-binary {
  overflow: hidden;
  background-color: transparent;
  text-align: left;
}

.switch-binary .prev, .switch-binary .next {
  width: 32px;
  height: 32px;
  border: transparent 8px solid;
  float: left;
  cursor: pointer;
  padding: 0;
}

.switch-binary .prev:active, .switch-binary .next:active {
  background-color: #0087b9;
  border-color: #0087b9;
}

.switch-binary .prev {
  background-color: #00acec;
  border-color: #00acec;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.switch-binary .next {
  background-color: #0099d3;
  border-color: #0099d3;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.switch-binary .end, .switch-binary .end:active {
  background-color: #ccc;
  border-color: #ccc;
}

.product-asset-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.product-asset-slider .slide-container {
  min-width: 900px;
  position: absolute;
  top: 0;
  left: 0;
}

.product-asset-slider .slide {
  width: 900px;
  float: left;
}

.slider-container {
  position: relative;
}

.slider-container .slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em 0;
}

.slider-container .active {
  display: block;
}

.spin-nav li {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: #fff 2px solid;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  margin: 0 3px;
}

.spin-nav li.active {
  background: #fff;
}

.detail {
  position: absolute;
  color: #fff;
  z-index: 1000;
}

.detail-bullet {
  position: absolute;
  width: 12px;
  height: 12px;
  border: #fff 2px solid;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.detail-0 {
  width: 300px;
  top: 3%;
  left: 32%;
  border-top: #fff 1px solid;
  padding-top: 6px;
  padding-left: 100px;
}

.detail-0 .detail-bullet {
  top: -6px;
  left: -11px;
}

.detail-3 {
  width: 300px;
  top: 0;
  left: 45%;
  border-left: #fff 1px solid;
  padding-left: 6px;
  padding-bottom: 40px;
}

.detail-3 .detail-bullet {
  bottom: -11px;
  left: -6px;
}

.detail-5 {
  width: 300px;
  top: 46%;
  left: 0;
  border-right: #fff 1px solid;
  padding-right: 6px;
  padding-top: 90px;
}

.detail-5 .detail-bullet {
  top: -11px;
  right: -6px;
}

.faux-checkbox-container li {
  padding-top: 3px;
  padding-top: 0.3rem;
  padding-bottom: 3px;
  padding-bottom: 0.3rem;
}

.faux-checkbox-container li:first-child {
  padding-top: 0;
}

.faux-checkbox-container li:last-child {
  padding-bottom: 0;
}

.faux-checkbox {
  display: inline-block;
  background: transparent;
  text-align: center;
  cursor: default;
  margin: 0 0.2em -8px 0;
  margin: 0 0.2em -0.8rem 0;
  width: 24px;
  width: 2.4rem;
  height: 24px;
  height: 2.4rem;
  padding: 0;
  padding: 0;
  border: #ddd 2px solid;
  border: #ddd 0.2rem solid;
  border-radius: 100%;
}

.faux-checkbox.checked {
  border-color: #00acec;
}

.faux-checkbox.checked .faux-checkbox-inner {
  background-color: #00acec;
}

.faux-checkbox.checked:hover {
  border-color: #00acec;
}

.faux-checkbox.checked:hover .faux-checkbox-inner {
  background-color: #00acec;
}

.faux-checkbox:hover {
  border-color: #ccc;
}

.faux-checkbox:hover .faux-checkbox-inner {
  background-color: #ccc;
}

.faux-checkbox-inner {
  background-color: #ffffff;
  border: 4px solid white;
  border: 0.4rem solid white;
  height: 100%;
  height: 100%;
  width: 100%;
  width: 100%;
  text-align: center;
  border-radius: 100%;
}

.df-map-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.df-marker-label {
  background-color: #5a160c;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.df-container {
  position: absolute;
  top: 85px;
  top: 8.5rem;
  left: 30px;
  left: 3rem;
  min-width: 180px;
  min-width: 18rem;
  max-width: 200px;
  max-width: 20rem;
}

.df-container .button.small {
  font-size: 12px;
  font-size: 1.2rem;
}

.df-container h6 {
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 15px;
  font-size: 1.5rem;
}

.df-container input[type="text"], .df-container textarea {
  margin-bottom: 0.46875em;
  font-size: 11px;
  font-size: 1.1rem;
}

.df-container .contained {
  background-color: #fff;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.df-container .contained .columns:first-child {
  padding-left: 0;
}

.df-container .contained .columns:last-child {
  padding-right: 0;
}

.df-container .country-container, .df-container .product-line-container, .df-container .country-container .country-list-container, .df-container .country-container .product-line-list-container, .df-container .product-line-container .country-list-container, .df-container .product-line-container .product-line-list-container, .df-container .search-container, .df-container .search-results-container {
  border: 2px solid #00acec;
}

.df-container .country-container, .df-container .product-line-container {
  position: relative;
}

.df-container .country-container .head, .df-container .product-line-container .head {
  position: relative;
  cursor: pointer;
}

.df-container .country-container .head h5, .df-container .product-line-container .head h5 {
  display: inline-block;
  margin: 0;
}

.df-container .country-container .head .arrow-right, .df-container .product-line-container .head .arrow-right {
  border-left: #ccc 6px solid;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.df-container .country-container .head .arrow-left, .df-container .product-line-container .head .arrow-left {
  border-right: #ccc 6px solid;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.df-container .country-container .head:hover .arrow-right, .df-container .product-line-container .head:hover .arrow-right {
  border-left: #0d0d0d 6px solid;
}

.df-container .country-container .head:hover .arrow-left, .df-container .product-line-container .head:hover .arrow-left {
  border-right: #0d0d0d 6px solid;
}

.df-container .country-container .current-country, .df-container .country-container .current-product-line, .df-container .product-line-container .current-country, .df-container .product-line-container .current-product-line {
  font-family: "proxima-nova", helvetica, arial, verdana, "" lucida grande "", sans-serif;
  font-weight: 400;
}

.df-container .country-container .country-list-container, .df-container .country-container .product-line-list-container, .df-container .product-line-container .country-list-container, .df-container .product-line-container .product-line-list-container {
  width: 180px;
  width: 18rem;
  max-height: 360px;
  max-height: 36rem;
  top: 4px;
  top: 0.4rem;
  left: 140px;
  left: 14rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.33);
  display: none;
  overflow-y: scroll;
  overflow-x: auto;
  position: absolute;
  overflow-y: auto;
  background-color: #fff;
  padding: 1.5em;
  z-index: 999;
}

.df-container .country-container .country-list-container::-webkit-scrollbar, .df-container .country-container .product-line-list-container::-webkit-scrollbar, .df-container .product-line-container .country-list-container::-webkit-scrollbar, .df-container .product-line-container .product-line-list-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.df-container .country-container .country-list-container::-webkit-scrollbar-thumb, .df-container .country-container .product-line-list-container::-webkit-scrollbar-thumb, .df-container .product-line-container .country-list-container::-webkit-scrollbar-thumb, .df-container .product-line-container .product-line-list-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 1px solid #fefefe;
  background-color: #00acec;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.df-container .country-container .country-list .row, .df-container .country-container .product-line-list .row, .df-container .product-line-container .country-list .row, .df-container .product-line-container .product-line-list .row, .df-container .country-container .country-list .blog-page #blog-archive .article-list, .blog-page #blog-archive .df-container .country-container .country-list .article-list, .df-container .country-container .product-line-list .blog-page #blog-archive .article-list, .blog-page #blog-archive .df-container .country-container .product-line-list .article-list, .df-container .product-line-container .country-list .blog-page #blog-archive .article-list, .blog-page #blog-archive .df-container .product-line-container .country-list .article-list, .df-container .product-line-container .product-line-list .blog-page #blog-archive .article-list, .blog-page #blog-archive .df-container .product-line-container .product-line-list .article-list, .df-container .country-container .country-list #shoppe-header, .df-container .country-container .product-line-list #shoppe-header, .df-container .product-line-container .country-list #shoppe-header, .df-container .product-line-container .product-line-list #shoppe-header, .df-container .country-container .country-list
.ais-hits, .df-container .country-container .product-line-list
.ais-hits, .df-container .product-line-container .country-list
.ais-hits, .df-container .product-line-container .product-line-list
.ais-hits {
  margin-top: 0.9375em;
  margin-bottom: 0.9375em;
}

.df-container .country-container .country-list li, .df-container .country-container .product-line-list li, .df-container .product-line-container .country-list li, .df-container .product-line-container .product-line-list li {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

.df-container .country-container .country-not-listed,
.df-container .product-line-container .country-not-listed {
  border-top: #eee 1px solid;
  padding-top: 6px;
  margin-top: 23px;
}

.df-container .search-container label span {
  font-size: 11px;
  font-size: 1.1rem;
}

.df-container .search-results-container {
  max-height: 450px;
  overflow: auto;
}

.df-container .df-result {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  font-size: 1.2rem;
}

.df-container .df-result::after {
  clear: both;
  content: "";
  display: table;
}

.df-container .df-result:first-child {
  margin-top: 0;
}

.df-container .df-result:last-child {
  margin-bottom: 0;
}

.df-container .df-result.active .df-result-count, .df-container .df-result:hover .df-result-count {
  background-color: #006286;
  border-top: #006286 12px solid;
  border-right: #006286 12px solid;
  border-bottom: #006286 12px solid;
  border-left: #fff 6px solid;
}

.df-container .df-result.active .vcard, .df-container .df-result:hover .vcard {
  border-left: #006286 3px solid;
  color: #006286;
}

.df-container .df-result a:link::after {
  clear: both;
  content: "";
  display: table;
}

.df-container .df-result-count {
  float: left;
  position: relative;
  width: 0;
  height: 0;
  background-color: #00acec;
  font-family: "museo", helvetica, arial, verdana, "lucida grande", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding-right: 2px;
  padding-left: 6px;
  text-align: center;
  color: #fff;
  border-top: #00acec 12px solid;
  border-right: #00acec 12px solid;
  border-bottom: #00acec 12px solid;
  border-left: #fff 6px solid;
}

.df-container .df-result-count .number {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -2px;
}

.df-container .vcard {
  border-left: #00acec 3px solid;
  margin-left: 26px;
  padding-left: 6px;
}

.df-container .vcard .tel {
  font-size: 15px;
  font-size: 1.5rem;
}

.df-container .vcard .tel a > i.fa {
  color: #07DAA4;
}

.df-container .vcard .tel span {
  text-decoration: underline;
}

.df-results {
  overflow-y: auto;
}

#dealer-contact-information {
  padding-top: 0;
}

#dealer-contact-information .vcard {
  font-size: 16px;
  font-size: 1.6rem;
}

#dealer-contact-information .vcard .org, #dealer-contact-information .vcard .adr, #dealer-contact-information .vcard .tel, #dealer-contact-information .vcard .email {
  margin-bottom: 1em;
}

#dealer-contact-information .vcard .tel {
  display: block;
  text-align: center;
  background: #06c191;
  padding: 0.5em 1em;
  border-radius: 2px;
  font-size: 18px;
  font-size: 1.8rem;
}

#dealer-contact-information .vcard .tel a {
  color: #fefefe;
}

#dealer-contact-information .vcard .tel span {
  text-decoration: underline;
}

#dealer-contact-information .vcard .tel:hover, #dealer-contact-information .vcard .tel:active, #dealer-contact-information .vcard .tel:focus {
  background: #07DAA4;
}

#dealer-contact-information #dlr-email-col,
#dealer-contact-information #dlr-directions-col {
  font-size: 50%;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

#dealer-contact-information #dlr-email-col > a,
#dealer-contact-information #dlr-directions-col > a {
  text-align: center;
  display: block;
  border: 2px solid #00acec;
  background: transparent;
  color: #00acec;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-bottom: 0;
}

#dealer-contact-information #dlr-email-col > a:hover, #dealer-contact-information #dlr-email-col > a:active, #dealer-contact-information #dlr-email-col > a:focus,
#dealer-contact-information #dlr-directions-col > a:hover,
#dealer-contact-information #dlr-directions-col > a:active,
#dealer-contact-information #dlr-directions-col > a:focus {
  color: #006286;
}

.df-buy-local {
  margin-top: 0.9375em;
}

.df-buy-local a {
  font-size: 12px;
  font-size: 1.2rem;
}

#map-canvas {
  height: 33vh;
}

#try-a-hobie .search-results-container {
  max-height: 600px;
}

@media screen and (max-width: 800px) {
  .df-container .country-container, .df-container .product-line-container, .df-container .country-container .country-list-container, .df-container .country-container .product-line-list-container, .df-container .product-line-container .country-list-container, .df-container .product-line-container .product-line-list-container, .df-container .search-container, .df-container .search-results-container {
    font-size: 50%;
  }
  .df-container {
    left: 18px;
    left: 1.8rem;
  }
}

/*[ Help me Choose =========================================
============================================================ ]*/
.points-bar-container {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* IE 10+ */
  position: relative;
  background-color: #ddd;
  display: none;
  margin-top: 6px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 50%;
  -moz-box-shadow: inset 3px 3px 6px #ccc;
  -webkit-box-shadow: inset 3px 3px 6px #ccc;
  box-shadow: inset 3px 3px 6px #ccc;
}

.points-bar-container .tooltip {
  display: none;
  position: absolute;
  left: 100%;
  margin-left: 12px;
  background-color: #00acec;
  padding: 0 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  letter-spacing: .1em;
  height: 18px;
  margin-top: -9px;
  top: 50%;
}

.points-bar-container:hover .points-bar {
  -moz-box-shadow: 0 0 6px #00acec;
  -webkit-box-shadow: 0 0 6px #00acec;
  box-shadow: 0 0 6px #00acec;
}

.points-bar-container:hover .tooltip {
  background-color: #0099d3;
}

.points-bar-container:hover .arrow-left {
  border-right: #0099d3 4px solid;
}

.points-bar-container .arrow-left {
  border-top: transparent 4px solid;
  border-right: #00acec 4px solid;
  border-bottom: transparent 4px solid;
  border-left: none;
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  width: 0;
  height: 0;
}

.points-bar-container.active {
  display: block;
}

.points-bar {
  height: 8px;
  width: 0;
  background-color: #00acec;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@-moz-keyframes grow {
  0% {
    -moz-transform: scale(0.6, 0.6);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}

.asset a {
  display: block;
  position: relative;
}

.hmc-progress {
  position: absolute;
  top: -5em;
  left: 52px;
  color: #00acec;
}

.wizard-title {
  margin: 0.67em 0;
}

#post-process {
  margin-bottom: 1em;
  text-align: center;
}

#post-process p {
  margin-bottom: .5em;
}

.help-me-choose-answer {
  margin-top: 12px;
  margin-bottom: 12px;
}

.why-container h2 {
  border-bottom: #00acec 1px dashed;
}

.sailboats .model-shadow {
  height: 39px;
  width: 80%;
}

.category-lp .mast div.icon-play, .category-lp .mast div.icon-play-small {
  display: none;
}

.category-lp .mast .mast-subhead-video a {
  color: #ffff8c;
  font-size: 24px;
  font-size: 2.4rem;
}

.category-lp .mast-subhead-video {
  font-weight: bold;
  display: block;
  position: relative;
  width: auto;
  letter-spacing: -0.25px;
  text-shadow: 1px 1px 1px rgba(0, 0, 50, 0.15);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
}

.category-lp .mast-subhead-video i.fa {
  margin-right: 2.5px;
  margin-right: 0.25rem;
}

.category-lp#category-sup .banner-mast-head {
  background: radial-gradient(ellipse at 50% 60%, rgba(0, 0, 0, 0.5) 0%, transparent 33%, transparent 100%);
}

.category-lp header {
  text-align: center;
}

.category-lp header p {
  font-size: 22px;
  font-size: 2.2rem;
}

.category-lp .matrix .model-wrapper {
  height: auto;
  position: relative;
}

.category-lp .matrix .model-wrapper .model-container {
  position: relative;
}

.category-lp.surfboards .finished-surfboard {
  height: auto;
  text-align: left;
}

.category-lp.surfboards .finished-surfboard ul {
  margin: 20px 0 15px;
  margin: 2rem 0 1.5rem;
  padding-left: 0;
}

.category-lp.surfboards .finished-surfboard ul .surfboard-length {
  font-size: 125%;
  position: absolute;
  top: -2em;
  left: .5em;
  background: #ec8623;
  color: #fefefe;
  border-radius: 2px;
  border-radius: 0.2rem;
  padding: 2px 4px 0;
  padding: 0.2rem 0.4rem 0;
}

.category-lp.surfboards .finished-surfboard ul .surfboard-base-name {
  font-weight: bold;
}

.category-lp.surfboards .finished-surfboard .thumbnail > a {
  display: block;
  background: #fefefe;
  overflow: hidden;
  border-radius: 0 0 2.5px 2.5px;
  border-radius: 0 0 0.25rem 0.25rem;
}

.category-lp.surfboards .finished-surfboard .thumbnail > a p {
  display: block;
  width: 100%;
  background-color: #00acec;
  text-decoration: underline;
  color: #fefefe;
  margin: 0;
  padding: 5px 0;
  padding: 0.5rem 0;
}

.category-lp.surfboards .finished-surfboard .image-wrap, .category-lp.surfboards .finished-surfboard .highlights figure > a, .highlights .category-lp.surfboards .finished-surfboard figure > a, .category-lp.surfboards .finished-surfboard #md180-fin-banner .hull-banner, #md180-fin-banner .category-lp.surfboards .finished-surfboard .hull-banner {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  border-radius: 0.5rem 0.5rem 0 0;
}

.category-lp.surfboards .finished-surfboard .image-wrap img, .category-lp.surfboards .finished-surfboard .highlights figure > a img, .highlights .category-lp.surfboards .finished-surfboard figure > a img, .category-lp.surfboards .finished-surfboard #md180-fin-banner .hull-banner img, #md180-fin-banner .category-lp.surfboards .finished-surfboard .hull-banner img {
  max-width: 100%;
  display: block;
  position: relative;
}

.category-lp.surfboards .finished-surfboard .finished-surfboard-specs {
  position: relative;
  display: block;
}

.product.category-lp a.button.small.more-link {
  display: inline-block;
  font-size: 175%;
  background-color: #00acec !important;
  border: #FFFFFF 3px solid;
  border-color: #ffffff !important;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.product.category-lp a.button.small.more-link:hover, .product.category-lp a.button.small.more-link:focus, .product.category-lp a.button.small.more-link:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.product.category-lp .mobileCTA {
  padding-top: 1em;
  padding-top: 1em;
}

.category-lp.lp-product-promo .matrix .blockGrid .product-pod, .category-lp.lp-product-promo .matrix .blog-page #blog-archive .article-list .product-pod, .blog-page #blog-archive .category-lp.lp-product-promo .matrix .article-list .product-pod {
  height: auto;
}

.category-lp.lp-product-promo .matrix .blockGrid .product-pod h6, .category-lp.lp-product-promo .matrix .blog-page #blog-archive .article-list .product-pod h6, .blog-page #blog-archive .category-lp.lp-product-promo .matrix .article-list .product-pod h6 {
  margin-top: 0.5em;
  margin-top: 0.5em;
}

.category-lp.lp-product-promo h5 {
  margin-bottom: 0;
}

.category-lp.lp-product-promo .blurb p, .category-lp.lp-product-promo .gridCard-span-four > a:first-of-type section p, .gridCard-span-four > a:first-of-type .category-lp.lp-product-promo section p, .category-lp.lp-product-promo .blog-page #blog-archive .article-list article > a:first-of-type section p, .blog-page #blog-archive .article-list article > a:first-of-type .category-lp.lp-product-promo section p, .category-lp.lp-product-promo .gridCard-span-three > a:first-of-type section p, .gridCard-span-three > a:first-of-type .category-lp.lp-product-promo section p, .category-lp.lp-product-promo .matrix p p, .matrix .category-lp.lp-product-promo p p {
  font-size: 20px;
  font-size: 2rem;
}

#lp_black_creek {
  display: block;
  width: 100%;
  height: 100vh;
}

#lp_black_creek section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent 0%, transparent 11%, rgba(0, 0, 0, 0.5) 100%), url(https://cdn.hobiecat.com/web_uploads/2017/04/13/halftone_overlay_light.png), url(https://cdn.hobiecat.com/digital_assets/eclipse_lp_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center 75%;
}

#lp_black_creek .content_left,
#lp_black_creek .content_right,
#lp_black_creek .content_mobile {
  display: inline-block;
  vertical-align: top;
}

#lp_black_creek .content_left div,
#lp_black_creek .content_right div,
#lp_black_creek .content_mobile div {
  padding-left: 14%;
}

#lp_black_creek .content_left h1, #lp_black_creek .content_left h3, #lp_black_creek .content_left p,
#lp_black_creek .content_right h1,
#lp_black_creek .content_right h3,
#lp_black_creek .content_right p,
#lp_black_creek .content_mobile h1,
#lp_black_creek .content_mobile h3,
#lp_black_creek .content_mobile p {
  color: #fefefe;
}

#lp_black_creek .content_left h1,
#lp_black_creek .content_right h1,
#lp_black_creek .content_mobile h1 {
  font-size: 6vw;
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 0;
}

#lp_black_creek .content_left h3,
#lp_black_creek .content_right h3,
#lp_black_creek .content_mobile h3 {
  font-size: 2vw;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 0.5em;
}

#lp_black_creek .content_left p,
#lp_black_creek .content_right p,
#lp_black_creek .content_mobile p {
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
}

#lp_black_creek .content_left p a,
#lp_black_creek .content_right p a,
#lp_black_creek .content_mobile p a {
  text-decoration: underline;
  color: #FFFF26;
}

#lp_black_creek .content_left a,
#lp_black_creek .content_right a,
#lp_black_creek .content_mobile a {
  color: #FFFF26;
  font-size: 1.25vw;
  font-weight: bold;
  text-decoration: underline;
}

#lp_black_creek .content_left a i,
#lp_black_creek .content_right a i,
#lp_black_creek .content_mobile a i {
  text-decoration: none;
}

#lp_black_creek .content_left ul,
#lp_black_creek .content_right ul,
#lp_black_creek .content_mobile ul {
  list-style-type: disc;
}

#lp_black_creek .content_left ul li,
#lp_black_creek .content_right ul li,
#lp_black_creek .content_mobile ul li {
  font-size: 2vw;
  margin-bottom: 0.5em;
  font-family: "museo", helvetica, arial, verdana, "lucida grande", serif;
  font-weight: 900;
  line-height: 1.125;
  color: rgba(255, 255, 255, 0.95);
}

#lp_black_creek .content_mobile {
  width: 100%;
  padding: 2em 2vw 0;
}

#lp_black_creek .content_mobile h1 {
  text-align: center;
  color: #00acec;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.25em;
}

#lp_black_creek .content_mobile h1 span {
  color: #fefefe;
}

#lp_black_creek .content_mobile h1 sup {
  font-size: 50%;
  vertical-align: super;
  top: -0.03em;
}

#lp_black_creek .content_mobile h3 {
  color: rgba(255, 255, 255, 0.95);
}

#lp_black_creek .content_mobile h1 {
  font-size: 12vw;
}

#lp_black_creek .content_mobile h3 {
  font-size: 6vw;
}

#lp_black_creek .content_mobile p {
  font-size: 3vw;
}

#lp_black_creek .content_mobile p a {
  font-size: 2vw;
}

#lp_black_creek .content_mobile ul {
  padding-left: 1.5em;
}

#lp_black_creek .content_mobile ul li {
  margin-left: 0;
  font-size: 3vw;
}

#lp_black_creek .content_mobile div {
  padding-left: 5%;
}

#lp_black_creek .content_mobile div > a {
  font-size: 2.4vw;
  color: #FFFF26;
}

#lp_black_creek .content_left {
  width: 40%;
  padding-left: 5vw;
}

#lp_black_creek .content_left h1 {
  color: #00acec;
}

#lp_black_creek .content_left h1 sup {
  font-size: 50%;
  vertical-align: super;
  top: -0.03em;
}

#lp_black_creek .content_left h3 {
  color: rgba(255, 255, 255, 0.77);
}

#lp_black_creek .content_right {
  width: 59%;
  padding-left: 2vw;
}

#lp_black_creek .content_right a {
  padding-left: 1.5em;
}

@media screen and (orientation: portrait) {
  #lp_black_creek section {
    background-position: 10% 75%;
  }
  #lp_black_creek section {
    padding-top: 20px;
    padding-top: 2rem;
    background-image: linear-gradient(274deg, transparent 0%, transparent 11%, rgba(0, 0, 0, 0.7) 100%), url(https://cdn.hobiecat.com/web_uploads/2017/04/13/halftone_overlay_light.png), url(https://cdn.hobiecat.com/digital_assets/eclipse_lp_bg.jpg);
  }
  #lp_black_creek .content_left div,
  #lp_black_creek .content_right div {
    padding-left: 10%;
  }
  #lp_black_creek .content_left div a,
  #lp_black_creek .content_right div a {
    padding-left: 1.25em;
    color: #FFFF26;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  #lp_black_creek .full, #lp_black_creek .cell-row, #lp_black_creek .bg-Thumb > figure figcaption > div, .bg-Thumb > figure #lp_black_creek figcaption > div, #lp_black_creek .hoverThumb > figure figcaption > div, .hoverThumb > figure #lp_black_creek figcaption > div {
    padding-top: 12vh;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  #lp_black_creek section {
    background-position: 0% 75%;
  }
}

#lp_2017_carolina_cup {
  display: block;
  width: 100%;
  height: 95vh;
}

#lp_2017_carolina_cup section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://cdn.hobiecat.com/web_uploads/2017/04/13/halftone_overlay_light.png), url(https://cdn.hobiecat.com/web_uploads/2017/04/13/carolina_cup_bgtemp3.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center 88%;
}

#lp_2017_carolina_cup #cc2017_logo {
  position: absolute;
  width: 24vw;
  left: 4vw;
}

#lp_2017_carolina_cup #cc2017_logo img {
  width: 100%;
}

#lp_2017_carolina_cup #cc2017_content {
  position: absolute;
  width: 38vw;
  right: 6vw;
}

#lp_2017_carolina_cup #cc2017_content img {
  width: 100%;
}

#lp_2017_carolina_cup #cc2017_content input {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

#lp_2017_carolina_cup #cc2017_content p {
  margin-top: 1em;
  margin-bottom: 3px;
  color: #12557d;
}

#lp_2017_carolina_cup #cc2017_content #cc2017_form {
  padding-left: 0.5em;
}

#lp_2017_carolina_cup #cc2017_content #cc2017_form .field-container {
  width: 75%;
  display: block;
  background-color: transparent;
  border-radius: 2px;
  padding: 0;
}

#lp_2017_carolina_cup #cc2017_content #cc2017_form .field-container input {
  padding: 6px;
  background: #fefefe;
  font-size: 18px;
}

#lp_2017_carolina_cup #cc2017_content #cc2017_form .submit-container {
  display: inline-block;
  padding: 0;
  width: 23%;
}

#lp_2017_carolina_cup #cc2017_content #cc2017_form a.button, #lp_2017_carolina_cup #cc2017_content #cc2017_form button.button {
  width: 100%;
  background-color: rgba(3, 70, 140, 0.5);
  font-weight: bold;
  border-radius: 0;
  border: 0;
  font-size: 17px;
  text-align: center;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 1024px) {
  #lp_2017_carolina_cup section {
    padding-top: 33px;
    padding-top: 3.3rem;
  }
}

@media screen and (orientation: portrait) {
  #lp_2017_carolina_cup {
    height: 100vh;
  }
  #lp_2017_carolina_cup #cc2017_logo,
  #lp_2017_carolina_cup #cc2017_content {
    position: relative;
    width: 80vw;
    margin: 0 auto;
    top: initial;
    right: initial;
    left: initial;
  }
  #lp_2017_carolina_cup #cc2017_logo img {
    width: 36vw;
    margin: 0 auto 2em;
  }
  #lp_2017_carolina_cup #cc2017_content img {
    width: 60vw;
    margin: 0 auto;
  }
  #lp_2017_carolina_cup #cc2017_content #cc2017_form {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 0;
  }
  #lp_2017_carolina_cup #cc2017_content #cc2017_form .field-container {
    width: 66%;
    display: inline-block;
  }
  #lp_2017_carolina_cup #cc2017_content #cc2017_form .submit-container {
    width: 30%;
  }
  #lp_2017_carolina_cup #cc2017_content #cc2017_form p {
    text-align: center;
    margin-bottom: 2px;
    color: #4eaae0;
  }
  #lp_2017_carolina_cup #cc2017_content #cc2017_form a.button {
    font-weight: bold;
    border: 0;
    border-radius: 0;
    padding: 6px 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .category-lp header {
    display: none;
  }
  .category-lp.gift-guide header {
    display: block;
  }
  .product.category-lp header {
    display: block;
    padding-top: 30px;
    padding-top: 3rem;
  }
  .mobileCTA {
    display: none;
  }
  .product.category-lp header h1 {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .category-lp .hideDesktop {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .category-lp .banner-mast-head {
    display: none;
  }
}

body#holiday-gift-guide {
  background: url(../images/gg-2018-bg.jpg);
  background-repeat: repeat;
  color: #fff;
}

body#holiday-gift-guide div#dealer-finder-sticky {
  display: none;
  visibility: hidden;
}

body#holiday-gift-guide main {
  background: none;
}

body#holiday-gift-guide main img {
  max-width: 100%;
  height: auto;
}

body#holiday-gift-guide main .gg-snow-layer {
  width: 100%;
  height: 100%;
  position: fixed;
}

body#holiday-gift-guide main section#gg-step1 {
  position: relative;
}

body#holiday-gift-guide main section#gg-step1 .ornament {
  position: absolute;
  z-index: 999;
}

body#holiday-gift-guide main section#gg-step1 .ornament.smallstar {
  top: 0;
  left: 50%;
  margin-left: -355px;
}

body#holiday-gift-guide main section#gg-step1 .ornament.smallstar img {
  width: 150px;
  height: auto;
}

body#holiday-gift-guide main section#gg-step1 .ornament.bigstar {
  top: 0;
  left: 50%;
  margin-left: 180px;
}

body#holiday-gift-guide main section#gg-step1 .ornament.bigstar img {
  width: 215px;
  height: auto;
}

body#holiday-gift-guide main section#gg-step1 .ornament.smallhook {
  top: 0;
  left: 50%;
  margin-left: -505px;
}

body#holiday-gift-guide main section#gg-step1 .ornament.smallhook img {
  width: 158px;
  height: auto;
}

body#holiday-gift-guide main section#gg-step1 .ornament.bighook {
  top: 0;
  left: 50%;
  margin-left: 310px;
}

body#holiday-gift-guide main section#gg-step1 .ornament.bighook img {
  width: 189px;
  height: auto;
}

body#holiday-gift-guide main .step1-headline img, body#holiday-gift-guide main .step2-headline img, body#holiday-gift-guide main .step3-headline img {
  margin: 0 auto;
}

body#holiday-gift-guide main .step3-subheadline {
  text-align: right;
  margin: 30px 0 5px 0;
}

body#holiday-gift-guide main .step3-subheadline img {
  width: 40%;
  height: auto;
  display: inline-block;
}

body#holiday-gift-guide main .choose-trait p {
  text-align: center;
  margin: 10px 0 10px 0;
  font-weight: bold;
  font-size: 3.5rem;
}

body#holiday-gift-guide main input.labelauty + label {
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #fff;
  display: inline-block;
}

body#holiday-gift-guide main input.labelauty + label > span.labelauty-unchecked-image {
  visibility: hidden !important;
}

body#holiday-gift-guide main input.labelauty + label > span.labelauty-checked-image {
  background-position: center center;
  background-size: contain;
}

body#holiday-gift-guide main .checkboxes ul {
  list-style-type: none;
  margin: 0;
  padding-left: 80px;
}

body#holiday-gift-guide main .checkboxes ul li {
  margin-bottom: 15px;
}

body#holiday-gift-guide main .checkboxes ul li span.checkbox-label {
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  top: 5px;
}

body#holiday-gift-guide main .gg-product-row {
  margin-bottom: 30px;
}

body#holiday-gift-guide main .gg-product-row .gg-product-box {
  position: relative;
  background-color: #fff;
  color: #2e3233;
  overflow: hidden;
  padding: 20px;
  border-radius: 3px;
}

body#holiday-gift-guide main .gg-product-row .gg-product-box .gg-img {
  width: 35%;
  float: left;
}

body#holiday-gift-guide main .gg-product-row .gg-product-box .gg-desc {
  width: 65%;
  float: left;
  padding: 10px 20px 0 30px;
}

body#holiday-gift-guide main .gg-product-row .gg-product-box .gg-desc p.gg-price {
  font-size: 2.3rem;
  font-weight: normal;
  margin: 0 0 25px 0;
  line-height: 1.2;
}

body#holiday-gift-guide main .gg-product-row .gg-product-box .gg-desc a.button {
  margin: 0 0 5px 0;
  padding: 0.40em 0.85em;
  background-color: #be0000;
  color: #fff;
  border: none;
  font-size: 1.6rem;
  border-radius: 3px;
}

body#holiday-gift-guide main .gg-product-row .gg-product-box .gg-desc a.button:hover {
  background-color: #8b0000;
}

body#holiday-gift-guide main .gg-product-row .gg-product-box .gg-desc a.button i.fa {
  margin: 0;
}

body#holiday-gift-guide .loadingoverlay_fontawesome {
  color: #8b0000;
}

body#holiday-gift-guide footer {
  display: none;
}

@media screen and (max-width: 1024px) {
  body#holiday-gift-guide main section#gg-step1 .ornament {
    display: none;
  }
  body#holiday-gift-guide main .span-twelve {
    margin-bottom: 1rem;
  }
  body#holiday-gift-guide main .choose-trait p {
    margin: 0;
  }
  body#holiday-gift-guide main .step1-headline {
    margin-bottom: 0;
  }
  body#holiday-gift-guide main .step1-row1-icons {
    margin-bottom: 10px !important;
  }
  body#holiday-gift-guide main .step1-row1-icons a, body#holiday-gift-guide main .step1-row2-icons a {
    margin-left: 0;
  }
  body#holiday-gift-guide main .step1-row1-icons a img, body#holiday-gift-guide main .step1-row2-icons a img {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  body#holiday-gift-guide main .choose-trait p {
    font-size: 3.2rem;
  }
  body#holiday-gift-guide main .step1-row1-icons a, body#holiday-gift-guide main .step1-row2-icons a {
    width: 30%;
  }
  body#holiday-gift-guide main .checkboxes ul li span.checkbox-label {
    font-size: 2rem;
    top: 2px;
  }
  body#holiday-gift-guide main input.labelauty + label {
    padding: 5px;
  }
  body#holiday-gift-guide main .gg-product-row .gg-product-box .gg-img {
    width: 100%;
    float: none;
  }
  body#holiday-gift-guide main .gg-product-row .gg-product-box .gg-desc {
    width: 100%;
    float: none;
    padding: 20px 0 0 0;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  body#holiday-gift-guide main .step1-row1-icons a, body#holiday-gift-guide main .step1-row2-icons a {
    width: 30%;
  }
  body#holiday-gift-guide main .step1-row1-icons a img, body#holiday-gift-guide main .step1-row2-icons a img {
    width: 55%;
  }
}

@media screen and (max-width: 568px) {
  body#holiday-gift-guide main .choose-trait p {
    font-size: 2.8rem;
  }
  body#holiday-gift-guide main .checkboxes ul li span.checkbox-label {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  body#holiday-gift-guide main .step1-row1-icons a img, body#holiday-gift-guide main .step1-row2-icons a img {
    width: 75%;
  }
  body#holiday-gift-guide main .checkboxes ul {
    padding-left: 10px;
  }
  body#holiday-gift-guide main .checkboxes ul li span.checkbox-label {
    font-size: 1.5rem;
    top: 1px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  body#holiday-gift-guide main .checkboxes ul li span.checkbox-label {
    font-size: 1.2rem;
    top: 0px;
    padding-left: 5px;
  }
  body#holiday-gift-guide main input.labelauty + label {
    padding: 2px;
  }
  body#holiday-gift-guide main input.labelauty + label > span.labelauty-checked-image {
    background-size: 65%;
  }
}

body#find-a-dealer div#dealer-finder-sticky {
  display: none;
  visibility: hidden;
}

.fancy-select {
  width: 35%;
  height: 75px;
  font-size: 20px;
  color: #5c5c5c;
}

.fancy-select-styled, .fancy-select-options {
  text-align: left;
}

.fancy-select-styled {
  padding: 20px 15px;
}

.fancy-select-styled:after {
  top: 50%;
}

.fancy-select-styled:active:after, .fancy-select-styled.active:after {
  top: 35%;
}

.df-h4 {
  text-transform: uppercase;
}

div.df-map-marker {
  margin: 25px 0 15px 0;
}

div.df-map-marker i {
  color: #00acec;
  font-size: 50px;
}

.modal-form-border {
  padding-right: 4.34783%;
  border-right: 2px solid #b3b3b3;
}

hr {
  margin: 8px 0 18px 0;
  padding: 0;
  width: 95%;
  border-top: 2px solid #00acec;
  border-bottom: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  border: none;
  margin: 0 0 20px 0;
  padding: 0;
}

form.df-form div.fancy-select {
  margin-top: 0.5em;
}

form.df-form input {
  width: 35%;
  height: 75px;
  display: inline-block;
  font-size: 20px;
  color: #5c5c5c;
  padding: 20px 15px;
  margin-top: 0.5em;
  border: 1px solid #00acec;
  font-family: "proxima-nova",helvetica,arial,verdana,"lucida grande",sans-serif;
  border-radius: 0;
  box-shadow: none;
}

form.df-form input::placeholder {
  color: darkgray;
  opacity: 1;
}

form.df-form button {
  border-radius: 0;
  width: 35%;
  height: 75px;
  text-transform: uppercase;
  margin: 0.7em 0 8em 0;
  font-size: 20px;
}

form.df-form div.geolocate {
  position: relative;
}

form.df-form div.geolocate input {
  position: relative;
  left: 26px;
}

form.df-form div.geolocate a {
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  position: relative;
  left: -35px;
  top: 4px;
}

form.df-form div.geolocate a i {
  color: #fff;
  font-size: 30px;
  min-width: inherit;
  margin: 0;
  position: relative;
  top: 2px;
}

section.df-select-head {
  background-color: #00acec;
}

section.df-select-head h3 {
  color: #FFF;
  margin-bottom: 10px;
}

section.df-select-head p {
  color: #FFF;
  font-size: 15px;
  margin-bottom: 5px;
}

form.df-form-change input {
  display: inline-block;
  width: 20%;
  height: 42px;
  color: #5c5c5c;
  text-transform: uppercase;
  font-family: "proxima-nova",helvetica,arial,verdana,"lucida grande",sans-serif;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #00acec;
  padding: 0 20px;
  margin-right: 7px;
}

form.df-form-change input::placeholder {
  color: darkgray;
  opacity: 1;
}

form.df-form-change span.clear_input {
  position: relative;
  width: 20%;
  display: inline-block;
}

form.df-form-change span.clear_input input {
  width: 100%;
  padding: 0 25px 0 20px;
}

form.df-form-change span.clear_input i {
  position: absolute;
  top: 12px;
  right: 5px;
  color: #5c5c5c;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
}

form.df-form-change .fancy-select {
  width: 25%;
  height: 42px;
  margin-right: 7px;
  font-size: inherit;
  vertical-align: bottom;
}

form.df-form-change .fancy-select-styled {
  padding: 8px 15px;
}

form.df-form-change .fancy-select-styled:after {
  top: 17px;
}

form.df-form-change .fancy-select-styled:active:after, form.df-form-change .fancy-select-styled.active:after {
  top: 10px;
}

form.df-form-change button {
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #FFF;
  font-size: 18px;
  padding: 5px 50px;
  position: relative;
  top: 1px;
}

div.df-result {
  border-top: 3px solid #00acec;
}

div.df-result div.df-result-wrap {
  overflow: hidden;
  background-color: #fff;
}

div.df-result div.df-result-left {
  width: 70%;
  float: left;
  padding: 25px 0px 25px 65px;
  position: relative;
  margin-right: 0;
}

div.df-result div.df-result-left h4 {
  margin: 0 0 0.2em 0;
  padding-right: 32%;
}

div.df-result div.df-result-left p {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0 0;
}

div.df-result div.df-result-left p.miles-away {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 0 0;
}

div.df-result div.df-result-left div.df-hours, div.df-result div.df-result-left div.df-phone, div.df-result div.df-result-left div.df-details, div.df-result div.df-result-left div.df-website {
  display: inline-block;
  margin-right: 50px;
}

div.df-result div.df-result-left i {
  min-width: inherit;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

div.df-result div.df-result-left div.df-map-marker-2 {
  position: absolute;
  top: 12%;
  left: 3%;
}

div.df-result div.df-result-left div.df-map-marker-2 i {
  color: #00acec;
  font-size: 40px;
  top: 0;
  margin-right: 0;
}

div.df-result div.df-result-left div.df-demo {
  position: absolute;
  top: 14%;
  right: 3%;
}

div.df-result div.df-result-left div.df-demo a.df-demo-btn {
  margin: 0;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 0;
  background-color: #07DAA4;
  font-weight: bold;
  border: 1px solid #07DAA4;
}

div.df-result div.df-result-left div.df-demo a.df-demo-btn:hover {
  background-color: #07e9af;
  border: 1px solid #07e9af;
}

div.df-result div.df-result-right {
  width: 30%;
  float: left;
  position: relative;
}

div.df-result div.df-result-right div.map-expand {
  position: absolute;
  right: 0;
  top: 0;
}

div.df-result div.df-result-right div.map-expand a {
  display: inline-block;
  background-color: #999;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
}

div.df-result div.df-result-right div.map-expand a i {
  min-width: inherit;
  margin: 0;
}

div.remodal {
  text-align: left;
  max-width: 50%;
  border-top: 3px solid #00acec;
}

div.remodal h3 {
  margin: 0 0 0.2em 0;
  text-transform: uppercase;
}

div.remodal button.remodal-close {
  left: inherit;
  top: 5px;
  right: 5px;
}

div.remodal button.remodal-close::before {
  font-size: 50px;
}

div.remodal div.fancy-select {
  width: 60%;
}

div.remodal div.fancy-select-styled {
  border: none;
  background-color: #ebeff1;
}

div.remodal div.fancy-select-styled:after {
  border-color: #00acec transparent transparent transparent;
}

div.remodal div.fancy-select-styled:active:after, div.remodal div.fancy-select-styled.active:after {
  border-color: transparent transparent #00acec transparent;
}

div.remodal ul.fancy-select-options {
  border: none;
  background-color: #ebeff1;
}

div.remodal hr {
  margin: 20px 0;
  padding: 0;
  width: 100%;
  border-top: 2px solid #b3b3b3;
  border-bottom: none;
}

div.remodal i {
  min-width: inherit;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

div.remodal form.df-req-form input {
  background-color: #ebeff1;
  margin-bottom: 15px;
  color: #5c5c5c;
  box-shadow: none;
  border-radius: 0;
  border: none;
  height: 40px;
  padding: 0 15px;
  font-family: "proxima-nova",helvetica,arial,verdana,"lucida grande",sans-serif;
}

div.remodal form.df-req-form input::placeholder {
  color: darkgray;
  opacity: 1;
  text-transform: uppercase;
}

div.remodal form.df-req-form textarea {
  margin-bottom: 15px;
  background-color: #ebeff1;
  color: #5c5c5c;
  box-shadow: none;
  border-radius: 0;
  border: none;
  height: 120px;
  padding: 10px 15px;
  font-family: "proxima-nova",helvetica,arial,verdana,"lucida grande",sans-serif;
}

div.remodal form.df-req-form textarea::placeholder {
  color: darkgray;
  opacity: 1;
  text-transform: uppercase;
}

div.remodal form.df-req-form button {
  margin: 0;
  border-radius: 0;
  padding: 0.35em 2em 0.25em 2em;
  text-transform: uppercase;
}

div.remodal form.df-req-form label.error {
  margin: -15px 0 0px 0;
}

p.df-map-infowindow {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

button.df-view-more {
  border-radius: 0;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  font-size: 1.4rem;
  background-color: #fff;
  color: #00acec;
  text-transform: uppercase;
}

div.buy-local-link {
  position: absolute;
  right: 9%;
  bottom: 6%;
}

div.buy-local-link a {
  color: #231f20;
  text-transform: uppercase;
  text-decoration: underline;
}

div.buy-local-link a:hover {
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  div.buy-local-link {
    position: initial;
    margin-top: 15px;
    text-align: right;
  }
}

.alert-success, .alert-danger {
  width: 35%;
  margin: 1.2em auto 0 auto;
}

@media screen and (max-width: 1024px) {
  .df-h4 {
    font-size: 2.4rem;
  }
  form.df-form div.fancy-select, form.df-form input, form.df-form button {
    width: 55%;
  }
  .alert-success, .alert-danger {
    width: 55%;
  }
  section.df-select-head {
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
  div.df-result div.df-result-left div.df-demo {
    position: relative;
    top: -10px;
    right: 30px;
    display: inline-block;
    float: right;
  }
  div.remodal {
    max-width: 75%;
  }
  div.remodal div.fancy-select {
    width: 75%;
  }
  .modal-form-border {
    border: none;
    padding-right: 0;
  }
}

@media screen and (max-width: 800px) {
  .df-h4 {
    margin-top: 15px !important;
  }
  form.df-form div.fancy-select, form.df-form input, form.df-form button {
    width: 100%;
  }
  form.df-form button {
    font-size: 20px;
  }
  form.df-form div.geolocate input {
    left: 0;
  }
  form.df-form div.geolocate a {
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 15px;
  }
  .alert-success, .alert-danger {
    width: 100%;
  }
  form.df-form-change input, form.df-form-change div.fancy-select, form.df-form-change button {
    width: 100%;
  }
  form.df-form-change input, form.df-form-change div.fancy-select {
    margin-bottom: 5px;
  }
  form.df-form-change span.clear_input {
    width: 100%;
  }
  form.df-form-change span.clear_input i {
    top: 12px;
    right: 9px;
  }
  div.df-result div.df-result-left {
    width: 100%;
    float: none;
    padding: 25px 50px;
  }
  div.df-result div.df-result-left h4 {
    padding-right: 0;
  }
  div.df-result div.df-result-right {
    width: 100%;
    float: none;
  }
  div.df-result div.df-result-right div.map-expand {
    display: none;
  }
  div.df-result div.df-result-left div.df-demo {
    float: left;
    top: -5px;
    left: 0;
    width: 100%;
  }
  div.df-result div.df-result-left div.df-demo a.df-demo-btn {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  div.remodal {
    max-width: 95%;
  }
  div.remodal div.fancy-select {
    width: 97%;
    height: 60px;
    font-size: 16px;
  }
}

div.hoa-season-header {
  margin-top: 30px;
}

div.hoa-season-header h4 {
  margin: 0;
  float: left;
  font-size: 3rem;
}

div.hoa-season-header .season-select {
  float: right;
  position: relative;
  top: 12px;
}

div.hoa-season-header .season-select span {
  position: relative;
  top: 1px;
}

div.hoa-season-copy p {
  margin: 1.6em 0 2em 0;
}

div.hoa-season-copy hr {
  margin: 5px 0 12px 0;
  width: 100%;
}

div.hoa-season-episode .hoa-hover {
  border-left: 8px solid transparent;
}

div.hoa-season-episode .hoa-hover:hover {
  cursor: pointer;
  border-left: 8px solid #00acec;
}

div.hoa-season-episode .hoa-hover:hover .hoa-play-btn {
  display: block;
}

div.hoa-season-episode .hoa-episode-wrap {
  display: flex;
  background-color: #FFF;
  overflow: hidden;
  min-height: 200px;
}

div.hoa-season-episode .hoa-episode-wrap:hover {
  background-color: #f2f2f2;
}

div.hoa-season-episode .hoa-thumb {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.hoa-season-episode .hoa-thumb .hoa-play-btn {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

div.hoa-season-episode .hoa-thumb .hoa-play-btn img {
  max-width: 100%;
  height: auto;
}

div.hoa-season-episode .hoa-info {
  padding: 15px 4.34783% 15px 0;
}

div.hoa-season-episode .hoa-episode-number {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #5e6769;
}

div.hoa-season-episode .hoa-episode-title {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
}

div.hoa-season-episode .hoa-episode-desc {
  margin: 0 0 10px 0;
}

div.vidplayer {
  width: 800px;
  height: 600px;
  position: relative;
}

div.vidplayer iframe {
  width: 100%;
  height: 100%;
}

section.hoa-sponsors h4 {
  margin: 0;
  font-size: 3rem;
}

section.hoa-sponsors hr {
  margin: 5px 0 12px 0;
  width: 100%;
}

section.hoa-sponsors .sponsors-table {
  width: 100%;
  display: table;
}

section.hoa-sponsors .sponsors-table .sponsors-cell {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  padding: 15px 35px;
}

section.hoa-sponsors .sponsors-table .sponsors-cell img {
  max-width: 100%;
  height: auto;
}

section.hoa-sponsors .sponsors-table.row2 .sponsors-cell {
  padding: 15px 75px;
}

@media screen and (max-width: 1200px) {
  section.hoa-sponsors .sponsors-table.row2 .sponsors-cell {
    padding: 15px 65px;
  }
}

@media screen and (max-width: 800px) {
  div.hoa-season-header h4 {
    font-size: 2.4rem;
  }
  div.hoa-season-header .season-select {
    top: 4px;
  }
  div.hoa-season-episode .hoa-episode-wrap {
    display: block;
  }
  div.hoa-season-episode .hoa-thumb {
    min-height: 200px;
    margin-bottom: 0;
  }
  div.hoa-season-episode .hoa-info {
    padding: 15px 4.34783% 15px 4.34783%;
    margin-bottom: 0;
  }
  section.hoa-sponsors .sponsors-table .sponsors-cell {
    display: block;
    width: 100%;
  }
}

.product.stand-up .feature-bullets,
.product.stand-up .feature-toggles {
  display: none;
}

@media screen and (min-width: 1024px) {
  #pedalboards-menu .splitMenu-left.nest {
    width: 100%;
  }
  #eclipse-10-5-menu {
    display: inline-block;
    width: 45%;
  }
  #eclipse-12-0-menu {
    display: inline-block;
    width: 54%;
  }
  #pedalboards-menu .menuThumb img {
    max-height: 218px;
  }
}

@media screen and (max-width: 1024px) {
  #dealer-contact-information #dlr-email-col,
  #dealer-contact-information #dlr-directions-col {
    margin-bottom: 1em !important;
  }
}

.font-90 {
  font-size: 90%;
}

.font-80 {
  font-size: 80%;
}

.font-75 {
  font-size: 75%;
}

.hide-important {
  display: none !important;
}

.hide {
  display: none;
}

.invis {
  opacity: 0;
}

#accessory-carts #wheel-types, .flush,
.flush .thumbnail {
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}

.flush-top,
.flush-top .thumbnail {
  vertical-align: top;
  padding-top: 0;
}

#accessory-sidekick-ama-kit #sidekick-ama-kit-hero, .flush-bottom,
.flush-bottom .thumbnail {
  vertical-align: bottom;
  padding-bottom: 0;
}

section#vantage-seating.sty03:before {
  display: block;
}

#vantage-seating + #tms:before {
  display: none;
}

@media screen and (min-width: 568px) {
  .nest .span-three, .nest .gridCard-span-three, .nest .highlights .highlight, .highlights .nest .highlight, .nest .ais-hits--item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 21.73913%;
  }
  .nest .span-three:last-child, .nest .gridCard-span-three:last-child, .nest .highlights .highlight:last-child, .highlights .nest .highlight:last-child, .nest .ais-hits--item:last-child {
    margin-right: 0;
  }
  .nest .span-six {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
    margin-bottom: 0;
  }
  .nest .span-six:last-child {
    margin-right: 0;
  }
  .span-three:nth-child(2n), .gridCard-span-three:nth-child(2n), .highlights .highlight:nth-child(2n), .ais-hits--item:nth-child(2n) {
    margin-right: 0;
  }
  .span-three:nth-child(2n+1), .gridCard-span-three:nth-child(2n+1), .highlights .highlight:nth-child(2n+1), .ais-hits--item:nth-child(2n+1) {
    clear: left;
  }
  .span-four.nest, .nest.gridCard-span-four, .blog-page #blog-archive .article-list article.nest {
    width: 100%;
  }
  .blockGrid .span-two, .blog-page #blog-archive .article-list .span-two {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 30.43478%;
  }
  .blockGrid .span-two:nth-child(2n), .blog-page #blog-archive .article-list .span-two:nth-child(2n) {
    margin-right: 4.34783%;
  }
  .blockGrid .span-two:nth-child(2n+1), .blog-page #blog-archive .article-list .span-two:nth-child(2n+1) {
    clear: none;
  }
  .blockGrid .span-two:last-child, .blog-page #blog-archive .article-list .span-two:last-child {
    margin-right: 0;
  }
  .blockGrid .span-two:nth-child(3n), .blog-page #blog-archive .article-list .span-two:nth-child(3n) {
    margin-right: 0;
  }
  .blockGrid .span-two:nth-child(3n+1), .blog-page #blog-archive .article-list .span-two:nth-child(3n+1) {
    clear: left;
  }
  .blockGrid .span-three, .blog-page #blog-archive .article-list .span-three, .blockGrid .gridCard-span-three, .blog-page #blog-archive .article-list .gridCard-span-three, .blockGrid .highlights .highlight, .highlights .blockGrid .highlight, .blog-page #blog-archive .article-list .highlights .highlight, .highlights .blog-page #blog-archive .article-list .highlight, .blockGrid .ais-hits--item, .blog-page #blog-archive .article-list .ais-hits--item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
  }
  .blockGrid .span-three:last-child, .blog-page #blog-archive .article-list .span-three:last-child, .blockGrid .gridCard-span-three:last-child, .blog-page #blog-archive .article-list .gridCard-span-three:last-child, .blockGrid .highlights .highlight:last-child, .highlights .blockGrid .highlight:last-child, .blog-page #blog-archive .article-list .highlights .highlight:last-child, .highlights .blog-page #blog-archive .article-list .highlight:last-child, .blockGrid .ais-hits--item:last-child, .blog-page #blog-archive .article-list .ais-hits--item:last-child {
    margin-right: 0;
  }
  .blockGrid .span-three:nth-child(2n), .blog-page #blog-archive .article-list .span-three:nth-child(2n), .blockGrid .gridCard-span-three:nth-child(2n), .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(2n), .blockGrid .highlights .highlight:nth-child(2n), .highlights .blockGrid .highlight:nth-child(2n), .blog-page #blog-archive .article-list .highlights .highlight:nth-child(2n), .highlights .blog-page #blog-archive .article-list .highlight:nth-child(2n), .blockGrid .ais-hits--item:nth-child(2n), .blog-page #blog-archive .article-list .ais-hits--item:nth-child(2n) {
    margin-right: 0;
  }
  .blockGrid .span-three:nth-child(2n+1), .blog-page #blog-archive .article-list .span-three:nth-child(2n+1), .blockGrid .gridCard-span-three:nth-child(2n+1), .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(2n+1), .blockGrid .highlights .highlight:nth-child(2n+1), .highlights .blockGrid .highlight:nth-child(2n+1), .blog-page #blog-archive .article-list .highlights .highlight:nth-child(2n+1), .highlights .blog-page #blog-archive .article-list .highlight:nth-child(2n+1), .blockGrid .ais-hits--item:nth-child(2n+1), .blog-page #blog-archive .article-list .ais-hits--item:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 800px) {
  .blockGrid-mobile .span-two {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 30.43478%;
  }
  .blockGrid-mobile .span-two:nth-child(2n) {
    margin-right: 4.34783%;
  }
  .blockGrid-mobile .span-two:nth-child(2n+1) {
    clear: none;
  }
  .blockGrid-mobile .span-two:last-child {
    margin-right: 0;
  }
  .blockGrid-mobile .span-two:nth-child(3n) {
    margin-right: 0;
  }
  .blockGrid-mobile .span-two:nth-child(3n+1) {
    clear: left;
  }
  .blockGrid-mobile .span-three, .blockGrid-mobile .gridCard-span-three, .blockGrid-mobile .highlights .highlight, .highlights .blockGrid-mobile .highlight, .blockGrid-mobile .ais-hits--item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
  }
  .blockGrid-mobile .span-three:last-child, .blockGrid-mobile .gridCard-span-three:last-child, .blockGrid-mobile .highlights .highlight:last-child, .highlights .blockGrid-mobile .highlight:last-child, .blockGrid-mobile .ais-hits--item:last-child {
    margin-right: 0;
  }
  .blockGrid-mobile .span-three:nth-child(2n), .blockGrid-mobile .gridCard-span-three:nth-child(2n), .blockGrid-mobile .highlights .highlight:nth-child(2n), .highlights .blockGrid-mobile .highlight:nth-child(2n), .blockGrid-mobile .ais-hits--item:nth-child(2n) {
    margin-right: 0;
  }
  .blockGrid-mobile .span-three:nth-child(2n+1), .blockGrid-mobile .gridCard-span-three:nth-child(2n+1), .blockGrid-mobile .highlights .highlight:nth-child(2n+1), .highlights .blockGrid-mobile .highlight:nth-child(2n+1), .blockGrid-mobile .ais-hits--item:nth-child(2n+1) {
    clear: left;
  }
  .blockGrid-mobile .span-four, .blockGrid-mobile .gridCard-span-four, .blockGrid-mobile .blog-page #blog-archive .article-list article, .blog-page #blog-archive .article-list .blockGrid-mobile article {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
  }
  .blockGrid-mobile .span-four:last-child, .blockGrid-mobile .gridCard-span-four:last-child, .blockGrid-mobile .blog-page #blog-archive .article-list article:last-child, .blog-page #blog-archive .article-list .blockGrid-mobile article:last-child {
    margin-right: 0;
  }
  .blockGrid-mobile .span-four:nth-child(2n), .blockGrid-mobile .gridCard-span-four:nth-child(2n), .blockGrid-mobile .blog-page #blog-archive .article-list article:nth-child(2n), .blog-page #blog-archive .article-list .blockGrid-mobile article:nth-child(2n) {
    margin-right: 0;
  }
  .blockGrid-mobile .span-four:nth-child(2n+1), .blockGrid-mobile .gridCard-span-four:nth-child(2n+1), .blockGrid-mobile .blog-page #blog-archive .article-list article:nth-child(2n+1), .blog-page #blog-archive .article-list .blockGrid-mobile article:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 800px) {
  .span-three, .gridCard-span-three, .highlights .highlight, .ais-hits--item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
  }
  .span-three:last-child, .gridCard-span-three:last-child, .highlights .highlight:last-child, .ais-hits--item:last-child {
    margin-right: 0;
  }
  .span-three:nth-child(2n), .gridCard-span-three:nth-child(2n), .highlights .highlight:nth-child(2n), .ais-hits--item:nth-child(2n) {
    margin-right: 0;
  }
  .span-three:nth-child(2n+1), .gridCard-span-three:nth-child(2n+1), .highlights .highlight:nth-child(2n+1), .ais-hits--item:nth-child(2n+1) {
    clear: left;
  }
  .span-four, .gridCard-span-four, .blog-page #blog-archive .article-list article {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 30.43478%;
  }
  .span-four:last-child, .gridCard-span-four:last-child, .blog-page #blog-archive .article-list article:last-child {
    margin-right: 0;
  }
  .span-four:nth-child(3n), .gridCard-span-four:nth-child(3n), .blog-page #blog-archive .article-list article:nth-child(3n) {
    margin-right: 0;
  }
  .span-four:nth-child(3n+1), .gridCard-span-four:nth-child(3n+1), .blog-page #blog-archive .article-list article:nth-child(3n+1) {
    clear: left;
  }
  .span-five {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 39.13043%;
  }
  .span-five:last-child {
    margin-right: 0;
  }
  .span-six {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
  }
  .span-six:last-child {
    margin-right: 0;
  }
  .span-six:nth-child(2n) {
    margin-right: 0;
  }
  .span-six:nth-child(2n+1) {
    clear: left;
  }
  .span-seven {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 56.52174%;
  }
  .span-seven:last-child {
    margin-right: 0;
  }
  .span-seven.nest {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 56.52174%;
  }
  .span-seven.nest:last-child {
    margin-right: 0;
  }
  .span-six.nest {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
  }
  .span-six.nest:last-child {
    margin-right: 0;
  }
  .span-five.nest {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 39.13043%;
  }
  .span-five.nest:last-child {
    margin-right: 0;
  }
  .span-four.nest, .nest.gridCard-span-four, .blog-page #blog-archive .article-list article.nest {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 30.43478%;
  }
  .span-four.nest:last-child, .nest.gridCard-span-four:last-child, .blog-page #blog-archive .article-list article.nest:last-child {
    margin-right: 0;
  }
  .span-three.nest, .nest.gridCard-span-three, .highlights .nest.highlight, .nest.ais-hits--item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 21.73913%;
  }
  .span-three.nest:last-child, .nest.gridCard-span-three:last-child, .highlights .nest.highlight:last-child, .nest.ais-hits--item:last-child {
    margin-right: 0;
  }
  .blockGrid .span-two, .blog-page #blog-archive .article-list .span-two {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 21.73913%;
  }
  .blockGrid .span-two:nth-child(3n), .blog-page #blog-archive .article-list .span-two:nth-child(3n) {
    margin-right: 4.34783%;
  }
  .blockGrid .span-two:nth-child(3n+1), .blog-page #blog-archive .article-list .span-two:nth-child(3n+1) {
    clear: none;
  }
  .blockGrid .span-two:last-child, .blog-page #blog-archive .article-list .span-two:last-child {
    margin-right: 0;
  }
  .blockGrid .span-two:nth-child(4n), .blog-page #blog-archive .article-list .span-two:nth-child(4n) {
    margin-right: 0;
  }
  .blockGrid .span-two:nth-child(4n+1), .blog-page #blog-archive .article-list .span-two:nth-child(4n+1) {
    clear: left;
  }
  .blockGrid .span-three, .blog-page #blog-archive .article-list .span-three, .blockGrid .gridCard-span-three, .blog-page #blog-archive .article-list .gridCard-span-three, .blockGrid .highlights .highlight, .highlights .blockGrid .highlight, .blog-page #blog-archive .article-list .highlights .highlight, .highlights .blog-page #blog-archive .article-list .highlight, .blockGrid .ais-hits--item, .blog-page #blog-archive .article-list .ais-hits--item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 30.43478%;
  }
  .blockGrid .span-three:nth-child(2n), .blog-page #blog-archive .article-list .span-three:nth-child(2n), .blockGrid .gridCard-span-three:nth-child(2n), .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(2n), .blockGrid .highlights .highlight:nth-child(2n), .highlights .blockGrid .highlight:nth-child(2n), .blog-page #blog-archive .article-list .highlights .highlight:nth-child(2n), .highlights .blog-page #blog-archive .article-list .highlight:nth-child(2n), .blockGrid .ais-hits--item:nth-child(2n), .blog-page #blog-archive .article-list .ais-hits--item:nth-child(2n) {
    margin-right: 4.34783%;
  }
  .blockGrid .span-three:nth-child(2n+1), .blog-page #blog-archive .article-list .span-three:nth-child(2n+1), .blockGrid .gridCard-span-three:nth-child(2n+1), .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(2n+1), .blockGrid .highlights .highlight:nth-child(2n+1), .highlights .blockGrid .highlight:nth-child(2n+1), .blog-page #blog-archive .article-list .highlights .highlight:nth-child(2n+1), .highlights .blog-page #blog-archive .article-list .highlight:nth-child(2n+1), .blockGrid .ais-hits--item:nth-child(2n+1), .blog-page #blog-archive .article-list .ais-hits--item:nth-child(2n+1) {
    clear: none;
  }
  .blockGrid .span-three:last-child, .blog-page #blog-archive .article-list .span-three:last-child, .blockGrid .gridCard-span-three:last-child, .blog-page #blog-archive .article-list .gridCard-span-three:last-child, .blockGrid .highlights .highlight:last-child, .highlights .blockGrid .highlight:last-child, .blog-page #blog-archive .article-list .highlights .highlight:last-child, .highlights .blog-page #blog-archive .article-list .highlight:last-child, .blockGrid .ais-hits--item:last-child, .blog-page #blog-archive .article-list .ais-hits--item:last-child {
    margin-right: 0;
  }
  .blockGrid .span-three:nth-child(3n), .blog-page #blog-archive .article-list .span-three:nth-child(3n), .blockGrid .gridCard-span-three:nth-child(3n), .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(3n), .blockGrid .highlights .highlight:nth-child(3n), .highlights .blockGrid .highlight:nth-child(3n), .blog-page #blog-archive .article-list .highlights .highlight:nth-child(3n), .highlights .blog-page #blog-archive .article-list .highlight:nth-child(3n), .blockGrid .ais-hits--item:nth-child(3n), .blog-page #blog-archive .article-list .ais-hits--item:nth-child(3n) {
    margin-right: 0;
  }
  .blockGrid .span-three:nth-child(3n+1), .blog-page #blog-archive .article-list .span-three:nth-child(3n+1), .blockGrid .gridCard-span-three:nth-child(3n+1), .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(3n+1), .blockGrid .highlights .highlight:nth-child(3n+1), .highlights .blockGrid .highlight:nth-child(3n+1), .blog-page #blog-archive .article-list .highlights .highlight:nth-child(3n+1), .highlights .blog-page #blog-archive .article-list .highlight:nth-child(3n+1), .blockGrid .ais-hits--item:nth-child(3n+1), .blog-page #blog-archive .article-list .ais-hits--item:nth-child(3n+1) {
    clear: left;
  }
  .blockGrid .span-six, .blog-page #blog-archive .article-list .span-six {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 47.82609%;
  }
  .blockGrid .span-six:nth-child(2n), .blog-page #blog-archive .article-list .span-six:nth-child(2n) {
    margin-right: 4.34783%;
  }
  .blockGrid .span-six:nth-child(2n+1), .blog-page #blog-archive .article-list .span-six:nth-child(2n+1) {
    clear: none;
  }
  .blockGrid .span-six:last-child, .blog-page #blog-archive .article-list .span-six:last-child {
    margin-right: 0;
  }
  .blockGrid .span-six:nth-child(2n), .blog-page #blog-archive .article-list .span-six:nth-child(2n) {
    margin-right: 0;
  }
  .blockGrid .span-six:nth-child(2n+1), .blog-page #blog-archive .article-list .span-six:nth-child(2n+1) {
    clear: left;
  }
  .hideDesktop {
    display: none !important;
  }
  .signup-bar .span-one, .signup-bar .span-two, .signup-bar .span-three, .signup-bar .gridCard-span-three, .signup-bar .highlights .highlight, .highlights .signup-bar .highlight, .signup-bar .ais-hits--item, .signup-bar .span-four, .signup-bar .gridCard-span-four, .signup-bar .blog-page #blog-archive .article-list article, .blog-page #blog-archive .article-list .signup-bar article, .signup-bar .span-five, .signup-bar .span-six, .signup-bar .span-seven, .signup-bar .span-eight, .signup-bar .span-nine, .signup-bar .span-ten, .signup-bar .span-eleven, .signup-bar .span-twelve {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1024px) {
  .row, .blog-page #blog-archive .article-list, #shoppe-header,
  .ais-hits {
    padding: 0 4.34783% 0 4.34783%;
  }
  .span-eight {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 65.21739%;
  }
  .span-eight:last-child {
    margin-right: 0;
  }
  .span-nine {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 73.91304%;
  }
  .span-nine:last-child {
    margin-right: 0;
  }
  .span-ten {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 82.6087%;
  }
  .span-ten:last-child {
    margin-right: 0;
  }
  .span-eleven {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 91.30435%;
  }
  .span-eleven:last-child {
    margin-right: 0;
  }
  .span-three, .gridCard-span-three, .highlights .highlight, .ais-hits--item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 21.73913%;
  }
  .span-three:last-child, .gridCard-span-three:last-child, .highlights .highlight:last-child, .ais-hits--item:last-child {
    margin-right: 0;
  }
  .span-three:nth-child(2n), .gridCard-span-three:nth-child(2n), .highlights .highlight:nth-child(2n), .ais-hits--item:nth-child(2n) {
    margin-right: 4.34783%;
  }
  .span-three:nth-child(2n+1), .gridCard-span-three:nth-child(2n+1), .highlights .highlight:nth-child(2n+1), .ais-hits--item:nth-child(2n+1) {
    clear: none;
  }
  .span-three:nth-child(4n), .gridCard-span-three:nth-child(4n), .highlights .highlight:nth-child(4n), .ais-hits--item:nth-child(4n) {
    margin-right: 0;
  }
  .span-three:nth-child(4n+1), .gridCard-span-three:nth-child(4n+1), .highlights .highlight:nth-child(4n+1), .ais-hits--item:nth-child(4n+1) {
    clear: left;
  }
  .offset-one {
    margin-left: 8.69565%;
  }
  .offset-two {
    margin-left: 17.3913%;
  }
  .offset-three {
    margin-left: 26.08696%;
  }
  .offset-four {
    margin-left: 34.78261%;
  }
  .offset-five {
    margin-left: 43.47826%;
  }
  .offset-six {
    margin-left: 52.17391%;
  }
  .offset-seven {
    margin-left: 60.86957%;
  }
  .offset-eight {
    margin-left: 69.56522%;
  }
  .offset-nine {
    margin-left: 78.26087%;
  }
  .offset-ten {
    margin-left: 86.95652%;
  }
  .offset-eleven {
    margin-left: 95.65217%;
  }
  .blockGrid .span-two, .blog-page #blog-archive .article-list .span-two {
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 15.78947%;
  }
  .blockGrid .span-two:nth-child(4n), .blog-page #blog-archive .article-list .span-two:nth-child(4n) {
    margin-right: 4.34783%;
  }
  .blockGrid .span-two:nth-child(4n+1), .blog-page #blog-archive .article-list .span-two:nth-child(4n+1) {
    clear: none;
  }
  .blockGrid .span-two:last-child, .blog-page #blog-archive .article-list .span-two:last-child {
    margin-right: 0;
  }
  .blockGrid .span-two:nth-child(5n), .blog-page #blog-archive .article-list .span-two:nth-child(5n) {
    margin-right: 0;
  }
  .blockGrid .span-two:nth-child(5n+1), .blog-page #blog-archive .article-list .span-two:nth-child(5n+1) {
    clear: left;
  }
  .blockGrid .span-three, .blog-page #blog-archive .article-list .span-three, .blockGrid .gridCard-span-three, .blog-page #blog-archive .article-list .gridCard-span-three, .blockGrid .highlights .highlight, .highlights .blockGrid .highlight, .blog-page #blog-archive .article-list .highlights .highlight, .highlights .blog-page #blog-archive .article-list .highlight, .blockGrid .ais-hits--item, .blog-page #blog-archive .article-list .ais-hits--item {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 21.73913%;
  }
  .blockGrid .span-three:nth-child(3n), .blog-page #blog-archive .article-list .span-three:nth-child(3n), .blockGrid .gridCard-span-three:nth-child(3n), .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(3n), .blockGrid .highlights .highlight:nth-child(3n), .highlights .blockGrid .highlight:nth-child(3n), .blog-page #blog-archive .article-list .highlights .highlight:nth-child(3n), .highlights .blog-page #blog-archive .article-list .highlight:nth-child(3n), .blockGrid .ais-hits--item:nth-child(3n), .blog-page #blog-archive .article-list .ais-hits--item:nth-child(3n) {
    margin-right: 4.34783%;
  }
  .blockGrid .span-three:nth-child(3n+1), .blog-page #blog-archive .article-list .span-three:nth-child(3n+1), .blockGrid .gridCard-span-three:nth-child(3n+1), .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(3n+1), .blockGrid .highlights .highlight:nth-child(3n+1), .highlights .blockGrid .highlight:nth-child(3n+1), .blog-page #blog-archive .article-list .highlights .highlight:nth-child(3n+1), .highlights .blog-page #blog-archive .article-list .highlight:nth-child(3n+1), .blockGrid .ais-hits--item:nth-child(3n+1), .blog-page #blog-archive .article-list .ais-hits--item:nth-child(3n+1) {
    clear: none;
  }
  .blockGrid .span-three:last-child, .blog-page #blog-archive .article-list .span-three:last-child, .blockGrid .gridCard-span-three:last-child, .blog-page #blog-archive .article-list .gridCard-span-three:last-child, .blockGrid .highlights .highlight:last-child, .highlights .blockGrid .highlight:last-child, .blog-page #blog-archive .article-list .highlights .highlight:last-child, .highlights .blog-page #blog-archive .article-list .highlight:last-child, .blockGrid .ais-hits--item:last-child, .blog-page #blog-archive .article-list .ais-hits--item:last-child {
    margin-right: 0;
  }
  .blockGrid .span-three:nth-child(4n), .blog-page #blog-archive .article-list .span-three:nth-child(4n), .blockGrid .gridCard-span-three:nth-child(4n), .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(4n), .blockGrid .highlights .highlight:nth-child(4n), .highlights .blockGrid .highlight:nth-child(4n), .blog-page #blog-archive .article-list .highlights .highlight:nth-child(4n), .highlights .blog-page #blog-archive .article-list .highlight:nth-child(4n), .blockGrid .ais-hits--item:nth-child(4n), .blog-page #blog-archive .article-list .ais-hits--item:nth-child(4n) {
    margin-right: 0;
  }
  .blockGrid .span-three:nth-child(4n+1), .blog-page #blog-archive .article-list .span-three:nth-child(4n+1), .blockGrid .gridCard-span-three:nth-child(4n+1), .blog-page #blog-archive .article-list .gridCard-span-three:nth-child(4n+1), .blockGrid .highlights .highlight:nth-child(4n+1), .highlights .blockGrid .highlight:nth-child(4n+1), .blog-page #blog-archive .article-list .highlights .highlight:nth-child(4n+1), .highlights .blog-page #blog-archive .article-list .highlight:nth-child(4n+1), .blockGrid .ais-hits--item:nth-child(4n+1), .blog-page #blog-archive .article-list .ais-hits--item:nth-child(4n+1) {
    clear: left;
  }
}

@media screen and (min-width: 1280px) {
  .row, .blog-page #blog-archive .article-list, #shoppe-header,
  .ais-hits {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.61792em;
    padding-right: 2.61792em;
  }
  .row::after, .blog-page #blog-archive .article-list::after, #shoppe-header::after,
  .ais-hits::after {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (max-width: 800px) {
  .hideMobile {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .span-one, .span-two, .span-three, .gridCard-span-three, .highlights .highlight, .ais-hits--item, .span-four, .gridCard-span-four, .blog-page #blog-archive .article-list article,
  .span-five, .span-six, .span-seven, .span-eight,
  .span-nine, .span-ten, .span-eleven, .span-twelve {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

@media screen and (orientation: portrait) {
  .landscape {
    display: none;
  }
  .portrait {
    display: block;
  }
}

@media screen and (orientation: landscape) {
  .portrait {
    display: none;
  }
  .landscape {
    display: block;
  }
}

/*[ _print.scss ============================================
============================================================ ]*/
@media print {
  nav, footer, #dealer, .rotator, .print, video, audio, object, embed {
    display: none;
  }
  @page {
    margin: 1cm 2cm;
  }
  body, h1, h3 {
    color: #000;
    text-shadow: none;
  }
  img {
    max-width: 500px;
    max-height: 250px;
  }
  .col01 a:after, article a:after {
    content: " (" attr(href) ")";
    font-size: 80%;
    word-wrap: break-word;
  }
  #spec-sheet .container {
    page-break-inside: avoid;
  }
  #spec-sheet .cols > h3 {
    border-bottom: #000 1px solid;
  }
  #spec-sheet #logo-print {
    display: block;
  }
  #spec-sheet #featured-options a {
    display: none;
  }
  #spec-sheet #qr-code {
    visibility: visible;
  }
  #spec-sheet .tooltip-popup {
    visibility: hidden;
  }
  #share-widget {
    display: none;
  }
}
