/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(../js/vendor/footable/css/footable.sortable-0.1.css);
@import url(../js/vendor/flexslider/flexslider.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * 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, 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 9px; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix, .nav-product .link-product-inner, a.attention, .tabs > section .tab-content {
  clear: both;
  display: block;
  *zoom: 1; }

.clearfix:after, .nav-product .link-product-inner:after, a.attention:after, .tabs > section .tab-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 64em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns,
  .row.collapse .content .related-wrap > div,
  .content .row.collapse .related-wrap > div,
  .row.collapse .link-product-inner a,
  .link-product-inner .row.collapse a,
  .row.collapse .link-product-inner > div {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns,
.content .related-wrap > div,
.link-product-inner a,
.link-product-inner > div {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns,
  .content .related-wrap > div,
  .link-product-inner a,
  .link-product-inner > div {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6, .content
  .related-wrap > div {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12, .link-product-inner a,
  .link-product-inner > div {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered,
  .content .related-wrap > div.small-centered,
  .link-product-inner a.small-centered,
  .link-product-inner > div.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 481px; */
@media only screen and (min-width: 30.0625em) {
  .medium-1 {
    position: relative;
    width: 8.33333%; }

  .medium-2 {
    position: relative;
    width: 16.66667%; }

  .medium-3 {
    position: relative;
    width: 25%; }

  .medium-4 {
    position: relative;
    width: 33.33333%; }

  .medium-5 {
    position: relative;
    width: 41.66667%; }

  .medium-6, .link-product-inner a,
  .link-product-inner > div {
    position: relative;
    width: 50%; }

  .medium-7 {
    position: relative;
    width: 58.33333%; }

  .medium-8 {
    position: relative;
    width: 66.66667%; }

  .medium-9 {
    position: relative;
    width: 75%; }

  .medium-10 {
    position: relative;
    width: 83.33333%; }

  .medium-11 {
    position: relative;
    width: 91.66667%; }

  .medium-12 {
    position: relative;
    width: 100%; }

  .row .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .medium-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .medium-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .medium-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .medium-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .small-push-1 {
    left: inherit; }

  .small-pull-1 {
    right: inherit; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .small-push-11 {
    left: inherit; }

  .small-pull-11 {
    right: inherit; }

  .column.small-centered,
  .columns.small-centered,
  .content .related-wrap > div.small-centered,
  .link-product-inner a.small-centered,
  .link-product-inner > div.small-centered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.medium-centered,
  .columns.medium-centered,
  .content .related-wrap > div.medium-centered,
  .link-product-inner a.medium-centered,
  .link-product-inner > div.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3, .content
  .related-wrap > div {
    position: relative;
    width: 25%; }

  .large-4, .link-product-inner a,
  .link-product-inner > div {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered,
  .content .related-wrap > div.large-centered,
  .link-product-inner a.large-centered,
  .link-product-inner > div.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered,
  .content .related-wrap > div.large-uncentered,
  .link-product-inner a.large-uncentered,
  .link-product-inner > div.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite,
  .content .related-wrap > div.large-uncentered.opposite,
  .link-product-inner a.large-uncentered.opposite,
  .link-product-inner > div.large-uncentered.opposite {
    float: right !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small, .side-by-side .truncated,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small, .side-by-side .quote, .slider-caption,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, .side-by-side table.truncated, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, .side-by-side thead.truncated, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, .side-by-side tbody.truncated, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, .side-by-side tr.truncated, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, .side-by-side td.truncated, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
.side-by-side th.truncated,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 48em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small, .side-by-side .truncated {
    display: none !important; }

  .hide-for-small, .side-by-side .quote, .slider-caption {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small, .side-by-side table.quote, table.slider-caption {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small, .side-by-side thead.quote, thead.slider-caption {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small, .side-by-side tbody.quote, tbody.slider-caption {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small, .side-by-side tr.quote, tr.slider-caption {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small, .side-by-side td.quote, td.slider-caption,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small,
  .side-by-side th.quote,
  th.slider-caption {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 80em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 90em) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: -0.625em;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.625em 1.25em; }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 30.0625em) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 48em) {
  /* Remove small grid clearing */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #2284a1; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #d0d0d0;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #d0d0d0; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #457a1a; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #970b0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  button.expand, .button.expand {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2284a1; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: white; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2ba6cb; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #d0d0d0;
      color: #333333;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #d0d0d0; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #5da423;
      border-color: #457a1a;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #457a1a; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: white; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #c60f13;
      border-color: #970b0e;
      color: white;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #970b0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: white; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13; }

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em; }
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em; }
  button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em; }
  button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em; }

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    button:active, .button:active {
      -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
    button.radius, .button.radius {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 48em) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em; }
  form .row .row .column,
  form .row .row .columns,
  form .row .row .content .related-wrap > div,
  .content form .row .row .related-wrap > div,
  form .row .row .link-product-inner a,
  .link-product-inner form .row .row a,
  form .row .row .link-product-inner > div {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns,
    form .row .row.collapse .content .related-wrap > div,
    .content form .row .row.collapse .related-wrap > div,
    form .row .row.collapse .link-product-inner a,
    .link-product-inner form .row .row.collapse a,
    form .row .row.collapse .link-product-inner > div {
      padding: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #c60f13; }

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white; }

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden; }
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white; }
  form.custom .custom.checkbox {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: -1px; }
  form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 3px; }
  form.custom .custom.checkbox:before {
    content: "";
    display: block;
    font-size: 16px;
    color: white; }
  form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #222222;
    position: relative; }
  form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #222222;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-top: 4px;
    margin-left: -5px; }

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */ }
  form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    background: linear-gradient(to bottom, white 0%, #f3f3f3 100%);
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top; }
    form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: 200px; }
    form.custom .custom.dropdown .current {
      cursor: default;
      white-space: nowrap;
      line-height: 2.25em;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 0.5em;
      margin-right: 2.3125em; }
    form.custom .custom.dropdown .selector {
      cursor: default;
      position: absolute;
      width: 2.5em;
      height: 2.3125em;
      display: block;
      right: 0;
      top: 0; }
      form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #aaaaaa transparent transparent transparent;
        border-top-style: solid;
        position: absolute;
        left: 0.9375em;
        top: 50%;
        margin-top: -3px; }
    form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: #222222 transparent transparent transparent;
      border-top-style: solid; }
    form.custom .custom.dropdown .disabled {
      color: #888888; }
      form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888888; }
        form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    form.custom .custom.dropdown.small {
      max-width: 134px; }
    form.custom .custom.dropdown.medium {
      max-width: 100%; }
    form.custom .custom.dropdown.large {
      max-width: 434px; }
    form.custom .custom.dropdown.expand {
      width: 100% !important; }
    form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.medium ul {
      min-width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: 100%;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px; }
    form.custom .custom.dropdown ul li {
      color: #555555;
      font-size: 0.875em;
      cursor: default;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      padding-left: 0.375em;
      padding-right: 2.375em;
      min-height: 1.5em;
      line-height: 1.5em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: black; }
      form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: black; }
      form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: default;
        color: black; }
    form.custom .custom.dropdown ul.show {
      display: block; }
  form.custom .custom.disabled {
    background: #dddddd; }

/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Sections */
.section-container, .section-container.auto {
  width: 100%;
  display: block;
  margin-bottom: 0;
  border: 0 solid #cccccc;
  border-top: none; }
  .section-container > section, .section-container > .section, .section-container.auto > section, .section-container.auto > .section {
    position: relative; }
    .section-container > section > .tab-title, .section-container > .section > .tab-title, .section-container.auto > section > .tab-title, .section-container.auto > .section > .tab-title {
      background-color: #bfbfbf;
      cursor: pointer;
      margin-bottom: 0; }
      .section-container > section > .tab-title a, .section-container > .section > .tab-title a, .section-container.auto > section > .tab-title a, .section-container.auto > .section > .tab-title a {
        padding: 0.9375em;
        display: inline-block;
        color: #252525;
        font-size: 0.875em;
        white-space: nowrap; }
      .section-container > section > .tab-title:hover, .section-container > .section > .tab-title:hover, .section-container.auto > section > .tab-title:hover, .section-container.auto > .section > .tab-title:hover {
        background-color: #404040;
        color: white; }
    .section-container > section .content, .section-container > .section .content, .section-container.auto > section .content, .section-container.auto > .section .content {
      display: none;
      padding: 0.9375em;
      background-color: white; }
      .section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
        margin-bottom: 0; }
      .section-container > section .content > *:first-child, .section-container > .section .content > *:first-child, .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
        padding-top: 0; }
      .section-container > section .content > *:last-child, .section-container > .section .content > *:last-child, .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
        padding-bottom: 0; }
    .section-container > section.active > .content, .section-container > .section.active > .content, .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
      display: block; }
    .section-container > section.active > .tab-title, .section-container > .section.active > .tab-title, .section-container.auto > section.active > .tab-title, .section-container.auto > .section.active > .tab-title {
      background-color: #404040; }
      .section-container > section.active > .tab-title a, .section-container > .section.active > .tab-title a, .section-container.auto > section.active > .tab-title a, .section-container.auto > .section.active > .tab-title a {
        color: #252525; }
    .section-container > section > .tab-title, .section-container > .section > .tab-title, .section-container.auto > section > .tab-title, .section-container.auto > .section > .tab-title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 0 #cccccc; }
      .section-container > section > .tab-title a, .section-container > .section > .tab-title a, .section-container.auto > section > .tab-title a, .section-container.auto > .section > .tab-title a {
        width: 100%; }

.section-container.tabs {
  border: 2px solid #fff;
  position: relative; }
  .section-container.tabs > section, .section-container.tabs > .section {
    border: 0;
    position: static; }
    .section-container.tabs > section > .tab-title, .section-container.tabs > .section > .tab-title {
      background-color: #bfbfbf;
      cursor: pointer;
      margin-bottom: 0; }
      .section-container.tabs > section > .tab-title a, .section-container.tabs > .section > .tab-title a {
        padding: 0.9375em;
        display: inline-block;
        color: #252525;
        font-size: 0.875em;
        white-space: nowrap; }
      .section-container.tabs > section > .tab-title:hover, .section-container.tabs > .section > .tab-title:hover {
        background-color: #404040;
        color: white; }
    .section-container.tabs > section .content, .section-container.tabs > .section .content {
      display: none;
      padding: 0.9375em;
      background-color: white; }
      .section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
        margin-bottom: 0; }
      .section-container.tabs > section .content > *:first-child, .section-container.tabs > .section .content > *:first-child {
        padding-top: 0; }
      .section-container.tabs > section .content > *:last-child, .section-container.tabs > .section .content > *:last-child {
        padding-bottom: 0; }
    .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
      display: block; }
    .section-container.tabs > section.active > .tab-title, .section-container.tabs > .section.active > .tab-title {
      background-color: white; }
      .section-container.tabs > section.active > .tab-title a, .section-container.tabs > .section.active > .tab-title a {
        color: #252525; }
    .section-container.tabs > section > .tab-title, .section-container.tabs > .section > .tab-title {
      width: auto;
      border: solid 0 #cccccc;
      border-right: 2px solid #fff;
      border-bottom: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
      .section-container.tabs > section > .tab-title a, .section-container.tabs > .section > .tab-title a {
        width: 100%; }
    .section-container.tabs > section:last-child .tab-title, .section-container.tabs > .section:last-child .tab-title {
      border-right: solid 0 #cccccc; }
    .section-container.tabs > section .content, .section-container.tabs > .section .content {
      border: solid 0 #cccccc;
      position: absolute;
      z-index: 10;
      display: block;
      top: -9999px; }
    .section-container.tabs > section.active > .tab-title, .section-container.tabs > .section.active > .tab-title {
      z-index: 11;
      border-bottom: 0;
      background-color: white; }
    .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
      position: relative;
      top: 0; }

@media only screen and (min-width: 48em) {
  .section-container.auto {
    border: 2px solid #fff;
    position: relative; }
    .section-container.auto > section, .section-container.auto > .section {
      border: 0;
      position: static; }
      .section-container.auto > section > .tab-title, .section-container.auto > .section > .tab-title {
        background-color: #bfbfbf;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.auto > section > .tab-title a, .section-container.auto > .section > .tab-title a {
          padding: 0.9375em;
          display: inline-block;
          color: #252525;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.auto > section > .tab-title:hover, .section-container.auto > .section > .tab-title:hover {
          background-color: #404040;
          color: white; }
      .section-container.auto > section .content, .section-container.auto > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.auto > section .content > *:first-child, .section-container.auto > .section .content > *:first-child {
          padding-top: 0; }
        .section-container.auto > section .content > *:last-child, .section-container.auto > .section .content > *:last-child {
          padding-bottom: 0; }
      .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
        display: block; }
      .section-container.auto > section.active > .tab-title, .section-container.auto > .section.active > .tab-title {
        background-color: white; }
        .section-container.auto > section.active > .tab-title a, .section-container.auto > .section.active > .tab-title a {
          color: #252525; }
      .section-container.auto > section > .tab-title, .section-container.auto > .section > .tab-title {
        width: auto;
        border: solid 0 #cccccc;
        border-right: 2px solid #fff;
        border-bottom: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
        .section-container.auto > section > .tab-title a, .section-container.auto > .section > .tab-title a {
          width: 100%; }
      .section-container.auto > section:last-child .tab-title, .section-container.auto > .section:last-child .tab-title {
        border-right: solid 0 #cccccc; }
      .section-container.auto > section .content, .section-container.auto > .section .content {
        border: solid 0 #cccccc;
        position: absolute;
        z-index: 10;
        display: block;
        top: -9999px; }
      .section-container.auto > section.active > .tab-title, .section-container.auto > .section.active > .tab-title {
        z-index: 11;
        border-bottom: 0;
        background-color: white; }
      .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
        position: relative;
        top: 0; }

  .section-container.accordion .section {
    padding-top: 0 !important; }

  .section-container.vertical-tabs {
    border: 0 solid #cccccc;
    position: relative; }
    .section-container.vertical-tabs section,
    .section-container.vertical-tabs .section {
      padding-top: 0 !important;
      border: 0;
      position: static; }
      .section-container.vertical-tabs section > .tab-title,
      .section-container.vertical-tabs .section > .tab-title {
        background-color: #bfbfbf;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.vertical-tabs section > .tab-title a,
        .section-container.vertical-tabs .section > .tab-title a {
          padding: 0.9375em;
          display: inline-block;
          color: #252525;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.vertical-tabs section > .tab-title:hover,
        .section-container.vertical-tabs .section > .tab-title:hover {
          background-color: #404040;
          color: white; }
      .section-container.vertical-tabs section .content,
      .section-container.vertical-tabs .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.vertical-tabs section .content > *:last-child,
        .section-container.vertical-tabs .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.vertical-tabs section .content > *:first-child,
        .section-container.vertical-tabs .section .content > *:first-child {
          padding-top: 0; }
        .section-container.vertical-tabs section .content > *:last-child,
        .section-container.vertical-tabs .section .content > *:last-child {
          padding-bottom: 0; }
      .section-container.vertical-tabs section.active > .content,
      .section-container.vertical-tabs .section.active > .content {
        display: block; }
      .section-container.vertical-tabs section.active > .tab-title,
      .section-container.vertical-tabs .section.active > .tab-title {
        background-color: #404040; }
        .section-container.vertical-tabs section.active > .tab-title a,
        .section-container.vertical-tabs .section.active > .tab-title a {
          color: #252525; }
      .section-container.vertical-tabs section > .tab-title,
      .section-container.vertical-tabs .section > .tab-title {
        position: absolute;
        border-top: solid 0 #cccccc;
        width: 12.5em; }
      .section-container.vertical-tabs section:first-child .tab-title,
      .section-container.vertical-tabs .section:first-child .tab-title {
        border-top: 0; }
      .section-container.vertical-tabs section .content,
      .section-container.vertical-tabs .section .content {
        display: block;
        position: relative;
        left: 12.5em;
        border-left: solid 0 #cccccc;
        z-index: 10; }
      .section-container.vertical-tabs section.active > .tab-title,
      .section-container.vertical-tabs .section.active > .tab-title {
        background-color: #404040;
        width: 12.5625em;
        border-right: solid 0 transparent;
        z-index: 11; }
      .section-container.vertical-tabs section.active:last-child .tab-title,
      .section-container.vertical-tabs .section.active:last-child .tab-title {
        border-bottom: 0; }

  .section-container.vertical-nav {
    border: 0;
    position: relative; }
    .section-container.vertical-nav > section, .section-container.vertical-nav > .section {
      padding-top: 0 !important;
      position: relative; }
      .section-container.vertical-nav > section > .tab-title, .section-container.vertical-nav > .section > .tab-title {
        background-color: #bfbfbf;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.vertical-nav > section > .tab-title a, .section-container.vertical-nav > .section > .tab-title a {
          padding: 0.9375em;
          display: inline-block;
          color: #252525;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.vertical-nav > section > .tab-title:hover, .section-container.vertical-nav > .section > .tab-title:hover {
          background-color: #404040;
          color: white; }
      .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.vertical-nav > section .content > *:first-child, .section-container.vertical-nav > .section .content > *:first-child {
          padding-top: 0; }
        .section-container.vertical-nav > section .content > *:last-child, .section-container.vertical-nav > .section .content > *:last-child {
          padding-bottom: 0; }
      .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
        display: block; }
      .section-container.vertical-nav > section.active > .tab-title, .section-container.vertical-nav > .section.active > .tab-title {
        background-color: #404040; }
        .section-container.vertical-nav > section.active > .tab-title a, .section-container.vertical-nav > .section.active > .tab-title a {
          color: #252525; }
      .section-container.vertical-nav > section > .tab-title, .section-container.vertical-nav > .section > .tab-title {
        border-top: none;
        border: solid 0 #cccccc; }
        .section-container.vertical-nav > section > .tab-title a, .section-container.vertical-nav > .section > .tab-title a {
          display: block;
          width: 100%; }
      .section-container.vertical-nav > section .content, .section-container.vertical-nav > .section .content {
        display: none; }
      .section-container.vertical-nav > section:first-child .tab-title, .section-container.vertical-nav > .section:first-child .tab-title {
        border-bottom: none; }
      .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > .content {
        display: block;
        position: absolute;
        left: 100%;
        top: 0px;
        z-index: 999;
        min-width: 12.5em;
        border: solid 0 #cccccc; }

  .section-container.horizontal-nav {
    position: relative;
    background: #bfbfbf;
    border: 0 solid #cccccc; }
    .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section {
      padding-top: 0;
      border: 0;
      position: static; }
      .section-container.horizontal-nav > section > .tab-title, .section-container.horizontal-nav > .section > .tab-title {
        background-color: #bfbfbf;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.horizontal-nav > section > .tab-title a, .section-container.horizontal-nav > .section > .tab-title a {
          padding: 0.9375em;
          display: inline-block;
          color: #252525;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.horizontal-nav > section > .tab-title:hover, .section-container.horizontal-nav > .section > .tab-title:hover {
          background-color: #404040;
          color: white; }
      .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
        display: none;
        padding: 0.9375em;
        background-color: white; }
        .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
          margin-bottom: 0; }
        .section-container.horizontal-nav > section .content > *:first-child, .section-container.horizontal-nav > .section .content > *:first-child {
          padding-top: 0; }
        .section-container.horizontal-nav > section .content > *:last-child, .section-container.horizontal-nav > .section .content > *:last-child {
          padding-bottom: 0; }
      .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
        display: block; }
      .section-container.horizontal-nav > section.active > .tab-title, .section-container.horizontal-nav > .section.active > .tab-title {
        background-color: #404040; }
        .section-container.horizontal-nav > section.active > .tab-title a, .section-container.horizontal-nav > .section.active > .tab-title a {
          color: #252525; }
      .section-container.horizontal-nav > section > .tab-title, .section-container.horizontal-nav > .section > .tab-title {
        width: auto;
        border: solid 0 #cccccc;
        border-left: 0;
        top: -1px;
        position: absolute;
        z-index: 1; }
        .section-container.horizontal-nav > section > .tab-title a, .section-container.horizontal-nav > .section > .tab-title a {
          width: 100%; }
      .section-container.horizontal-nav > section .content, .section-container.horizontal-nav > .section .content {
        display: none; }
      .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > .content {
        display: block;
        position: absolute;
        z-index: 999;
        left: 0;
        top: -2px;
        min-width: 12.5em;
        border: solid 0 #cccccc; } }
.no-js .section-container.auto, .no-js .section-container.accordion, .no-js .section-container.tabs, .no-js .section-container.vertical-tabs, .no-js .section-container.vertical-nav, .no-js .section-container.horizontal-nav {
  width: 100%;
  display: block;
  margin-bottom: 0;
  border: 0 solid #cccccc;
  border-top: none; }
  .no-js .section-container.auto > section, .no-js .section-container.auto > .section, .no-js .section-container.accordion > section, .no-js .section-container.accordion > .section, .no-js .section-container.tabs > section, .no-js .section-container.tabs > .section, .no-js .section-container.vertical-tabs > section, .no-js .section-container.vertical-tabs > .section, .no-js .section-container.vertical-nav > section, .no-js .section-container.vertical-nav > .section, .no-js .section-container.horizontal-nav > section, .no-js .section-container.horizontal-nav > .section {
    position: relative; }
    .no-js .section-container.auto > section > .tab-title, .no-js .section-container.auto > .section > .tab-title, .no-js .section-container.accordion > section > .tab-title, .no-js .section-container.accordion > .section > .tab-title, .no-js .section-container.tabs > section > .tab-title, .no-js .section-container.tabs > .section > .tab-title, .no-js .section-container.vertical-tabs > section > .tab-title, .no-js .section-container.vertical-tabs > .section > .tab-title, .no-js .section-container.vertical-nav > section > .tab-title, .no-js .section-container.vertical-nav > .section > .tab-title, .no-js .section-container.horizontal-nav > section > .tab-title, .no-js .section-container.horizontal-nav > .section > .tab-title {
      background-color: #bfbfbf;
      cursor: pointer;
      margin-bottom: 0; }
      .no-js .section-container.auto > section > .tab-title a, .no-js .section-container.auto > .section > .tab-title a, .no-js .section-container.accordion > section > .tab-title a, .no-js .section-container.accordion > .section > .tab-title a, .no-js .section-container.tabs > section > .tab-title a, .no-js .section-container.tabs > .section > .tab-title a, .no-js .section-container.vertical-tabs > section > .tab-title a, .no-js .section-container.vertical-tabs > .section > .tab-title a, .no-js .section-container.vertical-nav > section > .tab-title a, .no-js .section-container.vertical-nav > .section > .tab-title a, .no-js .section-container.horizontal-nav > section > .tab-title a, .no-js .section-container.horizontal-nav > .section > .tab-title a {
        padding: 0.9375em;
        display: inline-block;
        color: #252525;
        font-size: 0.875em;
        white-space: nowrap; }
      .no-js .section-container.auto > section > .tab-title:hover, .no-js .section-container.auto > .section > .tab-title:hover, .no-js .section-container.accordion > section > .tab-title:hover, .no-js .section-container.accordion > .section > .tab-title:hover, .no-js .section-container.tabs > section > .tab-title:hover, .no-js .section-container.tabs > .section > .tab-title:hover, .no-js .section-container.vertical-tabs > section > .tab-title:hover, .no-js .section-container.vertical-tabs > .section > .tab-title:hover, .no-js .section-container.vertical-nav > section > .tab-title:hover, .no-js .section-container.vertical-nav > .section > .tab-title:hover, .no-js .section-container.horizontal-nav > section > .tab-title:hover, .no-js .section-container.horizontal-nav > .section > .tab-title:hover {
        background-color: #404040;
        color: white; }
    .no-js .section-container.auto > section .content, .no-js .section-container.auto > .section .content, .no-js .section-container.accordion > section .content, .no-js .section-container.accordion > .section .content, .no-js .section-container.tabs > section .content, .no-js .section-container.tabs > .section .content, .no-js .section-container.vertical-tabs > section .content, .no-js .section-container.vertical-tabs > .section .content, .no-js .section-container.vertical-nav > section .content, .no-js .section-container.vertical-nav > .section .content, .no-js .section-container.horizontal-nav > section .content, .no-js .section-container.horizontal-nav > .section .content {
      display: none;
      padding: 0.9375em;
      background-color: white; }
      .no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child {
        margin-bottom: 0; }
      .no-js .section-container.auto > section .content > *:first-child, .no-js .section-container.auto > .section .content > *:first-child, .no-js .section-container.accordion > section .content > *:first-child, .no-js .section-container.accordion > .section .content > *:first-child, .no-js .section-container.tabs > section .content > *:first-child, .no-js .section-container.tabs > .section .content > *:first-child, .no-js .section-container.vertical-tabs > section .content > *:first-child, .no-js .section-container.vertical-tabs > .section .content > *:first-child, .no-js .section-container.vertical-nav > section .content > *:first-child, .no-js .section-container.vertical-nav > .section .content > *:first-child, .no-js .section-container.horizontal-nav > section .content > *:first-child, .no-js .section-container.horizontal-nav > .section .content > *:first-child {
        padding-top: 0; }
      .no-js .section-container.auto > section .content > *:last-child, .no-js .section-container.auto > .section .content > *:last-child, .no-js .section-container.accordion > section .content > *:last-child, .no-js .section-container.accordion > .section .content > *:last-child, .no-js .section-container.tabs > section .content > *:last-child, .no-js .section-container.tabs > .section .content > *:last-child, .no-js .section-container.vertical-tabs > section .content > *:last-child, .no-js .section-container.vertical-tabs > .section .content > *:last-child, .no-js .section-container.vertical-nav > section .content > *:last-child, .no-js .section-container.vertical-nav > .section .content > *:last-child, .no-js .section-container.horizontal-nav > section .content > *:last-child, .no-js .section-container.horizontal-nav > .section .content > *:last-child {
        padding-bottom: 0; }
    .no-js .section-container.auto > section.active > .content, .no-js .section-container.auto > .section.active > .content, .no-js .section-container.accordion > section.active > .content, .no-js .section-container.accordion > .section.active > .content, .no-js .section-container.tabs > section.active > .content, .no-js .section-container.tabs > .section.active > .content, .no-js .section-container.vertical-tabs > section.active > .content, .no-js .section-container.vertical-tabs > .section.active > .content, .no-js .section-container.vertical-nav > section.active > .content, .no-js .section-container.vertical-nav > .section.active > .content, .no-js .section-container.horizontal-nav > section.active > .content, .no-js .section-container.horizontal-nav > .section.active > .content {
      display: block; }
    .no-js .section-container.auto > section.active > .tab-title, .no-js .section-container.auto > .section.active > .tab-title, .no-js .section-container.accordion > section.active > .tab-title, .no-js .section-container.accordion > .section.active > .tab-title, .no-js .section-container.tabs > section.active > .tab-title, .no-js .section-container.tabs > .section.active > .tab-title, .no-js .section-container.vertical-tabs > section.active > .tab-title, .no-js .section-container.vertical-tabs > .section.active > .tab-title, .no-js .section-container.vertical-nav > section.active > .tab-title, .no-js .section-container.vertical-nav > .section.active > .tab-title, .no-js .section-container.horizontal-nav > section.active > .tab-title, .no-js .section-container.horizontal-nav > .section.active > .tab-title {
      background-color: #404040; }
      .no-js .section-container.auto > section.active > .tab-title a, .no-js .section-container.auto > .section.active > .tab-title a, .no-js .section-container.accordion > section.active > .tab-title a, .no-js .section-container.accordion > .section.active > .tab-title a, .no-js .section-container.tabs > section.active > .tab-title a, .no-js .section-container.tabs > .section.active > .tab-title a, .no-js .section-container.vertical-tabs > section.active > .tab-title a, .no-js .section-container.vertical-tabs > .section.active > .tab-title a, .no-js .section-container.vertical-nav > section.active > .tab-title a, .no-js .section-container.vertical-nav > .section.active > .tab-title a, .no-js .section-container.horizontal-nav > section.active > .tab-title a, .no-js .section-container.horizontal-nav > .section.active > .tab-title a {
        color: #252525; }
    .no-js .section-container.auto > section > .tab-title, .no-js .section-container.auto > .section > .tab-title, .no-js .section-container.accordion > section > .tab-title, .no-js .section-container.accordion > .section > .tab-title, .no-js .section-container.tabs > section > .tab-title, .no-js .section-container.tabs > .section > .tab-title, .no-js .section-container.vertical-tabs > section > .tab-title, .no-js .section-container.vertical-tabs > .section > .tab-title, .no-js .section-container.vertical-nav > section > .tab-title, .no-js .section-container.vertical-nav > .section > .tab-title, .no-js .section-container.horizontal-nav > section > .tab-title, .no-js .section-container.horizontal-nav > .section > .tab-title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 0 #cccccc; }
      .no-js .section-container.auto > section > .tab-title a, .no-js .section-container.auto > .section > .tab-title a, .no-js .section-container.accordion > section > .tab-title a, .no-js .section-container.accordion > .section > .tab-title a, .no-js .section-container.tabs > section > .tab-title a, .no-js .section-container.tabs > .section > .tab-title a, .no-js .section-container.vertical-tabs > section > .tab-title a, .no-js .section-container.vertical-tabs > .section > .tab-title a, .no-js .section-container.vertical-nav > section > .tab-title a, .no-js .section-container.vertical-nav > .section > .tab-title a, .no-js .section-container.horizontal-nav > section > .tab-title a, .no-js .section-container.horizontal-nav > .section > .tab-title a {
        width: 100%; }
    .no-js .section-container.auto > section .tab-title, .no-js .section-container.auto > .section .tab-title, .no-js .section-container.accordion > section .tab-title, .no-js .section-container.accordion > .section .tab-title, .no-js .section-container.tabs > section .tab-title, .no-js .section-container.tabs > .section .tab-title, .no-js .section-container.vertical-tabs > section .tab-title, .no-js .section-container.vertical-tabs > .section .tab-title, .no-js .section-container.vertical-nav > section .tab-title, .no-js .section-container.vertical-nav > .section .tab-title, .no-js .section-container.horizontal-nav > section .tab-title, .no-js .section-container.horizontal-nav > .section .tab-title {
      position: static;
      width: 100%;
      border-left: 0;
      border-right: 0; }
    .no-js .section-container.auto > section .tab-content, .no-js .section-container.auto > .section .tab-content, .no-js .section-container.accordion > section .tab-content, .no-js .section-container.accordion > .section .tab-content, .no-js .section-container.tabs > section .tab-content, .no-js .section-container.tabs > .section .tab-content, .no-js .section-container.vertical-tabs > section .tab-content, .no-js .section-container.vertical-tabs > .section .tab-content, .no-js .section-container.vertical-nav > section .tab-content, .no-js .section-container.vertical-nav > .section .tab-content, .no-js .section-container.horizontal-nav > section .tab-content, .no-js .section-container.horizontal-nav > .section .tab-content {
      position: static;
      display: block;
      width: 100%;
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

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

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

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

@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

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

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

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

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: whitesmoke; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block; }
    .orbit-container .orbit-slides-container > * {
      position: relative;
      float: left;
      height: auto; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: black;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        width: 100%;
        padding: 10px 14px;
        font-size: 0.875em; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0); }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125em; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #000; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important; }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: inset 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #ccc; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #ccc; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 18px;
    height: 18px;
    background: #999999;
    float: left;
    margin-right: 6px;
    border: solid 2px #222222;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #222222; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 48em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; }
  .reveal-modal .column,
  .reveal-modal .columns,
  .reveal-modal .content .related-wrap > div,
  .content .reveal-modal .related-wrap > div,
  .reveal-modal .link-product-inner a,
  .link-product-inner .reveal-modal a,
  .reveal-modal .link-product-inner > div {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 48em) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em; }
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  .reveal-modal {
    background: #fff !important; } }
@-moz-document url-prefix() {
  .hero,
  .related,
  .related span,
  .nav-product .nav-inner,
  .overlay {
    width: 100%;
    -moz-box-sizing: border-box; } }

body {
  background: white url(../images/footer/bkg-footer-summer.jpg) no-repeat center bottom;
  background-position: center 101%;
  color: #252525;
  overflow: hidden;
  color: #252525;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 30.0625em) {
    body {
      background: white url(../images/footer/bkg-footer-summer-medium.jpg) no-repeat center bottom; } }
  @media only screen and (min-width: 48em) {
    body {
      background-position: center bottom; } }
  @media only screen and (min-width: 80em) {
    body {
      background: white url(../images/footer/bkg-footer-summer-large.jpg) no-repeat center bottom;
      background-size: auto auto;
      background-position: center bottom; } }

#wrapper {
  min-height: 780px;
  padding-bottom: 150px; }
  @media only screen and (min-width: 30.0625em) {
    #wrapper {
      padding-bottom: 126px; } }
  @media only screen and (min-width: 48em) {
    #wrapper {
      padding-bottom: 220px; } }

#wrapper.no-hero {
  padding-top: 5em; }
  @media only screen and (min-width: 48em) {
    #wrapper.no-hero {
      padding-top: 7em; } }

.lt-ie9 #wrapper {
  padding-top: 40px !important; }

.lt-ie9 .home #wrapper {
  padding-top: 0 !important; }

a,
a:active,
a:visited {
  color: #ec3423;
  text-decoration: none; }

a > span {
  display: block; }

*[data-href] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  color: #252525;
  color: #252525;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  text-transform: uppercase; }

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  padding: 0 10%;
  margin-bottom: 15px;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    h2 {
      font-size: 45px;
      font-size: 2.8125rem;
      padding: 0; } }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    h2 {
      font-size: 32px;
      font-size: 2rem;
      padding: 0; } }
  h2 span {
    display: block;
    color: dimgrey;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10.75px;
    font-size: 0.67188rem;
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    text-transform: none; }
    @media only screen and (min-width: 48em) {
      h2 span {
        font-size: 0.45em; } }
    h2 span a, h2 span a:visited, h2 span a:active {
      display: block;
      color: dimgrey;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-style: normal;
      font-weight: normal;
      font-size: 10.75px;
      font-size: 0.67188rem;
      -webkit-font-smoothing: antialiased;
      font-style: italic;
      text-transform: none;
      line-height: 2.25em; }
      @media only screen and (min-width: 48em) {
        h2 span a, h2 span a:visited, h2 span a:active {
          font-size: 20px;
          font-size: 1.25rem; } }
    h2 span a:hover {
      color: #ec3423; }

h1 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  margin-bottom: 15px;
  padding: 0;
  text-align: left; }
  .no-hero h1 {
    text-align: center; }
  @media only screen and (min-width: 48em) {
    h1 {
      font-size: 45px;
      font-size: 2.8125rem;
      margin-bottom: 30px;
      text-align: left; }
      .no-hero h1 {
        margin-bottom: 40px;
        text-align: left; } }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    h1 {
      font-size: 32px;
      font-size: 2rem;
      padding: 0; } }

h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1875em;
  margin: 15px 0; }
  @media only screen and (min-width: 48em) {
    h3 {
      font-size: 16px;
      font-size: 1rem; } }
  @media only screen and (min-width: 80em) {
    h3 {
      font-size: 18px;
      font-size: 1.125rem; } }

div > h3:first-child {
  margin-top: 0; }

h4 {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.125em;
  font-weight: 500;
  margin-bottom: 12px; }
  @media only screen and (min-width: 48em) {
    h4 {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.375em; } }
  @media only screen and (min-width: 80em) {
    h4 {
      font-size: 14px;
      font-size: 0.875rem; } }

p, li, a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25rem; }
  @media only screen and (min-width: 48em) {
    p, li, a {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.375rem; } }

p {
  margin: 0;
  padding: 0 0 15px 0;
  text-align: justify; }

div p:last-child {
  padding-bottom: 0; }

ol {
  counter-reset: ol-counter; }

ol li {
  position: relative;
  padding: 4px 0 10px 15px; }

ol li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  position: absolute;
  left: 0;
  top: 4px;
  color: #8a221b;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased; }

ol.square li {
  padding-left: 35px; }

ol.square li:before {
  background-color: #8a221b;
  color: #fff;
  padding: 0 6px; }

sup {
  font-size: .5em;
  vertical-align: 5px;
  padding-left: 2px; }

p sup {
  vertical-align: 1px; }

html {
  overflow-x: hidden; }

.content ul {
  margin-left: .9em; }

.content ul li {
  color: #252525;
  list-style: none;
  padding-bottom: 20px;
  text-indent: -.9em; }

.content ul li:before {
  color: #ec3423;
  content: "\2022";
  font-size: 1em;
  padding-right: .25em;
  position: relative;
  top: 0;
  left: -4px; }

.no-bullets, .manuals .content ul, .sidebar ul {
  margin-left: 0; }
  .no-bullets li, .manuals .content ul li, .sidebar ul li {
    padding-bottom: 0;
    text-indent: 0; }
    .no-bullets li:before, .manuals .content ul li:before, .sidebar ul li:before {
      content: none; }

table {
  margin-bottom: 30px;
  width: 100%; }

th, td {
  border-collapse: collapse;
  border-bottom: 1px solid #b2b2b2;
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  padding: 15px 10px;
  text-align: left; }

table:not(.footable) tr:nth-child(odd) td {
  background-color: #f2f2f2; }

th {
  font-weight: bold; }

th[colspan="2"] {
  color: #ec3423;
  font-size: 12px;
  font-size: 0.75rem; }
  @media only screen and (min-width: 80em) {
    th[colspan="2"] {
      font-size: 14px;
      font-size: 0.875rem; } }

tr.footnote td {
  background-color: #fff;
  border: none;
  font-style: italic;
  font-size: 10px;
  font-size: 0.625rem; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.full {
  width: 100%; }

.wide {
  margin: 0 auto;
  width: 1280px; }

.columns.alpha, .content
.related-wrap > div.alpha, .link-product-inner a.alpha,
.link-product-inner > div.alpha {
  padding-left: 0 !important; }

.columns.omega, .inset div.columns:first-child, .inset .content .related-wrap > div:first-child, .content .inset .related-wrap > div:first-child,
.inset .link-product-inner > div:first-child, .content
.related-wrap > div.omega, .link-product-inner a.omega,
.link-product-inner > div.omega {
  padding-right: 0 !important; }

.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -9999px;
  overflow: hidden; }

.nowrap {
  white-space: nowrap; }

.grayBox {
  border: 2px solid #fff;
  width: 100%;
  height: 175px;
  background: silver; }

label {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  color: #252525 !important; }

input[type="text"] {
  height: 43px;
  color: #252525;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  padding-left: 12px;
  padding-left: 0.75rem;
  margin-top: 0 !important;
  margin-bottom: 0;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none; }
  @media only screen and (min-width: 48em) {
    input[type="text"] {
      margin-top: 0 !important;
      margin-bottom: 1em; } }

::-webkit-input-placeholder {
  color: #252525;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #252525;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #252525;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

:-ms-input-placeholder {
  color: #252525;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

.placeholdersjs {
  color: #252525;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

.nav-search input::-webkit-input-placeholder,
.nav-search input:-moz-placeholder,
.nav-search input::-moz-placeholder,
.nav-search input:-ms-input-placeholder {
  color: #fff !important; }

header {
  height: 65px;
  position: fixed;
  z-index: 9000;
  width: 100%;
  top: 0px; }
  @media only screen and (min-width: 48em) {
    header {
      position: absolute;
      top: 0; } }

header.open {
  top: 0; }

header ul {
  list-style-type: none; }

.nav {
  -webkit-box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 7px -2px rgba(0, 0, 0, 0.2);
  background: url(../images/bkg-nav-mobile.png) no-repeat -439px 0;
  height: 50px;
  position: relative; }
  .nav a {
    color: #fff;
    color: white;
    font-family: "museo-slab",serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase; }
  .nav a.active,
  .nav a:hover,
  .nav a:active,
  .nav li.active a,
  .nav li.active a:hover,
  .nav li.active a:active {
    color: #ec3423; }
  @media only screen and (min-width: 48em) {
    .nav {
      background: url(../images/bkg-nav.png) no-repeat center top;
      height: 65px; } }
  @media only screen and (max-width: 1024px) and (min-width: 767px) {
    .nav {
      background-position: -438px 0; } }

.nav .row {
  position: relative; }

.nav-center {
  margin: 0 auto; }

.nav-logo {
  height: 50px;
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: 9px 12px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  float: left;
  width: 236px; }
  .nav-logo a {
    display: block;
    height: 50px;
    text-indent: -999px;
    width: 236px; }
  @media only screen and (min-width: 48em) {
    .nav-logo {
      height: 85px;
      width: 150px;
      background-position: 6px -777px; }
      .nav-logo a {
        height: 85px;
        width: 150px; } }

#navWrap {
  display: none;
  width: 100%;
  position: absolute;
  top: 50px;
  z-index: 10000; }
  @media only screen and (min-width: 48em) {
    #navWrap {
      display: block !important;
      position: static;
      top: 0; } }

.nav-primary {
  background-color: #4b4b4b;
  position: absolute;
  padding: 0;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 50; }
  .nav-primary li {
    border-top: 1px solid dimgrey;
    float: left;
    margin: 0 5px;
    padding: 15px 0;
    text-align: center;
    width: 47%; }
    .nav-primary li a {
      font-size: 14px;
      font-size: 0.875rem; }
  @media only screen and (min-width: 48em) {
    .nav-primary {
      background-color: transparent;
      float: left;
      padding: 0;
      position: relative;
      top: 0;
      width: 61%; }
      .nav-primary li {
        border: none;
        margin: 22px 0 0 6%;
        padding: 0;
        text-align: left;
        width: auto; }
        .nav-primary li a {
          font-size: 14px;
          font-size: 0.875rem; } }
        @media only screen and (min-width: 48em) and (min-width: 481px) and (max-width: 830px) {
          .nav-primary li a {
            font-size: 12px;
            font-size: 0.75rem; } }

.nav-primary li.nav-home {
  border-top: none;
  display: block;
  width: 100%; }
  .nav-primary li.nav-home a {
    display: block;
    background-image: url("../images/sprites.png?v=3");
    background-repeat: no-repeat;
    background-position: -262px -374px;
    text-indent: -9999px;
    margin: 0 auto;
    width: 30px;
    height: 20px; }

@media only screen and (min-width: 48em) {
  .firearms .nav-primary {
    background: transparent url(../../images/firearms.png) no-repeat 50% 3px/171px;
    padding-top: 15px; } }

.nav-secondary {
  background-color: #8a221b;
  position: absolute;
  margin-top: 10px;
  padding-left: 0;
  top: 140px;
  width: 100%;
  z-index: 45;
  -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5); }
  .nav-secondary li {
    float: left;
    height: 44px;
    padding: 13px 0;
    text-align: center;
    width: 50%; }
    .nav-secondary li a {
      font-size: 14px;
      font-size: 0.875rem; }
  .nav-secondary li:first-child {
    border-right: 1px solid #a14e49; }
  @media only screen and (min-width: 48em) {
    .nav-secondary {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      background-color: transparent;
      float: right;
      position: relative;
      text-align: right;
      top: 0;
      width: auto; }
      .nav-secondary li {
        float: none;
        height: auto;
        padding: 0;
        text-align: right;
        width: auto; }
        .nav-secondary li a {
          font-size: 12px;
          font-size: 0.75rem; }
      .nav-secondary li:first-child {
        border-right: none; } }
        @media only screen and (min-width: 48em) and (min-width: 481px) and (max-width: 830px) {
          .nav-secondary li a {
            font-size: 11px;
            font-size: 0.6875rem; } }

.brands {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  height: 50px;
  padding-top: 10px;
  margin: 0 auto; }
  @media only screen and (min-width: 48em) {
    .brands {
      height: 65px;
      padding-top: 13px; } }

.brands > .row > div {
  width: 320px;
  margin: 0 auto; }

.brands ul {
  list-style-type: none; }

.brands li {
  float: left;
  margin-left: 30px; }
  .brands li:first-child {
    margin-left: 40px; }
  .brands li a {
    display: block;
    height: 31px;
    text-indent: -9999px; }
  @media only screen and (min-width: 48em) {
    .brands li {
      margin-left: 30px; }
      .brands li a {
        height: 40px; }
      .brands li:first-child {
        margin-left: 17px; } }

.brands .sw {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -8px -71px;
  width: 31px; }
  .brands .sw:hover {
    background-position: -8px -104px; }
  @media only screen and (min-width: 48em) {
    .brands .sw {
      background-image: url("../images/sprites.png?v=3");
      background-repeat: no-repeat;
      background-position: -8px -163px;
      width: 41px; }
      .brands .sw:hover, .brands .sw.active {
        background-position: -8px -206px; } }

.brands .mp {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -64px -74px;
  width: 56px;
  margin-top: 3px; }
  .brands .mp:hover {
    background-position: -64px -107px; }
  @media only screen and (min-width: 48em) {
    .brands .mp {
      background-image: url("../images/sprites.png?v=3");
      background-repeat: no-repeat;
      background-position: -79px -168px;
      width: 73px;
      margin-top: 5px; }
      .brands .mp:hover, .brands .mp.active {
        background-position: -79px -211px; } }

.brands .tc {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -145px -71px;
  width: 32px; }
  .brands .tc:hover, .brands .tc.active {
    background-position: -145px -104px; }
  @media only screen and (min-width: 48em) {
    .brands .tc {
      background-image: url("../images/sprites.png?v=3");
      background-repeat: no-repeat;
      background-position: -184px -163px;
      width: 41px; }
      .brands .tc:hover, .brands .tc.active {
        background-position: -184px -206px; } }

.brands .pc {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -201px -71px;
  width: 31px; }
  .brands .pc:hover {
    background-position: -201px -104px; }
  @media only screen and (min-width: 48em) {
    .brands .pc {
      background-image: url("../images/sprites.png?v=3");
      background-repeat: no-repeat;
      background-position: -257px -163px;
      width: 40px; }
      .brands .pc:hover, .brands .pc.active {
        background-position: -257px -206px; } }

.nav-search {
  background-color: #252525;
  background-color: #4b4b4b;
  display: block;
  height: 54px;
  padding: 10px 0 10px 10px;
  position: absolute;
  top: 194px;
  width: 100%;
  -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 48em) {
    .nav-search {
      background-color: rgba(0, 0, 0, 0.65);
      display: none;
      right: -6px;
      top: 65px;
      width: 390px; } }

#navWrap.open .nav-search {
  display: block !important; }

.nav-search input[type="text"] {
  background-color: dimgrey;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  float: left;
  font-style: italic;
  padding: 5px 10px;
  height: 34px;
  width: 70%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  @media only screen and (min-width: 48em) {
    .nav-search input[type="text"] {
      width: 289px; } }

.nav-search-btn {
  display: block;
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -453px -42px;
  float: right;
  height: 44px;
  margin: 10px 0 0 15px;
  text-indent: -9999px;
  width: 44px; }
  .nav-search-btn:hover, .nav-search-btn.open {
    background-position: -453px -86px; }

.nav-search button {
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  -ms-box-shadow: 0 !important;
  -o-box-shadow: 0 !important;
  box-shadow: 0 !important;
  background-color: dimgrey;
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  border: none;
  color: #fff;
  float: left;
  height: 34px;
  padding: 5px;
  width: 26%;
  box-shadow: none;
  -webkit-box-shadow: none; }
  @media only screen and (min-width: 48em) {
    .nav-search button {
      width: 80px; } }

.nav-menu-btn {
  color: #fff !important;
  color: white;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px 12px 0 0;
  padding: 5px; }
  .nav-menu-btn.open {
    background-image: url("../images/sprites.png?v=3");
    background-repeat: no-repeat;
    background-position: -254px -437px;
    text-indent: -999px;
    padding: 10px;
    width: 45px; }

.nav-section {
  background: url(../images/bkg-shadow-section.png) no-repeat center bottom;
  background-size: 100% 6px;
  height: auto;
  margin: -39px 0 30px 0;
  padding-bottom: 6px;
  text-align: left;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .nav-section {
      background-size: 100% 19px;
      height: 97px;
      margin: -69px 0 55px 0;
      padding-bottom: 19px;
      text-align: center; } }

.nav-section ul {
  display: block; }
  @media only screen and (min-width: 48em) {
    .nav-section ul {
      display: inline-block;
      margin: 0 auto;
      padding: 13px 0; } }

.nav-section ul div {
  display: none; }
  @media only screen and (min-width: 48em) {
    .nav-section ul div {
      display: block !important; } }

.nav-section ul div li {
  display: block;
  margin: 0 15px;
  text-transform: uppercase;
  width: auto; }
  @media only screen and (min-width: 48em) {
    .nav-section ul div li {
      float: left;
      height: 50px;
      margin: 0;
      width: auto;
      max-width: 265px; } }

.nav-section li span {
  color: dimgrey;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 11px; }
  @media only screen and (min-width: 48em) {
    .nav-section li span {
      font-size: 10px;
      font-size: 0.625rem; } }
  @media only screen and (min-width: 48em) and (orientation: portrait) {
    .nav-section li span {
      font-size: 10px;
      font-size: 0.625rem; } }

.nav-section a {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: right -271px;
  border-top: 1px solid #dedee0;
  color: #ec3423;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1em;
  display: block;
  padding: 15px 0; }
  @media only screen and (min-width: 48em) {
    .nav-section a {
      background-image: none;
      border-top: none;
      border-right: 1px solid #dedee0;
      font-size: 18px;
      font-size: 1.125rem;
      padding: 10px 25px; } }
  @media only screen and (min-width: 48em) and (orientation: portrait) {
    .nav-section a {
      padding: 10px 12px;
      font-size: 15px;
      font-size: 0.9375rem; } }

.nav-section li:first-child a {
  border-top: 1px solid #dedee0; }
  @media only screen and (min-width: 48em) {
    .nav-section li:first-child a {
      border-top: none;
      border-left: 1px solid #dedee0; } }

.nav-product {
  margin-top: -39px;
  margin-bottom: 45px; }
  .nav-product.open {
    margin-top: 0; }
  @media only screen and (min-width: 30.0625em) {
    .nav-product {
      background: none;
      margin-top: 0;
      margin-bottom: 0; } }

.infinity-divider,
.nav-product + .content {
  background: url(../images/bkg-product-nav-divider.jpg) no-repeat center top;
  background-size: 100% 103px;
  padding-top: 80px;
  position: relative; }
  .infinity-divider:before,
  .nav-product + .content:before {
    content: '.';
    display: block;
    background-image: url("../images/sprites.png?v=3");
    background-repeat: no-repeat;
    background-position: center -716px;
    position: absolute;
    height: 56px;
    text-indent: -9999px;
    top: 0;
    width: 100%; }

@media screen and (max-width: 480px) {
  .nav-product + .content {
    background-image: url("");
    padding-top: 0; }
    .nav-product + .content:before {
      content: none;
      display: none; } }

.nav-product .link-product-inner {
  display: none;
  float: none;
  margin-bottom: 0 !important; }
  @media only screen and (min-width: 30.0625em) {
    .nav-product .link-product-inner {
      display: block;
      margin-bottom: 40px; } }

.nav-handle {
  font-size: 16px !important;
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -131px -463px;
  background-color: #ececec;
  display: block !important;
  height: 64px;
  text-transform: uppercase; }
  @media only screen and (min-width: 30.0625em) {
    .nav-handle {
      display: none !important; } }

.nav-handle:after {
  content: '' !important;
  text-indent: -9999px !important;
  background: url(../images/bkg-shadow-section.png) no-repeat center top;
  background-size: 100% 6px;
  height: 6px;
  width: 100%; }

.open .nav-handle {
  background-position: -772px -226px; }

.nav-handle a {
  color: #ec3423;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  background: none;
  position: relative;
  border-top: none;
  height: 64px;
  line-height: 1.1em;
  display: block;
  padding: 15px 0 15px 65px; }

.nav-handle a span {
  color: dimgrey;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0; }

.nav-product.open .nav-handle {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: center -294px;
  background-color: #ececec;
  text-align: center;
  padding: 0; }

.nav-product.open .nav-handle a {
  padding: 9px 0; }

.open .handle-text1,
.closed .handle-text2 {
  display: none; }

.open .handle-text2,
.closed .handle-text1 {
  display: block; }

.lt-ie9 .notice-ie8 {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  background-color: #f2f2f2;
  display: block;
  color: #8a221b;
  height: auto;
  margin: 0 !important;
  padding: 25px 50px !important;
  height: auto; }
  .lt-ie9 .notice-ie8 h3 {
    color: #8a221b;
    display: inline-block;
    line-height: 20px;
    margin: 0 10px 0 0; }
  .lt-ie9 .notice-ie8 span {
    display: inline-block;
    line-height: 20px;
    margin: 5px 0;
    width: 100%; }
    .lt-ie9 .notice-ie8 span a:hover, .lt-ie9 .notice-ie8 span a:active {
      text-decoration: underline; }

.lt-ie9 header {
  position: relative;
  height: auto; }

footer {
  background-color: rgba(0, 0, 0, 0.82);
  color: #fff;
  height: auto;
  padding: 0 0 30px 0;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    footer {
      padding: 0 !important; } }
  footer div.row {
    padding-top: 0; }
    @media only screen and (min-width: 48em) {
      footer div.row {
        padding-top: 37px;
        padding-bottom: 37px; } }

.lt-ie9 footer {
  background: url(../images/footer/footer_bg_shim.png) repeat; }

footer dt {
  color: white;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  text-shadow: 0px 1px 1px black; }
  footer dt.open {
    color: #ec3423; }
  @media only screen and (min-width: 48em) {
    footer dt {
      cursor: default;
      border-bottom: none;
      border-top: none;
      margin-bottom: 15px;
      padding: 0;
      text-align: left; } }

footer dl {
  text-transform: uppercase;
  padding: 0;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    footer dl {
      padding-left: 0.9375em; } }
  footer dl:after {
    clear: both; }

footer dd {
  display: inline; }

.footer-primary.columns, .content
.related-wrap > div.footer-primary, .link-product-inner a.footer-primary,
.link-product-inner > div.footer-primary {
  border-bottom: 1px solid dimgrey;
  padding: 0; }
  @media only screen and (min-width: 48em) {
    .footer-primary.columns, .content
    .related-wrap > div.footer-primary, .link-product-inner a.footer-primary,
    .link-product-inner > div.footer-primary {
      border-bottom: none !important;
      padding: 0 0.9375em; } }

.footer-primary ul {
  border-top: 1px solid dimgrey;
  display: none; }
  @media only screen and (min-width: 48em) {
    .footer-primary ul {
      border-top: none !important;
      display: block !important; } }

.footer-primary li {
  background-color: rgba(255, 255, 255, 0.08);
  float: left;
  padding: 0;
  text-align: center;
  width: 50%; }
  .footer-primary li.single {
    width: 100%; }
  .footer-primary li:nth-child(-n+2) a {
    border-top: none !important; }
  .footer-primary li a {
    border-top: 1px solid dimgrey;
    color: #fff;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 0 5px;
    padding: 14px 0 14px 0;
    text-decoration: none;
    text-align: center;
    width: 95%; }
    .footer-primary li a:active, .footer-primary li a:visited {
      color: #fff; }
    .footer-primary li a:hover {
      color: #ec3423; }
  @media only screen and (min-width: 48em) {
    .footer-primary li {
      background-color: transparent;
      float: none;
      padding-bottom: 8px;
      width: auto; }
      .footer-primary li a {
        border-top: none;
        float: none;
        height: auto;
        margin: 0;
        padding: 0;
        text-align: left;
        width: auto; } }
  .footer-primary li a[href^="http"]:after {
    content: '.';
    display: inline-block;
    height: 8px;
    width: 8px;
    background-image: url("/assets/images/icon_external_link.png");
    background-repeat: no-repeat;
    text-indent: -10000px;
    position: relative;
    margin-left: 5px; }

.footer-utility {
  color: #fff;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 35px;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .footer-utility {
      padding-top: 0;
      text-align: left; } }

.footer-social {
  display: block;
  height: 34px;
  margin: 0 auto 20px auto;
  width: 122px; }
  @media only screen and (min-width: 48em) {
    .footer-social {
      margin: 0 0 20px 0;
      width: auto; } }

.footer-social li {
  float: left;
  margin-left: 10px; }
  .footer-social li:first-child {
    margin-left: 0; }

.footer-social a {
  display: block;
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -8px -520px;
  height: 34px;
  text-indent: -9999px;
  width: 34px; }
  .footer-social a.facebook {
    background-position: -50px -520px; }
  .footer-social a.youtube {
    background-position: -92px -520px; }

.footer-copyright {
  font-weight: bold;
  line-height: 16px; }

.utility-links {
  color: #8a221b;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 5px; }
  .utility-links a {
    color: #fff;
    font-weight: normal; }
    .utility-links a:hover {
      color: #ec3423; }

.disclaimer-shockwave {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: left;
  margin: 15px 10px 0; }
  @media only screen and (min-width: 48em) {
    .disclaimer-shockwave {
      margin: 25px 0 0; } }

.lt-ie9 .link-media {
  display: none; }

.lt-ie9 .link-dealer {
  display: none; }

body.content.cke_show_borders {
  background-image: none !important; }

.hero {
  background-color: dimgrey;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 239px;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
  z-index: 100;
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 1 auto;
  /* Chrome */
  -ms-flex: 0 1 auto;
  /* IE 10 */
  flex: 0 1 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  @media only screen and (min-width: 48em) {
    .hero {
      background-size: cover;
      height: 278px;
      margin-bottom: 56px;
      padding-top: 65px; }
      .hero .no-flexbox {
        padding-top: 110px; } }

.hero h1 {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  margin-bottom: 0.1875em;
  text-align: center;
  text-shadow: 0px 1px 1px black; }
  @media only screen and (min-width: 48em) {
    .hero h1 {
      font-size: 55px;
      font-size: 3.4375rem; } }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .hero h1 {
      font-size: 42px;
      font-size: 2.625rem; } }
  .ie9 .hero h1 {
    margin-top: 45px; }

.hero p {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.5em;
  padding: 0 5%;
  text-align: center;
  text-shadow: 0px 1px 1px black; }
  @media only screen and (min-width: 48em) {
    .hero p {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.75em;
      padding: 0 7%; } }

.hero-content {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 200px;
  margin-left: -100px; }
  @media only screen and (min-width: 30.0625em) {
    .hero-content {
      bottom: 25px; } }
  @media only screen and (min-width: 80em) {
    .hero-content {
      bottom: 50px; } }
  .hero-content .btn-cta, .hero-content .add-trophy, .hero-content .btn-trophy-submit, .hero-content .btn-find-dealers {
    width: 100%;
    padding: 8px; }
    @media only screen and (min-width: 80em) {
      .hero-content .btn-cta, .hero-content .add-trophy, .hero-content .btn-trophy-submit, .hero-content .btn-find-dealers {
        padding: 14px; } }

.star {
  color: #ec3423; }

a.callout,
p + a {
  font-style: italic;
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: right -296px;
  padding-right: 12px; }

section.filter-row {
  margin-top: -40px; }
  @media only screen and (min-width: 48em) {
    section.filter-row {
      margin-top: -30px;
      margin-bottom: 25px; } }

aside {
  background: #dedee0 url(../images/bkg-aside.jpg) repeat center top;
  margin: 30px 0 45px 0;
  padding: 1.25em 0;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media only screen and (min-width: 48em) {
    aside {
      margin: 0 0 75px 0;
      padding: 2.5em 0; } }

aside * {
  color: dimgrey;
  font-style: italic;
  text-align: center; }

aside p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375em;
  padding: 0 9%; }
  @media only screen and (min-width: 48em) {
    aside p {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 2em; } }

aside p.attrib {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 15px; }

aside h4,
.divider-section h4,
.divider-title h4,
.divider-share h4 {
  display: inline;
  color: dimgrey;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  text-transform: inherit; }
  @media only screen and (min-width: 48em) {
    aside h4,
    .divider-section h4,
    .divider-title h4,
    .divider-share h4 {
      color: dimgrey;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-style: italic;
      font-weight: 300;
      font-size: 22px;
      font-size: 1.375rem;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 30px; } }

aside:before {
  content: '.';
  display: block;
  text-indent: -9999px;
  background: url(../images/bkg-shadow-curved.png) no-repeat center bottom;
  background-size: 100% 12px;
  position: absolute;
  top: 0;
  height: 12px;
  opacity: 0.7;
  width: 100%; }

.divider-arrow {
  background: transparent url(../images/arrow-divider.png) no-repeat center top;
  bottom: -6px;
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%; }

.divider-section, .divider-title, .divider-share {
  background: url(../images/rule.png) no-repeat center 8px;
  margin-top: 35px;
  margin-bottom: 40px !important;
  text-align: center; }
  @media only screen and (min-width: 30.0625em) {
    .divider-section, .divider-title, .divider-share {
      margin-bottom: 35px !important; } }
  @media only screen and (min-width: 48em) {
    .divider-section, .divider-title, .divider-share {
      margin-bottom: 60px !important; } }

.divider-section h4, .divider-title h4, .divider-share h4 {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: center -311px;
  background-color: #fff;
  margin-bottom: 0;
  padding: 0 25px 25px 25px; }
  @media only screen and (min-width: 48em) {
    .divider-section h4, .divider-title h4, .divider-share h4 {
      background-position: center -301px; } }

.divider-section p, .divider-title p, .divider-share p {
  color: dimgrey;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.625rem;
  margin: 45px auto 0 auto;
  text-align: center;
  width: 80%; }

.rule {
  display: block;
  background: url(../images/rule.png) no-repeat, url(../images/rule.png) no-repeat; }

.infinity {
  background: transparent url(../images/rule-infinity.png) no-repeat center top;
  height: 15px;
  margin-top: 20px; }
  @media only screen and (min-width: 48em) {
    .infinity {
      margin-top: 25px; } }

.divider-title {
  background-position: 50% center;
  margin: 0 auto 25px auto !important;
  padding: 0 14%; }

.divider-title h4,
.divider-title h1 {
  background: white url("");
  display: inline-block;
  font-style: normal;
  margin-bottom: 0;
  padding: 0 25px 0 25px; }

.divider-title h1 {
  color: #252525;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-font-smoothing: antialiased; }

.lt-ie9 .divider-title {
  margin-bottom: 0 !important; }

.divider-share {
  background-position: center 32px;
  margin: 25px auto !important; }
  @media only screen and (min-width: 48em) {
    .divider-share {
      background-position: center 5px; } }

.divider-share div {
  background-color: #fff;
  display: inline-block;
  padding: 0 15px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #252525;
  font-style: italic; }
  @media only screen and (min-width: 48em) {
    .divider-share div {
      padding: 0 25px 25px 12px; } }

.spacer-15 {
  padding-top: 25px; }

.spacer-25 {
  padding-top: 25px; }

.spacer-35 {
  padding-top: 35px; }

.spacer-45 {
  padding-top: 45px; }

.spacer-55 {
  padding-top: 55px; }

.spacer-65 {
  padding-top: 65px; }

.spacer-70 {
  padding-top: 70px; }

.spacer-75 {
  padding-top: 75px; }

.shadow-after, .pic-flex:after, .pic-nav > li > a:after, .pic-nocaption:after, .map-wrapper:after, .related:after, .slideshow-wrapper:after {
  content: '.';
  display: block;
  text-indent: -9999px;
  background: url(../images/bkg-shadow-curved.png) no-repeat center bottom;
  background-size: 100% 12px;
  padding-bottom: 0;
  position: absolute;
  height: 12px;
  left: 0;
  bottom: -12px;
  width: 100%; }
  @media only screen and (orientation: portrait) {
    .shadow-after, .pic-flex:after, .pic-nav > li > a:after, .pic-nocaption:after, .map-wrapper:after, .related:after, .slideshow-wrapper:after {
      bottom: -9px; } }
  @media only screen and (min-width: 48em) {
    .shadow-after, .pic-flex:after, .pic-nav > li > a:after, .pic-nocaption:after, .map-wrapper:after, .related:after, .slideshow-wrapper:after {
      padding-bottom: 12px; } }

.pic, .pic-nav > li > a {
  margin-bottom: 25px;
  position: relative;
  z-index: 1; }

.pic img, .pic-nav > li > a img {
  display: block;
  width: 100%; }

.shadow {
  background: url(../images/bkg-shadow-curved.png) no-repeat center bottom;
  background-size: 100% 12px;
  clear: both;
  padding-bottom: 12px; }

.shadow-filter {
  background-image: url(../images/bkg-shadow-filter.png);
  background-size: 100% 20px;
  margin-bottom: 50px;
  padding-bottom: 20px; }

.pic .caption, .pic-nav > li > a .caption {
  margin-top: 7px;
  padding: 0 15px;
  position: static;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .pic .caption, .pic-nav > li > a .caption {
      position: absolute;
      bottom: 0;
      margin-top: 0;
      padding: 0 15px;
      text-align: left; } }

.caption-overlay, .pic.poster .caption, .pic-nav > li > a.poster .caption, .pic-flex .caption, .pic-nav > li > a .caption {
  position: absolute;
  text-shadow: 0px 1px 1px black;
  bottom: 0;
  margin-top: 0;
  padding: 0 15px;
  text-align: left; }

.pic.poster, .pic-nav > li > a.poster {
  display: block; }

.pic.poster .caption h5, .pic-nav > li > a.poster .caption h5, .pic.poster .caption p, .pic-nav > li > a.poster .caption p, .pic.poster .caption span, .pic-nav > li > a.poster .caption span, .pic.poster .caption div, .pic-nav > li > a.poster .caption div {
  color: #fff;
  text-align: left; }

.pic.poster .caption, .pic-nav > li > a.poster .caption {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: 6px -655px;
  padding: 4px 5px 0 59px; }
  @media only screen and (min-width: 48em) {
    .pic.poster .caption, .pic-nav > li > a.poster .caption {
      background-position: 6px -566px;
      min-height: 70px;
      padding: 9px 5px 0 75px; } }
  @media only screen and (device-width: 600px) {
    .pic.poster .caption, .pic-nav > li > a.poster .caption {
      padding-top: 15px;
      padding-bottom: 8px; } }

.pic .shadow + .caption, .pic-nav > li > a .shadow + .caption {
  height: auto;
  bottom: 10px; }

.pic .caption p, .pic-nav > li > a .caption p,
.pic .caption span,
.pic-nav > li > a .caption span,
.pic .caption div,
.pic-nav > li > a .caption div {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  padding-bottom: 15px;
  line-height: 1.25em;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .pic .caption p, .pic-nav > li > a .caption p,
    .pic .caption span,
    .pic-nav > li > a .caption span,
    .pic .caption div,
    .pic-nav > li > a .caption div {
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: normal;
      text-align: left; } }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .pic .caption p, .pic-nav > li > a .caption p,
    .pic .caption span,
    .pic-nav > li > a .caption span,
    .pic .caption div,
    .pic-nav > li > a .caption div {
      font-size: 13px;
      font-size: 0.8125rem; } }

.pic .caption h5, .pic-nav > li > a .caption h5 {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 5px; }
  @media only screen and (min-width: 48em) {
    .pic .caption h5, .pic-nav > li > a .caption h5 {
      color: #fff;
      font-size: 24px;
      font-size: 1.5rem; } }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .pic .caption h5, .pic-nav > li > a .caption h5 {
      font-size: 21px;
      font-size: 1.3125rem; } }

.pic-flex, .pic-nav > li > a {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 135px;
  margin-bottom: 35px;
  display: block; }
  @media only screen and (min-width: 48em) {
    .pic-flex, .pic-nav > li > a {
      background-position: center center !important;
      height: 219px;
      margin-bottom: 0; } }

.pic-flex .caption h5, .pic-nav > li > a .caption h5, .pic-flex .caption p, .pic-nav > li > a .caption p {
  color: #fff;
  text-align: left; }

.pic-flex .caption h5, .pic-nav > li > a .caption h5 {
  color: white;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 8px;
  text-transform: uppercase; }
  @media tablet {
    .pic-flex .caption h5, .pic-nav > li > a .caption h5 {
      padding-bottom: 10px; } }
  @media only screen and (min-width: 48em) {
    .pic-flex .caption h5, .pic-nav > li > a .caption h5 {
      padding-bottom: 15px; } }

.pic-flex .caption p, .pic-nav > li > a .caption p, .pic-flex .caption span, .pic-nav > li > a .caption span, .pic-flex .caption div, .pic-nav > li > a .caption div {
  color: white;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  padding-bottom: 15px;
  text-transform: uppercase; }

.pic-nocaption {
  display: block;
  height: 125px;
  margin-bottom: 15px; }

.pic-full {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 0;
  height: auto;
  margin: 60px 0 30px 0;
  width: 100%;
  display: table; }
  @media only screen and (min-width: 48em) {
    .pic-full {
      background-size: cover !important;
      min-height: 369px;
      margin: 90px 0 60px 0;
      padding: 15px 0; }
      .pic-full.venture {
        height: 422px;
        margin-bottom: -20px; } }

.pic-full-caption,
.pic-full-caption h3 {
  color: #252525; }
  @media only screen and (min-width: 48em) {
    .pic-full-caption,
    .pic-full-caption h3 {
      color: #fff; } }

.pic-full-caption {
  position: static; }
  @media only screen and (min-width: 48em) {
    .pic-full-caption {
      float: right;
      width: 45%;
      max-width: 467px; }
      .pic-full-caption .shadow {
        display: none; } }

.pic-full-caption > div {
  display: table-cell;
  float: none;
  height: 369px;
  margin-left: 15px;
  vertical-align: middle; }

.inset {
  margin-bottom: 30px; }

.inset .pic, .inset .pic-nav > li > a {
  margin-bottom: 0; }

.inset p {
  text-align: left; }

.callout-product {
  margin: 40px 0;
  text-transform: uppercase; }
  @media only screen and (min-width: 48em) {
    .callout-product {
      margin: 70px 0;
      overflow-x: hidden; } }

.callout-product img {
  border-bottom: 1px solid #dedee0;
  margin-bottom: 12px;
  margin-left: -15%;
  padding-bottom: 7px;
  max-width: inherit;
  width: 130%; }
  @media only screen and (min-width: 48em) {
    .callout-product img {
      max-width: 100%;
      margin-left: 0;
      padding-bottom: 15px;
      width: auto; } }

.callout-product p {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  width: 100%; }

.callout-product p strong {
  color: #ec3423;
  font-weight: bold; }

.photo-bleed {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%; }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .photo-bleed {
      top: -50px;
      overflow: hidden; } }

.photo-bleed img {
  max-width: inherit; }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .photo-bleed img {
      max-width: 185%; } }

.photo-bleed p {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  padding-right: 15px;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  top: 152px; }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .photo-bleed p {
      top: 100px; } }
  @media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
    .photo-bleed p {
      top: 125px; } }

.side-by-side {
  background: url(../images/bkg-aside.jpg) no-repeat center top;
  margin-top: 0;
  overflow: hidden;
  height: 135px;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .side-by-side {
      margin-top: 0;
      margin-bottom: 0;
      height: 219px;
      min-height: 219px; } }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .side-by-side {
      height: 219px; } }

.side-by-side + .shadow {
  margin-bottom: 25px; }

.side-by-side * {
  color: dimgrey;
  font-style: italic;
  text-align: center; }

.side-by-side p {
  padding-bottom: 5px; }
  @media only screen and (min-width: 48em) {
    .side-by-side p {
      padding-bottom: 8px; } }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .side-by-side p {
      line-height: 1.3125em;
      padding-bottom: 5px; } }

.side-by-side a {
  line-height: 1.2em; }

.side-by-side h4 {
  font-style: normal;
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 8px; }
  @media only screen and (min-width: 48em) {
    .side-by-side h4 {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .side-by-side h4 {
      margin-bottom: 5px; } }

.side-by-side .attrib {
  font-size: 12px;
  font-size: 0.75rem; }

.side-by-side .truncated {
  padding: 0 5px 15px; }

.side-by-side .left {
  background-size: auto 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 219px;
  width: 45%; }
  @media only screen and (min-width: 30em) and (max-width: 47.9375em) {
    .side-by-side .left {
      background-size: 100% auto !important; } }

.side-by-side .right {
  width: 55%;
  height: 135px;
  padding: 0 20px 0 20px;
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 1 auto;
  /* Chrome */
  -ms-flex: 0 1 auto;
  /* IE 10 */
  flex: 0 1 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
  @media only screen and (min-width: 48em) {
    .side-by-side .right {
      height: 219px;
      padding: 8px 10px 0; } }

.side-by-side .right div {
  text-align: center;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 1 auto;
  /* Chrome */
  -ms-flex: 0 1 auto;
  /* IE 10 */
  flex: 0 1 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%; }

.flexbox .side-by-side .right {
  padding-top: 0; }

.no-flexbox.no-flexboxlegacy .side-by-side .right {
  padding-top: 20px; }

.nav-filter > .filter-inner {
  display: none;
  margin-top: 15px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  float: none; }
  .nav-filter > .filter-inner > div, .nav-filter > .filter-inner > div:last-child {
    float: none; }
  .nav-filter > .filter-inner > div:last-child {
    margin-bottom: 10px; }

@media only screen and (min-width: 30.0625em) {
  .nav-filter > .filter-inner {
    display: block !important;
    margin-top: 0; }
    .nav-filter > .filter-inner > div, .nav-filter > .filter-inner > div:last-child {
      float: left;
      margin-bottom: 0; } }
.add-trophy {
  width: 218px !important;
  margin: 10px 0 30px;
  margin-right: 0;
  border: none; }
  @media only screen and (min-width: 48em) {
    .add-trophy {
      margin-bottom: 40px; } }

section.media-grid > div > div h3, section.media-rights > div > div h3 {
  text-align: center; }
  @media only screen and (min-width: 48em) {
    section.media-grid > div > div h3, section.media-rights > div > div h3 {
      text-align: left; } }
section.media-grid > div > div p, section.media-rights > div > div p {
  text-align: center; }
  @media only screen and (min-width: 48em) {
    section.media-grid > div > div p, section.media-rights > div > div p {
      text-align: left; } }

@media only screen and (min-width: 48em) {
  section.trophy-grid {
    margin-top: -40px; } }

section.trophy-grid, section.media-grid {
  margin-bottom: 65px; }
  section.trophy-grid > div:first-child, section.media-grid > div:first-child {
    text-align: center; }
  section.trophy-grid > ul, section.media-grid > ul {
    padding: 0;
    margin: 0;
    width: 96%;
    margin: 0 2%; }
    @media only screen and (min-width: 48em) {
      section.trophy-grid > ul, section.media-grid > ul {
        width: 100%;
        margin: 0; } }
    section.trophy-grid > ul > li, section.media-grid > ul > li {
      margin: 0 1% 1%;
      padding: 0;
      text-indent: 0;
      max-width: 48%;
      cursor: pointer; }
      @media only screen and (min-width: 30.0625em) {
        section.trophy-grid > ul > li, section.media-grid > ul > li {
          max-width: 31%; } }
      @media only screen and (min-width: 48em) {
        section.trophy-grid > ul > li, section.media-grid > ul > li {
          max-width: 24%;
          margin: 0 0.5% 1%; } }
      section.trophy-grid > ul > li:before, section.media-grid > ul > li:before {
        content: none;
        display: none; }
      section.trophy-grid > ul > li.active, section.media-grid > ul > li.active {
        text-align: center; }
        section.trophy-grid > ul > li.active:after, section.media-grid > ul > li.active:after {
          position: absolute;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 0 5px 5px 5px;
          border-color: transparent transparent #8a221b transparent;
          margin: 3px auto 0;
          content: '.';
          text-indent: -9999px; }
      section.trophy-grid > ul > li:hover, section.trophy-grid > ul > li:active, section.trophy-grid > ul > li:focus, section.media-grid > ul > li:hover, section.media-grid > ul > li:active, section.media-grid > ul > li:focus {
        outline: 8px solid #d9d9d9; }
    section.trophy-grid > ul .trophy-expanded, section.media-grid > ul .trophy-expanded {
      display: none;
      margin-bottom: 8px;
      background-color: #404040;
      border-top: 3px solid #8a221b;
      color: white; }
      section.trophy-grid > ul .trophy-expanded .trophy-close, section.media-grid > ul .trophy-expanded .trophy-close {
        position: absolute;
        display: block;
        background: url("../images/sprites.png") no-repeat -265px -442px;
        top: 8px;
        right: 8px;
        width: 15px;
        height: 15px;
        text-indent: -9999px;
        z-index: 500; }
        @media only screen and (min-width: 48em) {
          section.trophy-grid > ul .trophy-expanded .trophy-close, section.media-grid > ul .trophy-expanded .trophy-close {
            top: 20px;
            right: 20px; } }
      section.trophy-grid > ul .trophy-expanded .trophy-image, section.media-grid > ul .trophy-expanded .trophy-image {
        float: none;
        margin-top: 0;
        width: 112%;
        margin-left: -6%;
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
        @media only screen and (min-width: 48em) {
          section.trophy-grid > ul .trophy-expanded .trophy-image, section.media-grid > ul .trophy-expanded .trophy-image {
            float: left;
            margin-top: 32px;
            margin-left: 0;
            width: 50%;
            padding-left: 0.9375em;
            padding-right: 0.9375em;
            text-align: center; } }
      section.trophy-grid > ul .trophy-expanded .trophy-story-title, section.media-grid > ul .trophy-expanded .trophy-story-title {
        display: block;
        color: white;
        font-family: "museo-slab",serif;
        font-style: normal;
        font-weight: 100;
        font-size: 24px;
        font-size: 1.5rem;
        -webkit-font-smoothing: antialiased;
        margin: 32px 0 25px; }
      section.trophy-grid > ul .trophy-expanded .trophy-detail-section, section.media-grid > ul .trophy-expanded .trophy-detail-section {
        margin-top: 36px;
        padding-left: 0; }
        @media only screen and (min-width: 48em) {
          section.trophy-grid > ul .trophy-expanded .trophy-detail-section, section.media-grid > ul .trophy-expanded .trophy-detail-section {
            margin-bottom: 25px; } }
      section.trophy-grid > ul .trophy-expanded .details, section.media-grid > ul .trophy-expanded .details {
        display: block;
        color: white;
        font-family: Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        font-size: 0.875rem;
        -webkit-font-smoothing: antialiased;
        margin-bottom: 20px; }
      section.trophy-grid > ul .trophy-expanded .pad-left-0, section.media-grid > ul .trophy-expanded .pad-left-0 {
        padding-left: 0 !important; }
      section.trophy-grid > ul .trophy-expanded dl dt, section.media-grid > ul .trophy-expanded dl dt {
        float: left;
        width: 52px;
        margin-right: 40px;
        margin-bottom: 12px;
        color: white;
        font-family: Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        font-size: 0.75rem;
        -webkit-font-smoothing: antialiased;
        line-height: 16px; }
        @media only screen and (min-width: 48em) {
          section.trophy-grid > ul .trophy-expanded dl dt, section.media-grid > ul .trophy-expanded dl dt {
            margin-right: 20px; } }
        @media only screen and (min-width: 90em) {
          section.trophy-grid > ul .trophy-expanded dl dt, section.media-grid > ul .trophy-expanded dl dt {
            margin-right: 40px; } }
      section.trophy-grid > ul .trophy-expanded dl dd, section.media-grid > ul .trophy-expanded dl dd {
        float: left;
        color: white;
        font-family: Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.75rem;
        -webkit-font-smoothing: antialiased;
        line-height: 16px;
        max-width: 125px; }
        @media only screen and (min-width: 48em) and (max-width: 64em) {
          section.trophy-grid > ul .trophy-expanded dl dd, section.media-grid > ul .trophy-expanded dl dd {
            max-width: 128px; } }
        @media only screen and (min-width: 80em) {
          section.trophy-grid > ul .trophy-expanded dl dd, section.media-grid > ul .trophy-expanded dl dd {
            max-width: 210px; } }
        section.trophy-grid > ul .trophy-expanded dl dd a, section.media-grid > ul .trophy-expanded dl dd a {
          color: #ee3124;
          font-family: Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          font-size: 0.75rem;
          -webkit-font-smoothing: antialiased;
          line-height: 16px; }
        section.trophy-grid > ul .trophy-expanded dl dd a:hover, section.trophy-grid > ul .trophy-expanded dl dd a:focus, section.trophy-grid > ul .trophy-expanded dl dd a:active, section.media-grid > ul .trophy-expanded dl dd a:hover, section.media-grid > ul .trophy-expanded dl dd a:focus, section.media-grid > ul .trophy-expanded dl dd a:active {
          text-decoration: underline; }
      section.trophy-grid > ul .trophy-expanded dl dd + dt, section.media-grid > ul .trophy-expanded dl dd + dt {
        clear: left; }
      section.trophy-grid > ul .trophy-expanded .trophy-share, section.media-grid > ul .trophy-expanded .trophy-share {
        padding-left: 0; }
        @media only screen and (min-width: 48em) {
          section.trophy-grid > ul .trophy-expanded .trophy-share, section.media-grid > ul .trophy-expanded .trophy-share {
            position: absolute;
            right: 0;
            bottom: 0;
            text-align: right; } }
        section.trophy-grid > ul .trophy-expanded .trophy-share span, section.media-grid > ul .trophy-expanded .trophy-share span {
          float: left;
          margin: 0 15px 14px 0;
          color: white;
          font-family: Georgia, "Times New Roman", Times, serif;
          font-style: italic;
          font-weight: normal;
          font-size: 12px;
          font-size: 0.75rem;
          -webkit-font-smoothing: antialiased; }
          @media only screen and (min-width: 48em) {
            section.trophy-grid > ul .trophy-expanded .trophy-share span, section.media-grid > ul .trophy-expanded .trophy-share span {
              display: block;
              float: none;
              margin: 0 0 14px; } }
        section.trophy-grid > ul .trophy-expanded .trophy-share ul, section.media-grid > ul .trophy-expanded .trophy-share ul {
          float: left; }
          @media only screen and (min-width: 48em) {
            section.trophy-grid > ul .trophy-expanded .trophy-share ul, section.media-grid > ul .trophy-expanded .trophy-share ul {
              float: none; } }
        section.trophy-grid > ul .trophy-expanded .trophy-share ul > li, section.media-grid > ul .trophy-expanded .trophy-share ul > li {
          display: inline-block;
          padding-bottom: 0; }
          section.trophy-grid > ul .trophy-expanded .trophy-share ul > li:before, section.media-grid > ul .trophy-expanded .trophy-share ul > li:before {
            content: none;
            display: none; }
        section.trophy-grid > ul .trophy-expanded .trophy-share .btn-share, section.media-grid > ul .trophy-expanded .trophy-share .btn-share {
          background-image: url("../images/sprites.png?v=3");
          background-repeat: no-repeat;
          background-position: -719px -518px;
          display: block;
          float: right;
          text-indent: 9999px !important;
          width: 25px; }
        section.trophy-grid > ul .trophy-expanded .trophy-share .btn-share.facebook, section.media-grid > ul .trophy-expanded .trophy-share .btn-share.facebook {
          background-position: -746px -519px;
          width: 25px;
          margin-left: 5px; }
        section.trophy-grid > ul .trophy-expanded .trophy-share .btn-share.email, section.media-grid > ul .trophy-expanded .trophy-share .btn-share.email {
          background-position: -775px -517px;
          width: 25px;
          margin-left: 5px; }

ul.media-list {
  padding-top: 35px !important; }
  ul.media-list .media-image > img {
    max-width: 98%; }
  ul.media-list > li {
    position: relative;
    border: 1px solid #b2b2b2; }
    ul.media-list > li > div:nth-child(1) {
      position: absolute;
      width: 100%;
      text-align: center;
      top: 50%;
      left: 50%; }
    ul.media-list > li div.overlay {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      ul.media-list > li div.overlay .overlay-content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 97%;
        left: 1.5%; }
        ul.media-list > li div.overlay .overlay-content .title {
          display: block;
          color: white;
          font-family: Georgia, "Times New Roman", Times, serif;
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          font-size: 0.75rem;
          -webkit-font-smoothing: antialiased;
          text-align: center;
          margin-bottom: 5px; }
          @media only screen and (min-width: 48em) {
            ul.media-list > li div.overlay .overlay-content .title {
              color: white;
              font-family: Georgia, "Times New Roman", Times, serif;
              font-style: normal;
              font-weight: normal;
              font-size: 16px;
              font-size: 1rem;
              -webkit-font-smoothing: antialiased; } }
        ul.media-list > li div.overlay .overlay-content .links {
          text-align: center;
          width: 100%; }
          ul.media-list > li div.overlay .overlay-content .links a {
            margin-right: 10%; }
            ul.media-list > li div.overlay .overlay-content .links a:hover, ul.media-list > li div.overlay .overlay-content .links a:focus, ul.media-list > li div.overlay .overlay-content .links a:active {
              text-decoration: underline; }
          ul.media-list > li div.overlay .overlay-content .links a:last-child {
            margin-right: 0; }
    ul.media-list > li:hover, ul.media-list > li:active, ul.media-list > li:focus {
      outline: none !important; }
  ul.media-list > li:hover div.overlay, ul.media-list li:active div.overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.75); }

.full-2-col-container {
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px; }
  .full-2-col-container > * {
    margin-bottom: 40px; }

button.trophy-show-more {
  display: block;
  width: 100%;
  height: 39px;
  line-height: 39px;
  color: dimgrey;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  border: none;
  background-color: #f2f2f2;
  padding: 0; }
  button.trophy-show-more:hover, button.trophy-show-more:focus, button.trophy-show-more:active {
    background-color: #404040;
    color: white; }

.footnote {
  text-align: center;
  margin-bottom: 40px; }
  .footnote p {
    text-align: center;
    color: #252525; }

.custom-select {
  background-color: white !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAqCAIAAABdg87FAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGRJREFUeNpi/P//PwMtARMDjcGoBaMWjFowasGoBaMWgAALMYq6lWVwSZXefUIFH+AyhaDpJAQRplnEmE5aHCCbSKTpIPCfRNClJE2SesbRZsuoBaMWjFowasGoBaMWEAMAAgwAsA9z+6EeXKcAAAAASUVORK5CYII=") right center no-repeat;
  border: 1px solid #b2b2b2 !important;
  width: 100% !important;
  height: 44px;
  height: 2.75rem;
  margin-bottom: 0;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 30px;
  line-height: 44px;
  line-height: 2.75rem; }
  @media only screen and (min-width: 48em) {
    .custom-select {
      margin-top: 0;
      padding-right: 24px; } }
  .custom-select .customSelectInner {
    padding-left: 12px;
    padding-left: 0.75rem;
    width: 100% !important;
    white-space: nowrap;
    overflow: hidden; }

@media only screen and (min-width: 48em) {
  .filter-inner > .columns, .content .related-wrap.filter-inner > div, .link-product-inner .filter-inner > a,
  .link-product-inner.filter-inner > div {
    padding-left: 0.5em;
    padding-right: 0.5em; } }
@media only screen and (min-width: 80em) {
  .filter-inner > .columns, .content .related-wrap.filter-inner > div, .link-product-inner .filter-inner > a,
  .link-product-inner.filter-inner > div {
    padding-left: 0.9375em;
    padding-right: 0.9375em; } }

a.triright:after {
  position: absolute;
  margin-top: 7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #8a221b;
  margin-left: 5px;
  content: '.';
  text-indent: -9999px; }

a.trileft:before {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #8a221b transparent transparent;
  margin-right: 5px;
  content: '.';
  text-indent: -9999px; }

.trophy-submit-form {
  padding: 0 10px; }
  .trophy-submit-form small {
    top: -5px;
    margin-top: 0;
    margin-bottom: 0; }
    @media only screen and (min-width: 48em) {
      .trophy-submit-form small {
        top: -20px; } }
  .trophy-submit-form .usage small {
    top: 20px; }
    @media only screen and (min-width: 48em) {
      .trophy-submit-form .usage small {
        top: -20px; } }
  @media only screen and (min-width: 48em) {
    .trophy-submit-form > section > div.row {
      height: 44px;
      margin-top: 50px; } }
  .trophy-submit-form > section > div.row.textarea-container {
    height: auto; }
  .trophy-submit-form > section > div.row:last-child {
    margin-bottom: 50px; }
  .trophy-submit-form .submit-captcha > div.row {
    margin-top: 0; }
  .trophy-submit-form .submit-captcha label {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media only screen and (min-width: 48em) {
      .trophy-submit-form .submit-captcha label {
        margin-top: 0;
        margin-bottom: 28px; } }
    .trophy-submit-form .submit-captcha label span {
      margin-right: 8px; }
  .trophy-submit-form .submit-captcha button {
    margin-bottom: 15px; }
  .trophy-submit-form .submit-captcha div > span {
    color: #252525;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    line-height: 1em;
    white-space: nowrap;
    margin-top: 32px; }
    @media only screen and (min-width: 48em) {
      .trophy-submit-form .submit-captcha div > span {
        margin-top: 0; } }
    .trophy-submit-form .submit-captcha div > span a {
      font-size: 12px;
      font-size: 0.75rem; }
  .trophy-submit-form input[type="text"], .trophy-submit-form input[type="email"] {
    height: 43px;
    color: #252525;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    padding-left: 12px;
    padding-left: 0.75rem;
    margin-top: 15px !important;
    margin-bottom: 0;
    border: 1px solid #b2b2b2;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none; }
    @media only screen and (min-width: 48em) {
      .trophy-submit-form input[type="text"], .trophy-submit-form input[type="email"] {
        margin-top: 0 !important;
        margin-bottom: 1em; } }
  .trophy-submit-form textarea {
    height: 250px;
    margin: 15px 0 0;
    color: #252525;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    padding-left: 12px;
    padding-left: 0.75rem;
    border: 1px solid #b2b2b2;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none; }
    @media only screen and (min-width: 48em) {
      .trophy-submit-form textarea {
        margin: 0; } }
  .trophy-submit-form .custom.dropdown {
    margin-top: 15px !important; }
    @media only screen and (min-width: 48em) {
      .trophy-submit-form .custom.dropdown {
        margin-top: 0 !important; } }
    .trophy-submit-form .custom.dropdown a {
      color: #252525;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-style: italic;
      font-weight: normal;
      font-size: 16px;
      font-size: 1rem;
      -webkit-font-smoothing: antialiased; }
  .trophy-submit-form .chk-opt-in {
    margin-top: 15px; }
    @media only screen and (min-width: 48em) {
      .trophy-submit-form .chk-opt-in {
        margin-top: 0; } }
    .trophy-submit-form .chk-opt-in input[type='checkbox'] {
      vertical-align: top; }

.trophy-submit-form > section.submit-about-hunt > div.row:last-child {
  margin-bottom: 0; }

.btn-trophy-submit, .btn-find-dealers {
  width: 100% !important;
  height: 43px;
  line-height: 43px;
  padding: 0;
  text-align: center;
  border: none; }

.custom.checkbox {
  margin-right: 5px;
  vertical-align: top !important;
  line-height: 18px; }

.checkbox-text {
  display: inline-block;
  width: 90%;
  line-height: 18px; }
  @media only screen and (min-width: 80em) {
    .checkbox-text {
      width: 95% !important; } }

.submit-about-you > div.row:last-child {
  margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .submit-about-you > div.row:last-child {
      margin-top: 50px; } }
  .submit-about-you > div.row:last-child div:last-child {
    margin-top: 0; }
    @media only screen and (min-width: 48em) {
      .submit-about-you > div.row:last-child div:last-child {
        margin-top: auto; } }

@media only screen and (min-width: 48em) {
  .catalog-text {
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -moz-box-align: flex-start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: flex-start; } }
@media only screen and (min-width: 48em) {
  .catalog-text div:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 auto;
    /* Chrome */
    -ms-flex: 0 1 auto;
    /* IE 10 */
    flex: 0 1 auto;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
@media only screen and (min-width: 48em) {
  .catalog-text div:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 auto;
    /* Chrome */
    -ms-flex: 0 1 auto;
    /* IE 10 */
    flex: 0 1 auto;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }

ol.diamond-order-list, .dealer-locations ol, .dealer-directions > ol.diamonds {
  counter-reset: ol-counter;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  padding: 0;
  margin-bottom: 10px; }
  ol.diamond-order-list > li, .dealer-locations ol > li, .dealer-directions > ol.diamonds > li {
    display: block;
    padding: 35px 0 35px 60px; }
    ol.diamond-order-list > li:before, .dealer-locations ol > li:before, .dealer-directions > ol.diamonds > li:before {
      content: counter(ol-counter,upper-alpha);
      counter-increment: ol-counter;
      line-height: 38px;
      text-indent: -5px;
      z-index: 2;
      width: 0;
      height: 0;
      border: 19px solid transparent;
      border-bottom-color: #8a221b;
      position: absolute;
      left: 0px;
      top: 5px;
      color: white;
      font-family: Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      font-size: 1rem;
      -webkit-font-smoothing: antialiased; }
    ol.diamond-order-list > li:after, .dealer-locations ol > li:after, .dealer-directions > ol.diamonds > li:after {
      content: '.';
      text-indent: -9999px;
      position: absolute;
      left: 0px;
      top: 43px;
      width: 0;
      height: 0;
      border: 19px solid transparent;
      border-top-color: #8a221b; }

ol.striped-order-list {
  counter-reset: ol-counter;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  padding: 36px 0 0 0;
  margin-bottom: 10px; }
  ol.striped-order-list > li {
    display: block;
    padding: 10px 0 10px 35px;
    border-top: 1px solid #b2b2b2;
    color: #252525;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased; }
    ol.striped-order-list > li:first-child {
      padding-bottom: 10px !important; }
      @media only screen and (min-width: 48em) {
        ol.striped-order-list > li:first-child {
          padding-bottom: 0 !important; } }
    ol.striped-order-list > li:nth-child(odd) {
      background-color: #fff; }
    ol.striped-order-list > li:nth-child(even) {
      background-color: #f2f2f2; }
    ol.striped-order-list > li:last-child {
      border-bottom: 1px solid #b2b2b2; }
    ol.striped-order-list > li:before {
      content: counter(ol-counter) ".";
      counter-increment: ol-counter;
      position: absolute;
      top: 10px;
      left: 0;
      padding-left: 10px;
      color: #8a221b;
      font-family: Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      font-size: 0.75rem;
      -webkit-font-smoothing: antialiased; }
    @media only screen and (min-width: 48em) {
      ol.striped-order-list > li span {
        display: inline-block; } }
    ol.striped-order-list > li span:first-child {
      width: 75%;
      margin-right: 10px;
      color: #252525;
      font-family: Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      -webkit-font-smoothing: antialiased;
      vertical-align: top; }
    ol.striped-order-list > li span:last-child {
      color: #8a221b;
      font-family: Arial, sans-serif;
      font-style: italic;
      font-weight: normal;
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-font-smoothing: antialiased;
      vertical-align: top; }

.locator-top p {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }
@media only screen and (min-width: 48em) {
  .locator-top .find-dealers > div {
    padding-right: 0 !important; } }

.btn-find-dealers {
  margin-bottom: 0;
  padding: 0 3px !important; }
  @media only screen and (min-width: 48em) {
    .btn-find-dealers {
      margin-top: 17px; } }

.map-wrapper {
  background-color: #000;
  border-top: 1px solid #252525;
  border-bottom: 5px solid #8a221b;
  margin-bottom: 45px;
  position: relative; }
  @media only screen and (min-width: 48em) {
    .map-wrapper {
      border-bottom: 10px solid #8a221b; } }
  .map-wrapper:after {
    bottom: -17px; }
    @media only screen and (min-width: 48em) {
      .map-wrapper:after {
        bottom: -22px; } }
  .map-wrapper > iframe, .map-wrapper > #map-canvas {
    height: 250px; }
    @media only screen and (min-width: 48em) {
      .map-wrapper > iframe, .map-wrapper > #map-canvas {
        height: 450px; } }
  .map-wrapper .store h3 {
    font-size: 0.875rem; }

@media only screen and (min-width: 80em) {
  .moa {
    padding-right: 0 !important; } }
.moa .pic, .moa .pic-nav > li > a {
  margin-bottom: 10px !important; }

@media only screen and (min-width: 80em) {
  .dealer-locations {
    padding-left: 0; } }
.dealer-locations ol li {
  border-bottom: 1px solid #b2b2b2; }
  .dealer-locations ol li h3 {
    margin: 0; }
    .dealer-locations ol li h3 sup {
      vertical-align: 3px;
      color: #ec3423;
      font-size: 10px;
      font-style: italic;
      font-weight: bold; }
  .dealer-locations ol li address {
    color: dimgrey;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased; }
    .dealer-locations ol li address a {
      color: dimgrey; }
      .dealer-locations ol li address a:hover {
        color: #8a221b; }
  .dealer-locations ol li .distance {
    display: block;
    color: #8a221b;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
    margin-top: 10px; }
    @media only screen and (min-width: 48em) {
      .dealer-locations ol li .distance {
        margin-top: 0; } }
  .dealer-locations ol li .btn-trophy-submit, .dealer-locations ol li .btn-find-dealers {
    padding: 0; }

@media only screen and (min-width: 48em) {
  .address-start {
    padding-left: 0 !important; } }
@media only screen and (min-width: 48em) {
  .address-start > div:last-child {
    padding-right: 0 !important; } }

.dealer-directions h2 {
  color: #252525;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  padding: 0; }
.dealer-directions .directions-data {
  color: #8a221b;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased; }
.dealer-directions h3 {
  margin-bottom: 0; }
.dealer-directions address {
  color: dimgrey;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased; }
  .dealer-directions address a {
    color: dimgrey; }
    .dealer-directions address a:hover, .dealer-directions address a:focus, .dealer-directions address a:active {
      color: #8a221b; }
.dealer-directions ul.icons {
  text-align: center;
  font-size: 0;
  margin-right: 0; }
  @media only screen and (min-width: 48em) {
    .dealer-directions ul.icons {
      text-align: right; } }
  .dealer-directions ul.icons li {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #b2b2b2; }
  .dealer-directions ul.icons li:last-child {
    border-left: none; }
  .dealer-directions ul.icons li:before {
    content: none;
    display: none;
    text-indent: -9999px;
    padding-right: 0; }
.dealer-directions > ol.diamonds {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin-top: 35px; }
  .dealer-directions > ol.diamonds li:first-child {
    padding-bottom: 0; }
.dealer-directions .pad-bot-0 {
  padding-bottom: 0 !important; }
.dealer-directions .back-to-results {
  margin-top: 35px; }
  .dealer-directions .back-to-results a {
    color: #8a221b;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased; }
  .dealer-directions .back-to-results a:focus, .dealer-directions .back-to-results a:hover, .dealer-directions .back-to-results a:active {
    text-decoration: underline; }

.search-header h1 {
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .search-header h1 {
      margin-bottom: 50px;
      text-align: left; } }

.search-opts p {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding-bottom: 5px; }
  @media only screen and (min-width: 48em) {
    .search-opts p {
      text-align: left; } }
.search-opts input[type="text"] {
  display: inline-block;
  width: 85%;
  vertical-align: top;
  height: 44px; }
.search-opts .search-icon {
  background: url("../images/sprites.png") no-repeat -453px -86px;
  width: 44px;
  height: 44px;
  border: 0;
  padding-top: 0;
  padding-bottom: 0; }

.site-search button {
  background: #8a221b; }

.search-results ul {
  margin-top: 35px;
  margin-bottom: 10px; }
  .search-results ul li {
    border-bottom: 1px solid #b2b2b2;
    text-indent: 0;
    color: dimgrey;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-font-smoothing: antialiased;
    padding: 20px 5px 20px; }
    @media only screen and (min-width: 48em) {
      .search-results ul li {
        padding: 40px 0 35px; } }
    .search-results ul li a {
      display: block;
      padding-bottom: 5px;
      color: #ec3423;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-style: italic;
      font-weight: normal;
      font-size: 18px;
      font-size: 1.125rem;
      -webkit-font-smoothing: antialiased; }
      .search-results ul li a:hover, .search-results ul li a:focus, .search-results ul li a:active {
        text-decoration: underline; }
    .search-results ul li:before {
      content: none;
      display: none; }
    .search-results ul li:first-child {
      border-top: 1px solid #b2b2b2; }

.contact > div > div.row {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 48em) {
    .contact > div > div.row {
      margin-bottom: 75px; } }
  .contact > div > div.row:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 48em) {
    .contact > div > div.row div:first-child {
      padding-left: 0; } }
.contact h3 {
  margin-left: 0.9375em;
  margin-right: 0.9375em; }
  @media only screen and (min-width: 48em) {
    .contact h3 {
      margin-left: 0;
      margin-right: 0; } }
.contact .bordered {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  padding: 20px 0;
  margin: 0 auto;
  color: dimgrey;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 48em) {
    .contact .bordered {
      padding: 30px 0; } }
  .contact .bordered .address {
    margin-bottom: 20px; }
    @media only screen and (min-width: 48em) {
      .contact .bordered .address {
        margin-bottom: 0; } }
  .contact .bordered .phone {
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .contact .bordered .phone:before {
    content: '.';
    text-indent: -9999px;
    display: inline-block;
    background: url("../images/sprites.png") no-repeat 0 -1027px;
    width: 15px;
    height: 22px;
    margin-right: 18px;
    margin-left: 3px; }
    @media only screen and (min-width: 48em) {
      .contact .bordered .phone:before {
        margin-right: 10px;
        margin-left: 0; } }
  .contact .bordered .email:before {
    content: '.';
    text-indent: -9999px;
    display: inline-block;
    background: url("../images/sprites.png") no-repeat 0 -994px;
    width: 25px;
    height: 22px;
    margin-right: 10px;
    padding-top: 2px; }
    @media only screen and (min-width: 48em) {
      .contact .bordered .email:before {
        padding-top: 0; } }
  .contact .bordered div:first-child {
    margin-bottom: 20px; }
    @media only screen and (min-width: 48em) {
      .contact .bordered div:first-child {
        margin-bottom: 0; } }

.warranty a {
  word-wrap: break-word; }
.warranty p + p a {
  font-style: normal;
  background-image: none;
  padding-right: 0; }

.manuals .content ul li {
  font-style: italic;
  padding-bottom: 20px; }

.faq .section-container section:nth-child(odd) {
  background-color: #f2f2f2; }
.faq .section-container section:nth-child(even) {
  background-color: #fff; }
.faq .section-container section {
  border-top: 1px solid #b2b2b2; }
  .faq .section-container section .title {
    padding: 10px; }
    .faq .section-container section .title a {
      color: #252525; }
  .faq .section-container section:last-child {
    border-bottom: 1px solid #b2b2b2; }
  .faq .section-container section.active .title {
    background-color: #8a221b; }
    .faq .section-container section.active .title a {
      color: #fff; }
  .faq .section-container section .content {
    background-color: #404040;
    color: #fff; }

.sweepstakes a.retailers {
  color: #ec3423 !important; }
.sweepstakes a.retailers:hover {
  text-decoration: underline; }

.stores-list li:before {
  content: '' !important;
  padding-right: 0 !important; }
.stores-list li.state {
  width: 100%;
  color: dimgrey;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  color: #ec3423;
  font-weight: bold;
  padding-top: 20px; }
.stores-list li {
  text-indent: 0 !important;
  float: left;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .stores-list li {
      width: 50%; } }
.stores-list address {
  color: dimgrey;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased; }
  .stores-list address .storeName {
    display: block;
    font-weight: bold;
    text-transform: uppercase; }

.related {
  display: block;
  margin-bottom: 15px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 100%;
  height: 145px;
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 48em) {
    .related {
      height: 219px;
      margin-bottom: 25px; } }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .related {
      background-size: auto 100% !important; } }

.related-wrap {
  margin-bottom: 21px; }
  .related-wrap > div:last-child {
    float: left !important; }

.related-wrap > div:nth-child(odd) {
  padding-right: 0.4375em; }
  @media only screen and (min-width: 48em) {
    .related-wrap > div:nth-child(odd) {
      padding-right: 0.9375em; } }

.related-wrap > div:nth-child(even) {
  padding-left: 0.4375em; }
  @media only screen and (min-width: 48em) {
    .related-wrap > div:nth-child(even) {
      padding-left: 0.9375em; } }

.related span {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: 3.4375em;
  padding: 0 10px;
  width: 91%;
  text-align: center;
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 48em) {
    .related span {
      height: 4.6875em; } }

.related p {
  display: inline-block;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1.375em; }
  @media only screen and (min-width: 48em) {
    .related p {
      font-size: 14px;
      font-size: 0.875rem; } }

.no-flexbox.no-flexboxlegacy .related span {
  position: absolute;
  top: 36%;
  left: 10px;
  padding-top: 16px; }

.orbit-timer,
.orbit-slide-number,
.orbit-prev,
.orbit-next {
  display: none !important; }

.orbit-bullets {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  bottom: -30px;
  top: inherit;
  position: absolute; }
  @media only screen and (min-width: 48em) {
    .orbit-bullets {
      bottom: 10px; } }

.orbit-bullets li {
  background-color: #fff;
  border-color: #8a221b;
  float: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 5px; }
  @media only screen and (min-width: 48em) {
    .orbit-bullets li {
      background-color: rgba(255, 255, 255, 0.5);
      border-color: #fff; } }

.orbit-bullets li.active {
  background-color: #c4908d; }
  @media only screen and (min-width: 48em) {
    .orbit-bullets li.active {
      background-color: #000; } }

.orbit-container {
  background-color: #000;
  margin: 0 auto; }

.slideshow-wrapper {
  background-color: #000;
  border-bottom: 5px solid #8a221b;
  margin-bottom: 45px;
  position: relative; }
  @media only screen and (min-width: 48em) {
    .slideshow-wrapper {
      border-width: 10px; } }

.orbit-slides-container li {
  padding: 0 !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat !important;
  height: 100%; }
  .orbit-slides-container li a {
    display: block;
    height: 100%; }
  .orbit-slides-container li p > a {
    display: inline; }
  .orbit-slides-container li img {
    visibility: hidden; }

.slideshow-product .orbit-container .orbit-slides-container > * {
  height: 126px; }
  @media only screen and (min-width: 48em) {
    .slideshow-product .orbit-container .orbit-slides-container > * {
      height: 325px; } }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .slideshow-product .orbit-container .orbit-slides-container > * {
      height: 250px; } }

.slideshow-wrapper li::before {
  content: none;
  display: none; }

.slideshow-wrapper:after {
  bottom: -17px; }
  @media only screen and (min-width: 48em) {
    .slideshow-wrapper:after {
      bottom: -22px; } }

.slider-caption {
  padding-left: 80px;
  position: absolute;
  bottom: 10px;
  left: 56%;
  width: 456px; }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .slider-caption {
      width: 325px;
      padding-left: 20px; } }

.slider-caption.single {
  width: 600px;
  left: 45%;
  bottom: 20px; }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .slider-caption.single {
      left: 40%;
      width: 450px; } }

.slider-caption h4 {
  color: white;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 3px; }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .slider-caption h4 {
      font-size: 14px;
      font-size: 0.875rem; } }

.slider-caption > * {
  text-indent: 0 !important;
  text-align: left !important; }

.slider-caption p {
  color: white;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 48em) and (max-width: 64em) {
    .slider-caption p {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px; } }

.slider-caption img {
  float: left;
  margin-left: -80px; }

.hero-multi .orbit-prev {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -1px -897px;
  left: 40px;
  zoom: .5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: left 0; }
.hero-multi .orbit-next {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -79px -897px;
  right: 40px;
  zoom: .5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: right 0; }
.hero-multi .orbit-prev,
.hero-multi .orbit-next {
  background-color: transparent;
  display: none !important;
  height: 70px;
  width: 70px;
  z-index: 1000; }
  @media only screen and (min-width: 80em) {
    .hero-multi .orbit-prev,
    .hero-multi .orbit-next {
      display: block !important; } }
  .hero-multi .orbit-prev > span,
  .hero-multi .orbit-next > span {
    display: none; }

.hero-ie8 {
  background-color: #000;
  border-bottom: 5px solid #8a221b;
  margin-bottom: 45px;
  position: relative; }
  .hero-ie8 .hero-container {
    height: 325px;
    background-position: top center; }

.home .hero-ie8 .hero-container {
  height: 665px; }

.block, .block-small {
  display: block;
  margin-bottom: 40px !important; }
  @media only screen and (min-width: 48em) {
    .block, .block-small {
      margin-bottom: 70px !important; } }

.block-small {
  margin-bottom: 40px !important; }

table.block, table.block-small,
table.block-small {
  display: table; }

.sidebar {
  margin-top: 35px; }
  .sidebar p {
    text-align: left; }
  .sidebar ul li {
    font-style: italic; }
  @media only screen and (min-width: 48em) {
    .sidebar {
      margin-top: 0; } }

.sidebar .module {
  margin-bottom: 35px; }
  .sidebar .module:last-child {
    margin-bottom: 20px; }
  @media only screen and (min-width: 48em) {
    .sidebar .module {
      margin-bottom: 70px; } }

.flex-video {
  text-align: center; }

.reveal-modal {
  z-index: 110; }

.reveal-modal .close-reveal-modal {
  background-color: #8a221b;
  font-size: 40px;
  height: 50px;
  right: -50px;
  text-align: center;
  top: 0;
  width: 50px; }

a.attention {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  background-color: #f2f2f2;
  display: block;
  min-height: 60px;
  color: #8a221b;
  margin: 40px 0 50px 0;
  padding: 25px 25px 20px 25px; }
  @media only screen and (min-width: 48em) {
    a.attention {
      margin-top: 0; } }
  a.attention h3 {
    color: #8a221b;
    float: left;
    display: inline;
    margin: 0 10px 0 0; }
  a.attention span {
    display: inline;
    float: left;
    margin-top: -1px;
    padding-top: 0;
    width: 100%; }
    @media only screen and (min-width: 48em) {
      a.attention span {
        width: 80%; } }

.site-map #nav-sub li {
  padding-bottom: 0; }
  .site-map #nav-sub li a:hover, .site-map #nav-sub li a:visited, .site-map #nav-sub li a:active {
    text-decoration: underline; }

.fb-like {
  margin-bottom: 15px !important; }

.row > .fb-like.right {
  margin-top: -20px; }

.fb-like-prod {
  margin-top: 10px;
  display: block !important;
  z-index: 100; }

.ez-tip > img {
  margin-top: 0; }
  @media only screen and (min-width: 48em) {
    .ez-tip > img {
      margin-top: 62px; } }

.captcha {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 48em) {
    .captcha {
      padding-left: 0.9735em;
      padding-right: 0.9735em; } }

#recaptcha_container {
  margin-left: -0.5em; }
  @media only screen and (min-width: 48em) {
    #recaptcha_container {
      margin-left: 0; } }
  #recaptcha_container #recaptcha_area {
    margin: auto !important; }
  #recaptcha_container input[type='text'] {
    height: auto; }
  #recaptcha_container #recaptcha_response_field {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    top: 7px !important; }
  #recaptcha_container #recaptcha_privacy {
    margin-top: 0; }
  #recaptcha_container embed, #recaptcha_container object {
    height: 0 !important; }
  #recaptcha_container ::-webkit-input-placeholder {
    color: #252525;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-font-smoothing: antialiased; }
  #recaptcha_container :-moz-placeholder {
    /* Firefox 18- */
    color: #252525;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-font-smoothing: antialiased; }
  #recaptcha_container ::-moz-placeholder {
    /* Firefox 19+ */
    color: #252525;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-font-smoothing: antialiased; }
  #recaptcha_container :-ms-input-placeholder {
    color: #252525;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-font-smoothing: antialiased; }

iframe[src="about:blank"] {
  position: absolute; }

table.liveperson tr:nth-child(odd) td {
  background-color: transparent;
  border-bottom: none;
  padding: 0; }

small {
  display: none; }

.promo-text h3 {
  color: #8a221b;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal; }
.promo-text p {
  line-height: 1.5;
  font-style: normal;
  width: 75%;
  margin: auto; }

@media only screen and (min-width: 30.0625em) {
  .link-product, .nav-product {
    background: none; } }

.link-product-inner {
  display: block;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 40px;
  padding: 0; }
  @media only screen and (min-width: 30.0625em) {
    .link-product-inner {
      margin-bottom: 0; } }

.link-product-inner a,
.link-product-inner > div {
  float: left;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
  vertical-align: top; }
  @media only screen and (min-width: 30.0625em) {
    .link-product-inner a,
    .link-product-inner > div {
      display: inline-block;
      float: none;
      width: 48%; } }
  @media only screen and (min-width: 48em) {
    .link-product-inner a,
    .link-product-inner > div {
      margin-bottom: 50px;
      width: 32%; } }

.link-product p, .nav-product p {
  color: dimgrey;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  height: 35px;
  line-height: 1rem;
  padding: 0;
  text-align: center; }
  @media only screen and (min-width: 30.0625em) {
    .link-product p, .nav-product p {
      text-align: left; } }

.link-product p span, .nav-product p span {
  display: block;
  width: 100%;
  color: #ec3423;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media only screen and (min-width: 30.0625em) {
    .link-product p span, .nav-product p span {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 48em) {
    .link-product p span, .nav-product p span {
      font-size: 17px;
      font-size: 1.0625rem; } }

.link-product img, .nav-product img {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 18px;
  margin-bottom: 12px;
  margin-left: -40px;
  max-width: inherit;
  width: 125%;
  margin-top: 35px; }
  @media only screen and (min-width: 48em) {
    .link-product img, .nav-product img {
      margin-top: 0; } }
  @media only screen and (min-width: 30.0625em) {
    .link-product img, .nav-product img {
      padding-bottom: 20px;
      margin-bottom: 15px;
      max-width: 100%;
      margin-left: 0;
      width: 100%; } }

.product-grid * {
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .product-grid * {
      text-align: inherit; } }
.product-grid h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0; }
.product-grid a {
  display: block;
  float: left;
  width: 100%;
  margin: 0 45px 25px 0;
  padding-bottom: 60px;
  height: auto;
  min-height: 206px;
  position: relative; }
  .product-grid a:nth-child(even) {
    margin-right: 0; }
  @media only screen and (min-width: 48em) {
    .product-grid a {
      height: 232px;
      margin-bottom: 100px;
      width: 45%; } }
.product-grid p {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
  text-align: center; }
  .product-grid p span {
    color: dimgrey;
    display: block;
    font-style: italic; }
  @media only screen and (min-width: 48em) {
    .product-grid p {
      float: right;
      text-align: right;
      width: 52%; }
      .product-grid p span {
        display: inline; } }
.product-grid .vendor-link {
  color: #ec3423;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 48em) {
    .product-grid .vendor-link {
      position: absolute;
      right: 0;
      top: 0; } }
.product-grid .vendor-logo {
  position: absolute;
  right: 0;
  top: inherit;
  bottom: 93px;
  height: 35px; }
  @media only screen and (min-width: 48em) {
    .product-grid .vendor-logo {
      top: -66px;
      bottom: inherit;
      height: auto; } }
.product-grid .vendor-photo {
  margin: 15px 0;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .product-grid .vendor-photo {
      margin-top: 0;
      position: absolute;
      bottom: 33%; } }
.product-grid .vendor-info {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  height: auto;
  padding: 10px 0;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 48em) {
    .product-grid .vendor-info {
      position: absolute;
      bottom: 0; } }
.product-grid .vendor-brand {
  float: none;
  margin-bottom: 5px; }
  @media only screen and (min-width: 48em) {
    .product-grid .vendor-brand {
      float: left;
      margin-bottom: 0; } }

.msrp {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 17px;
  margin-top: 20px;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .msrp {
      margin-top: 0;
      padding-left: 40px;
      text-align: left; } }
  .msrp strong {
    display: block;
    color: #252525;
    font-family: "museo-slab",serif;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    font-size: 2.8125rem;
    -webkit-font-smoothing: antialiased;
    padding-top: 6px; }
    @media only screen and (min-width: 48em) {
      .msrp strong {
        color: #252525;
        font-family: "museo-slab",serif;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        font-size: 2.25rem;
        -webkit-font-smoothing: antialiased; } }
    @media only screen and (min-width: 80em) {
      .msrp strong {
        color: #252525;
        font-family: "museo-slab",serif;
        font-style: normal;
        font-weight: 500;
        font-size: 45px;
        font-size: 2.8125rem;
        -webkit-font-smoothing: antialiased; } }

.btn-cta, .add-trophy, .btn-trophy-submit, .btn-find-dealers {
  background-color: #8a221b;
  display: inline-block;
  color: white !important;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  line-height: 16px;
  line-height: 1rem;
  margin-right: 2px;
  padding: 14px 12px;
  text-align: center;
  text-transform: uppercase;
  width: 48%; }
  .btn-cta:hover, .add-trophy:hover, .btn-trophy-submit:hover, .btn-find-dealers:hover {
    background-color: #252525; }
  @media only screen and (min-width: 48em) {
    .btn-cta, .add-trophy, .btn-trophy-submit, .btn-find-dealers {
      padding: 14px; } }

.btn-cta-single {
  height: 44px;
  width: 100%; }

.btn-social {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -699px -485px;
  display: block;
  float: left;
  margin-left: 15px;
  padding: 10px;
  text-indent: -9999px;
  width: 25px; }

.btn-social.facebook {
  background-position: -734px -485px;
  width: 10px; }

.btn-social.email {
  background-position: -769px -484px;
  width: 31px; }

.divider-share span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 5px;
  float: none;
  margin-bottom: 10px;
  padding-left: 14px; }
  @media only screen and (min-width: 48em) {
    .divider-share span {
      float: left;
      margin-bottom: 0; } }

.vendors {
  background-color: white;
  border-top: 1px solid #dedee0;
  border-bottom: 1px solid #dedee0;
  padding: 10px 0;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .vendors {
      padding: 17px 0;
      text-align: right; } }

#vendors {
  margin-bottom: 35px;
  -webkit-transition: height 150ms linear, opacity 250ms linear;
  -moz-transition: height 150ms linear, opacity 250ms linear;
  -ms-transition: height 150ms linear, opacity 250ms linear;
  -o-transition: height 150ms linear, opacity 250ms linear;
  transition: height 150ms linear, opacity 250ms linear; }
  @media only screen and (min-width: 48em) {
    #vendors {
      margin-top: -15px;
      margin-bottom: 60px; } }

#vendors.closed {
  top: -9999px;
  height: 1px;
  opacity: 0;
  position: absolute; }

#vendors.open {
  top: 0;
  height: 235px;
  opacity: 1;
  position: relative; }
  @media only screen and (min-width: 48em) {
    #vendors.open {
      height: 100px; } }

#vendors:before {
  content: '.';
  text-indent: -9999px;
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -685px 0;
  width: 8px;
  height: 6px;
  position: absolute;
  left: 74%;
  top: -6px; }
  @media only screen and (min-width: 48em) {
    #vendors:before {
      left: 94%; } }

.vendors p {
  color: #252525;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased; }

.vendors p,
.vendors a {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .vendors p,
    .vendors a {
      display: inline-block;
      margin-left: 25px; } }

.tabs.default {
  width: 100%;
  display: block;
  margin-bottom: 0;
  border: 2px solid #fff;
  position: relative; }
  .tabs.default > section {
    border: 0;
    position: static; }
    .tabs.default > section > .tab-title {
      background-color: #bfbfbf;
      cursor: pointer;
      margin-bottom: 0; }
      .tabs.default > section > .tab-title a {
        padding: 0.9375em;
        display: inline-block;
        color: #252525;
        font-size: 0.875em;
        white-space: nowrap; }
      .tabs.default > section > .tab-title:hover {
        background-color: #404040;
        color: white; }
    .tabs.default > section .tab-content {
      display: none;
      padding: 50px 15px 0 15px;
      background-color: white; }
      .tabs.default > section .tab-content > *:last-child {
        margin-bottom: 0; }
      .tabs.default > section .tab-content > *:first-child {
        padding-top: 0; }
      .tabs.default > section .tab-content > *:last-child {
        padding-bottom: 0; }
    .tabs.default > section.active > .tab-content {
      display: block; }
    .tabs.default > section.active > .tab-title {
      background-color: #404040; }
      .tabs.default > section.active > .tab-title a {
        color: #252525; }
    .tabs.default > section > .tab-title {
      width: auto;
      border: solid 0 #cccccc;
      border-right: 2px solid #fff;
      border-bottom: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
      .tabs.default > section > .tab-title a {
        width: 100%; }
    .tabs.default > section:last-child .tab-title {
      border-right: solid 0 #cccccc; }
    .tabs.default > section .tab-content {
      border: solid 0 #cccccc;
      position: absolute;
      z-index: 10;
      display: block;
      top: -9999px; }
    .tabs.default > section.active > .tab-title {
      z-index: 11;
      border-bottom: 0;
      background-color: #404040; }
    .tabs.default > section.active > .tab-content {
      position: relative;
      top: 0; }

.tabs.auto {
  width: 100%;
  display: block;
  margin-bottom: 0;
  border: 0 solid #cccccc;
  border-top: none; }
  .tabs.auto > section {
    position: relative; }
    .tabs.auto > section > .tab-title {
      background-color: #bfbfbf;
      cursor: pointer;
      margin-bottom: 0; }
      .tabs.auto > section > .tab-title a {
        padding: 0.9375em;
        display: inline-block;
        color: #252525;
        font-size: 0.875em;
        white-space: nowrap; }
      .tabs.auto > section > .tab-title:hover {
        background-color: #404040;
        color: white; }
    .tabs.auto > section .tab-content {
      display: none;
      padding: 50px 15px 0 15px !important;
      background-color: white; }
      .tabs.auto > section .tab-content > *:last-child {
        margin-bottom: 0; }
      .tabs.auto > section .tab-content > *:first-child {
        padding-top: 0; }
      .tabs.auto > section .tab-content > *:last-child {
        padding-bottom: 0; }
    .tabs.auto > section.active > .tab-content {
      display: block; }
    .tabs.auto > section.active > .tab-title {
      background-color: #404040; }
      .tabs.auto > section.active > .tab-title a {
        color: #252525; }
    .tabs.auto > section > .tab-title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 0 #cccccc; }
      .tabs.auto > section > .tab-title a {
        width: 100%; }
  @media only screen and (min-width: 48em) {
    .tabs.auto {
      border: 2px solid #fff;
      position: relative; }
      .tabs.auto > section {
        border: 0;
        position: static; }
        .tabs.auto > section > .tab-title {
          background-color: #bfbfbf;
          cursor: pointer;
          margin-bottom: 0; }
          .tabs.auto > section > .tab-title a {
            padding: 0.9375em;
            display: inline-block;
            color: #252525;
            font-size: 0.875em;
            white-space: nowrap; }
          .tabs.auto > section > .tab-title:hover {
            background-color: #404040;
            color: white; }
        .tabs.auto > section .tab-content {
          display: none;
          padding: 0.9375em;
          background-color: white; }
          .tabs.auto > section .tab-content > *:last-child {
            margin-bottom: 0; }
          .tabs.auto > section .tab-content > *:first-child {
            padding-top: 0; }
          .tabs.auto > section .tab-content > *:last-child {
            padding-bottom: 0; }
        .tabs.auto > section.active > .tab-content {
          display: block; }
        .tabs.auto > section.active > .tab-title {
          background-color: #404040; }
          .tabs.auto > section.active > .tab-title a {
            color: #252525; }
        .tabs.auto > section > .tab-title {
          width: auto;
          border: solid 0 #cccccc;
          border-right: 2px solid #fff;
          border-bottom: 0;
          position: absolute;
          top: 0;
          z-index: 1; }
          .tabs.auto > section > .tab-title a {
            width: 100%; }
        .tabs.auto > section:last-child .tab-title {
          border-right: solid 0 #cccccc; }
        .tabs.auto > section .tab-content {
          border: solid 0 #cccccc;
          position: absolute;
          z-index: 10;
          display: block;
          top: -9999px; }
        .tabs.auto > section.active > .tab-title {
          z-index: 11;
          border-bottom: 0;
          background-color: #404040; }
        .tabs.auto > section.active > .tab-content {
          position: relative;
          top: 0; } }

.tabs.accordion > section > .tab-title {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: right -559px;
  border-bottom: 2px solid #fff; }

.tabs.accordion > section > .tab-title:hover {
  background-position: right -595px; }

.tabs.accordion > section.active > .tab-title {
  background-position: right -623px; }

.tabs > section > .tab-title {
  padding: 15px;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .tabs > section > .tab-title {
      margin-bottom: 40px; } }

.tabs > section > .tab-title a {
  color: #252525 !important;
  font-family: "museo-slab",serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  padding: 15px; }

.tabs > section.active > .tab-title a,
.tabs > section > .tab-title a:hover {
  color: #fff !important; }

.tabs > section > .tab-title {
  padding: 0; }

.tabs > section .tab-content {
  margin-bottom: 0;
  padding-top: 25px !important; }
  @media only screen and (min-width: 48em) {
    .tabs > section .tab-content {
      padding-top: 50px !important; } }

.icon {
  margin-bottom: 30px; }

.icon.color-code {
  margin-bottom: 20px; }

.icon img {
  float: left; }

.icon p {
  margin-left: 85px; }

div > .icon:last-child {
  margin-bottom: 0; }

.icon.color-code p {
  height: 40px;
  display: table-cell;
  line-height: 1.15em;
  vertical-align: middle;
  padding-left: 20px; }

.tab-content .link-product-inner {
  text-align: left; }
  @media only screen and (min-width: 30.0625em) {
    .tab-content .link-product-inner a, .tab-content .link-product-inner > div {
      width: 49%; } }
  .tab-content .link-product-inner p {
    font-weight: normal;
    text-align: left; }

.tab-content .link-product img, .tab-content .nav-product img {
  width: auto;
  max-width: 100%;
  margin-left: 0; }

.link-product .model, .nav-product .model {
  display: block;
  font-weight: bold; }

.img-buffer {
  padding: 20px 0 !important; }

.footable tr,
.footable th {
  cursor: pointer; }

.footable th {
  position: relative; }

.footable tr:not(.footable-detail-show):hover td:not(.footable-cell-detail) {
  background-color: #dedee0 !important; }

tr.footable-detail-show td {
  background-color: #8a221b !important;
  border-bottom: none !important;
  color: #fff !important; }
  tr.footable-detail-show td a {
    color: #fff; }

.footable-cell-detail {
  background-color: #404040 !important;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  padding: 25px; }
  .footable-cell-detail div {
    line-height: 1.0625rem; }

.footable-cell-detail h3 {
  color: #fff;
  color: white;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  padding: 15px 0 0 0;
  margin: 0; }

.footable-row-detail-inner div.columns:first-child h3, .footable-row-detail-inner .content .related-wrap > div:first-child h3, .content .footable-row-detail-inner .related-wrap > div:first-child h3,
.footable-row-detail-inner .link-product-inner > div:first-child h3 {
  padding: 0 0 25px 0; }

.footable-row-detail-inner .columns div, .footable-row-detail-inner .content .related-wrap > div div, .content .footable-row-detail-inner .related-wrap > div div, .footable-row-detail-inner .link-product-inner a div, .link-product-inner .footable-row-detail-inner a div,
.footable-row-detail-inner .link-product-inner > div div {
  padding-bottom: 15px; }

.footable td.stripe {
  background: #f2f2f2;
  color: #252525; }

.footable-row-detail-inner > div:not(.columns) {
  display: none; }

.footable-row-detail-inner > .large-12.columns, .content .related-wrap.footable-row-detail-inner > div.large-12, .link-product-inner .footable-row-detail-inner > a.large-12,
.link-product-inner.footable-row-detail-inner > div.large-12 {
  padding-bottom: 0; }

th span {
  display: block;
  font-size: 10px;
  font-style: italic;
  font-weight: normal; }

th span + span.footable-sort-indicator {
  margin-top: -21px; }

.footable > thead > tr > th > div > span.footable-sort-indicator {
  position: absolute;
  top: -3px;
  left: -15px; }

.disclaimer {
  color: #252525;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  background-color: #f2f2f2;
  display: block;
  color: #8a221b;
  height: auto;
  padding: 10px 20px !important;
  margin: -20px 0 20px !important; }
  @media only screen and (min-width: 48em) {
    .disclaimer {
      margin: -30px 0 0 !important;
      padding: 0 25px !important;
      height: 60px; } }
  .disclaimer h3 {
    color: #8a221b;
    display: inline-block;
    line-height: 20px;
    margin: 0 10px 0 0; }
    @media only screen and (min-width: 48em) {
      .disclaimer h3 {
        line-height: 60px; } }
  .disclaimer span {
    display: inline-block;
    line-height: 20px;
    padding-top: 0;
    width: 100%; }
    @media only screen and (min-width: 48em) {
      .disclaimer span {
        width: 80%;
        line-height: 60px; } }

.selector table {
  margin-bottom: 10px; }

.acc-wrap {
  display: table;
  padding: 10px 0;
  text-align: center; }
  @media only screen and (min-width: 48em) {
    .acc-wrap {
      text-align: left; } }

.acc-wrap img {
  float: none; }
  @media only screen and (min-width: 48em) {
    .acc-wrap img {
      float: left; } }

.acc-text {
  display: block;
  padding: 0 15px;
  text-align: center;
  width: 100%;
  max-width: 425px;
  margin: 0 auto; }
  .acc-text p {
    text-align: center; }
  @media only screen and (min-width: 48em) {
    .acc-text {
      display: table-cell;
      padding: 0 15px 0 0;
      text-align: left;
      vertical-align: middle;
      width: 47%; }
      .acc-text p {
        text-align: left; } }

.model-image {
  padding-bottom: 20px; }

.home .slideshow-wrapper {
  margin-bottom: 25px; }
  @media only screen and (min-width: 48em) {
    .home .slideshow-wrapper {
      margin-bottom: 40px; } }
.home .orbit-prev {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -1px -897px;
  left: 20px; }
.home .orbit-next {
  background-image: url("../images/sprites.png?v=3");
  background-repeat: no-repeat;
  background-position: -79px -897px;
  right: 20px; }
.home .orbit-prev,
.home .orbit-next {
  background-color: transparent;
  display: none !important;
  height: 70px;
  width: 70px;
  z-index: 1000; }
  @media only screen and (min-width: 30.0625em) {
    .home .orbit-prev,
    .home .orbit-next {
      display: block !important; } }
.home .orbit-container {
  min-height: 355px;
  max-width: inherit;
  width: 100% !important;
  height: 100% !important;
  -webkit-transition: height 250ms linear;
  -moz-transition: height 250ms linear;
  -ms-transition: height 250ms linear;
  -o-transition: height 250ms linear;
  transition: height 250ms linear; }
  @media only screen and (min-width: 48em) {
    .home .orbit-container {
      min-height: 415px; } }
  @media only screen and (min-width: 80em) {
    .home .orbit-container {
      min-height: 665px; } }
.home .orbit-container span {
  display: none; }
.home .orbit-container .orbit-slides-container > * {
  max-height: 665px;
  height: 100%; }
.home .orbit-slides-container li {
  background-position: center top !important; }
.home .photo-bleed {
  left: 15px;
  top: 121px; }
@media only screen and (min-width: 48em) {
  .home .photo-bleed img {
    max-width: 175%; } }
@media only screen and (min-width: 80em) {
  .home .photo-bleed img {
    max-width: inherit; } }
.home .infinity-divider {
  background: url(../images/bkg-product-nav-divider.png) no-repeat center top;
  background-size: 100% 720px; }
.home .lt-ie9 .infinity-divider {
  background-color: #dfdfdf;
  background-repeat: repeat; }

.pic-nav {
  width: 1074px;
  margin-left: -25px;
  margin-bottom: 0 !important; }
  @media screen and (max-width: 1024px) {
    .pic-nav {
      margin-left: -2.33%;
      width: 105%; } }
  @media only screen and (min-width: 48em) {
    .pic-nav {
      margin-bottom: 70px !important; } }

.pic-nav > li {
  padding: 0 2.33%; }

.pic-nav > li > a .caption span {
  text-align: left; }

.social-feed {
  background-color: #dfdfdf;
  margin-top: 65px; }
  .social-feed h2 {
    margin: 0 auto 25px auto;
    width: 90%; }

.flexslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  margin-bottom: -55px; }

.flexslider .slides > li {
  background-color: rgba(255, 255, 255, 0.7);
  margin-right: 5px;
  width: 250px;
  height: 235px; }
  .flexslider .slides > li a {
    display: block;
    color: #252525;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    height: 100%; }

.social-feed-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 145px; }

.social-feed-image.full {
  height: 235px; }

.social-feed-text {
  line-height: 1.1875rem;
  min-height: 77px;
  height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 15px; }

.social-feed-nophoto a {
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.social-feed-nophoto span {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 1 auto;
  /* Chrome */
  -ms-flex: 0 1 auto;
  /* IE 10 */
  flex: 0 1 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 219px; }
.social-feed-nophoto .social-feed-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  padding: 0 40px; }

.lt-ie10 .social-feed-nophoto span,
.ie9 .social-feed-nophoto span,
.no-flexboxlegacy.no-flexbox .social-feed-nophoto span {
  padding-top: 40px; }
