@charset "UTF-8";

@import: url('/skin/frontend/polar/default/fonts/fonts.css');
/* 
 * WE DO NOT RECOMMEND EDITING THIS CSS FILE DIRECTLY
 * BUT ONLY BY USING SASS (SCSS-DIRECTORY).
 * 
 * Use custom.css for custom CSS changes. Editing this file will
 * diminish the possibility for future style updates for this theme.
 *
 * Also, if you at some point choose to process the Sass files, it
 * will overwrite this file and hence remove all of your changes.
 *
 * If you're not planning on updating this theme or using Sass on it,
 * feel free to do your worst :)
 *
 * Contact us if you have any questions: support@polarthemes.com
 *
 * - The Polar team
 *
*/
/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 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, .block-related .block-content .block-subtitle {
  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 silver;
  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; }

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

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

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  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: 1260px;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    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 {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    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 {
    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 {
    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 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 885px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

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

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

  .large-4 {
    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 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.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,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, 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, 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, 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, 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, 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,
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: 885px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    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 {
    display: table; }

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

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

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

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .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: 1440px) {
  .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; } }
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* 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; }

  .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; } }
p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
.block-related .block-title,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  font-style: bold;
  color: #6f8f3c;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #2795b6; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, .block-related .block-title, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h1 .block-related .block-content .block-subtitle, .block-related .block-content h1 .block-subtitle, h2 small, h2 .block-related .block-content .block-subtitle, .block-related .block-content h2 .block-subtitle, h3 small, h3 .block-related .block-content .block-subtitle, .block-related .block-content h3 .block-subtitle, h4 small, .block-related .block-title small, h4 .block-related .block-content .block-subtitle, .block-related .block-content h4 .block-subtitle, .block-related .block-title .block-content .block-subtitle, .block-related .block-content .block-title .block-subtitle, h5 small, h5 .block-related .block-content .block-subtitle, .block-related .block-content h5 .block-subtitle, h6 small, h6 .block-related .block-content .block-subtitle, .block-related .block-content h6 .block-subtitle {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 0.5em; }

h3 {
  font-size: 1.375em; }

h4, .block-related .block-title {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small, .block-related .block-content .block-subtitle {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #ea1616; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 1.25em; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #dddddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, .block-related .block-title, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75em; }

  h2 {
    font-size: 1.125em; }

  h3 {
    font-size: 1.6875em; }

  h4, .block-related .block-title {
    font-size: 1.4375em; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

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

  .show-for-print {
    display: inherit !important; } }
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.625em;
  padding-right: 1.25em;
  padding-bottom: 0.6875em;
  padding-left: 1.25em;
  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: #d222c3;
    border-color: #a61b9a;
    color: white; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #a61b9a; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: white; }
  button.success, .button.success {
    background-color: #1a9f5d;
    border-color: #137343;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #137343; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f05c5c;
    border-color: #ec2d2d;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #ec2d2d; }
    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: #d222c3;
      border-color: #a61b9a;
      color: white;
      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: #a61b9a; }
      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: white; }
      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: #d222c3; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #1a9f5d;
      border-color: #137343;
      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: #137343; }
      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: #1a9f5d; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f05c5c;
      border-color: #ec2d2d;
      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: #ec2d2d; }
      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: #f05c5c; }

button, .button {
  padding-top: 0.6875em;
  padding-bottom: 0.625em; }
  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: 0;
      border-radius: 0; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }
@media only screen and (min-width: 768px) {
  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 {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      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: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.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: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

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: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

/* 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: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.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: 1em;
  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: #f05c5c;
  background-color: rgba(240, 92, 92, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

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

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

/* 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: 1.25em;
  border: 1px solid #cccccc;
  border-top: none; }
  .section-container > section, .section-container > .section, .section-container.auto > section, .section-container.auto > .section {
    position: relative; }
    .section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      margin-bottom: 0; }
      .section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: #333333;
        font-size: 0.875em;
        white-space: nowrap; }
      .section-container > section > .title:hover, .section-container > .section > .title:hover, .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
        background-color: #e2e2e2; }
    .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 > .title, .section-container > .section.active > .title, .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      background: #d5d5d5; }
      .section-container > section.active > .title a, .section-container > .section.active > .title a, .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
        color: #333333; }
    .section-container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 1px #cccccc; }
      .section-container > section > .title a, .section-container > .section > .title a, .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        width: 100%; }

.section-container.tabs {
  border: 0;
  position: relative; }
  .section-container.tabs > section, .section-container.tabs > .section {
    border: 0;
    position: static; }
    .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      margin-bottom: 0; }
      .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: #333333;
        font-size: 0.875em;
        white-space: nowrap; }
      .section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
        background-color: #e2e2e2; }
    .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 > .title, .section-container.tabs > .section.active > .title {
      background: white; }
      .section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
        color: #333333; }
    .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
      width: auto;
      border: solid 1px #cccccc;
      border-right: 0;
      border-bottom: 0;
      position: absolute;
      top: 0;
      z-index: 1; }
      .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
        width: 100%; }
    .section-container.tabs > section:last-child .title, .section-container.tabs > .section:last-child .title {
      border-right: solid 1px #cccccc; }
    .section-container.tabs > section .content, .section-container.tabs > .section .content {
      border: solid 1px #cccccc;
      position: absolute;
      z-index: 10;
      display: none;
      top: -1px; }
    .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
      z-index: 11;
      border-bottom: 0;
      background-color: white; }
    .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > .content {
      position: relative; }

@media only screen and (min-width: 885px) {
  .section-container.auto {
    border: 0;
    position: relative; }
    .section-container.auto > section, .section-container.auto > .section {
      border: 0;
      position: static; }
      .section-container.auto > section > .title, .section-container.auto > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
          background-color: #e2e2e2; }
      .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 > .title, .section-container.auto > .section.active > .title {
        background: white; }
        .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
          color: #333333; }
      .section-container.auto > section > .title, .section-container.auto > .section > .title {
        width: auto;
        border: solid 1px #cccccc;
        border-right: 0;
        border-bottom: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
        .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
          width: 100%; }
      .section-container.auto > section:last-child .title, .section-container.auto > .section:last-child .title {
        border-right: solid 1px #cccccc; }
      .section-container.auto > section .content, .section-container.auto > .section .content {
        border: solid 1px #cccccc;
        position: absolute;
        z-index: 10;
        display: none;
        top: -1px; }
      .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
        z-index: 11;
        border-bottom: 0;
        background-color: white; }
      .section-container.auto > section.active > .content, .section-container.auto > .section.active > .content {
        position: relative; }

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

  .section-container.vertical-tabs {
    border: 1px 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 > .title,
      .section-container.vertical-tabs .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.vertical-tabs section > .title a,
        .section-container.vertical-tabs .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.vertical-tabs section > .title:hover,
        .section-container.vertical-tabs .section > .title:hover {
          background-color: #e2e2e2; }
      .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 > .title,
      .section-container.vertical-tabs .section.active > .title {
        background: #d5d5d5; }
        .section-container.vertical-tabs section.active > .title a,
        .section-container.vertical-tabs .section.active > .title a {
          color: #333333; }
      .section-container.vertical-tabs section > .title,
      .section-container.vertical-tabs .section > .title {
        position: absolute;
        border-top: solid 1px #cccccc;
        width: 12.5em; }
      .section-container.vertical-tabs section:first-child .title,
      .section-container.vertical-tabs .section:first-child .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 1px #cccccc;
        z-index: 10; }
      .section-container.vertical-tabs section.active > .title,
      .section-container.vertical-tabs .section.active > .title {
        background-color: #d5d5d5;
        width: 12.5625em;
        border-right: solid 0 transparent;
        z-index: 11; }
      .section-container.vertical-tabs section.active:last-child .title,
      .section-container.vertical-tabs .section.active:last-child .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 > .title, .section-container.vertical-nav > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
          background-color: #e2e2e2; }
      .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 > .title, .section-container.vertical-nav > .section.active > .title {
        background: #d5d5d5; }
        .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
          color: #333333; }
      .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
        border-top: none;
        border: solid 1px #cccccc; }
        .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .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 .title, .section-container.vertical-nav > .section:first-child .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 1px #cccccc; }

  .section-container.horizontal-nav {
    position: relative;
    background: #efefef;
    border: 1px solid #cccccc; }
    .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section {
      padding-top: 0;
      border: 0;
      position: static; }
      .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 0; }
        .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
          padding: 0.9375em;
          display: inline-block;
          color: #333333;
          font-size: 0.875em;
          white-space: nowrap; }
        .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
          background-color: #e2e2e2; }
      .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 > .title, .section-container.horizontal-nav > .section.active > .title {
        background: #d5d5d5; }
        .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
          color: #333333; }
      .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
        width: auto;
        border: solid 1px #cccccc;
        border-left: 0;
        top: -1px;
        position: absolute;
        z-index: 1; }
        .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .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 1px #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: 1.25em;
  border: 1px 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 > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      margin-bottom: 0; }
      .no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
        padding: 0.9375em;
        display: inline-block;
        color: #333333;
        font-size: 0.875em;
        white-space: nowrap; }
      .no-js .section-container.auto > section > .title:hover, .no-js .section-container.auto > .section > .title:hover, .no-js .section-container.accordion > section > .title:hover, .no-js .section-container.accordion > .section > .title:hover, .no-js .section-container.tabs > section > .title:hover, .no-js .section-container.tabs > .section > .title:hover, .no-js .section-container.vertical-tabs > section > .title:hover, .no-js .section-container.vertical-tabs > .section > .title:hover, .no-js .section-container.vertical-nav > section > .title:hover, .no-js .section-container.vertical-nav > .section > .title:hover, .no-js .section-container.horizontal-nav > section > .title:hover, .no-js .section-container.horizontal-nav > .section > .title:hover {
        background-color: #e2e2e2; }
    .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 > .title, .no-js .section-container.auto > .section.active > .title, .no-js .section-container.accordion > section.active > .title, .no-js .section-container.accordion > .section.active > .title, .no-js .section-container.tabs > section.active > .title, .no-js .section-container.tabs > .section.active > .title, .no-js .section-container.vertical-tabs > section.active > .title, .no-js .section-container.vertical-tabs > .section.active > .title, .no-js .section-container.vertical-nav > section.active > .title, .no-js .section-container.vertical-nav > .section.active > .title, .no-js .section-container.horizontal-nav > section.active > .title, .no-js .section-container.horizontal-nav > .section.active > .title {
      background: #d5d5d5; }
      .no-js .section-container.auto > section.active > .title a, .no-js .section-container.auto > .section.active > .title a, .no-js .section-container.accordion > section.active > .title a, .no-js .section-container.accordion > .section.active > .title a, .no-js .section-container.tabs > section.active > .title a, .no-js .section-container.tabs > .section.active > .title a, .no-js .section-container.vertical-tabs > section.active > .title a, .no-js .section-container.vertical-tabs > .section.active > .title a, .no-js .section-container.vertical-nav > section.active > .title a, .no-js .section-container.vertical-nav > .section.active > .title a, .no-js .section-container.horizontal-nav > section.active > .title a, .no-js .section-container.horizontal-nav > .section.active > .title a {
        color: #333333; }
    .no-js .section-container.auto > section > .title, .no-js .section-container.auto > .section > .title, .no-js .section-container.accordion > section > .title, .no-js .section-container.accordion > .section > .title, .no-js .section-container.tabs > section > .title, .no-js .section-container.tabs > .section > .title, .no-js .section-container.vertical-tabs > section > .title, .no-js .section-container.vertical-tabs > .section > .title, .no-js .section-container.vertical-nav > section > .title, .no-js .section-container.vertical-nav > .section > .title, .no-js .section-container.horizontal-nav > section > .title, .no-js .section-container.horizontal-nav > .section > .title {
      top: 0;
      width: 100%;
      margin: 0;
      border-top: solid 1px #cccccc; }
      .no-js .section-container.auto > section > .title a, .no-js .section-container.auto > .section > .title a, .no-js .section-container.accordion > section > .title a, .no-js .section-container.accordion > .section > .title a, .no-js .section-container.tabs > section > .title a, .no-js .section-container.tabs > .section > .title a, .no-js .section-container.vertical-tabs > section > .title a, .no-js .section-container.vertical-tabs > .section > .title a, .no-js .section-container.vertical-nav > section > .title a, .no-js .section-container.vertical-nav > .section > .title a, .no-js .section-container.horizontal-nav > section > .title a, .no-js .section-container.horizontal-nav > .section > .title a {
        width: 100%; }
    .no-js .section-container.auto > section .title, .no-js .section-container.auto > .section .title, .no-js .section-container.accordion > section .title, .no-js .section-container.accordion > .section .title, .no-js .section-container.tabs > section .title, .no-js .section-container.tabs > .section .title, .no-js .section-container.vertical-tabs > section .title, .no-js .section-container.vertical-tabs > .section .title, .no-js .section-container.vertical-nav > section .title, .no-js .section-container.vertical-nav > .section .title, .no-js .section-container.horizontal-nav > section .title, .no-js .section-container.horizontal-nav > .section .title {
      position: static;
      width: 100%;
      border-left: 0;
      border-right: 0; }
    .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 {
      position: static;
      display: block;
      width: 100%;
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 16px;
    text-transform: none;
    color: #2ba6cb; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      text-transform: none;
      color: #2ba6cb; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: black;
      margin: 0 0.75em;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 16px;
  padding: 16px;
  background: #f2f2f2; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel .block-related .block-title, .block-related .panel .block-title, .panel h5, .panel h6, .panel p {
    color: #222222; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel .block-related .block-title, .block-related .panel .block-title, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel .block-related .subheader.block-title, .block-related .panel .subheader.block-title, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 0;
    border-color: #2284a1;
    margin-bottom: 16px;
    padding: 16px;
    background: #2ba6cb;
    -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; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout .block-related .block-title, .block-related .panel.callout .block-title, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: white; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout .block-related .block-title, .block-related .panel.callout .block-title, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625em; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout .block-related .subheader.block-title, .block-related .panel.callout .subheader.block-title, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
  .panel.radius {
    -webkit-border-radius: 0;
    border-radius: 0; }

/* Tables */
table {
  background: transparent;
  margin-bottom: 32px;
  border: solid 1px transparent; }
  table thead,
  table tfoot {
    font-weight: normal; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 8px;
      font-size: 16px;
      color: black;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 8px;
    font-size: 16px;
    color: black; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: transparent; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 24px; }

/* BASE - _base.scss */
/* No list style, but keep the vertical alignment */
ul, ol {
  margin-left: 0; }

#crosssell-products-list li,
.add-to-links li,
.checkout-types li,
.footer ul li,
ul.form-list li,
.products-grid li,
.products-list li,
.breadcrumbs li,
.sidebar li {
  list-style-type: none; }

/* Standard classes */
.no-display {
  display: none !important; }

.f-left {
  float: left; }

img.f-left {
  margin: 0 16px 16px 0; }

.f-right {
  float: right; }

img.f-right {
  margin: 0 0 16px 16px; }

.f-fix {
  *zoom: 1; }
  .f-fix:before, .f-fix:after {
    content: " ";
    display: table; }
  .f-fix:after {
    clear: both; }

.v-middle {
  vertical-align: middle; }

/* Mobile hide/show */
.polar-toggle-trigger {
  cursor: pointer; }

.blind {
  display: none; }

address {
  font-style: normal;
  line-height: 1.5em; }

.fieldset {
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 16px;
  padding: 16px;
  background: #f2f2f2; }
  .fieldset h1, .fieldset h2, .fieldset h3, .fieldset h4, .fieldset .block-related .block-title, .block-related .fieldset .block-title, .fieldset h5, .fieldset h6, .fieldset p {
    color: #222222; }
  .fieldset > :first-child {
    margin-top: 0; }
  .fieldset > :last-child {
    margin-bottom: 0; }
  .fieldset h1, .fieldset h2, .fieldset h3, .fieldset h4, .fieldset .block-related .block-title, .block-related .fieldset .block-title, .fieldset h5, .fieldset h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .fieldset h1.subheader, .fieldset h2.subheader, .fieldset h3.subheader, .fieldset h4.subheader, .fieldset .block-related .subheader.block-title, .block-related .fieldset .subheader.block-title, .fieldset h5.subheader, .fieldset h6.subheader {
      line-height: 1.4; }

/* Remove padding on right and left side. For rows you want to fill out to the edges. */
@media only screen and (min-width: 768px) {
  .large-collapse-edges .column:first-child,
  .large-collapse-edges .columns:first-child {
    padding-left: 0; }
  .large-collapse-edges .column:last-child,
  .large-collapse-edges .columns:last-child {
    padding-right: 0; } }
/* Grid cheat for col-set */
.col2-set {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1; }
  .col2-set:before, .col2-set:after {
    content: " ";
    display: table; }
  .col2-set:after {
    clear: both; }
  .col2-set .col-1,
  .col2-set .col-2 {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 768px) {
      .col2-set .col-1,
      .col2-set .col-2 {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        width: 50%;
        float: left; } }

/* TYPOGRAPHY - _typography.scss */
*:not(.box-collateral) h1, *:not(.box-collateral) h2,
*:not(.std) h1,
*:not(.std) h2 {
  font-size: 1.6875em; }

/* Line-height in .std areas */
.short-description .std,
.product-collateral .std {
  line-height: 1.6; }

/* Anchor links */
a:hover, a:focus {
  text-decoration: underline; }

/* MESSAGES - _messages.scss */
.messages {
  list-style-type: none;
  padding-left: 0; }
  .messages ul {
    margin: 0; }
  .messages li {
    *zoom: 1; }
    .messages li:before, .messages li:after {
      content: " ";
      display: table; }
    .messages li:after {
      clear: both; }
    .messages li a,
    .messages li a:visited {
      text-decoration: underline;
      color: white; }
    .messages li a:active,
    .messages li a:hover,
    .messages li a:focus {
      text-decoration: none; }
  .messages .note-msg,
  .messages li li {
    list-style-type: none;
    color: white;
    border-style: solid;
    border-width: 0;
    border-color: #d9d9d9;
    margin-bottom: 16px;
    padding: 16px;
    background: #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .messages .note-msg h1, .messages .note-msg h2, .messages .note-msg h3, .messages .note-msg h4, .messages .note-msg .block-related .block-title, .block-related .messages .note-msg .block-title, .messages .note-msg h5, .messages .note-msg h6, .messages .note-msg p,
    .messages li li h1,
    .messages li li h2,
    .messages li li h3,
    .messages li li h4,
    .messages li li .block-related .block-title,
    .block-related .messages li li .block-title,
    .messages li li h5,
    .messages li li h6,
    .messages li li p {
      color: #222222; }
    .messages .note-msg > :first-child,
    .messages li li > :first-child {
      margin-top: 0; }
    .messages .note-msg > :last-child,
    .messages li li > :last-child {
      margin-bottom: 0; }
    .messages .note-msg h1, .messages .note-msg h2, .messages .note-msg h3, .messages .note-msg h4, .messages .note-msg .block-related .block-title, .block-related .messages .note-msg .block-title, .messages .note-msg h5, .messages .note-msg h6,
    .messages li li h1,
    .messages li li h2,
    .messages li li h3,
    .messages li li h4,
    .messages li li .block-related .block-title,
    .block-related .messages li li .block-title,
    .messages li li h5,
    .messages li li h6 {
      line-height: 1;
      margin-bottom: 0.625em; }
      .messages .note-msg h1.subheader, .messages .note-msg h2.subheader, .messages .note-msg h3.subheader, .messages .note-msg h4.subheader, .messages .note-msg .block-related .subheader.block-title, .block-related .messages .note-msg .subheader.block-title, .messages .note-msg h5.subheader, .messages .note-msg h6.subheader,
      .messages li li h1.subheader,
      .messages li li h2.subheader,
      .messages li li h3.subheader,
      .messages li li h4.subheader,
      .messages li li .block-related .subheader.block-title,
      .block-related .messages li li .subheader.block-title,
      .messages li li h5.subheader,
      .messages li li h6.subheader {
        line-height: 1.4; }
    .messages .note-msg:before,
    .messages li li:before {
      display: none; }
  .messages li.success-msg li {
    background: #1a9f5d; }
  .messages li.error-msg li {
    background: #f05c5c; }
  .messages li.notice-msg li {
    background: #666666; }

/* TABLE - _table.scss */
.data-table tbody th {
  text-align: left;
  background-color: #f2f2f2;
  border: 1px solid white; }
.data-table ul {
  margin-left: 24px; }

/* STRUCTURAL - _structural.scss */
/* Main containers */
.main-container.row {
  margin-bottom: 32px; }

/* SIDEBAR - _sidebar.scss */
/* Block styles */
.sidebar .block-title {
  font-size: 1.125em;
  line-height: 1.4;
  margin: 0.2em 0 0.5em 0;
  position: relative; }
  .sidebar .block-title small, .sidebar .block-title .block-related .block-content .block-subtitle, .block-related .block-content .sidebar .block-title .block-subtitle {
    position: absolute;
    right: 0;
    top: 0; }

/* Block title */
.block-title {
  padding: 0 0 0.5em;
  font-weight: normal; }
  .block-title strong {
    font-weight: normal; }

/* Block recently viewed */
.block-viewed .block-content {
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 16px;
  padding: 16px;
  background: #f2f2f2; }
  .block-viewed .block-content h1, .block-viewed .block-content h2, .block-viewed .block-content h3, .block-viewed .block-content h4, .block-viewed .block-content .block-related .block-title, .block-related .block-viewed .block-content .block-title, .block-viewed .block-content h5, .block-viewed .block-content h6, .block-viewed .block-content p {
    color: #222222; }
  .block-viewed .block-content > :first-child {
    margin-top: 0; }
  .block-viewed .block-content > :last-child {
    margin-bottom: 0; }
  .block-viewed .block-content h1, .block-viewed .block-content h2, .block-viewed .block-content h3, .block-viewed .block-content h4, .block-viewed .block-content .block-related .block-title, .block-related .block-viewed .block-content .block-title, .block-viewed .block-content h5, .block-viewed .block-content h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .block-viewed .block-content h1.subheader, .block-viewed .block-content h2.subheader, .block-viewed .block-content h3.subheader, .block-viewed .block-content h4.subheader, .block-viewed .block-content .block-related .subheader.block-title, .block-related .block-viewed .block-content .subheader.block-title, .block-viewed .block-content h5.subheader, .block-viewed .block-content h6.subheader {
      line-height: 1.4; }
.block-viewed ol {
  margin-bottom: 0; }
.block-viewed p {
  margin-bottom: 0; }
.block-viewed li {
  list-style-type: disc;
  margin-left: 16px; }

/* Block compare */
.block-compare li.item {
  padding-right: 24px;
  position: relative; }
  .block-compare li.item .btn-remove {
    position: absolute;
    right: 0;
    top: 0; }
.block-compare .actions {
  *zoom: 1;
  text-align: right; }
  .block-compare .actions:before, .block-compare .actions:after {
    content: " ";
    display: table; }
  .block-compare .actions:after {
    clear: both; }
  .block-compare .actions button {
    float: left; }

/* My orders (left menu) */
.block-reorder li.item {
  position: relative;
  *zoom: 1;
  margin-bottom: 0;
  padding-left: 24px; }
  .block-reorder li.item:before, .block-reorder li.item:after {
    content: " ";
    display: table; }
  .block-reorder li.item:after {
    clear: both; }
  .block-reorder li.item p {
    margin-bottom: 0; }
  .block-reorder li.item input {
    position: absolute;
    left: 0;
    top: 4px; }
.block-reorder .actions {
  *zoom: 1;
  text-align: right; }
  .block-reorder .actions:before, .block-reorder .actions:after {
    content: " ";
    display: table; }
  .block-reorder .actions:after {
    clear: both; }
  .block-reorder .actions button {
    float: left; }

/* TOP LINE - _top-line.scss */
.top-line {
  line-height: 40px;
  background-color: #2ba6cb; }
  .top-line ul {
    margin-bottom: 0;
    float: right;
    line-height: 32px; }
    .top-line ul li {
      list-style-type: none;
      display: list-item; }
      @media only screen and (min-width: 768px) {
        .top-line ul li {
          display: inline-block; } }
      .top-line ul li a {
        padding-left: 16px;
        color: white; }
  .top-line .links,
  .top-line #search_mini_form_mobile,
  .top-line #search_mini_form {
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
    padding: 16px 110px 0 16px;
    background-color: #fff;
    z-index: 100; }
    .top-line .links button,
    .top-line #search_mini_form_mobile button,
    .top-line #search_mini_form button {
      position: absolute;
      right: 16px;
      top: 16px; }
  .top-line .search-icon {
    position: absolute;
    left: 50%;
    margin-left: -16px;
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 100%;
    font-size: 24px;
    line-height: 36.8px;
    color: #fff; }
    .top-line .search-icon:before {
      text-indent: 0;
      position: absolute;
      left: 1px;
      top: 0;
      content: "\f002";
      font-family: "polar-icons"; }
  .top-line .links {
    margin-top: 0;
    padding-bottom: 16px; }
    .top-line .links li {
      float: none; }
      .top-line .links li a,
      .top-line .links li a:visited {
        color: #222222; }
  .top-line .menu-icon {
    position: absolute;
    left: auto;
    text-indent: -9999px;
    overflow: hidden;
    width: 32px;
    height: 100%;
    font-size: 24px;
    line-height: 36.8px;
    color: #fff; }
    .top-line .menu-icon:before {
      text-indent: 0;
      position: absolute;
      left: 1px;
      top: 0;
      content: "\f0c9";
      font-family: "polar-icons"; }

@media only screen and (min-width: 768px) {
  .top-line #search_mini_form {
    display: none; }
  .top-line .links {
    position: relative;
    top: auto;
    width: auto;
    left: auto;
    padding: 0;
    background-color: transparent;
    z-index: auto; }
    .top-line .links li a,
    .top-line .links li a:visited {
      color: white; } }
/* TOP CART - _top-cart.scss */
/* In top line and below $small (mobile) */
.top-cart {
  float: right; }
  .top-cart a,
  .top-cart a:hover,
  .top-cart a:active,
  .top-cart a:focus,
  .top-cart a:visited {
    color: white;
    text-decoration: none; }
  .top-cart .cart-link {
    display: block;
    font-size: 24px; }

/* In main header and above $small */
.header .block-cart {
  position: relative;
  margin-left: 16px;
  float: right; }
  .header .block-cart .cart-link {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.625em;
    padding-right: 1.25em;
    padding-bottom: 0.6875em;
    padding-left: 1.25em;
    font-size: 1em;
    background-color: #1a9f5d;
    border-color: #137343;
    color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .header .block-cart .cart-link:hover, .header .block-cart .cart-link:focus {
      background-color: #137343; }
    .header .block-cart .cart-link:hover, .header .block-cart .cart-link:focus {
      color: white; }

/* Cart dropdown - only for larger than $small */
#mini-cart-wrapper {
  position: absolute;
  right: 0;
  background-color: white;
  border: 1px solid #f2f2f2;
  padding: 16px;
  z-index: 10;
  width: 320px;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 100px black;
  -moz-box-shadow: 0 0 100px black;
  box-shadow: 0 0 100px black; }
  @media only screen and (min-width: 768px) {
    #mini-cart-wrapper {
      width: 480px; } }
  #mini-cart-wrapper ol {
    list-style-type: none; }
  #mini-cart-wrapper .actions {
    *zoom: 1; }
    #mini-cart-wrapper .actions:before, #mini-cart-wrapper .actions:after {
      content: " ";
      display: table; }
    #mini-cart-wrapper .actions:after {
      clear: both; }
    #mini-cart-wrapper .actions .button {
      float: left;
      margin-bottom: 0; }
    #mini-cart-wrapper .actions .btn-cart {
      float: right; }
  #mini-cart-wrapper .close-btn {
    position: absolute;
    right: 16px;
    top: 16px; }
  #mini-cart-wrapper .btn-edit {
    display: none; }

/* HEADER - _header.scss */
.header-container {
  background-color: #000;
  
  width:100%;
  height:93px;
   }

.header {
  margin: 0 auto;
  padding: 0; }
  .header .logo {
    display: inline-block;
/*     font-size: 2.75em; */
    float: left;}
  .header #search_mini_form_mobile,
  .header #search_mini_form {
    float: right;
    margin-bottom: 0; }
  .header .form-search {
    display: none;
    float: right;
    width: auto; }
    @media only screen and (min-width: 885px) {
      .header .form-search {
        display: block; } }
    .header .form-search input {
      float: left;
      width: auto;
      margin-right: 16px; }
    .header .form-search button {
      float: right; }

.search-autocomplete {
  display: block;
  z-index: 80;
  background-color: white;
  color: #2ba6cb;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .search-autocomplete ul {
    margin: 0; }
  .search-autocomplete li {
    list-style-type: none;
    padding: 8px 16px; }
    .search-autocomplete li:hover, .search-autocomplete li:active, .search-autocomplete li:focus {
      cursor: pointer; }
    .search-autocomplete li > span {
      float: right;
      display: inline-block;
      opacity: 0.8; }
  .search-autocomplete .selected {
    background-color: rgba(0, 0, 0, 0.1); }

/* FOOTER - _footer.scss */
.footer {
  margin-top: 32px; }

.theme-by {
  font-size: 10.66667px;
  text-align: right;
  text-transform: uppercase; }
  .theme-by a,
  .theme-by a:visited {
    color: #999999; }

/* NAVIGATION - _navigation.scss - Categories (main menu) */
.nav-container {
  padding-left: 0.9375em;
  padding-right: 0.9375em; 
  width:100%;

  }
  .nav-container #nav {
    display: none;
    /* Mobile first, so this must be hidden as default */
    margin-bottom: 0;
    background-color: #000;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 59px;
    /* Level 2 */ }
    @media only screen and (min-width: 885px) {
      .nav-container #nav {
        display: block;
        
        /* For larger than mobile */ } }
    .nav-container #nav li {
      display: inline-block;
      list-style-type: none;
      position: relative;
       }
      .nav-container #nav li a {
         
        padding: 8px;
        line-height: 24px;
        color: white; }
        .nav-container #nav > li a:hover, .nav-container #nav > li a:focus, .nav-container #nav > li a:active {
          text-decoration: none;
          color: #75ba00;
          background:url('/skin/frontend/polar/default/images/rampIco.jpg') no-repeat #292828 center 0;
        }
      .nav-container #nav li > a {
        display: block;
        padding: 0 24px 7px; 
        line-height: 59px;}
      .nav-container #nav li > a span{
        height: 100%;
        display:block;
      }

      .nav-container #nav li.active > a {
        font-weight: bold; 
      }
      .nav-container #nav li.over > a {
        background-color: #000;

         }
    .nav-container #nav ul {
      position: absolute;
      left: -9999px;
      margin-left: 0;
      text-align: left;
      /* Level 3+ */ }
      .nav-container #nav li ul {
        float:left;
        background-color: white;
        display: none;
         }

        .nav-container #nav li ul a{
            background-color:white;
            float:left;
            color:black;
            margin-left:0;
           }

           .nav-container #nav li ul a.over{
            background-color:white;
            float:left;
           }
        
        .nav-container #nav ul li.parent > a:after {
          vertical-align: middle;
          float: right;
          display: block;
          padding-left: 1em;
          color: black; }

           .nav-container #nav ul li{
            width:300px;
           } 
           .nav-container #nav ul li a img{
            margin-top:45px;
           }
           .nav-container #nav ul li a span{
            font-size: 80%;
            text-align:center;
           }
           .nav-container #nav ul li a:hover{
            background:none;
           } 
      .nav-container #nav ul a {
        white-space: nowrap;
        display: block;
        padding:0;
        }
        .nav-container #nav ul a.over > a, .nav-container #nav ul a:hover, .nav-container #nav ul a:focus {
          background-color: #fff; 
        color: #75ba00;}
      .nav-container #nav ul ul {
        top: 0;
        margin-top: 0;
        margin-left: 40px; }


      .nav-container.polar-toggle{
        top:79px;
      }
    .nav-container #nav ul.shown-sub,
    .nav-container #nav div.shown-sub {
     float: left;
      top: 66px;
      z-index: 999;
      left: -136px;
      position:absolute;
      width:1260px; 
      list-style: none;
      padding-left:42px;}
  .nav-container #nav-mobile {
    background-color: #000;
    display: block;
    z-index:1;
    position: relative;
    }
    @media only screen and (min-width: 885px) {
      .nav-container #nav-mobile {
        display: none;
        /* For larger than mobile */ } }
    .nav-container #nav-mobile li {
      list-style-type: none;
      position: relative;
      *zoom: 1; }
      .nav-container #nav-mobile li img{
        display: none;
        height:0;
      }
      .nav-container #nav-mobile li:before, .nav-container #nav-mobile li:after {
        content: " ";
        display: table; }
      .nav-container #nav-mobile li:after {
        clear: both; }
      .nav-container #nav-mobile li.active > a {
        font-weight: bold; }
      .nav-container #nav-mobile li.parent > a:after {
        content: "\e000";
        font-family: "polar-icons";
        vertical-align: middle;
        float: right;
        display: block;
        padding-left: 1em; }
    .nav-container #nav-mobile ul {
      *zoom: 1;
      background-color: rgba(155, 155, 155, 0.1);
      margin-bottom: 16px;
      margin-right: 16px; 
      z-index:0;}
      .nav-container #nav-mobile ul:before, .nav-container #nav-mobile ul:after {
        content: " ";
        display: table; }
      .nav-container #nav-mobile ul:after {
        clear: both; }
    .nav-container #nav-mobile a {
      display: block;
      line-height: 1.5em;
      padding: 8px 16px;
      color: white; }
      .nav-container #nav-mobile a:hover, .nav-container #nav-mobile a:focus, .nav-container #nav-mobile a:active {
        text-decoration: none;
        background-color: #292828;
         color: #75ba00; }

/* Layered navigation */
.block-layered-nav .btn-remove:before {
  font-size: 0.8em; }
.block-layered-nav .currently ol {
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 16px;
  padding: 16px;
  background: #f2f2f2;
  margin-bottom: 0; }
  .block-layered-nav .currently ol h1, .block-layered-nav .currently ol h2, .block-layered-nav .currently ol h3, .block-layered-nav .currently ol h4, .block-layered-nav .currently ol .block-related .block-title, .block-related .block-layered-nav .currently ol .block-title, .block-layered-nav .currently ol h5, .block-layered-nav .currently ol h6, .block-layered-nav .currently ol p {
    color: #222222; }
  .block-layered-nav .currently ol > :first-child {
    margin-top: 0; }
  .block-layered-nav .currently ol > :last-child {
    margin-bottom: 0; }
  .block-layered-nav .currently ol h1, .block-layered-nav .currently ol h2, .block-layered-nav .currently ol h3, .block-layered-nav .currently ol h4, .block-layered-nav .currently ol .block-related .block-title, .block-related .block-layered-nav .currently ol .block-title, .block-layered-nav .currently ol h5, .block-layered-nav .currently ol h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .block-layered-nav .currently ol h1.subheader, .block-layered-nav .currently ol h2.subheader, .block-layered-nav .currently ol h3.subheader, .block-layered-nav .currently ol h4.subheader, .block-layered-nav .currently ol .block-related .subheader.block-title, .block-related .block-layered-nav .currently ol .subheader.block-title, .block-layered-nav .currently ol h5.subheader, .block-layered-nav .currently ol h6.subheader {
      line-height: 1.4; }
  .block-layered-nav .currently ol .label {
    font-weight: bold; }
.block-layered-nav .actions {
  text-align: right;
  padding-top: 8px;
  margin-bottom: 16px; }
.block-layered-nav .block-subtitle {
  display: none; }

/* NAVIGATION VERTICAL - _navigation-vertical.scss - Categories (left or right menu) */
.vertnav-container li > ul {
  display: none; }
.vertnav-container li.active > ul {
  display: block; }
.vertnav-container li.parent {
  position: relative;
  padding-left: 0.1em; }
  .vertnav-container li.parent > ul {
    border-left: 1px solid #d222c3; }
  .vertnav-container li.parent > a {
    padding-left: 1em; }
  .vertnav-container li.parent:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f067";
    /* Plus sign */
    font-family: "polar-icons";
    color: #2ba6cb; }
.vertnav-container li.parent.active:before {
  content: "\f068";
  /* Minus sign */ }
.vertnav-container li.active > a {
  font-weight: bold; }
.vertnav-container li a {
  line-height: 24px;
  display: block; }
.vertnav-container li.active ul {
  padding-left: 8px;
  margin-left: 4px;
  border-left: 1px solid #2ba6cb; }

/* ADMIN CREATED CONTENT - STD - _std.scss */
ul.disc {
  margin-left: 24px; }

.box-collateral ol:not(.products-list),
.box-collateral ul:not(.products-grid):not(.form-list):not(.rating-list),
.std ol:not(.products-list),
.std ul:not(.products-grid):not(.form-list):not(.rating-list) {
  margin-left: 24px; }
.box-collateral p,
.std p {
  /* A float fix to allow floating images beside multiple paragraphs */ }
  .box-collateral p:after, .box-collateral p:before,
  .std p:after,
  .std p:before {
    display: inline;
    clear: none;
    content: none; }

/* FORM - _form.scss */
p.required,
.required em {
  display: inline-block;
  float: left;
  margin-right: 0.5em;
  color: #f05c5c;
  font-style: normal; }

p.required {
  clear: both;
  float: none;
  display: block;
  font-size: 0.8em;
  text-align: right;
  margin-top: 4px; }

.radio {
  float: left;
  margin-right: 8px;
  line-height: 1.5em; }

label,
.label {
  padding-bottom: 8px; }

input,
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/* Form list, and other form elements */
.form-list li {
  margin-bottom: 16px;
  clear: both; }
  .form-list li label {
    display: block;
    padding-bottom: 8px; }
  .form-list li.control div,
  .form-list li.control input {
    float: left;
    margin-right: 8px; }
  .form-list li.control input[type="text"] {
    margin-top: 8px; }
  .form-list li.control label {
    width: auto;
    line-height: 1em; }
  .form-list li.control .input-box {
    float: left;
    margin-right: 8px; }
  .form-list li .field {
    float: left;
    width: 48%; }
    .form-list li .field:last-child {
      float: right; }
  .form-list li input[type=text] {
    width: 100%; }
  .form-list li li > div {
    display: block;
    margin-bottom: 16px; }
.form-list .additional-row p {
  float: right;
  width: 5%;
  margin-top: 32px;
  text-align: center; }
  .form-list .additional-row p a {
    float: right; }
.form-list .additional-row .field:last-child {
  width: 43%; }

.buttons-set {
  text-align: right; }
  .buttons-set .back-link {
    float: left;
    text-align: left; }

/* Tame those huge Foundation buttons */
.button,
button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  white-space: nowrap; }
  .button:hover, .button:active, .button:focus,
  button:hover,
  button:active,
  button:focus {
    text-decoration: none; }
  .button.btn-cart,
  button.btn-cart {
    background-color: #1a9f5d;
    border-color: #137343;
    color: white; }
    .button.btn-cart:hover, .button.btn-cart:focus,
    button.btn-cart:hover,
    button.btn-cart:focus {
      background-color: #137343; }
    .button.btn-cart:hover, .button.btn-cart:focus,
    button.btn-cart:hover,
    button.btn-cart:focus {
      color: white; }

h2.legend {
  clear: both; }

.fieldset {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #f2f2f2; }

.fieldset h2 {
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid #f2f2f2; }

.fieldset .legend {
  font-size: 16px; }

/* Validation bubble */
.validation-advice {
  background-color: #f05c5c;
  color: white;
  line-height: 1em;
  padding: 8px;
  font-size: 0.8em;
  width: auto;
  position: relative; }
  .validation-advice:after, .validation-advice:before {
    bottom: 100%;
    border: solid transparent;
    border-bottom-color: #f05c5c;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 10%; }
  .validation-advice:after {
    border-width: 8px;
    margin-left: -8px; }
  .validation-advice:before {
    border-width: 8px;
    margin-left: -8px; }

input.validation-failed,
textarea.validation-failed {
  border: 1px solid #f05c5c; }

/* ICONS - _icons.scss. Universal icon and dropdown areas. */
/* Delete-/remove-icons */
.block-cart .close-btn,
.cart-list .link-wishlist,
.btn-remove2,
.btn-remove {
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  width: 1.5em;
  line-height: 1em; }
  .block-cart .close-btn:before,
  .cart-list .link-wishlist:before,
  .btn-remove2:before,
  .btn-remove:before {
    content: "\e001";
    font-family: "polar-icons";
    position: absolute;
    text-indent: 0;
    left: 0;
    top: 0;
    display: inline-block;
    color: #f05c5c;
    font-size: 24px; }
  .block-cart .close-btn:hover:before, .block-cart .close-btn:active:before, .block-cart .close-btn:focus:before,
  .cart-list .link-wishlist:hover:before,
  .cart-list .link-wishlist:active:before,
  .cart-list .link-wishlist:focus:before,
  .btn-remove2:hover:before,
  .btn-remove2:active:before,
  .btn-remove2:focus:before,
  .btn-remove:hover:before,
  .btn-remove:active:before,
  .btn-remove:focus:before {
    color: #ec2d2d; }

/* Top cart */
.block-cart .close-btn {
  cursor: pointer; }
  .block-cart .close-btn:before {
    color: #666666;
    content: "\f00d"; }
  .block-cart .close-btn:hover:before, .block-cart .close-btn:active:before, .block-cart .close-btn:focus:before {
    color: #2ba6cb; }

/* Category icon */
.options-icon,
.filter-icon,
.category-icon {
  background-color: #2ba6cb;
  color: white;
  cursor: pointer;
  line-height: 1.5em;
  padding: 8px 16px;
  margin: 0 0.9375em 16px;
  position: relative; }
  .options-icon.expanded:after, .options-icon.collapsed:after,
  .filter-icon.expanded:after,
  .filter-icon.collapsed:after,
  .category-icon.expanded:after,
  .category-icon.collapsed:after {
    content: "\f078";
    /* Arrow down */
    text-indent: 0;
    position: absolute;
    right: 16px;
    top: 8px;
    font-size: 24px;
    color: white;
    font-family: "polar-icons"; }
  .options-icon.expanded:after,
  .filter-icon.expanded:after,
  .category-icon.expanded:after {
    content: "\f077";
    /* Arrow up */ }

.filter-icon {
  margin: 0 0 16px; }

.options-icon {
  margin: 0; }

/* Cart link */
.cart-link:after {
  content: "\f07a";
  /* Cart */
  text-indent: 0;
  font-size: 24px;
  margin-left: 8px;
  font-family: "polar-icons"; }
@media only screen and (min-width: 768px) {
  .cart-link:before {
    content: "\f07a";
    /* Cart */
    text-indent: 0;
    margin-right: 8px;
    font-family: "polar-icons"; }
  .cart-link:after {
    display: none; } }

.messages li.success-msg li:before, .messages li.error-msg li:before, .messages li.notice-msg li:before {
  content: "\f071";
  font-family: "polar-icons";
  font-size: 24px;
  line-height: 1em;
  vertical-align: middle;
  float: left;
  margin-right: 16px;
  display: block; }
.messages li.success-msg li:before {
  content: "\f00c"; }
.messages li.notice-msg li:before {
  content: "\f05a"; }

/* Cart */
.checkout-cart-index .page-title h1:before {
  content: "\f07a";
  /* Cart */
  font-family: "polar-icons";
  display: inline-block;
  margin-right: 0.5em; }

.cart-list .link-wishlist {
  line-height: 1em; }
  .cart-list .link-wishlist:before {
    content: "\f044";
    color: #222222; }
  .cart-list .link-wishlist:hover:before, .cart-list .link-wishlist:active:before, .cart-list .link-wishlist:focus:before {
    color: #3c3c3c; }

/* Button icons */
.btn-cart span span:before {
  position: relative;
  content: "\f07a";
  font-family: "polar-icons";
  margin-right: 8px; }

/* View order */
.my-account .order-info li.current:before {
  content: "\e000 ";
  font-family: "polar-icons";
  color: #d222c3;
  padding-right: 8px; }

/* Wishlist */
.header a[href*="wishlist"]:hover:before, .header a[href*="wishlist"]:active:before, .header a[href*="wishlist"]:focus:before,
.top-line a[href*="wishlist"]:hover:before,
.top-line a[href*="wishlist"]:active:before,
.top-line a[href*="wishlist"]:focus:before,
.link-wishlist:hover:before,
.link-wishlist:active:before,
.link-wishlist:focus:before {
  text-decoration: none;
  font-family: "polar-icons"; }
.header a[href*="wishlist"]:before,
.top-line a[href*="wishlist"]:before,
.link-wishlist:before {
  position: relative;
  content: "\f044";
  font-family: "polar-icons";
  margin-right: 8px; }

/* Checkout */
.btn-checkout:after {
  content: "\e000";
  position: relative;
  bottom: -2px;
  font-size: 24px;
  margin-left: 16px;
  line-height: 16px;
  color: white;
  font-family: "polar-icons"; }

#mini-cart-wrapper .btn-checkout:after {
  font-size: 16px; }

.opc li button:after {
  content: "\e000";
  font-family: "polar-icons";
  margin-left: 16px; }

/* Back link */
.back-link a small, .back-link a .block-related .block-content .block-subtitle, .block-related .block-content .back-link a .block-subtitle {
  display: none; }
.back-link a:before {
  content: "\f053";
  display: inline-block;
  font-family: "polar-icons";
  margin-right: 8px; }

/* Full width dropdown */
.options-icon,
.filter-icon,
.category-icon {
  background-color: #000;
  color: white;
  cursor: pointer;
  line-height: 1.5em;
  padding: 8px 16px;
  margin: 5px 0.9375em 16px;
  position: relative; }

  .category-icon:hover {
     color: #75ba00;
    background-color: #292828; 
  }
  .options-icon.expanded:after, .options-icon.collapsed:after,
  .filter-icon.expanded:after,
  .filter-icon.collapsed:after,
  .category-icon.expanded:after,
  .category-icon.collapsed:after {
    content: "\f078";
    text-indent: 0;
    position: absolute;
    right: 16px;
    top: 8px;
    font-size: 24px;
    color: white;
    font-family: "polar-icons"; }
  .options-icon.expanded:after,
  .filter-icon.expanded:after,
  .category-icon.expanded:after {
    content: "\f077"; }

.filter-icon {
  margin: 0 0 16px; }

.options-icon {
  margin: 0;
  clear: both; }

/* Toolbar */
.toolbar .sorter .sort-by a[href*="dir=desc"] img,
.toolbar .sorter .sort-by a[href*="dir=asc"] img {
  display: none; }
.toolbar .sorter .sort-by a[href*="dir=desc"]:before,
.toolbar .sorter .sort-by a[href*="dir=asc"]:before {
  content: "\f077";
  /* Descending (up arrow) */
  font-family: "polar-icons";
  width: 1em; }
.toolbar .sorter .sort-by a[href*="dir=desc"]:hover, .toolbar .sorter .sort-by a[href*="dir=desc"]:active, .toolbar .sorter .sort-by a[href*="dir=desc"]:focus,
.toolbar .sorter .sort-by a[href*="dir=asc"]:hover,
.toolbar .sorter .sort-by a[href*="dir=asc"]:active,
.toolbar .sorter .sort-by a[href*="dir=asc"]:focus {
  color: #d222c3;
  text-decoration: none; }
.toolbar .sorter .sort-by a[href*="dir=asc"]:before {
  content: "\f078";
  /* Ascending (down arrow) */ }

.next:before,
.previous:before {
  content: "\e000";
  font-family: "polar-icons"; }
.next img,
.previous img {
  display: none; }
.next:hover, .next:active, .next:focus,
.previous:hover,
.previous:active,
.previous:focus {
  color: #d222c3;
  text-decoration: none; }

.previous:before {
  content: "\f053"; }

/* PRODUCTS-LIST - _products-list.scss - Grid, list, breadcrumbs and toolbars. */
/* Breadcrumbs */
nav.breadcrumbs {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative; }
  nav.breadcrumbs a:hover,
  nav.breadcrumbs a:active,
  nav.breadcrumbs a:focus {
    text-decoration: none; }

/* Category description */
.category-description {
  line-height: 1.6; }

/* Toolbar */
.toolbar > div {
  padding: 3px 0;
  border-bottom: 1px solid #f2f2f2; }
.toolbar .sort-by a {
  line-height: 0em; }
  .toolbar .sort-by a img {
    margin-bottom: -4px; }
.toolbar label,
.toolbar input,
.toolbar select {
  width: auto;
  display: inline-block;
  margin-right: 1em;
  padding-bottom: 0;
  margin-bottom: 0; }
.toolbar label {
  display: none; }
@media only screen and (min-width: 768px) {
  .toolbar label {
    display: inline-block; } }
.toolbar select {
  margin-top: 2px; }
.toolbar p {
  margin-bottom: 0; }

.sorter,
.pager {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1140px;
  *zoom: 1; }
  .sorter:before, .sorter:after,
  .pager:before,
  .pager:after {
    content: " ";
    display: table; }
  .sorter:after,
  .pager:after {
    clear: both; }
  .sorter p,
  .pager p {
    margin: 0; }
  .sorter .sort-by,
  .pager .sort-by {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
    float: right; }
  .sorter .view-mode,
  .pager .view-mode {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  .sorter .amount,
  .pager .amount {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
    @media only screen and (min-width: 768px) {
      .sorter .amount,
      .pager .amount {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        float: left; } }
  .sorter .limiter,
  .pager .limiter {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
    @media only screen and (min-width: 768px) {
      .sorter .limiter,
      .pager .limiter {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        left: 33.33333%;
        right: auto;
        float: left; } }
  .sorter .sort-by,
  .sorter .limiter,
  .pager .sort-by,
  .pager .limiter {
    text-align: right; }
  .sorter .limiter label,
  .sorter .limiter select,
  .pager .limiter label,
  .pager .limiter select {
    width: auto;
    display: inline-block;
    margin-right: 0.5em; }
  .sorter .pages,
  .pager .pages {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .sorter .pages,
      .pager .pages {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        right: 33.33333%;
        left: auto;
        float: left; } }
    .sorter .pages strong,
    .pager .pages strong {
      display: none;
      line-height: 1.5em; }
    .sorter .pages ol,
    .pager .pages ol {
      display: inline-block;
      width: 100%;
      margin: 0;
      margin-left: 8px;
      padding: 0; }
    .sorter .pages li,
    .pager .pages li {
      display: inline-block;
      line-height: inherit;
      width: 24px;
      line-height: 24px; }
      .sorter .pages li a,
      .pager .pages li a {
        display: block; }
      .sorter .pages li.current,
      .pager .pages li.current {
        border: 1px solid #f2f2f2; }
    .sorter .pages strong,
    .pager .pages strong {
      display: none; }

/* Category header */
.category-title h1 {
  font-size: 1.125em;
  margin-top: 0; }

/* Products - List */
.products-list {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1; }
  .products-list:before, .products-list:after {
    content: " ";
    display: table; }
  .products-list:after {
    clear: both; }
  .products-list .item {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 16px;
    padding-bottom: 16px; }
    .products-list .item:first-of-type {
      margin-top: 16px;
      padding-top: 16px; }
    .products-list .item .product-image {
      width: 30%;
      float: left;
      margin-right: 5%; }
    .products-list .item .btn-cart {
      float: left; }
    .products-list .item .add-to-links a {
      display: inline-block;
      margin-right: 16px;
      line-height: 2.2em; }
    .products-list .item .add-to-links li:last-child a {
      margin-right: 0; }
    .products-list .item .separator {
      display: none; }
  .products-list .rating-box {
    line-height: 1em;
    margin-top: 4px;
    margin-right: 16px; }

/* Products - Grid */
.products-grid {
  margin-top: 16px;
  margin-bottom: 16px; }
  .products-grid .price-box {
    font-size: 1em;
    min-height: 3em; }
  .products-grid .product-name {
/*     font-size: 1.125em; */
    min-height: 48px; }
  .products-grid .item {
    position: relative;
    padding-bottom: 64px; }
    .products-grid .item img {
      max-width: 100%; }
    .products-grid .item .actions {
      position: absolute;
      bottom: 0; }
    .products-grid .item a:hover,
    .products-grid .item a:active,
    .products-grid .item a:focus {
      text-decoration: none; }
  .products-grid button {
  /*
  padding-top: 0.625em;
    padding-right: 1.25em;
    padding-bottom: 0.6875em;
    padding-left: 1.25em;
*/
    /* font-size: 1em;  */}
  .products-grid .ratings {
    width: 100%;
    float: left; }

/* Mini products list */
.mini-products-list li.item {
  position: relative;
  padding-left: 115px;
  /* Based on the width of the product image (100px) */
  padding-right: 25px;
  /* Based on the delete icon */
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 8px;
  padding-bottom: 8px;
  min-height: 115px;
  /* Based on the width of the product image (100px) */ }
  .mini-products-list li.item .price-box,
  .mini-products-list li.item p {
    margin-bottom: 0; }
  .mini-products-list li.item .product-image {
    position: absolute;
    left: 0;
    top: 0; }
  .mini-products-list li.item .checkbox {
    float: left;
    margin-right: 8px; }
  .mini-products-list li.item .product-name {
    font-weight: bold; }
  .mini-products-list li.item .btn-remove {
    position: absolute;
    right: 0; }
  .mini-products-list li.item .link-cart {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.625em;
    padding-right: 1.25em;
    padding-bottom: 0.6875em;
    padding-left: 1.25em;
    font-size: 1em;
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white; }
    .mini-products-list li.item .link-cart:hover, .mini-products-list li.item .link-cart:focus {
      background-color: #2284a1; }
    .mini-products-list li.item .link-cart:hover, .mini-products-list li.item .link-cart:focus {
      color: white; }

/* PRICE - _price.scss */
/* General styling of price */
.price-box {
  margin-bottom: 16px;
  font-size: 19.2px;
  color: #222222;
  font-weight: 700; }
  .price-box p {
    margin: 0; }
  .price-box .old-price {
    text-decoration: line-through;
    font-size: 0.75em;
    color: #555555; }
  .price-box .price {
    font-weight: bold; }
  .price-box .price-including-tax,
  .price-box .price-excluding-tax {
    display: block; }
  .price-box .price-including-tax {
    font-size: 0.8em; }

/* PRODUCT - _product.scss */
/* General price styling is in _price.scss */
/* Product - General styles */
.add-to-links li,
.add-to-links {
  display: inline-block;
  float: left; }

.add-to-links a.button {
  margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .add-to-links a.button {
      margin-left: 16px; } }

/* Product - View */
.product-view .short-description {
  *zoom: 1;
  clear: both; }
  .product-view .short-description:before, .product-view .short-description:after {
    content: " ";
    display: table; }
  .product-view .short-description:after {
    clear: both; }
.product-view .product-shop p {
  margin-bottom: 0; }
.product-view .product-shop .product-name h1 {
  font-size: 1.6875em; }
.product-view .product-shop .price-box {
  margin: 16px 0; }
.product-view .product-shop .availability {
  float: right; }
  .product-view .product-shop .availability.in-stock span {
    color: #1a9f5d;
    font-weight: bold; }
  .product-view .product-shop .availability.out-of-stock span {
    color: #f05c5c;
    font-weight: bold; }
.product-view .product-shop .tier-prices {
  margin-left: 24px; }
.product-view .product-shop .add-to-links {
  clear: both;
  line-height: 3.5em; }
  @media only screen and (min-width: 768px) {
    .product-view .product-shop .add-to-links {
      margin-left: 16px;
      clear: none; } }
.product-view .product-shop button.btn-cart,
.product-view .product-shop input[name="qty"] {
  font-size: 1.5em;
  text-align: center; }
.product-view .product-shop .add-to-cart {
  float: left;
  width: auto; }
  .product-view .product-shop .add-to-cart input,
  .product-view .product-shop .add-to-cart label {
    float: left;
    width: auto;
    margin-right: 10px; }
  .product-view .product-shop .add-to-cart input {
    width: 2.5em; }
  .product-view .product-shop .add-to-cart label[for="qty"] {
    line-height: 32px;
    display: none; }
.product-view .product-shop .or {
  display: none; }
.product-view .product-options .required em,
.product-view .product-options p.required {
  display: none; }
.product-view .product-options dl {
  margin-bottom: 0; }
.product-view .product-options .option {
  padding: 8px 0;
  border-bottom: #f2f2f2 1px solid;
  line-height: 32px;
  *zoom: 1; }
  .product-view .product-options .option:before, .product-view .product-options .option:after {
    content: " ";
    display: table; }
  .product-view .product-options .option:after {
    clear: both; }
  .product-view .product-options .option:first-of-type {
    margin-top: 16px;
    border-top: #f2f2f2 1px solid; }
.product-view .product-options dd,
.product-view .product-options dt {
  float: left;
  margin-bottom: 0; }
.product-view .product-options dt {
  min-width: 20%;
  padding-right: 16px;
  clear: left; }
  .product-view .product-options dt label {
    padding: 0;
    margin: 0;
    font-weight: bold; }
.product-view .product-options dd {
  float: left;
  clear: right;
  margin: 0;
  width: 80%;
  position: relative; }
  .product-view .product-options dd .input-box {
    float: left; }
    .product-view .product-options dd .input-box select {
      max-width: 160px; }
  .product-view .product-options dd .qty-holder {
    float: right; }
    .product-view .product-options dd .qty-holder label {
      display: none; }
    .product-view .product-options dd .qty-holder input.qty {
      position: absolute;
      top: 2px;
      right: 0;
      width: 2.5em;
      padding: 4px;
      height: 1.7em;
      display: inline-block;
      text-align: center; }

.product-collateral .box-collateral {
  margin-bottom: 16px; }

/* Product image/gallery */
.product-view .more-views {
  margin: 8px 0 0;
  padding-bottom: 10px; }
  .product-view .more-views ul {
    list-style-type: none;
    margin: 0; }
    .product-view .more-views ul li {
      float: left; }

/* Option list (custom options and downloadable) */
.options-list li {
  list-style-type: none;
  display: list-item;
  clear: both;
  position: relative; }
  .options-list li input.radio,
  .options-list li input.checkbox {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 0.5em; }
  .options-list li .label {
    padding-left: 1.5em; }
  .options-list li label,
  .options-list li .label {
    line-height: 1em;
    float: left;
    padding-bottom: 2px; }
  .options-list li .price-notice {
    font-size: 0.8em;
    color: #999999;
    padding-top: 4px;
    display: inline-block; }
  .options-list li a {
    display: inline-block; }

/* Related products */
.block-related {
  *zoom: 1;
  clear: both; }
  .block-related:before, .block-related:after {
    content: " ";
    display: table; }
  .block-related:after {
    clear: both; }
  .block-related .block-content .block-subtitle {
    text-align: center;
    margin-bottom: 16px; }
  .block-related li.item {
    border: 0; }
  .block-related .product-details .product-name {
    font-size: 1em;
    font-weight: normal; }
  .block-related .product-details .product-image {
    position: relative;
    float: left;
    width: 100px; }
  .block-related .product-details .price-box {
    margin: 0;
    font-size: 1em; }
    .block-related .product-details .price-box .price {
      font-weight: normal; }
  .block-related .product-details .link-wishlist {
    display: none; }

/* Additional information table */
.box-additional table {
  *zoom: 1;
  float: left;
  width: 100%;
  /* Still needed some clearfixing? */
  margin-top: 8px; }
  .box-additional table:before, .box-additional table:after {
    content: " ";
    display: table; }
  .box-additional table:after {
    clear: both; }

/* Grouped */
.grouped-items-table {
  width: 100%; }

/* TAGS - _tag.scss */
.tags-list {
  line-height: 1em;
  list-style-type: none; }
  .tags-list li {
    display: inline-block;
    padding: 1px; }

/* REVIEW - _review.scss */
.box-reviews .pager {
  *zoom: 1;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 16px; }
  .box-reviews .pager:before, .box-reviews .pager:after {
    content: " ";
    display: table; }
  .box-reviews .pager:after {
    clear: both; }
  .box-reviews .pager select {
    width: auto; }
  .box-reviews .pager label {
    float: left;
    margin-right: 8px; }
.box-reviews dt {
  font-weight: normal; }
  .box-reviews dt span {
    font-style: italic;
    display: block;
    float: left;
    margin-right: 8px; }
.box-reviews dd {
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 16px;
  padding: 16px;
  background: #f2f2f2;
  position: relative; }
  .box-reviews dd h1, .box-reviews dd h2, .box-reviews dd h3, .box-reviews dd h4, .box-reviews dd .block-related .block-title, .block-related .box-reviews dd .block-title, .box-reviews dd h5, .box-reviews dd h6, .box-reviews dd p {
    color: #222222; }
  .box-reviews dd > :first-child {
    margin-top: 0; }
  .box-reviews dd > :last-child {
    margin-bottom: 0; }
  .box-reviews dd h1, .box-reviews dd h2, .box-reviews dd h3, .box-reviews dd h4, .box-reviews dd .block-related .block-title, .block-related .box-reviews dd .block-title, .box-reviews dd h5, .box-reviews dd h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .box-reviews dd h1.subheader, .box-reviews dd h2.subheader, .box-reviews dd h3.subheader, .box-reviews dd h4.subheader, .box-reviews dd .block-related .subheader.block-title, .block-related .box-reviews dd .subheader.block-title, .box-reviews dd h5.subheader, .box-reviews dd h6.subheader {
      line-height: 1.4; }
  .box-reviews dd .date {
    position: absolute;
    right: 8px;
    top: 4px; }
.box-reviews .form-add fieldset {
  border: 0;
  padding: 0;
  position: relative; }
  .box-reviews .form-add fieldset h3 {
    position: absolute;
    right: 0;
    font-size: 1em;
    font-weight: normal; }
    .box-reviews .form-add fieldset h3 span {
      font-weight: bold; }
  .box-reviews .form-add fieldset h4, .box-reviews .form-add fieldset .block-related .block-title, .block-related .box-reviews .form-add fieldset .block-title {
    font-size: 1em; }
.box-reviews .form-list {
  margin-left: 0; }

/* Ratings */
.ratings-table td,
.ratings-table th {
  padding: 4px;
  text-align: left; }

.rating-list {
  list-style-type: none;
  margin: 16px 0; }
  .rating-list li select,
  .rating-list li span {
    display: inline-block;
    width: auto; }
  .rating-list li span {
    min-width: 160px; }

.rating-box {
  float: left;
  height: 1em;
  letter-spacing: 0.5em;
  line-height: 1em;
  font-family: "polar-icons";
  position: relative;
  color: #999999; }
  .rating-box:before {
    display: inline-block;
    content: "\f005 \f005 \f005 \f005 \f005";
    /* Five stars */ }
  .rating-box .rating {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #f2cd00; }
    .rating-box .rating:before {
      content: "\f005 \f005 \f005 \f005 \f005";
      /* Five stars */ }

/* Ratings - Add rating form */
.form-add textarea {
  min-height: 15em; }

/* CART - _cart.scss */
.cart-empty {
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 16px;
  padding: 16px;
  background: #f2f2f2; }
  .cart-empty h1, .cart-empty h2, .cart-empty h3, .cart-empty h4, .cart-empty .block-related .block-title, .block-related .cart-empty .block-title, .cart-empty h5, .cart-empty h6, .cart-empty p {
    color: #222222; }
  .cart-empty > :first-child {
    margin-top: 0; }
  .cart-empty > :last-child {
    margin-bottom: 0; }
  .cart-empty h1, .cart-empty h2, .cart-empty h3, .cart-empty h4, .cart-empty .block-related .block-title, .block-related .cart-empty .block-title, .cart-empty h5, .cart-empty h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .cart-empty h1.subheader, .cart-empty h2.subheader, .cart-empty h3.subheader, .cart-empty h4.subheader, .cart-empty .block-related .subheader.block-title, .block-related .cart-empty .subheader.block-title, .cart-empty h5.subheader, .cart-empty h6.subheader {
      line-height: 1.4; }

.cart fieldset {
  padding: 0;
  margin: 0;
  border: 0; }
.cart .cart-table {
  /* Not relevant by default. Delete app/design/frontend/polar/default/template/checkout/cart/cart.phtml to get back to standard. */
  width: 100%; }
  .cart .cart-table .btn-update {
    float: right; }
  .cart .cart-table dl dt {
    float: left;
    margin-right: 8px; }
    .cart .cart-table dl dt:after {
      content: ":"; }
  .cart .cart-table dl dd {
    margin-bottom: 0.3em; }
  .cart .cart-table tr {
    border-bottom: 1px solid #f2f2f2; }
.cart img {
  max-width: none; }
.cart .btn-remove {
  float: right; }
.cart button {
  margin-bottom: 0; }
  .cart button.btn-checkout {
    background-color: #1a9f5d;
    border-color: #137343;
    color: white;
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em;
    width: 100%;
    margin: 8px 0; }
    .cart button.btn-checkout:hover, .cart button.btn-checkout:focus {
      background-color: #137343; }
    .cart button.btn-checkout:hover, .cart button.btn-checkout:focus {
      color: white; }
    @media only screen and (min-width: 768px) {
      .cart button.btn-checkout {
        width: auto; } }
.cart .cart-collaterals .totals {
  width: auto;
  float: right;
  text-align: right; }
  .cart .cart-collaterals .totals table {
    float: right; }
    @media only screen and (min-width: 768px) {
      .cart .cart-collaterals .totals table {
        width: auto; } }
    .cart .cart-collaterals .totals table td:first-of-type {
      text-align: left; }
  .cart .cart-collaterals .totals .checkout-types {
    display: block;
    clear: both; }
  .cart .cart-collaterals .totals tfoot {
    background-color: transparent;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2; }
.cart .cart-collaterals .shipping {
  float: left; }

/* Crosssell */
.crosssell {
  margin-bottom: 32px;
  *zoom: 1;
  clear: both; }
  .crosssell:before, .crosssell:after {
    content: " ";
    display: table; }
  .crosssell:after {
    clear: both; }
  .crosssell h2 {
    font-weight: 400;
    font-size: 16px; }
  .crosssell .item {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f2f2f2; }
    @media only screen and (min-width: 768px) {
      .crosssell .item {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0; } }
    .crosssell .item button {
      float: right; }
      @media only screen and (min-width: 768px) {
        .crosssell .item button {
          float: left;
          margin-top: 0; } }
  .crosssell .product-name {
    min-height: 0; }
  .crosssell .product-image {
    width: 80px;
    position: absolute;
    left: auto;
    top: 0; }
  .crosssell .product-details {
    padding-left: 96px; }

/* Cart list */
.cart-list {
  border-top: 1px solid #f2f2f2;
  padding-top: 16px; }
  .cart-list > li {
    *zoom: 1;
    list-style-type: none;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    min-height: 180px; }
    .cart-list > li:before, .cart-list > li:after {
      content: " ";
      display: table; }
    .cart-list > li:after {
      clear: both; }
    .cart-list > li .btn-remove {
      position: absolute;
      top: 0;
      right: 0; }
  .cart-list .product-image {
    float: left;
    margin-right: 16px;
    min-height: 150px; }
    @media only screen and (min-width: 768px) {
      .cart-list .product-image {
        position: absolute;
        left: 0;
        top: 8px; } }
  .cart-list .product-info {
    float: left;
    clear: both;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .cart-list .product-info {
        padding-right: 150px;
        padding-left: 150px;
        clear: none;
        width: auto; } }
  .cart-list .product-name {
    font-size: 1.4375em;
    margin-top: 0; }
  .cart-list .options-icon {
    margin-top: 16px; }
    .cart-list .options-icon:first-of-type {
      margin-top: 0; }
  .cart-list .item-options {
    float: left;
    clear: both;
    padding: 16px;
    background-color: #f2f2f2;
    margin-bottom: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .cart-list .item-options {
        padding: 0;
        background-color: transparent;
        width: auto; } }
    .cart-list .item-options .option {
      float: left;
      margin-right: 16px;
      width: 100%; }
      .cart-list .item-options .option dt,
      .cart-list .item-options .option dd {
        margin-bottom: 0; }
      .cart-list .item-options .option dt {
        float: left;
        min-width: 100px; }
        .cart-list .item-options .option dt:after {
          content: ":"; }
      .cart-list .item-options .option dd {
        float: left; }
        .cart-list .item-options .option dd:before {
          content: ", "; }
        .cart-list .item-options .option dd:first-of-type:before {
          content: ""; }
    .cart-list .item-options .link-edit {
      display: none; }
  .cart-list .actions {
    position: absolute;
    top: 8px;
    right: 32px; }
    .cart-list .actions a {
      margin-left: 8px; }
  .cart-list .price-summary {
    position: absolute;
    right: 0;
    top: 48px; }
    .cart-list .price-summary .qty {
      width: 1.5em;
      float: right;
      text-align: center;
      margin-right: 0.5em; }
    .cart-list .price-summary .cart-price {
      float: right;
      clear: both;
      color: #666666; }
      .cart-list .price-summary .cart-price:first-of-type {
        float: right;
        clear: both; }
        .cart-list .price-summary .cart-price:first-of-type:before {
          content: " x "; }
      .cart-list .price-summary .cart-price:last-of-type {
        font-size: 24px;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        margin-top: 8px;
        width: 100%;
        color: #222222;
        font-weight: bold;
        text-align: right; }
  .cart-list .cart-footer {
    min-height: 0; }
    .cart-list .cart-footer .button {
      width: 100%; }
      .cart-list .cart-footer .button:first-of-type {
        margin-bottom: 16px; }
      @media only screen and (min-width: 768px) {
        .cart-list .cart-footer .button {
          width: auto; }
          .cart-list .cart-footer .button:first-of-type {
            margin-bottom: 0; } }
    .cart-list .cart-footer .btn-update {
      float: right; }

/* Checkout */
.one-column-checkout {
  max-width: 768px; }
  .one-column-checkout .header-container {
    margin-top: 0; }
    .one-column-checkout .header-container .header {
      margin: 0;
      padding: 0; }
      .one-column-checkout .header-container .header .logo {
        margin: 0;
        font-size: 2em; }

/* Horizontal mode, standard */
.opc {
  list-style-type: none; }
  .opc > li .step-title {
    background-color: #999999;
    color: white;
    padding: 0 8px;
    cursor: pointer; }
    .opc > li .step-title h2 {
      position: relative;
      font-weight: normal;
      font-size: 24px;
      line-height: 1.5em; }
      .opc > li .step-title h2 .number {
        position: absolute;
        right: 0;
        color: white; }
      .opc > li .step-title h2 a:hover,
      .opc > li .step-title h2 a:active,
      .opc > li .step-title h2 a:focus,
      .opc > li .step-title h2 a:visited,
      .opc > li .step-title h2 a {
        text-decoration: none;
        color: white; }
  .opc > li .step {
    background-color: #f2f2f2;
    padding: 16px; }
  .opc > li.allow .step-title {
    background-color: #1a9f5d; }
  .opc fieldset {
    border: 0;
    padding: 0; }
  .opc ul.form-list, .opc ul.form-list ul {
    margin-left: 0; }
  .opc .buttons-set {
    margin: 1em 0; }

/* Vertical mode, experimental
.opc {
  position: relative;
  li {
    list-style-type: none;
  }
  & > li {
    @include clearfix();
    background: $light-gray;
    overflow: visible;
    width: 100%;
    margin-bottom: $base-font-size / 2;
    @media only screen and (min-width: 768px) {
      width: auto;
      margin-bottom: 0;
    }
    float: left;
    margin-right: $base-font-size;       
    &:not(.active) {
        display: inline-block;
    }
    &.active {
      .step-title {
        @include clearfix();
        background: $almost-white;
        cursor: default;
        h2 {
          a {
            color: $body-font-color;  
          }
        }
      }
    }
    &.allow:not(.active) {
      .step-title {
        background-color: $success-color;
        color: $white;
        cursor: pointer;
        &:hover {
          background: #cecece;
        }
      }
    }
    label {
      line-height: 1em;
    }    
    .step-title {
      width: 100%;
      @media only screen and (min-width: 768px) {
        width: auto;
      }
      display: inline-block;
      float: left;
      h2 {
        float: left;
        color: $white;
        margin: 0;
        font-weight: normal;
        font-size: $base-font-size;
      }
      a {
        padding: 0 ($base-font-size);
        line-height: $base-font-size * 2.5;
        float: right;
        display: block;
        color: $white;
        text-decoration: none;  
        display: inline-block;        
        &:hover {
          text-decoration: none;
        }
      }
     .number {
        float: left;
        margin-right: $base-font-size / 2;
      }
    }
    .step {
      @include clearfix();
      @media only screen and (min-width: 768px) {
        position: absolute;
        left: 0;
      }
      top: $base-font-size * 2.5;
      width: 100%;
      @include panel($bg: $almost-white);
      form {
        margin-bottom: 0;
      }
      fieldset {
        border: 0;
        margin: 0;
        padding: 0;
      }
    }
  }
  .buttons-set {
    width: auto;
    min-height: 32px;
    float: right;
    button,
    .please-wait {
      float: right;
      margin-left: 10px;
      margin-bottom: 0;
    }
    p.required {
      @include clearfix();
    }
    .back-link {
      display: none;
      float: left;
      margin-top: 8px;
      line-height: 1em;
    }
    &.disabled {
      p.f-left,
      .back-link,
      button {
        display: none;
      }
    }
  }
  .data-table {
    width: 100%;
  }
  #review-please-wait {
    display: block;
    float: right;
    clear: both;
    line-height: $base-font-size * 3;    
  }
  #checkout-review-submit p.f-left {
    width: auto;
    margin-top: $base-font-size;
  }
  ul {
    margin-left: 0;
  }
  select {
    max-width: $base-font-size * 15;
  }
} */
/* Multiple address checkout */
.checkout-progress {
  list-style: none;
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 16px;
  padding: 16px;
  background: #f2f2f2;
  margin: 0; }
  .checkout-progress h1, .checkout-progress h2, .checkout-progress h3, .checkout-progress h4, .checkout-progress .block-related .block-title, .block-related .checkout-progress .block-title, .checkout-progress h5, .checkout-progress h6, .checkout-progress p {
    color: #222222; }
  .checkout-progress > :first-child {
    margin-top: 0; }
  .checkout-progress > :last-child {
    margin-bottom: 0; }
  .checkout-progress h1, .checkout-progress h2, .checkout-progress h3, .checkout-progress h4, .checkout-progress .block-related .block-title, .block-related .checkout-progress .block-title, .checkout-progress h5, .checkout-progress h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .checkout-progress h1.subheader, .checkout-progress h2.subheader, .checkout-progress h3.subheader, .checkout-progress h4.subheader, .checkout-progress .block-related .subheader.block-title, .block-related .checkout-progress .subheader.block-title, .checkout-progress h5.subheader, .checkout-progress h6.subheader {
      line-height: 1.4; }
  .checkout-progress li {
    display: inline-block;
    padding: 8px; }
    .checkout-progress li.active {
      background-color: #666666;
      color: white; }

/* WISHLIST - _wishlist.scss */
.my-wishlist fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

.wishlist-list {
  /* For the new markup based on list and not table */
  border-top: 1px solid #f2f2f2;
  padding-top: 16px; }
  .wishlist-list li {
    *zoom: 1;
    list-style-type: none;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    min-height: 150px; }
    .wishlist-list li:before, .wishlist-list li:after {
      content: " ";
      display: table; }
    .wishlist-list li:after {
      clear: both; }
    .wishlist-list li .btn-remove {
      position: absolute;
      top: 0;
      right: 0; }
    .wishlist-list li .product-image {
      float: left;
      margin: 0 16px 16px 0; }
    .wishlist-list li h3.product-name {
      padding-right: 65px;
      font-size: 16px; }
    .wishlist-list li .description {
      margin-bottom: 16px; }
    .wishlist-list li .add-to-cart-alt {
      float: right; }
      .wishlist-list li .add-to-cart-alt input,
      .wishlist-list li .add-to-cart-alt button {
        float: left; }
      .wishlist-list li .add-to-cart-alt .qty {
        display: block;
        float: left;
        width: 2.5em;
        margin-bottom: 8px;
        margin-right: 16px;
        text-align: center; }
    .wishlist-list li .price-box {
      float: left; }
    .wishlist-list li .truncated {
      *zoom: 1;
      clear: both;
      display: none; }
      .wishlist-list li .truncated:before, .wishlist-list li .truncated:after {
        content: " ";
        display: table; }
      .wishlist-list li .truncated:after {
        clear: both; }
    .wishlist-list li .link-edit {
      display: none;
      /* The function is to hard to comprehend, so we simply don't want to show it */
      position: absolute;
      right: 24px;
      top: 8px; }
    .wishlist-list li p {
      margin: 0; }

/* Wishlist table styles if you choose not to use the new markup */
#wishlist-table .product-name {
  font-size: 16px; }
#wishlist-table textarea {
  width: 100%;
  min-height: 80px; }
#wishlist-table p {
  *zoom: 1; }
  #wishlist-table p:before, #wishlist-table p:after {
    content: " ";
    display: table; }
  #wishlist-table p:after {
    clear: both; }
#wishlist-table .inner {
  margin-bottom: 8px; }
#wishlist-table tbody tr {
  border-bottom: 1px solid #f2f2f2; }
#wishlist-table tbody td {
  padding: 24px;
  vertical-align: top; }
  #wishlist-table tbody td:first-child {
    width: 113px;
    /* Default wishlist thumbnail size in Magento */ }
  #wishlist-table tbody td:nth-child(2) {
    min-width: 240px; }
#wishlist-table tbody .cart-cell {
  width: 100%;
  margin-bottom: 8px;
  min-width: 240px; }
  #wishlist-table tbody .cart-cell a {
    text-decoration: underline; }
    #wishlist-table tbody .cart-cell a:hover, #wishlist-table tbody .cart-cell a:active {
      text-decoration: none; }
  #wishlist-table tbody .cart-cell .item-options dl {
    *zoom: 1; }
    #wishlist-table tbody .cart-cell .item-options dl:before, #wishlist-table tbody .cart-cell .item-options dl:after {
      content: " ";
      display: table; }
    #wishlist-table tbody .cart-cell .item-options dl:after {
      clear: both; }
    #wishlist-table tbody .cart-cell .item-options dl dd,
    #wishlist-table tbody .cart-cell .item-options dl dt {
      float: left;
      width: auto; }
    #wishlist-table tbody .cart-cell .item-options dl dt {
      margin-right: 8px;
      clear: left; }
      #wishlist-table tbody .cart-cell .item-options dl dt:after {
        content: ":"; }
  #wishlist-table tbody .cart-cell .details {
    *zoom: 1; }
    #wishlist-table tbody .cart-cell .details:before, #wishlist-table tbody .cart-cell .details:after {
      content: " ";
      display: table; }
    #wishlist-table tbody .cart-cell .details:after {
      clear: both; }
#wishlist-table .price-box {
  margin-bottom: 8px;
  font-size: 16px; }
#wishlist-table .add-to-cart-alt {
  *zoom: 1;
  margin-bottom: 8px; }
  #wishlist-table .add-to-cart-alt:before, #wishlist-table .add-to-cart-alt:after {
    content: " ";
    display: table; }
  #wishlist-table .add-to-cart-alt:after {
    clear: both; }
#wishlist-table .qty {
  display: block;
  float: left;
  width: 2.5em;
  margin-bottom: 8px;
  margin-right: 16px; }

/* Wishlist right col */
/* See also _products-list.scss for the styling of the mini-product-list */
.block-wishlist .actions a {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.625em;
  padding-right: 1.25em;
  padding-bottom: 0.6875em;
  padding-left: 1.25em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: white; }
  .block-wishlist .actions a:hover, .block-wishlist .actions a:focus {
    background-color: #2284a1; }
  .block-wishlist .actions a:hover, .block-wishlist .actions a:focus {
    color: white; }

/* ACCOUNT - _account.scss */
/* Login */
.customer-account-login .col2-set .buttons-set {
  text-align: right; }

.col-main .my-account {
  padding-top: 1em; }

/* My account */
.my-account .page-title {
  margin: 0 0 0.5em;
  overflow: auto;
  /* Clear fix */ }
  .my-account .page-title.title-buttons {
    text-align: right; }
    .my-account .page-title.title-buttons h1 {
      text-align: left; }
  .my-account .page-title h1 {
    float: left;
    clear: none;
    width: 100%; }
.my-account .data-table {
  width: 100%;
  background-color: transparent; }
  .my-account .data-table td.last {
    white-space: nowrap; }
.my-account .buttons-set {
  *zoom: 1; }
  .my-account .buttons-set:before, .my-account .buttons-set:after {
    content: " ";
    display: table; }
  .my-account .buttons-set:after {
    clear: both; }
  .my-account .buttons-set button {
    margin-left: 10px; }
  .my-account .buttons-set .back-link {
    float: left;
    width: auto;
    margin: 0;
    padding: 6px 0;
    padding: 0; }
.my-account ol {
  list-style-type: none; }
.my-account .addresses-list .item {
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 16px;
  padding: 16px;
  background: #f2f2f2; }
  .my-account .addresses-list .item h1, .my-account .addresses-list .item h2, .my-account .addresses-list .item h3, .my-account .addresses-list .item h4, .my-account .addresses-list .item .block-related .block-title, .block-related .my-account .addresses-list .item .block-title, .my-account .addresses-list .item h5, .my-account .addresses-list .item h6, .my-account .addresses-list .item p {
    color: #222222; }
  .my-account .addresses-list .item > :first-child {
    margin-top: 0; }
  .my-account .addresses-list .item > :last-child {
    margin-bottom: 0; }
  .my-account .addresses-list .item h1, .my-account .addresses-list .item h2, .my-account .addresses-list .item h3, .my-account .addresses-list .item h4, .my-account .addresses-list .item .block-related .block-title, .block-related .my-account .addresses-list .item .block-title, .my-account .addresses-list .item h5, .my-account .addresses-list .item h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .my-account .addresses-list .item h1.subheader, .my-account .addresses-list .item h2.subheader, .my-account .addresses-list .item h3.subheader, .my-account .addresses-list .item h4.subheader, .my-account .addresses-list .item .block-related .subheader.block-title, .block-related .my-account .addresses-list .item .subheader.block-title, .my-account .addresses-list .item h5.subheader, .my-account .addresses-list .item h6.subheader {
      line-height: 1.4; }

/* View as panel */
.welcome-msg {
  border-style: solid;
  border-width: 0;
  border-color: #d9d9d9;
  margin-bottom: 16px;
  padding: 16px;
  background: #f2f2f2; }
  .welcome-msg h1, .welcome-msg h2, .welcome-msg h3, .welcome-msg h4, .welcome-msg .block-related .block-title, .block-related .welcome-msg .block-title, .welcome-msg h5, .welcome-msg h6, .welcome-msg p {
    color: #222222; }
  .welcome-msg > :first-child {
    margin-top: 0; }
  .welcome-msg > :last-child {
    margin-bottom: 0; }
  .welcome-msg h1, .welcome-msg h2, .welcome-msg h3, .welcome-msg h4, .welcome-msg .block-related .block-title, .block-related .welcome-msg .block-title, .welcome-msg h5, .welcome-msg h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .welcome-msg h1.subheader, .welcome-msg h2.subheader, .welcome-msg h3.subheader, .welcome-msg h4.subheader, .welcome-msg .block-related .subheader.block-title, .block-related .welcome-msg .subheader.block-title, .welcome-msg h5.subheader, .welcome-msg h6.subheader {
      line-height: 1.4; }

/* Recent orders and My orders, list */
.order-list {
  width: 100%;
  padding-top: 16px; }
  .order-list li {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    position: relative;
    padding-top: 24px;
    border-bottom: 1px solid #f2f2f2; }
  .order-list .order-id,
  .order-list .order-date {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7; }
  .order-list .order-date {
    right: 0;
    left: auto; }
  .order-list .order-total,
  .order-list .order-to {
    font-size: 24px;
    float: left; }
  .order-list .order-total {
    float: right; }
  .order-list .order-status {
    float: left;
    clear: left;
    font-style: italic; }
  .order-list .order-actions {
    float: right;
    clear: right;
    text-align: right; }
  .order-list .order-status,
  .order-list .order-actions {
    margin: 16px 0 0; }

.order-details h3 {
  font-size: 1.4375em; }

/* View order */
.my-account .order-info dt,
.my-account .order-info dd,
.my-account .order-info li {
  display: inline-block; }
.my-account .order-info li {
  margin-left: 16px; }

/* Boxes */
.box-account {
  *zoom: 1; }
  .box-account:before, .box-account:after {
    content: " ";
    display: table; }
  .box-account:after {
    clear: both; }
  .box-account .box-head {
    *zoom: 1;
    border-bottom: 1px solid #f2f2f2; }
    .box-account .box-head:before, .box-account .box-head:after {
      content: " ";
      display: table; }
    .box-account .box-head:after {
      clear: both; }
    .box-account .box-head h2,
    .box-account .box-head h3 {
      font-size: 1.4375em;
      float: left; }
    .box-account .box-head h2 {
      font-weight: bold; }
  .box-account .box-title {
    border-bottom: 1px solid #f2f2f2;
    *zoom: 1; }
    .box-account .box-title:before, .box-account .box-title:after {
      content: " ";
      display: table; }
    .box-account .box-title:after {
      clear: both; }
    .box-account .box-title h3 {
      float: left; }
  .box-account h4, .box-account .block-related .block-title, .block-related .box-account .block-title {
    font-size: 16px; }
  .box-account .box-head a:visited,
  .box-account .box-head a,
  .box-account .box-title a:visited,
  .box-account .box-title a {
    float: right;
    margin-right: 16px;
    margin-left: 16px;
    font-size: 0.8em;
    line-height: 4em;
    color: #666666; }
  .box-account .box-head a:hover,
  .box-account .box-head a:focus,
  .box-account .box-head a:active,
  .box-account .box-title a:hover,
  .box-account .box-title a:focus,
  .box-account .box-title a:active {
    color: #222222; }
  .box-account .box-reviews li.item {
    border-bottom: 1px solid #f2f2f2; }
    .box-account .box-reviews li.item .number {
      float: left;
      padding: 0 8px;
      line-height: 1em; }

/* Account navigation */
.block-account {
  margin-top: 1em; }
  .block-account ul li:last-child {
    border-bottom: 0; }

/* This file only exists because Magento loads it by default, and we don't want orange titles all over our widgets caused by the default widgets.css. Yuck. */

/* Affiliateplus stylesheet */
.affiliate_message { margin: 10px 0px 0px 0px; }

/* Banner-Links */
#banner-view-list li.banner-view-item{ border-top: 2px solid #CCCCCC; margin-bottom: 45px; }
#banner-view-list li.banner-view-item span.share{ float: right; }

/* Referer */
#referer_grid thead th a { color: #0A263C; }
#referer_grid thead th a:hover{ color: #0A263C; }

/* Miniform request money */
.affiliateplus_form_request { overflow: hidden; margin-bottom: 10px; }
.affiliateplus_form_request #request_amount{color:#686868}

/* Tiers */
#tiers_grid thead th a { color: #0A263C; }
#tiers_grid thead th a:hover{ color: #0A263C; }

/* Payment Method */
li.payment_method_form { margin-left: 21px;*float: left;*width: 100%; }
#affiliateplus_payment_request_form .form-list .wide{*float:left;*width: 100%}
#affiliateplus_payment_request_form .fieldset{*float:left;*width: 90%}
#affiliateplus_payment_request_form input.radio { float:left; margin: 3px 5px 0px 0px; }
#affiliateplus_payment_request_form .field .verified{background: url(/skin/frontend/polar/default/images/i_msg-success.gif) no-repeat}
#affiliateplus_payment_request_form .field .verified a{padding-left: 20px;color:#446423 !important;text-decoration: none;font-weight: bold; cursor: default;}
#affiliateplus_payment_request_form .field .not-verified{background: url(/skin/frontend/polar/default/images/i_msg-error.gif) no-repeat}
#affiliateplus_payment_request_form .field .not-verified a{padding-left: 20px;text-decoration: none;font-weight: bold; cursor: default;}
.affiliateplus-action-gray{background: #ACABAB !important;border: 1px solid #ACABAB !important;}

/*  Contact Group */
#group-table tr { cursor:pointer;}
#group-table tr:hover{ background-color:#FCF5DD}

/* Commissions */
ul.affiliate-commission-tab{
	height: 27px;
	font-weight: bold;
	margin-top: 10px;
}
ul.affiliate-commission-tab li.affiliate-tab-item{
	float: left;
	height: 20px;
	border: 1px solid #E2E2E2;
	border-bottom: 0px;
	margin: 1px 2px;
	padding: 3px 6px;
	background-color: #E2E2E2;
}
ul.affiliate-commission-tab li.active-tab{
	font-size: 1.1em;
	background-color: #FFF;
	color: #DE5400;
}
ul.affiliate-commission-tab li a{
	text-decoration: none;
	color: #999;
}
/* End commissions */

/* Search Grid Style */
.data-table .affiliateplus-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .affiliateplus-grid-search th{
    vertical-align: top;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item{
    padding-bottom: 2px;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .search-text{
    width: 97%;
}

.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item select{
    width: 100%;
}

.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .range-container .from-price,
.data-table .affiliateplus-grid-search .affiliateplus-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.affiliateplus-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */

/*bonus*/
#affiliateplus_payment_request_form .authentication-comment{margin: 0;padding: 0 0 0 13px;font-size: 11px;}

/* End */

/*
e000 - Arrow right
f053 - Arrow left
f077 - Arrow up
f078 - Arrow down
f05a - Info
f071 - Alert
f00c - Checkmark
f00d - Delete (remove, X)
f0c9 - Three lines (menu)
f07a - Cart
f09c - Unlocked
f023 - Locked
f0c5 - Compare (duplicate papers)
f044 - Write to square
f041 - Map marker
f002 - Search
f068 - Minus sign
f067 - Plus sign
f004 - Full heart
f08a - Empty heart
f006 - Empty star
f005 - Full star
e001 - Trash can
*/
@font-face {
  font-family: 'polar-icons';
  src: url('/skin/frontend/polar/default/fonts/polar-icons.eot'); /* IE 5-8 */ 
  src: local('☺'),             /* sneakily trick IE */
        url('/skin/frontend/polar/default/fonts/polar-icons.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('/skin/frontend/polar/default/fonts/polar-icons.ttf') format('truetype'), /* Opera, Safari */
        url('/skin/frontend/polar/default/fonts/polar-icons.svg#font') format('svg'); /* iOS */
}


/* @import "http://www.rampsports.com/skin/frontend/polar/default/css/foundation/variables", "foundation/components/global", "foundation/components/block-grid"; */


/* Global Typography Styles */


 @font-face {
	font-family: 'icomoon';
	src:url('/skin/frontend/polar/default/fonts/icomoon.eot');
	src:url('/skin/frontend/polar/default/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/skin/frontend/polar/default/fonts/icomoon.woff') format('woff'),
		url('/skin/frontend/polar/default/fonts/icomoon.ttf') format('truetype'),
		url('/skin/frontend/polar/default/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Mobile Specific Styles */
@media
    only screen and (max-device-width: 1136px) and (min-device-width: 960px) and (max-device-height: 640px) and (min-device-height: 560px),
    only screen and (max-device-height: 1136px) and (min-device-height: 960px) and (max-device-width: 640px) and (min-device-width: 560px) {
    
    /* Hide Chat Box */
    #extra {
	    
	    visibility: hidden; 
    }
}



[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 14px;
	text-transform: none;
	line-height: 1;
	
	-webkit-font-smoothing: antialiased;
}


/* Remove Underline Styles on all <a> */
a:hover, a:focus {
text-decoration: none !important;
opacity: .8 ;
filter: alpha(opacity=80);

}
/* Image Slide Control Style */
.unslider-arrow [data-icon]:before {
 font-size: 200%;
 color:black;
 }
 
  .unslider-arrow [data-icon]:before {color: #fff;}
  .unslider-arrow:hover [data-icon]:before {
 
 color:#72bc03;
 }

body {font-family:"futura-pt";font-size:120%;line-height: 1.5;}
.noindent {
margin: 0em !important;
}

.small {font-size: 85%;}

ul {list-style: none;}
ul.form-list, .footer ul {margin-left: 0px;}
ul.form-list {margin-bottom: 0px;}

ul.messages{margin-left: 0px;}
.messages li {margin-bottom: 0px;padding-bottom: 0px;}
.messages li.success-msg li {margin-bottom: 0px;}


ol li ul, ol li ol {margin-left: 0px;}

li {padding-bottom: 8px;}

.nav-container #nav li {
	padding-bottom: 0px !important;
}

#mlb img {
height: 20px;
margin-top: -6px;
}

.shopButton {
	
	color: white;
	padding:0 14px 14px 3px;
}

.shopButton:hover {
	
	color: #75ba00;
}

.item-wrapper ul.noindent {min-height: 81px;}

.category-products img {padding-bottom: 15px;}

.category-products .price-box .price, .cat-grid .price-box .price {font-size: 1.8em;line-height: 1;}
.price-label{font-size: 1.5em;}

p, .product-view .product-shop p {padding-top:10px;margin-bottom: 14px;}
.lead {font-size: 120%;}
p.lead {line-height: 1.5;}
h1,h2,h3,h4,h5,h6 {font-family:"futura-pt-condensed";text-transform:uppercase;line-height: 1;}

h1, .product-view .product-shop .product-name h1, *:not(.box-collateral) h1, *:not(.std) h1 {font-size: 3.8em;margin:0;}
h2, *:not(.box-collateral) h2, *:not(.std) h2 {font-size: 2.8em;margin-bottom: 0px;padding-top: 2px;}
h3 {font-size: 1.875em;}
h6 {font-size: .85em;line-height: 1;}
h3,h4,h5,h6 {margin-bottom: 0;}

.chart h6 {color: #fff;}

/*  dl dt {margin: 1em 0;} */


.orange{
	
	color: #d85b00 !important;
}

/* RATINGS & REVIEWS Styles */

.box-reviews .form-add fieldset h3 {position: inherit;}
ul.rating-list li {float: left;}
.rating-list li span {float: left;min-width: 0px;padding-right: 10px;}
.rating-box .rating {color: #000;}
.rating-box {margin-top: 3px;}
.rating-box.center {float: none;}


/* Tooltips */
.has-tip {
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
  color: #2ba6cb; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent black transparent;
    top: -10px; }
  .tooltip.opened {
    color: #2ba6cb !important;
    border-bottom: dotted 1px #196177 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal; }

@media only screen and (min-width: 768px) {
  .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }



/* Nav Styles */

.nav-container #nav > li a:hover {
	
	background: #000000;
}

.nav-container #nav {font-family:"futura-pt-condensed";font-size:1.4em;text-transform:uppercase;letter-spacing: .04em;font-weight: 500;}
.nav-container #nav li.active > a {font-weight: 500;	}


.top-line .links li a {font-weight: 600;font-size: .65em;text-transform: uppercase;}

.nav-container #nav > li a:hover, .nav-container #nav > li a:focus, .nav-container #nav > li a:active {background-color: none;}

.rightList .green {padding-right: 4px;}

/* Button Styles */

.button.btn-cart, button.btn-cart, button, .button {background: #d85b00; border-color: #d85b00; border-width: 0px;}
.products-grid button {background-color: #77b904;}

.button, button {text-transform: uppercase;font-weight: 600;}

.buttons-set {text-align: left;}
.buttons-set .button {margin-top: 0px;}
.buttons-set .back-link {float: right;}

p.required {text-align: left;}

/* TOOLBAR Styles */

.toolbar label {float: left;}
.sorter .sort-by {width: auto;}

/* Input Styles */

input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin-right: 10px;
	float: left;
}

input[type="checkbox"] {
	margin-top: 6px;
}

  /*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
  .all{
    max-width:100%;
  }
  
.top-alert {background: #29BED3; font-size:1.1em;  color:white;text-align: center;padding-top: 8px;padding-bottom: 10px;}
.top-alert .button {margin-bottom: 0px;margin-top: 4px;}
.goog-te-gadget {padding-top: 4px;}  

#content{
	width:330px;
	text-align: center;
	font-size: 2vmin;
}

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

.top-padding-30 {
	padding-top: 32px;
}

.bottom-padding {
	padding-bottom: 25px;
}

.main img.bottom-padding {padding-bottom:25px !important;}

.header .logo {
	padding-right: 20px;
}

.header-container {height: 94px; border-bottom: 1px solid #524D4D;}

.inline-list {margin-left: 0px;}

.inline-list > li {margin-left: 0px;padding-right: 10px;}

.rightList li{
	position:relative;
	list-style-type: none;
	background-color: #292828;
	width:83px;
	float:right;
	text-align: center;
	font-weight: bold;
	font-size: .5em;
	z-index:1;
	padding-bottom: 6px;
}

.rightList li a{
	padding:12px 0 6px 0;
	display:inline-block;
	color:#fff;
}

.padRight10{
padding-right: 10px;		
}

.padRight20{
padding-right: 20px;	
}	

.rightList #chat{
	padding-left: 10px;
	
}

.header .form-search input {margin-bottom: 0;max-width: 80%!important;}

.search{
	padding-left: 26px !important;
    float: right !important;
    display: block;
    padding-left: 1em;
	max-width: 34%;
	height: 28px !important;
}

.search-icon{
	float: right;
	position: relative;
	left: 21px;
	top: 2px;
	color: #333;
}

.green{
	color:#72bc03 !important;
}


@media only screen and (max-width: 885px) {
.rightList ul{
	width: 4.45em;		
}

#livechat-compact-container {display: none;}

.footer-part {margin-bottom: 42px;padding-bottom: 42px;}

h1, .h1 {font-size: 2.4em!important;}
h2, .h2 {font-size: 2.1em!important;}
h3, .h4 {font-size: 1.75em!important;}


.smallMenu{
	margin-top:30px;
	color:white;
	font-family: "futura-pt-condensed";
	text-align:center;
	width:20%;
	float:left;
	overflow:hidden;
	font-size: 22px;
}

.smallMenu a,span,[data-icon]:before{
	color:inherit;
	}
}

#Shop{
	font-size: 16px;
}

@media only screen and (min-width: 885px) {
.rightList {
	padding-right:1.5em;
}
.rightList ul{
	display:block !important;
}

.footer_sticky {display: none;}

}

.item_count{
background-color: #4A4949;
width: 20px;
color: #FFF;
padding: 4px 7px;
/* float: right; */
margin-left: 2px;
text-align: center;
font-size: 14px;
}

@media only screen and (min-width: 885px) {

.nav-container .border-right {border-right: 1px solid #797979;padding-right: 16px;margin-right: 8px;}

.info{
	color:#D6CECE;
	font-family: "futura-pt"; 
	margin-top: 0px!important;
	display:block;
	font-size: .8em;
	padding-top: 8px;
}

.info img {padding-right: 6px;position: relative;top:-2px;}

.handIcon{
	background:url('/skin/frontend/polar/default/images/icon-hand-small.png') no-repeat left 0;
	height: 30px;
	display: block;
	}

.polar-toggle {
	position:relative !important;
	margin:0;
}
}

.submenu{
	box-shadow: 0 5px 20px #888;
	z-index:1;
	background-color: white;	
	padding:20px 50px;
	position:absolute;
	width:100%;
	height:auto;
	font-family: "futura-pt-condensed";
}

.hiddenSubMenu{visibility: hidden;}

.submenu a{
	font-size: 120%;
	text-decoration: none;
	font-weight: none;
	text-transform: uppercase;
	letter-spacing: .05em;
	color:black;
	position:relative;
	white-space: nowrap;
}

.submenu a:hover, .submenu a.active{
	color:#75ba00;
}

.submenu a span{
	text-align: center;
	display:block;
}

.show-for-small.options{
	color:white;
	background-color: #292828;
	margin-left: 0;
	width:86px;
	text-align: center;
	font-family: 'futura-pt';
}

.cards h1 {
	color: #fff;
	padding: 8px 0 5px;
}

.ski-cat .backgr {
	box-shadow: 0px 0px 40px 0px #aaa inset;
	padding: 50px 0 20px 0;
	
}

.backgr{
	background-size: 100%;
	text-align: center;
	padding: 70px 0 50px;
	box-shadow: 0px 0px 40px 0px #888 inset;
}

@media only screen and (max-width: 768px) {
	.cards{
		padding-bottom: 2px
	}

	.borders{
		border:none !important;
	}
}

.cards{
  background-color: #2b2e25;
  color:white;
}

.cards .button{
	padding:3px 0px;
	margin-top: 23px;
	font-weight: 600;
	font-size: 1.35em;
	font-family: "futura-pt-condensed";
	line-height:1.5em;
	z-index:0;
	height: auto;
}

.cards [class*="block-grid-"]{
	margin-top:35px;
}
.borders{
	border-left:1px solid #4f5249;
	border-right:1px solid #4f5249;
}

.borders img{
	margin:30px 10px 0 0;
}

.chart{
	background-color: #6f8f37;
	padding:25px 0 30px;
	color: #fff;
}

.chart h3, p{
	color:white;
}

.chart img{
	padding-top: 5px;
	padding-bottom: 10px;
}

.chart span{
	margin: 0 26px 0 45px;
	color:white;
}

.chart a{
	float: right;
	color:yellow;
	font-size: 80%;
	
}

#customDropdown{
	width:50%;
}

.pdp-img-slideshow, .highslide-gallery.product-image {
}

.products-grid .price-box {
font-size: 1em;
min-height: 3em;
color:black !important;
}

ul.cat-grid > .noindent li {
	min-height: 40px;
}

.price-box{
	float:left;
	line-height:0.75;
	padding-top:25px;
	color:white; 
	font-size:2.2em;
	font-family: "futura-pt-condensed";
}

.chart table{
	margin-top:10px;
	width: 100%;
	border: solid #658434;
	border-width: 1px;
	font-family: "futura-pt-condensed";
}
table thead th{
	font-size: 22px !important;
}

table thead {border-bottom: 1px solid #597c1c;}

thead th:nth-of-type(even),
tr:nth-of-type(even), 
td:nth-of-type(even){
	background:rgba(108,137,66,0.3);
	color:white;}
td:nth-of-type(odd),
tr:nth-of-type(odd),
thead th:nth-of-type(odd){
	background:rgba(100,125,50,0.3);
	color:white;
}

.main{
	padding-top:30px;
}


.main p{
	color:black;
}

.footer{
	padding-top: 30px;
	background-color: #6f8f3c;
	margin-top: 0px;
	color: #ddd;
}

.footer_sticky {
    color: #FFF;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    font-size: 12px;
    z-index: 100;
    background-color: #000;
    text-align: center;
}

.footer_sticky a {color: #fff;}

.footer_sticky .border-right {
    border-right: 1px solid #696969;
}

.footer-part{
	padding-top: 20px;
	background-color: #395a03;
}
.footer-part h3{
  font-size: 90%;
	color:#c1c6b4;
}

.footer h3{
	font-size: 100%;
	color:#2c3e04;
	margin-bottom: 10px !important;
}
.footer p{
	margin-bottom: 0;
}
.footer a{
	color:#fff;
	font-size: 80%;
	
}
.footer [data-icon]:before{
	color:#fff;
	font-size: 150%;
}
.footer input[type="text"], .button{
	margin-top:10px;
	font-size: 80%;
}
 .greenbutton{
	background-color: #77b904;
	border-style: none;
	z-index:0;
}

.qty-holder {
	display: none;
}

#product_addtocart_form{
	margin-bottom: 0;
}

.cart-list > li {border-bottom: 1px solid #717171;}
.cart-list h2.product-name {font-size: 1.75em!important;}

.checkout-cart-index .short-description {display: none!important;}

.checkout-cart-index .cart button.btn-checkout {background-color: #D85B00;}

.checkout-cart-index .cart button, .checkout-cart-index .cart .button {background-color: #1A9F5D;}

.onestepcheckout-index-index .btn-checkout:after {display: none;}

.onestepcheckout-index-index .one-step-checkout label {padding-bottom: 0px;margin-bottom: -10px;}

#nav-mobile{
	position:absolute !important;
	top: 93px;
	width: 100%;
	left: 0;
	padding: 16px 15px 0 16px;
}


#nav{
	margin-top:20px;
}

.other-imgs {
	padding: 10px 10px;
}

.price-savings {
	font-weight: bold;
	color:#75BA00;
	font-size: 37%;
}

.product-options{
	padding-top:18px;
	font-family: "futura-pt-condensed";
	text-transform:uppercase;
	font-weight: 500;
}

.product-options select{
	font-family: "futura-pt";
	font-size: 80%;
}

.product-options div{
	font-size: 85%;
}

.validation-advice {clear: both;}

.nav-container #nav li > a{
    padding:0 8px 0;
    width:100%;
}

.nav-container #nav ul li a span {
    text-align: left;
}

.nav-container #nav ul li{
    width:100%;
}

.nav-container #nav li > ul.shown-sub {
     top: initial;
     width: auto;
     float: left;
     left: 0px;
     padding-left:0;
}

.nav-container #nav li > a { 
    line-height: 53px;
}

.nav-container #nav li ul a.over{
    background-color: #000;
}

.nav-container #nav li ul a{
    background-color:#000;
    color:#fff;
}

.nav-container #nav li ul {
    background-color: #000;
    display: initial;
}

[class*="block-grid-"]{
	margin-top:0px;
}

.center{
margin: 0 auto; 
width: auto; 
display: table;
}
.center .th{
display: table-cell;
float:none;
}

.nav-container #nav li.active > a{
	background:url('/skin/frontend/polar/default/images/rampIco.jpg') no-repeat center 0;
    color: #75ba00;
}

.img-circle {
	border-radius: 138px;
	-webkit-border-radius: 138px;
	-moz-border-radius: 138px;
	display: block;
	margin: 0 auto;

}

.messages {
	margin-bottom: 0em !important;
}

.messages li.notice-msg li {
	background: #DB3838 !important;
	margin-bottom: 0px !important;

	}
	
a:hover img {
opacity: .9 !important;
filter: alpha(opacity=90) !important;
}


.bottom25{
	
	padding-bottom: 25px;
}

.pad10{
	
	padding: 10px
}

.margin0{
	margin-right:0 !important;
}

ul, ol, dl{
line-height: 1 !important;
list-style-type: none;
}

.expanded {
	color:#72bc03;
}

.collapsed{
	color:white;
}


.mini-search{
	padding:10px 30px;
	background-color:black;
	position: absolute;
	top: 93px;
	width: 100%;
	left: 0;
	z-index:1;
}

.mini-search button{
	margin:0;
	background-color:#75BA00; 
}

#search_mobile{
	font-size: 78%;
	width: 75%;
}


    
.pdp-img-slideshow { position: relative; overflow: auto;}
.pdp-img-slideshow li { list-style: none; }
.pdp-img-slideshow ul li { 
	float: left; 
	margin: 0px	
}

.pdp-img-slideshow ul { 
	
	margin-left: 0px !important;

  }  
    
.nowrap {
	white-space: nowrap;
}

.unslider-arrow.prev.nowrap {padding-left: 20px;}
.unslider-arrow.nextslide.nowrap {padding-right: 20px;}


.pdp-img-slideshow .btn, .pdp-img-slideshow .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}

	.pdp-img-slideshow .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0px;
	}
		.pdp-img-slideshow .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;

			text-indent: -999em;

			border: 2px solid #fff;
			border-radius: 6px;

			cursor: pointer;
			opacity: .4;

			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.pdp-img-slideshow .dots li.active {
				background: #fff;
				opacity: 1;
			}
			
@media (max-width: 1027px) {
	.nav-container #nav {font-size: 1.15em;}
	.nav-container #nav li > a {padding:0 5px 0;}
	.row .info {font-size: .8em;}
}			

.description-title {
	color: #66b005;
	text-align: center;
}

.product-features {
	color: #66b005;
	text-align: center;
}

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

.pull-right ul.links {float: right;margin-bottom: 0px;}

.header #search_mini_form {float: left;}

.row1content ul.links li {float: left;padding-right: 12px;padding-top: 4px;}
.row1content .pull-left {padding-left: 20px;padding-top: 2px;}
.row1content a {
color: #FFF;
font-size: 12px;
font-weight: 600;
}

.header-row1 {
height: 40px;
background-color: #292828;
color: #FFF;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/skin/frontend/polar/default/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(/skin/frontend/polar/default/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/skin/frontend/polar/default/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/skin/frontend/polar/default/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/skin/frontend/polar/default/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
