@charset "UTF-8";
/* 
 * 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.2 | 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 `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none; }

script {
    display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }

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

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

/**
 * 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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default; }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

meta.foundation-mq-small {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0em; }

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em; }

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em; }

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em; }

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em; }

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

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

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

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

.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;
    -moz-osx-font-smoothing: grayscale; }

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

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

select {
    width: 100%; }

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 71.25rem;
    *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.collapse .row {
    margin-left: 0;
    margin-right: 0; }
.row .row {
    width: auto;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    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.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

@media only screen {
    .column.small-centered,
    .columns.small-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none; }

    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left; }

    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column,
    .columns {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        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%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column.small-reset-order,
    .columns.small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left; } }
@media only screen and (min-width: 50em) {
    .column.medium-centered,
    .columns.medium-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none; }

    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left; }

    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column,
    .columns {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .medium-offset-0 {
        position: relative;
        margin-left: 0% !important; }

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

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

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

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

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

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

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

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

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

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

    .column.medium-reset-order,
    .columns.medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto; } }
@media only screen and (min-width: 64.063em) {

    .large-6.small-12.colophon.columns.style3 {
        width: auto;
        text-align: right;
        margin-top: 20px;
    }

    .column.large-centered,
    .columns.large-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none; }

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

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column,
    .columns {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        float: left; }

    .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%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .column.large-reset-order,
    .columns.large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left; }

    .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; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
    display: inherit !important; }

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
    display: none !important; }

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

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

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

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

td.show-for-small, td.show-for-small-only, 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
td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
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
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
    display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width: 50em) {
    .hide-for-small,
    .hide-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-up,
    .show-for-medium-only,
    .hide-for-large,
    .hide-for-large-up,
    .hide-for-large-only,
    .hide-for-xlarge,
    .hide-for-xlarge-up,
    .hide-for-xlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge-only {
        display: inherit !important; }

    .show-for-small,
    .show-for-small-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-up,
    .hide-for-medium-only,
    .hide-for-large-down,
    .show-for-large,
    .show-for-large-up,
    .show-for-large-only,
    .show-for-xlarge,
    .show-for-xlarge-up,
    .show-for-xlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge-only {
        display: none !important; }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
        display: table; }

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

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

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

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

    
    .show-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .hide-for-large,
    .hide-for-large-up,
    .hide-for-large-only,
    .show-for-xlarge,
    .show-for-xlarge-up,
    .show-for-xlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge-only {
        display: none !important; }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
        display: table; }

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

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

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

    td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
    th.hide-for-small,
    th.hide-for-small-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.show-for-medium-up,
    th.show-for-large,
    th.show-for-large-up,
    th.show-for-large-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-up,
    th.hide-for-xlarge-only,
    th.hide-for-xxlarge-up,
    th.hide-for-xxlarge-only {
        display: table-cell !important; }
}
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
    .hide-for-small,
    .hide-for-small-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .show-for-large-up,
    .hide-for-large-only,
    .show-for-xlarge,
    .show-for-xlarge-up,
    .show-for-xlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge-only {
        display: inherit !important; }
    .main-container .main{
        min-height: 20em;
    }


    .show-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-down,
    .hide-for-xlarge,
    .hide-for-xlarge-up,
    .hide-for-xlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge-only {
        display: none !important; }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
        display: table; }

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

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

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

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

    .main-container .main{
        min-height: 35em;
    }

    .show-for-small-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-down,
    .hide-for-xlarge,
    .show-for-xlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge-only {
        display: none !important; }

    /* Specific visibility for tables */
    table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
        display: table; }

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

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

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

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

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

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

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 visibility 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 visibility 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 visibility 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; }

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 0 0 -0.75rem;
    *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.75rem 1.5rem; }

@media only screen {
    .small-block-grid-1 > li {
        width: 100%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
        clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }
@media only screen and (min-width: 50em) {
    .medium-block-grid-1 > li {
        width: 100%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
        clear: both; }

    .medium-block-grid-2 > li {
        width: 50%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both; }

    .medium-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both; }

    .medium-block-grid-4 > li {
        width: 25%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
        clear: both; }

    .medium-block-grid-5 > li {
        width: 20%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both; }

    .medium-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
        clear: both; }

    .medium-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
        clear: both; }

    .medium-block-grid-8 > li {
        width: 12.5%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
        clear: both; }

    .medium-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
        clear: both; }

    .medium-block-grid-10 > li {
        width: 10%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
        clear: both; }

    .medium-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
        clear: both; }

    .medium-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
        clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }
@media only screen and (min-width: 64.063em) {
    .large-block-grid-1 > li {
        width: 100%;
        padding: 0 0.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .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.75rem 1.5rem;
        list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
        clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
        clear: both; } }
/* 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; }

/* Default Link Styles */
a {
    color: #e4393c;
    text-decoration: none;
    line-height: inherit; }
a:hover, a:focus {
    color: #d81d21; }
a img {
    border: none; }

/* Default paragraph styles */
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility; }
p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
p aside {
    font-size: 0.875rem;
    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: 300;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4; }
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.125rem; }

h2 {
    font-size: 0.5rem; }

h3 {
    font-size: 1.375rem; }

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

h5 {
    font-size: 1.125rem; }

h6 {
    font-size: 1rem; }

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

hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    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: #983939; }

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

ul {
    margin-left: 1.1rem; }
ul.no-bullet {
    margin-left: 0; }
ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    /* 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;
    margin-left: 1.1rem; }
ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem; }
ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem; }
ul.no-bullet {
    list-style: none; }

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

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

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

abbr {
    text-transform: none; }

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

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

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

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

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

    h1 {
        font-size: 2.75rem; }

    h2 {
        font-size: 1.125rem; }

    h3 {
        font-size: 1.6875rem; }

    h4, .block-related .block-title {
        font-size: 1.4375rem; } }
/*
 * 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: #000 !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 #999;
        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; } }
meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
    background: #333333; }
.contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99; }
.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99; }
.fixed.expanded:not(.top-bar) .top-bar-section {
    z-index: 98;
    margin-top: 45px; }

.top-bar {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #333333;
    margin-bottom: 0; }
.top-bar ul {
    margin-bottom: 0;
    list-style: none; }
.top-bar .row {
    max-width: none; }
.top-bar form,
.top-bar input {
    margin-bottom: 0; }
.top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
.top-bar .button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
.top-bar .title-area {
    position: relative;
    margin: 0; }
.top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
.top-bar .name h1 {
    line-height: 45px;
    font-size: 1.0625rem;
    margin: 0; }
.top-bar .name h1 a {
    font-weight: normal;
    color: white;
    width: 50%;
    display: block;
    padding: 0 15px; }
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
.top-bar .toggle-topbar a {
    color: white;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px; }
.top-bar .toggle-topbar.menu-icon {
    right: 15px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px; }
.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0;
    padding-right: 25px;
    color: white;
    position: relative; }
.top-bar .toggle-topbar.menu-icon a::after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    top: 0;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
.top-bar.expanded {
    height: auto;
    background: transparent; }
.top-bar.expanded .title-area {
    background: #333333; }
.top-bar.expanded .toggle-topbar a {
    color: #888888; }
.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
    box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out; }
.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333333;
    font-size: 16px;
    margin: 0; }
.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    background: #333333; }
.top-bar-section ul li > a.button {
    background: #e4393c;
    font-size: 0.8125rem;
    padding-right: 15px;
    padding-left: 15px; }
.top-bar-section ul li > a.button:hover {
    background: #b7191c; }
.top-bar-section ul li > a.button.secondary {
    background: #f35255; }
.top-bar-section ul li > a.button.secondary:hover {
    background: #f13134; }
.top-bar-section ul li > a.button.success {
    background: #5fc25d; }
.top-bar-section ul li > a.button.success:hover {
    background: #40a53e; }
.top-bar-section ul li > a.button.alert {
    background: #c25d5d; }
.top-bar-section ul li > a.button.alert:hover {
    background: #ab4040; }
.top-bar-section ul li:hover > a {
    background: #272727;
    color: white; }
.top-bar-section ul li.active > a {
    background: #e4393c;
    color: white; }
.top-bar-section ul li.active > a:hover {
    background: #d81d21; }
.top-bar-section .has-form {
    padding: 15px; }
.top-bar-section .has-dropdown {
    position: relative; }
.top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0; }
.top-bar-section .has-dropdown.moved {
    position: static; }
.top-bar-section .has-dropdown.moved > .dropdown {
    display: block; }
.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99; }
.top-bar-section .dropdown li {
    width: 100%;
    height: auto; }
.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 15px; }
.top-bar-section .dropdown li a.parent-link {
    font-weight: normal; }
.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0; }
.top-bar-section .dropdown li.title h5 a {
    color: white;
    line-height: 22.5px;
    display: block; }
.top-bar-section .dropdown li.has-form {
    padding: 8px 15px; }
.top-bar-section .dropdown li .button {
    top: auto; }
.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #777777;
    font-weight: bold;
    font-size: 0.625rem; }

.js-generated {
    display: block; }

@media only screen and (min-width: 50em) {
    .top-bar {
        background: #333333;
        *zoom: 1;
        overflow: visible; }
    .top-bar:before, .top-bar:after {
        content: " ";
        display: table; }
    .top-bar:after {
        clear: both; }
    .top-bar .toggle-topbar {
        display: none; }
    .top-bar .title-area {
        float: left; }
    .top-bar .name h1 a {
        width: auto; }
    .top-bar input,
    .top-bar .button {
        font-size: 0.875rem;
        position: relative;
        top: 7px; }
    .top-bar.expanded {
        background: #333333; }

    .contain-to-grid .top-bar {
        max-width: 71.25rem;
        margin: 0 auto;
        margin-bottom: 0; }

    .top-bar-section {
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important; }
    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline; }
    .top-bar-section ul li {
        float: left; }
    .top-bar-section ul li .js-generated {
        display: none; }
    .top-bar-section li.hover > a:not(.button) {
        background: #272727;
        color: white; }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 15px;
        line-height: 45px;
        background: #333333; }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #272727; }
    .top-bar-section .has-dropdown > a {
        padding-right: 35px !important; }
    .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
        position: relative; }
    .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        display: block; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        top: 1rem;
        margin-top: -2px;
        right: 5px;
        line-height: 1.2; }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%; }
    .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #4e4e4e;
        clear: none;
        height: 45px;
        width: 0; }
    .top-bar-section .has-form {
        background: #333333;
        padding: 0 15px;
        height: 45px; }
    .top-bar-section ul.right li .dropdown {
        left: auto;
        right: 0; }
    .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; }

    .no-js .top-bar-section ul li:hover > a {
        background: #272727;
        color: white; }
    .no-js .top-bar-section ul li:active > a {
        background: #e4393c;
        color: white; }
    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block; } }
.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden; }

.inner-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    *zoom: 1;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }
.inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
.inner-wrap:after {
    clear: both; }

nav.tab-bar {
    -webkit-backface-visibility: hidden;
    background: #333333;
    color: white;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative; }
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar .block-related .block-title, .block-related nav.tab-bar .block-title, nav.tab-bar h5, nav.tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar .block-related .block-title, .block-related nav.tab-bar .block-title {
    font-size: 1.125rem; }

section.left-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-right: solid 1px #1a1a1a;
    box-shadow: 1px 0 0 #4e4e4e;
    left: 0; }

section.right-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-left: solid 1px #4e4e4e;
    box-shadow: -1px 0 0 #1a1a1a;
    right: 0; }

section.tab-bar-section {
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    height: 2.8125rem;
    top: 0; }
@media only screen and (min-width: 50em) {
    section.tab-bar-section {
        text-align: left; } }
section.tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
section.tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
section.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

a.menu-icon {
    text-indent: 2.1875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    display: block;
    line-height: 2.0625rem;
    padding: 0;
    color: white;
    position: relative; }
a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
a.menu-icon:hover span {
    -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; }

.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 250px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    background: #333333;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 250px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    background: #333333;
    z-index: 1001;
    box-sizing: content-box;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0; }

ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626; }

.move-right > .inner-wrap {
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0); }
.move-right a.exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2), 4px 0 8px rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media only screen and (min-width: 50em) {
    .move-right a.exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0); }
.move-left a.exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2), 4px 0 8px rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media only screen and (min-width: 50em) {
    .move-left a.exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.lt-ie10 .left-off-canvas-menu {
    left: -250px; }
.lt-ie10 .right-off-canvas-menu {
    right: -250px; }
.lt-ie10 .move-left > .inner-wrap {
    right: 250px; }
.lt-ie10 .move-right > .inner-wrap {
    left: 250px; }

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
    -webkit-transform: translate(-250px, 0);
    -moz-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0); }
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
    -webkit-transform: translate(250px, 0);
    -moz-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0); }

button, .button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.5625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.625rem;
    padding-left: 1.125rem;
    font-size: 1rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #e4393c;
    border-color: #c91b1e;
    color: white;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 0.625rem;
    padding-bottom: 0.5625rem;
    -webkit-appearance: none;
    border: none;
    font-weight: normal !important; }
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #c91b1e; }
button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
button.secondary, .button.secondary {
    background-color: #f35255;
    border-color: #ef1519;
    color: white; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    background-color: #ef1519; }
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    color: white; }
button.success, .button.success {
    background-color: #5fc25d;
    border-color: #41a73f;
    color: white; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    background-color: #41a73f; }
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: white; }
button.alert, .button.alert {
    background-color: #c25d5d;
    border-color: #a73f3f;
    color: white; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    background-color: #a73f3f; }
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: white; }
button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
button.radius, .button.radius {
    -webkit-border-radius: 6px;
    border-radius: 6px; }
button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #e4393c;
    border-color: #c91b1e;
    color: white;
    cursor: default;
    opacity: 0.7;
    -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: #c91b1e; }
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: #e4393c; }
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
    background-color: #f35255;
    border-color: #ef1519;
    color: white;
    cursor: default;
    opacity: 0.7;
    -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: #ef1519; }
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: #f35255; }
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
    background-color: #5fc25d;
    border-color: #41a73f;
    color: white;
    cursor: default;
    opacity: 0.7;
    -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: #41a73f; }
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: #5fc25d; }
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
    background-color: #c25d5d;
    border-color: #a73f3f;
    color: white;
    cursor: default;
    opacity: 0.7;
    -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: #a73f3f; }
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: #c25d5d; }

@media only screen and (min-width: 50em) {
    button, .button {
        display: inline-block; } }
/* Standard Forms */
form {
    margin: 0 0 2rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
    margin: 0 -0.5rem; }
form .row .row .column,
form .row .row .columns {
    padding: 0 0.5rem; }
form .row .row.collapse {
    margin: 0; }
form .row .row.collapse .column,
form .row .row.collapse .columns {
    padding: 0; }
form .row .row.collapse input {
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
    padding-left: 0.5rem; }

/* Label Styles */
label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5rem;
    /* Styles for required inputs */ }
label.right {
    float: none;
    text-align: right; }
label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0; }
label small, label .block-related .block-content .block-subtitle, .block-related .block-content label .block-subtitle {
    text-transform: capitalize;
    color: #676767; }

select {
    -webkit-appearance: none !important;
    background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border: 1px solid #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0;
    border-radius: 0; }
select.radius {
    -webkit-border-radius: 6px;
    border-radius: 6px; }
select:hover {
    background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999999; }

select::-ms-expand {
    display: none; }

@-moz-document url-prefix() {
    select {
        background: #fafafa; }

    select:hover {
        background: #f3f3f3; } }

/* 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.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem; }

/* 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.125rem;
    border: none; }

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

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

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

.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 or label so buttons keep their own */
span.prefix, label.prefix {
    background: #f2f2f2;
    border-color: #d8d8d8;
    border-right: none;
    color: #333333; }
span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }

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

/* 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: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
.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 {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    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; }

/* Add height value for select elements to match text input height */
select {
    height: 2.3125rem; }

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

input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline; }

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

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

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error .block-related .block-content .error.block-subtitle, .block-related .block-content [data-abide] .error .error.block-subtitle, [data-abide] span.error, [data-abide] small.error, [data-abide] .block-related .block-content .error.block-subtitle, .block-related .block-content [data-abide] .error.block-subtitle {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #c25d5d;
    color: white; }
[data-abide] span.error, [data-abide] small.error, [data-abide] .block-related .block-content .error.block-subtitle, .block-related .block-content [data-abide] .error.block-subtitle {
    display: none; }

span.error, small.error, .block-related .block-content .error.block-subtitle {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #c25d5d;
    color: white; }

.error input,
.error textarea,
.error select {
    margin-bottom: 0; }
.error label,
.error label.error {
    color: #c25d5d; }
.error > small, .block-related .block-content .error > .block-subtitle,
.error small.error,
.error .block-related .block-content .error.block-subtitle,
.block-related .block-content .error .error.block-subtitle {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #c25d5d;
    color: white; }
.error > label > small, .block-related .block-content .error > label > .block-subtitle {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline; }
.error span.error-message {
    display: block; }

input.error,
textarea.error {
    margin-bottom: 0; }

label.error {
    color: #c25d5d; }

.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    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%; }

.tabs {
    *zoom: 1;
    margin-bottom: 0 !important; }
.tabs:before, .tabs:after {
    content: " ";
    display: table; }
.tabs:after {
    clear: both; }
.tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    top: 1px;
    float: left; }
.tabs dd > a {
    display: block;
    background: #f7f7f7;
    color: #222222;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5625rem;
    padding-left: 1rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem; }
.tabs dd > a:hover {
    background: #eaeaea; }
.tabs dd.active a {
    background: white; }
.tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
.tabs.radius dd:last-child a {
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
.tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
    *zoom: 1;
    margin-bottom: 1.5rem; }
.tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
.tabs-content:after {
    clear: both; }
.tabs-content > .content {
    display: none;
    float: left;
    padding: 0.75rem 0; }
.tabs-content > .content.active {
    display: block; }
.tabs-content > .content.contained {
    padding: 0.75rem; }
.tabs-content.vertical {
    display: block; }
.tabs-content.vertical > .content {
    padding: 0 0.75rem; }

@media only screen and (min-width: 50em) {
    .tabs.vertical {
        width: 20%;
        float: left;
        margin-bottom: 1.25rem; }

    .tabs-content.vertical {
        width: 80%;
        float: left;
        margin-left: -1px; } }
.accordion {
    *zoom: 1;
    margin-bottom: 0; }
.accordion:before, .accordion:after {
    content: " ";
    display: table; }
.accordion:after {
    clear: both; }
.accordion dd {
    display: block;
    margin-bottom: 0 !important; }
.accordion dd.active a {
    background: #e8e8e8; }
.accordion dd > a {
    background: #efefef;
    color: #222222;
    padding: 1rem;
    display: block;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem; }
.accordion dd > a:hover {
    background: #e3e3e3; }
.accordion .content {
    display: none;
    padding: 0.75rem; }
.accordion .content.active {
    display: block;
    background: white; }

.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: 2px;
    border-radius: 2px; }
.breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 1rem;
    text-transform: none; }
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
    text-decoration: underline; }
.breadcrumbs > * a,
.breadcrumbs > * span {
    text-transform: none;
    color: #e4393c; }
.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: #222222;
    margin: 0 0.375rem;
    position: relative;
    top: 1px; }
.breadcrumbs > *:first-child:before {
    content: " ";
    margin: 0; }

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

/* Panels */
.panel {
    border-style: solid;
    border-width: 0;
    border-color: gainsboro;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f7f7f7; }
.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, .panel p {
    color: #222222; }
.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.625rem; }
.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: #f7c3c4;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #fdf3f3; }
.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, .panel.callout p {
    color: #222222; }
.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.625rem; }
.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.callout a {
    color: #e4393c; }
.panel.radius {
    -webkit-border-radius: 2px;
    border-radius: 2px; }

table {
    background: transparent;
    margin-bottom: 2rem;
    border: solid 1px transparent; }
table thead,
table tfoot {
    background: #f7f7f7; }
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: normal;
    color: #222222;
    text-align: left; }
table tr th,
table tr td {
  /* float:left;*/
    padding: 0.5rem;
   /* padding-top: 0.5rem;
    padding-bottom: 0.5rem;*/
    font-size: 1rem;
    color: #222222; }
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: 1.5rem; }

/* BASE - _base.scss */
/* Body and HTML */
body {
    font-size: 1rem;
    font-family: "Open Sans", Arial !important; }

/* Page */
.page {background-color: white; }

/* 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 */
.hidden,
.no-display {
    display: none !important; }

.f-left {
    float: left;
    line-height: 44px;
}

img.f-left {
    margin: 0 1rem 1rem 0; }

.f-right {
    float: right; }

img.f-right {
    margin: 0 0 1rem 1rem; }

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

form {
    clear: both; }

.fieldset {
    border-style: solid;
    border-width: 0;
    border-color: gainsboro;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f7f7f7; }
.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, .fieldset p {
    color: #222222; }
.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.625rem; }
.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: 50em) {
    .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.75rem;
    margin-right: -0.75rem;
    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.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
@media only screen and (min-width: 50em) {
    .col2-set .col-1,
    .col2-set .col-2 {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }

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

/* 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 {
    /* Firefox fix */
    float: left;
    clear: both;
    width: 100%;
    /* End Firefox fix */
    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: gainsboro;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f7f7f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
.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 .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 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.625rem; }
.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: #5fc25d; }
.messages li.error-msg li {
    background: #c25d5d; }
.messages li.notice-msg li {
    background: #4f4f4f; }

/* TABLE - _table.scss */
.data-table colgroup {
   /* width: 100%;*/ }
/*
.data-table .data-table td,
.data-table .data-table th {

    padding: 0.5rem;
}*/
.data-table td, .data-table th {
    padding: 10px;
    vertical-align: top;
}
.data-table td,
.data-table th {
    padding: 0.5rem; }
/*
.data-table tbody th {
    text-align: left;
    background-color: #f7f7f7;
    border: 1px solid white;
}*/
th, code, cite, caption {
    font-weight: normal;
    font-style: normal;
    text-align: left;
}
.data-table th {
    background: #f4f4f4;
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 1.4;
    /*white-space: nowrap;*/
}
.compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0;
}
.compare-table .product-image {
    display: inline-block;
}
.price-box {
    margin: 7px 0;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.nobr, .nowrap {
    /*white-space: nowrap;*/
}
.data-table thead th, .data-table tbody td {
    border-bottom: 1px solid silver;
}
.product-image, .no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
    border: 1px solid #ededed;
}
 h3.product-name, h4.product-name, h5.product-name, p.product-name {
    margin: 0;
    margin-bottom: 0.5em;
    color: #e4393c;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4;
}
h2.product-name{
    margin: 0;
    margin-bottom: 0.5em;
    color: #e4393c;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.4;
}

h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
    color: #e4393c;
}
.data-table ul {
    margin-left: 1.5rem; }

/* STRUCTURAL - _structural.scss */
/* Main containers */
.main-container .main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 71.25rem;
    *zoom: 1; }
.main-container .main:before, .main-container .main:after {
    content: " ";
    display: table; }
.main-container .main:after {
    clear: both; }
.main-container .main .col-main {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
@media only screen and (min-width: 50em) {
    .main-container .main .col-main {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }
@media only screen and (min-width: 50em) {
    .main-container .main .col-main {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }
.main-container .main .col-left {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
@media only screen and (min-width: 50em) {
    .main-container .main .col-left {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
@media only screen and (min-width: 50em) {
    .main-container .main .col-left {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
.main-container .main .col-right {
    position: relative;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
@media only screen and (min-width: 50em) {
    .main-container .main .col-right {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
@media only screen and (min-width: 50em) {
    .main-container .main .col-right {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }

@media only screen and (min-width: 50em) {
    .col3-layout .main .col-main {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }
@media only screen and (min-width: 50em) {
    .col3-layout .main .col-main {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }

@media only screen and (min-width: 50em) {
    .col1-layout .main .col-main {
        position: relative;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 100%;
        float: left; } }

/* TOP LINE - _top-line.scss */
.top-line {
    line-height: 2.5rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee; }
.top-line a:visited,
.top-line a {
    color: #222222; }
.top-line ul {
    margin-bottom: 0;
    float: right;
    line-height: 2rem; }
.top-line ul li {
    list-style-type: none;
    display: list-item;
    font-size: 0.83333rem; }
@media only screen and (min-width: 50em) {
    .top-line ul li {
        display: inline-block; } }
.top-line ul li a {
    padding-left: 1rem; }

.top-line .welcome-msg {
    display: none;
    color: white;
    float: left; }
@media only screen and (min-width: 50em) {
    .top-line .welcome-msg {
        display: inline-block; } }

.top-line .links,
.top-line #search_mini_form_mobile,
.top-line #search_mini_form {
    position: absolute;
    top: 2.5rem;
    width: 100%;
    left: 0;
    padding: 1rem 110px 0 1rem;
    background-color: #f7f7f7;
    z-index: 100; }
.top-line .links button,
.top-line #search_mini_form_mobile button,
.top-line #search_mini_form button {
    position: absolute;
    right: 1rem;
    top: 1rem; }

.top-line .search-icon {
    position: absolute;
    left: 50%;
    margin-left: -1rem;
    text-indent: -9999px;
    overflow: hidden;
    width: 2rem;
    height: 100%;
    font-size: 1.5rem;
    line-height: 3rem;
    color: white; }
.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: 1rem;
    display: none; }
@media only screen and (min-width: 50em) {
    .top-line .links {
        display: block; } }
.top-line .links li {
    float: none; }

.move-right .top-line .burger-icon {
    background-color: #00548B;
    color: #f7f7f7; }

.top-line .burger-icon {
    font-size: 1rem;
    line-height: 3rem;
    padding: 0 0.75rem;
    float: left; }
.top-line .burger-icon:hover, .top-line .burger-icon:focus, .top-line .burger-icon:active {
    color: #f7f7f7;
    text-decoration: none;
    background-color: #00548B; }
.top-line .burger-icon:before {
    text-indent: 0;
    font-size: 1.5rem;
    margin-left: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0.75rem 0 0;
    content: "\f0c9";
    /* Menu icon (burger lines) */
    font-family: "polar-icons"; }

.top-line .top-line-section {
    position: static;
    padding: 0; }
@media only screen and (min-width: 50em) {
    .top-line .top-line-section {
        padding: 0 0.75rem; } }

@media only screen and (min-width: 50em) {
    .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 CART - _top-cart.scss */
/* In top line and below $small (mobile) */
.move-left .cart-link {
    background-color: #00548B;
    color: #f7f7f7; }

.top-cart {
    float: right;
    position: relative; }
.top-cart:hover .cart-link, .top-cart:active .cart-link, .top-cart:focus .cart-link {
    background-color: #00548B;
    color: #f7f7f7; }
.top-cart .right-off-canvas-toggle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
.top-cart .right-off-canvas-toggle:hover {
    cursor: pointer; }
.top-cart a,
.top-cart a:hover,
.top-cart a:active,
.top-cart a:focus,
.top-cart a:visited {
    text-decoration: none; }
.top-cart .cart-link {
    display: block;
    font-size: 1rem;
    padding: 0 0.75rem;
    line-height: 3rem; }

/* In main header and above $small */
.header .block-cart {
    position: relative;
    z-index: 150;
    margin-left: 1rem;
    float: right; }
.header .block-cart .cart-link {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.5625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.625rem;
    padding-left: 1.125rem;
    font-size: 1rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #5fc25d;
    border-color: #41a73f;
    color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
.header .block-cart .cart-link:hover, .header .block-cart .cart-link:focus {
    background-color: #41a73f; }
.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 #dedede;
    padding: 1rem;
    z-index: 110;
    width: 20rem;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 100px #222222;
    -moz-box-shadow: 0 0 100px #222222;
    box-shadow: 0 0 100px #222222; }
@media only screen and (min-width: 50em) {
    #mini-cart-wrapper {
        width: 30rem; } }
#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: 1rem;
    top: 1rem; }
#mini-cart-wrapper .btn-edit {
    display: none; }

/* OFF CANVAS - _off-canvas.scss */
.off-canvas-menu-wrapper {
    background-color: #4f4f4f;
    color: white;
    overflow: visible; }
.off-canvas-menu-wrapper a,
.off-canvas-menu-wrapper a:visited {
    color: white; }

.off-canvas-menu-wrapper .title {
    font-size: 1rem;
    color: white;
    background-color: #e4393c;
    padding: 0 1rem;
    margin: 0;
    font-weight: normal;
    line-height: 3rem; }

.lt-ie9 .off-canvas-menu-wrapper,
.lt-ie10 .off-canvas-menu-wrapper {
    display: none; }

/* OFF CANVAS SEARCH - _off-canvas-search.scss */
/* Just some style in case you want to move the search to the off canvas area */
.off-canvas-wrap #search_mini_form_mobile {
    position: relative;
    width: 100%;
    padding: 0.75rem;
    margin: 0; }
.off-canvas-wrap #search_mini_form_mobile input {
    margin: 0; }
.off-canvas-wrap #search_mini_form_mobile button {
    position: absolute;
    right: 0.75rem;
    top: 0.5em;
    margin: 0; }

/* OFF CANVAS CATEGORIES/MENU - _off-canvas-categories.scss */
.off-canvas-menu-wrapper ul {
    display: block;
    margin: 0; }
.off-canvas-menu-wrapper ul li {
    list-style-type: none;
    position: relative;
    *zoom: 1; }
.off-canvas-menu-wrapper ul li:before, .off-canvas-menu-wrapper ul li:after {
    content: " ";
    display: table; }
.off-canvas-menu-wrapper ul li:after {
    clear: both; }
.off-canvas-menu-wrapper ul li.active > a {
    font-weight: bold; }
.off-canvas-menu-wrapper ul li.parent > a:after {
    content: "\e000";
    font-family: "polar-icons";
    vertical-align: middle;
    float: right;
    display: block;
    padding-left: 1em; }

.off-canvas-menu-wrapper > ul:last-of-type a {
    border-bottom: 0; }

.off-canvas-menu-wrapper ul a {
    display: block;
    line-height: 2rem;
    padding: 0.75rem;
    border-top: 1px solid #5e5e5e; }
.off-canvas-menu-wrapper ul a:hover, .off-canvas-menu-wrapper ul a:focus, .off-canvas-menu-wrapper ul a:active {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1); }

.off-canvas-menu-wrapper ul ul {
    *zoom: 1;
    border-left: 2px solid #5e5e5e;
    margin: 0 0 0 1rem; }
.off-canvas-menu-wrapper ul ul:before, .off-canvas-menu-wrapper ul ul:after {
    content: " ";
    display: table; }
.off-canvas-menu-wrapper ul ul:after {
    clear: both; }
.off-canvas-menu-wrapper ul ul ul {
    margin: 0 0 0 1.5rem; }
.off-canvas-menu-wrapper ul ul a {
    padding-left: 1.5rem; }
.off-canvas-menu-wrapper ul ul ul a {
    padding-left: 2rem; }
.off-canvas-menu-wrapper ul ul ul ul a {
    padding-left: 2.5rem; }
.off-canvas-menu-wrapper ul ul ul ul ul a {
    padding-left: 3rem; }

/* OFF CANVAS MINI CART - _off-canvas-mini-cart.scss */
.off-canvas-mini-cart h2 {
    background-color: #e4393c;
    font-size: 1rem;
    font-weight: normal;
    line-height: 3rem;
    margin: 0;
    position: relative; }
.off-canvas-mini-cart h2 a {
    display: block;
    padding: 0 0.75rem; }
.off-canvas-mini-cart h2 a:hover, .off-canvas-mini-cart h2 a:active, .off-canvas-mini-cart h2 a:focus {
    text-decoration: none;
    background-color: #00548B; }
.off-canvas-mini-cart h2:after {
    content: "\e000";
    /* Arrow right */
    position: relative;
    bottom: -0.125rem;
    font-size: 1rem;
    position: absolute;
    right: 6%;
    color: white;
    margin-left: 1rem;
    line-height: 3rem;
    font-family: "polar-icons"; }
.off-canvas-mini-cart .cart-empty {
    color: #222222; }

.off-canvas-mini-cart .mini-products-list {
    margin-bottom: 0; }
.off-canvas-mini-cart .mini-products-list li.item {
    padding: 0.75rem 0.75rem 0.75rem 66px;
    padding-left: 108px;
    margin: 0;
    min-height: 6.5rem;
    border-bottom: 0;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
    color: #4f4f4f; }
.off-canvas-mini-cart .mini-products-list li.item .btn-edit {
    display: none; }
.off-canvas-mini-cart .mini-products-list a,
.off-canvas-mini-cart .mini-products-list a:visited {
    color: #222222; }
.off-canvas-mini-cart .mini-products-list .product-name {
    font-weight: normal;
    line-height: 1.1em; }
.off-canvas-mini-cart .mini-products-list .product-image {
    width: 100px;
    bottom: 0;
    top: 0;
    padding: 0.75rem; }
.off-canvas-mini-cart .mini-products-list .product-image:after {
    content: "";
    display: inline-block;
    vertical-align: middle; }

.off-canvas-mini-cart .actions .btn-checkout {
    background-color: #5fc25d;
    border-color: #41a73f;
    color: white;
    width: 100%;
    text-transform: uppercase;
    line-height: 3rem; }
.off-canvas-mini-cart .actions .btn-checkout:hover, .off-canvas-mini-cart .actions .btn-checkout:focus {
    background-color: #41a73f; }
.off-canvas-mini-cart .actions .btn-checkout:hover, .off-canvas-mini-cart .actions .btn-checkout:focus {
    color: white; }
.off-canvas-mini-cart .actions .btn-checkout:after {
    font-size: 1rem;
    position: absolute;
    right: 6%;
    top: 39%; }

/* SIDEBAR - _sidebar.scss */
/* Block styles */
.sidebar .block-title {
    font-size: 1.125rem;
    line-height: 1.4;
    margin: 0.2rem 0 0.5rem 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: gainsboro;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f7f7f7; }
.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, .block-viewed .block-content p {
    color: #222222; }
.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.625rem; }
.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: 1rem; }

/* Block compare */
.block-compare li.item {
    padding-right: 1.5rem;
    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: 1.5rem; }
.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: 0.25rem; }
.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; }

/* HEADER - _header.scss */
.header-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    position: relative;
    z-index: 1; }

.header {
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center; }
@media only screen and (min-width: 50em) {
    .header {
        padding: 0.5rem 0 0.5rem;
        text-align: left; } }
.header .logo {
    display: inline-block;
    font-size: 2.75rem;
    line-height: 0;
    margin: 1rem 0 0; }
@media only screen and (min-width: 50em) {
    .header .logo {
        float: left; } }
.header #search_mini_form_mobile,
.header #search_mini_form {
    float: right;
    margin-bottom: 0;
    width: 100%;
    clear: none;
    /*padding-top: 1rem;*/
    padding-top: 2rem;
}
@media only screen and (min-width: 50em) {
    .header #search_mini_form_mobile,
    .header #search_mini_form {
        width: auto; } }
.header .block-cart {
    /*padding-top: 1rem;*/
     padding-top: 2rem;
}
.header .form-search {
    display: block;
    position: relative;
    float: right;
    width: 100%;
    padding-right: 103px;
    margin-top: 1rem; }
@media only screen and (min-width: 50em) {
    .header .form-search {
        padding-right: 0;
        margin-top: auto; } }
.header .form-search input,
.header .form-search button {
    margin-bottom: 0;
    display: inline-block; }
.header .form-search input {
    border: 1px solid #e4393c;
    height: 38px;
    float: left;
    width: 100%;
    min-width: 260px;
    margin-right: 0; }
@media only screen and (min-width: 50em) {
    .header .form-search input {
        width: auto; } }
.header .form-search button {
    float: right;
    position: absolute;
    right: 0;
    top: 0; }
@media only screen and (min-width: 50em) {
    .header .form-search button {
        position: relative;
        right: auto;
        top: auto; } }

.search-autocomplete {
    display: block;
    z-index: 80;
    background-color: white;
    color: #e4393c;
    -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: 0.5rem 1rem; }
.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: 2rem; }

.footer-content p, .footer-content ul, .footer-content ol, .footer-content li {
    font-size: 0.83333rem; }
.footer-content h2 {
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.33333rem; }

.theme-by {
    text-align: right;
    font-size: 0.83333rem; }
.theme-by a,
.theme-by a:visited {
    color: #828282; }

/* Newsletter */
.footer .newsletter {
    position: relative;
    padding-right: 78px; }
.footer .newsletter input {
    width: 100%; }
.footer .newsletter button {
    position: absolute;
    right: 0;
    top: 0; }

/* NAVIGATION - _navigation.scss - Categories (main menu) */
.nav-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
.nav-container #nav {
    display: none;
    /* Mobile first, so this must be hidden as default */
    margin-bottom: 1rem;
    background-color: #00548B /*#e4393c*/;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
@media only screen and (min-width: 50em) {
    .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: 0.5rem;
    line-height: 1.5rem;
    color: white; }
.nav-container #nav li a:hover, .nav-container #nav li a:focus, .nav-container #nav li a:active {
    text-decoration: none;
    background-color: #00548B; }
.nav-container #nav li > a {
    display: block;
    padding: /*0.5rem 1.5rem;*/ 15px 13px; }
.nav-container #nav li.active > a {
    font-weight: bold; }
.nav-container #nav li.over > a {
    background-color: #00548B; }

.nav-container #nav ul.shown-sub,
.nav-container #nav div.shown-sub {
    z-index: 999;
    left: 0; }

/* Level 2 */
.nav-container #nav ul {
    position: absolute;
    left: -9999px;
    margin-left: 0;
    text-align: left; }
.nav-container #nav ul li {
    position: relative;
    display: list-item; }
.nav-container #nav ul li.parent > a:after {
    content: "\e000";
    font-family: "polar-icons";
    position: absolute;
    vertical-align: middle;
    right: 1rem;
    display: inline-block;
    padding-left: 1em;
    color: white; }
.nav-container #nav ul li > a {
    white-space: nowrap;
    display: block;
    background-color: #e4393c;
    color: white;
    padding-right: 3rem; }
.nav-container #nav ul li > a.over > a, .nav-container #nav ul li > a:hover, .nav-container #nav ul li > a:focus {
    background-color: #00548B; }

/* Level 3+ */
.nav-container #nav ul ul {
    top: 0;
    margin-top: 0;
    margin-left: 100%; }

/* 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: gainsboro;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f7f7f7;
    margin-bottom: 0; }
.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, .block-layered-nav .currently ol p {
    color: #222222; }
.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.625rem; }
.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: 0.5rem;
    margin-bottom: 1rem; }
.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 {
    padding-left: 0.5rem;
    margin-left: 0.25rem;
    border-left: 1px solid #e4393c; }
.vertnav-container li.active > ul {
    display: block; }
.vertnav-container li.active > a {
    font-weight: bold; }
.vertnav-container li a {
    line-height: 1.5rem;
    display: block; }
.vertnav-container li.parent {
    position: relative;
    padding-left: 0.1em; }
.vertnav-container li.parent > ul {
    border-left: 1px solid #e4393c; }
.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: #e4393c; }
.vertnav-container li.parent.active:before {
    content: "\f068";
    /* Minus sign */ }

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

@media only screen and (min-width: 50em) {
    .box-collateral ol,
    .box-collateral ul,
    .std ol{
        margin-left: 1.5rem; }

}
.box-collateral ol.products-list,
.box-collateral ul.form-list,
.box-collateral ul.rating-list,
.std ol.products-list,
.std ul.form-list,
.std ul.rating-list {
    margin-left: 0; }
.box-collateral ul.products-grid,
.std ul.products-grid {
    margin-left: -0.75rem; }
.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 */
button,
input,
select,
textarea {
    font-size: 0.8rem; }

select {
    background-position-x: 95%;
    padding: 0.5rem 1rem 0.5rem 0.5rem; }

p.required,
.required em {
    display: inline-block;
    float: left;
    margin-right: 0.5em;
    color: #c25d5d;
    font-style: normal; }

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

.radio {
    float: left;
    margin-right: 0.5rem;
    line-height: 1.5em; }

label,
.label {
    padding-bottom: 0.5rem; }

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

/* Form list, and other form elements */
.form-list li {
    margin-bottom: 1rem;
    clear: both; }
.form-list li label {
    display: block;
    padding-bottom: 0.5rem; }
.form-list li.control div,
.form-list li.control input {
    float: left;
    margin-right: 0.5rem; }
.form-list li.control input[type="text"] {
    margin-top: 0.5rem; }
.form-list li.control label {
    width: auto;
    line-height: 1em; }
.form-list li.control .input-box {
    float: left;
    margin-right: 0.5rem; }
.form-list li .field {
    width: 48%; }
.form-list li .field:last-child {
    float: right; }
.form-list li .field:first-child {
    float: left; }
.form-list li input[type=text] {
    width: 100%; }
.form-list li li > div {
    display: block;
    margin-bottom: 1rem; }

.form-list .additional-row p {
    float: right;
    width: 5%;
    margin-top: 2rem;
    text-align: center; }
.form-list .additional-row p a {
    float: right; }
.form-list .additional-row .field:last-child {
    width: 43%; }

.please-wait {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
}
.please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px;
}
.buttons-set:after {
    content: '';
    display: table;
    clear: both;
}
.buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    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: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    white-space: nowrap; }
.button:hover, .button:active, .button:focus,
button:hover,
button:active,
button:focus {
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;

}
.button.btn-cart,
button.btn-cart {
    background-color: #5fc25d;
    border-color: #41a73f;
    color: white; }
.button.btn-cart:hover, .button.btn-cart:focus,
button.btn-cart:hover,
button.btn-cart:focus {
    background-color: #41a73f; }
.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: 1rem;
    padding: 1rem;
    border: 1px solid #dedede; }

.fieldset h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding: 0 0 0.5rem;
    border-bottom: 1px solid #dedede; }

.fieldset .legend {
    font-size: 1rem; }

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

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

/* ICONS - _icons.scss. Universal icon and dropdown areas. */
/* Delete-/remove-icons */
.close-btn,
.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; }
.close-btn:before,
.block-cart .close-btn:before,
.cart-list .link-wishlist:before,
.btn-remove2:before,
.btn-remove:before {
    content: "\e001";
    /* Trash can */
    font-family: "polar-icons";
    position: absolute;
    text-indent: 0;
    left: 0;
    top: 0;
    display: inline-block;
    color: #c25d5d;
    font-size: 1rem; }
.close-btn:hover:before, .close-btn:active:before, .close-btn:focus:before,
.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: #ab4141; }

/* Top cart */
.off-canvas-wrapper .close-btn,
.block-cart .close-btn {
    cursor: pointer; }
.off-canvas-wrapper .close-btn:before,
.block-cart .close-btn:before {
    color: #4f4f4f;
    content: "\f00d";
    /* Delete, close, remove, X */ }
.off-canvas-wrapper .close-btn:hover:before, .off-canvas-wrapper .close-btn:active:before, .off-canvas-wrapper .close-btn:focus:before,
.block-cart .close-btn:hover:before,
.block-cart .close-btn:active:before,
.block-cart .close-btn:focus:before {
    color: #e4393c; }

.off-canvas-wrapper .close-btn {
    text-align: center;
    width: 2.5rem; }
.off-canvas-wrapper .close-btn:before {
    padding: 0 0.5rem;
    top: 0.5em;
    left: 0.25rem;
    width: 1em;
    display: inline-block;
    color: #222222;
    font-size: 1.5rem; }

/* Category icon */
.options-icon,
.filter-icon,
.category-icon {
    background-color: #e4393c;
    color: white;
    cursor: pointer;
    line-height: 1.5em;
    padding: 0.5rem 1rem;
    margin: 0 0.75rem 1rem;
    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: 1rem;
    top: 0.5rem;
    font-size: 1.5rem;
    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 1rem; }

.options-icon {
    margin: 0; }

/* Cart link */
.cart-link:after {
    content: "\f07a";
    /* Cart */
    text-indent: 0;
    font-size: 1.5rem;
    margin-left: 0.5rem;
    margin-top: -4px;
    font-family: "polar-icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 3rem; }
@media only screen and (min-width: 50em) {
    .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";
    /* Alert */
    font-family: "polar-icons";
    font-size: 1.5rem;
    line-height: 1em;
    vertical-align: middle;
    float: left;
    margin-right: 1rem;
    display: block; }
.messages li.success-msg li:before {
    content: "\f00c";
    /* Checkmark */ }
.messages li.notice-msg li:before {
    content: "\f05a";
    /* Info */ }

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

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

/* Checkout */
.btn-checkout:after {
    content: "\e000";
    /* Arrow right */
    position: relative;
    bottom: -0.125rem;
    font-size: 1.5rem;
    margin-left: 1rem;
    line-height: 1rem;
    color: white;
    font-family: "polar-icons"; }

#mini-cart-wrapper .btn-checkout:after {
    font-size: 1rem; }

.opc li button:after {
    content: "\e000";
    /* Arrow right */
    font-family: "polar-icons";
    margin-left: 1rem; }

/* 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";
    /* Arrow left */
    display: inline-block;
    font-family: "polar-icons";
    margin-right: 0.5rem; }

/* Full width dropdown */
.options-icon,
.filter-icon,
.category-icon {
    background-color: #e4393c;
    color: white;
    cursor: pointer;
    line-height: 1.5em;
    padding: 0.5rem 1rem;
    margin: 0 0.75rem 1rem;
    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: 1rem;
    top: 0.5rem;
    font-size: 1.5rem;
    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 1rem; }

.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: #f35255;
    text-decoration: none; }
.toolbar .sorter .sort-by a[href*="dir=asc"]:before {
    content: "\f078";
    /* Ascending (down arrow) */ }

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

.previous:before {
    content: "\f053";
    /* Arrow left */ }

/* Search button replacement */
#search_mini_form_mobile button {
    background-color: transparent;
    text-indent: -9999px;
    display: inline-block;
    width: 1em;
    line-height: 1em; }
#search_mini_form_mobile button:before {
    content: "\f002";
    /* Search */
    font-family: "polar-icons";
    position: absolute;
    text-indent: 0;
    padding: 0 0.5rem;
    top: 0.5em;
    left: 0;
    width: 1em;
    display: inline-block;
    color: #222222;
    font-size: 1.5rem; }
#search_mini_form_mobile button:hover:before, #search_mini_form_mobile button:active:before, #search_mini_form_mobile button:focus:before {
    color: #e4393c; }

/* BREADCRUMBS - _breadcrumbs.scss */
nav.breadcrumbs {
    margin-top: -0.5rem;
    clear: both;
    /* FireFox fix */
    line-height: 1.5rem; }
nav.breadcrumbs > * {
    font-size: 0.83333rem; }
nav.breadcrumbs > a {
    display: none;
    float: none; }
nav.breadcrumbs > a:before {
    font-size: 1.25rem;
    color: #828282; }
nav.breadcrumbs > a:nth-last-child(2), nav.breadcrumbs > a:last-child {
    display: inline; }
nav.breadcrumbs > a:nth-last-child(2):before {
    display: none; }
@media only screen and (min-width: 50em) {
    nav.breadcrumbs > a {
        display: inline-block;
        float: left; }
    nav.breadcrumbs > a:nth-last-child(2), nav.breadcrumbs > a:last-child {
        display: inline-block; }
    nav.breadcrumbs > a:nth-last-child(2):before {
        display: inline; } }

/* PRODUCTS-LIST - _products-list.scss - Grid, list, breadcrumbs and toolbars. */
/* Breadcrumbs */
nav.breadcrumbs {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 1rem;
    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 {
    font-size: 0.875rem;
    color: #4f4f4f; }
.toolbar p {
    font-size: 0.875rem;
    color: #4f4f4f; }
.toolbar select {
    padding: 0 1rem 0 0.4rem;
    background-position-x: 90%; }
.toolbar > div {
    padding: 3px 0;
    border-bottom: 1px solid #dedede; }
.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;*/
    margin-bottom: 0; }
.toolbar .label,
.toolbar label {
    display: none;
    padding-bottom: 0; }
@media only screen and (min-width: 50em) {
    .toolbar label {
        display: inline-block; } }
.toolbar select {
    margin-top: 2px;
    margin-bottom: 3px;
    height: 1.7em; }
.toolbar p {
    margin-bottom: 0; }

.sorter,
.pager {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 71.25rem;
    *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: 2px;
    padding-right: 0;
    width: 50%;
    float: left; }
.sorter .amount,
.pager .amount {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 41.66667%;
    float: left; }
@media only screen and (min-width: 50em) {
    .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: 47.33333%;*/
    width: auto;
    float: left; }
@media only screen and (min-width: 50em) {
    .sorter .limiter,
    .pager .limiter {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 47.33333%;
        float: left;
        float: right; } }
.sorter .sort-by,
.sorter .limiter,
.pager .sort-by,
.pager .limiter {
    text-align: right; }
.sorter .limiter,
.pager .limiter {
    white-space: nowrap; }
.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: 50em) {
    .sorter .pages,
    .pager .pages {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        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: 0.5rem;
    padding: 0; }
.sorter .pages li,
.pager .pages li {
    display: inline-block;
    line-height: inherit;
    width: 1.5rem;
    line-height: 1.5rem; }
.sorter .pages li a,
.pager .pages li a {
    display: block; }
.sorter .pages li.current,
.pager .pages li.current {
    border: 1px solid #dedede; }
.sorter .pages strong,
.pager .pages strong {
    display: none; }

/* Category header */
.category-title h1 {
    font-size: 1.125rem;
    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 #dedede;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
.products-list .item:first-of-type {
    margin-top: 1rem;
    padding-top: 1rem; }
.products-list .item .product-image {
    width: 30%;
    float: left;
    margin-right: 5%; }
.products-list .item .btn-cart {
    float: left;
    width: 100%; }
@media only screen and (min-width: 50em) {
    .products-list .item .btn-cart {
        width: auto; } }
.products-list .item .add-to-links {
    margin-left: 0; }
@media only screen and (min-width: 50em) {
    .products-list .item .add-to-links {
        margin-left: 1rem; } }
.products-list .item .add-to-links a {
    display: inline-block;
    line-height: 2.2em;
    margin-right: 1rem; }
.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: 0.25rem;
    margin-right: 1rem; }

/* Products - Grid */
.products-grid {
    margin-top: 1rem;
    margin-bottom: 1rem; }
.products-grid .price-box {
    font-size: 1em;
    min-height: 3em; }
.products-grid .product-name {
    font-size: 1.125rem;
    min-height: 0;
    height: 2.7em;
    overflow: hidden; }
.products-grid .item {
    position: relative;
    padding-bottom: 4rem; }
.products-grid .item img {
    max-width: 100%; }
.products-grid .item .actions {
    position: absolute;
    bottom: 0;
    left: 0.75rem;
    right: 0.75rem; }
.products-grid .item .actions .btn-cart {
    width: 100%; }
.products-grid .item a:hover,
.products-grid .item a:active,
.products-grid .item a:focus {
    text-decoration: none; }

.products-grid .ratings {
    width: 100%;
    float: left; }

/* Mini products list */
.mini-products-list {
    list-style-type: none; }
.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 #dedede;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    min-height: 115px;
    /* Based on the width of the product image (100px) */ }
.mini-products-list li.item .product-details {
    padding-right: 1rem; }
.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: 0.5rem; }
.mini-products-list li.item .price-box {
    clear: both; }
.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: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.5625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.625rem;
    padding-left: 1.125rem;
    font-size: 1rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #e4393c;
    border-color: #c91b1e;
    color: white; }
.mini-products-list li.item .link-cart:hover, .mini-products-list li.item .link-cart:focus {
    background-color: #c91b1e; }
.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: 1rem;
    /*font-size: 1.2rem;*/
    color: #222222;
    font-weight: 700; }
.price-box p {
    margin: 0; }
.price-box .old-price {
    text-decoration: line-through;
    font-size: 0.75rem;
    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: 50em) {
    .add-to-links a.button {
        margin-left: 1rem; } }

/* 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.6875rem; }
.product-view .product-shop .price-box {
    margin: 1rem 0; }
.product-view .product-shop .availability {
    float: right; }
.product-view .product-shop .availability.in-stock span {
    color: #5fc25d;
    font-weight: bold; }
.product-view .product-shop .availability.out-of-stock span {
    color: #c25d5d;
    font-weight: bold; }
.product-view .product-shop .tier-prices {
    margin-left: 1.5rem; }
.product-view .product-shop .add-to-links {
    clear: both;
    line-height: 3rem; }
@media only screen and (min-width: 50em) {
    .product-view .product-shop .add-to-links {
        margin-left: 1rem;
        clear: none; } }
.product-view .product-shop button.btn-cart,
.product-view .product-shop input[name="qty"] {
    font-size: 1.5rem;
    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.5rem;
    height: 3rem; }
.product-view .product-shop .add-to-cart label[for="qty"] {
    line-height: 2rem;
    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: 0.5rem 0;
    border-bottom: #dedede 1px solid;
    line-height: 2rem;
    *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: 1rem;
    border-top: #dedede 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: 1rem;
    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;
    margin-bottom: 0; }
.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: 0.125rem;
    right: 0;
    width: 2.5em;
    padding: 0.25rem;
    height: 1.7em;
    display: inline-block;
    text-align: center; }

/* Box in the add to cart area */
.product-view .product-options-bottom,
.product-view .add-to-box {
    *zoom: 1;
    background-color: #f7f7f7;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
.product-view .product-options-bottom:before, .product-view .product-options-bottom:after,
.product-view .add-to-box:before,
.product-view .add-to-box:after {
    content: " ";
    display: table; }
.product-view .product-options-bottom:after,
.product-view .add-to-box:after {
    clear: both; }
.product-view .product-options-bottom input,
.product-view .product-options-bottom button,
.product-view .add-to-box input,
.product-view .add-to-box button {
    margin-bottom: 0; }
.product-view .product-options-bottom .price-box,
.product-view .add-to-box .price-box {
    margin-top: 0; }
.product-view .add-to-links {
    margin-bottom: 0; }

/* Up-sell */
.box-up-sell ul.products-grid {
    margin-left: 0; }

/* Product image/gallery */
.product-view .more-views {
    margin: 1rem 0;
    float: left;
    clear: both;
    width: 100%; }
.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: 0.125rem; }
.options-list li .price-notice {
    font-size: 0.8em;
    color: #828282;
    padding-top: 0.25rem;
    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 {
    margin-bottom: 1rem; }
.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: 0.5rem; }
.box-additional table:before, .box-additional table:after {
    content: " ";
    display: table; }
.box-additional table:after {
    clear: both; }

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

/* PRODUCT TABS - _product-tabs.scss */
.product-tabs .std {
    line-height: 1.5em; }
.product-tabs dl {
    display: none; }
@media only screen and (min-width: 50em) {
    .product-tabs dl {
        display: block; } }
.product-tabs .tabs a:hover,
.product-tabs .tabs a:active,
.product-tabs .tabs a:focus {
    text-decoration: none; }
.product-tabs .tabs .active a {
    border: 1px solid #dedede;
    border-bottom: 0; }
.product-tabs .content {
    width: 100%;
    display: block; }
@media only screen and (min-width: 50em) {
    .product-tabs .content {
        display: none;
        border: 1px solid #dedede;
        padding: 0.75rem; } }
@media only screen and (min-width: 50em) {
    .product-tabs h2 {
        display: none; } }

/* 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 #dedede;
    margin-bottom: 1rem; }
.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: 0.5rem; }
.box-reviews dt {
    font-weight: normal; }
.box-reviews dt span {
    font-style: italic;
    margin-right: 0.5rem; }
.box-reviews dd {
    border-style: solid;
    border-width: 0;
    border-color: gainsboro;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f7f7f7;
    position: relative; }
.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, .box-reviews dd p {
    color: #222222; }
.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.625rem; }
.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: 0.5rem;
    top: 0.25rem; }
.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: 0.25rem;
    text-align: left; }

.rating-list {
    list-style-type: none;
    margin: 1rem 0; }
.rating-list li select,
.rating-list li span {
    display: inline-block;
    width: auto; }
.rating-list li span {
    min-width: 10rem; }

.rating-box {
    float: left;
    height: 1em;
    letter-spacing: 0.5em;
    line-height: 1em;
    font-family: "polar-icons";
    position: relative;
    color: #828282; }
.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: gainsboro;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f7f7f7;
    margin-bottom: 0; }
.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, .cart-empty p {
    color: #222222; }
.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.625rem; }
.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;
    float: left;
    /*While things are fine in default, they break here without float:left.*/ }

.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: 0.5rem; }
.cart .cart-table dl dt:after {
    content: ":"; }
.cart .cart-table dl dd {
    margin-bottom: 0.3em; }
.cart .cart-table tr {
    border-bottom: 1px solid #dedede; }

.cart img {
    max-width: none; }
.cart .btn-remove {
    float: right; }
.cart button {
    margin-bottom: 0; }
.cart button.btn-checkout {
    background-color: #f05821;
    border-color: #f05821;
    color: white;
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    width: 100%;
    margin: 0.5rem 0; }
.cart button.btn-checkout:hover, .cart button.btn-checkout:focus {
    background-color: #f05821; }
.cart button.btn-checkout:hover, .cart button.btn-checkout:focus {
    color: white; }
@media only screen and (min-width: 50em) {
    .cart button.btn-checkout {
        width: auto; } }

@media only screen and (min-width: 800px) and (max-width: 1024px){
    table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
        padding: 0.5rem;
        font-size: 0.8rem;
        font-weight: normal;
        color: #222222;
        text-align: left;
    }
    table tr th, table tr td {
        /* float: left; */
        padding: 0.5rem;
        font-size: 0.8rem;
        color: #222222;
    }
    ul, ol, dl {
        font-size: 0.8rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
        list-style-position: inside;
        font-family: inherit;
    }
    .cart button.btn-checkout{
        font-size: 1.05rem;
    }
    .buttons-set{
        text-align: center;
    }
    button, .button{
        font-size: 0.8rem;
    }
    .cart-list .product-name {
        font-size: 1.2rem;
        margin-top: 0;
    }
    p {
        font-family: inherit;
        font-weight: normal;
        font-size: 0.8rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
        text-rendering: optimizeLegibility;
    }
    .cart-list .price-summary .cart-price:last-of-type {
        font-size: 1.25rem;
    }


}
@media only screen and (max-width: 799px){

    .cart .cart-collaterals .totals {
        width: auto;
        float: left;
        text-align: left; }
    .cart .cart-collaterals .totals table {
        margin-bottom: 1rem;
        float: left; }

}
@media only screen and (min-width: 800px) and (max-width: 1100px){
    .cart .cart-collaterals .totals {
        width: auto;
        float: right;
        text-align: right;
        margin-right: 30px;

    }

    .cart .cart-collaterals .totals table {
        margin-bottom: 1rem;
        float: right;

    }
    .cart fieldset{
        width: 65%;
    }
}
@media only screen and (min-width: 800px){
.cart .cart-collaterals .totals {
    width: auto;
    float: right;
    text-align: right; }
.cart .cart-collaterals .totals table {
    margin-bottom: 1rem;
    float: right; }}

@media only screen and (min-width: 50em) {
    .cart .cart-collaterals .totals table {
        width: 100%; } }
.cart .cart-collaterals .totals table td {
    padding: 1rem; }
.cart .cart-collaterals .totals table td:first-of-type {
    text-align: left; }
.cart .cart-collaterals .totals table td:last-of-type {
   float:right;
    /*padding-right: 0; */}
.cart .cart-collaterals .totals .checkout-types {
    display: block;
    clear: both; }
.cart .cart-collaterals .totals tfoot {
    background-color: transparent;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede; }
.cart .cart-collaterals .shipping {
    float: left; }

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

/* Cart list */
.cart-list {
    border-top: 1px solid #dedede;
    padding-top: 1rem; }
.cart-list > li {
    *zoom: 1;
    list-style-type: none;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dedede;
    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 > li ul,
.cart-list > li ol {
    margin-left: 0; }

.cart-list .product-image {
    float: left;
    margin-right: 1rem;
    min-height: 150px; }
@media only screen and (min-width: 50em) {
    .cart-list .product-image {
        position: absolute;
        left: 0;
        top: 0.5rem; } }

.cart-list .product-info {
    float: left;
    clear: both;
    width: 100%; }
@media only screen and (min-width: 50em) {
    .cart-list .product-info {
        padding-right: 150px;
        padding-left: 150px;
        clear: none;
        width: auto; } }

.cart-list .product-name {
    font-size: 1.4375rem;
    margin-top: 0; }

.cart-list .options-icon {
    margin-top: 1rem; }
.cart-list .options-icon:first-of-type {
    margin-top: 0; }

.cart-list .item-options {
    float: left;
    clear: both;
    padding: 1rem;
    background-color: #f7f7f7;
    margin-bottom: 0;
    width: 100%; }
@media only screen and (min-width: 50em) {
    .cart-list .item-options {
        padding: 0;
        background-color: transparent;
        width: auto; } }
.cart-list .item-options .option {
    float: left;
    margin-right: 1rem;
    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: 0.5rem;
    right: 2rem; }
.cart-list .actions a {
    margin-left: 0.5rem; }

.cart-list .price-summary {
    position: absolute;
    right: 0;
    top: 3rem; }
.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: #4f4f4f; }
.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: 1.5rem;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin-top: 0.5rem;
    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: 1rem; }
@media only screen and (min-width: 50em) {
    .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;
    margin-bottom: 1rem;
}

/* Checkout */
.one-column-checkout {
    max-width: 640px; }
.one-column-checkout .header-container {
    margin-top: 0; }
.one-column-checkout .header-container .header {
    margin: 2rem 0;
    padding: 0; }
.one-column-checkout .header-container .header .logo {
    margin: 0;
    float: none; }

/* Horizontal mode, standard */
.opc {
    list-style-type: none; }
.opc > li .step-title {
    background-color: #828282;
    color: white;
    padding: 0 0.5rem;
    cursor: pointer; }
.opc > li .step-title h2 {
    position: relative;
    font-weight: normal;
    font-size: 1rem;
    padding: 0.5rem;
    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: #f7f7f7;
    padding: 1rem; }
.opc > li.allow .step-title {
    background-color: #5fc25d; }
.opc fieldset {
    border: 0;
    padding: 0; }
.opc ul.form-list, .opc ul.form-list ul {
    margin-left: 0; }
.opc .buttons-set {
    /*margin: 1em 0;*/
    margin: 0em 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:40.063em) {
      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:40.063em) {
        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:40.063em) {
        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: gainsboro;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f7f7f7;
    margin: 0; }
.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, .checkout-progress p {
    color: #222222; }
.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.625rem; }
.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: #4f4f4f;
    color: white; }

/* WISHLIST - _wishlist.scss */
#wishlist-view-form {
    /* Firefox fix */
    float: left;
    clear: both;
    width: 100%; }

.my-wishlist fieldset {
    border: 0;
    padding: 0;
    margin: 0; }
.my-wishlist .buttons-set button,
.my-wishlist .buttons-set .button {
    width: 100%;
    margin-left: 0; }
@media only screen and (min-width: 50em) {
    .my-wishlist .buttons-set button,
    .my-wishlist .buttons-set .button {
        width: auto;
        margin-left: 10px; } }

.wishlist-list {
    /* For the new markup based on list and not table */
    border-top: 1px solid #dedede;
    padding-top: 1rem; }
.wishlist-list > li {
    *zoom: 1;
    list-style-type: none;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dedede;
    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 1rem 1rem 0; }
.wishlist-list > li h3.product-name {
    padding-right: 65px;
    font-size: 1rem; }
.wishlist-list > li .description {
    margin-bottom: 1rem; }
.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: 0.5rem;
    margin-right: 1rem;
    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: 1.5rem;
    top: 0.5rem; }
.wishlist-list > li p {
    margin: 0; }

/* Wishlist table styles if you choose not to use the new markup */
#wishlist-table .product-name {
    font-size: 1rem; }
#wishlist-table textarea {
    width: 100%;
    min-height: 5rem; }
#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: 0.5rem; }
#wishlist-table tbody tr {
    border-bottom: 1px solid #dedede; }
#wishlist-table tbody td {
    padding: 1.5rem;
    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: 15rem; }
#wishlist-table tbody .cart-cell {
    width: 100%;
    margin-bottom: 0.5rem;
    min-width: 15rem; }
#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: 0.5rem;
    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: 0.5rem;
    font-size: 1rem; }
#wishlist-table .add-to-cart-alt {
    *zoom: 1;
    margin-bottom: 0.5rem; }
#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: 0.5rem;
    margin-right: 1rem; }

/* 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: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.5625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.625rem;
    padding-left: 1.125rem;
    font-size: 1rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #e4393c;
    border-color: #c91b1e;
    color: white; }
.block-wishlist .actions a:hover, .block-wishlist .actions a:focus {
    background-color: #c91b1e; }
.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;
    width: 100%;
    border-bottom: 1px solid #dedede;
    *zoom: 1; }
.my-account .page-title:before, .my-account .page-title:after {
    content: " ";
    display: table; }
.my-account .page-title:after {
    clear: both; }
.my-account .page-title.title-buttons {
    float: left;
    clear: both;
    text-align: left;
    line-height: 1.2em;
    padding-bottom: 1em; }
.my-account .page-title.title-buttons h1 {
    line-height: 1.2em;
    margin-bottom: 0; }
@media only screen and (min-width: 50em) {
    .my-account .page-title.title-buttons {
        line-height: 2.75rem;
        text-align: right;
        padding-bottom: 0; }
    .my-account .page-title.title-buttons h1 {
        float: left;
        width: auto; } }

.my-account .data-table {
    width: 100%;
    background-color: transparent; }
.my-account .data-table td.last {
    white-space: nowrap; }

.my-account .buttons-set {
    clear: both;
    *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: gainsboro;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f7f7f7; }
.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, .my-account .addresses-list .item p {
    color: #222222; }
.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.625rem; }
.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; }

/* Recent orders and My orders, list */
.order-list {
    width: 100%;
    padding-top: 1rem; }
.order-list li {
    width: 100%;
    float: left;
    margin-bottom: 1rem;
    position: relative;
    padding-top: 1.5rem;
    border-bottom: 1px solid #dedede; }
.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: 1.5rem;
    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: 1rem 0 0; }

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

/* View order */
.my-account .order-info {
    margin-bottom: 0; }
.my-account .order-info ul {
    margin-bottom: 0; }
.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: 1rem; }

.order-info-box h2 {
    font-size: 1.25rem; }

.ordered-totals {
    float: right;
    clear: both;
    text-align: right;
    border-style: solid;
    border-width: 0;
    border-color: gainsboro;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f7f7f7; }
.ordered-totals > :first-child {
    margin-top: 0; }
.ordered-totals > :last-child {
    margin-bottom: 0; }
.ordered-totals h1, .ordered-totals h2, .ordered-totals h3, .ordered-totals h4, .ordered-totals .block-related .block-title, .block-related .ordered-totals .block-title, .ordered-totals h5, .ordered-totals h6, .ordered-totals p {
    color: #222222; }
.ordered-totals h1, .ordered-totals h2, .ordered-totals h3, .ordered-totals h4, .ordered-totals .block-related .block-title, .block-related .ordered-totals .block-title, .ordered-totals h5, .ordered-totals h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
.ordered-totals h1.subheader, .ordered-totals h2.subheader, .ordered-totals h3.subheader, .ordered-totals h4.subheader, .ordered-totals .block-related .subheader.block-title, .block-related .ordered-totals .subheader.block-title, .ordered-totals h5.subheader, .ordered-totals h6.subheader {
    line-height: 1.4; }

.order-details .product-name {
    float: left; }
.order-details .item-options {
    float: left;
    clear: left; }
.order-details .price {
    float: right; }

/* 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 #dedede; }
.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.4375rem;
    float: left; }
.box-account .box-head h2 {
    font-weight: bold; }
.box-account .box {
    border-style: solid;
    border-width: 0;
    border-color: gainsboro;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f7f7f7;
    *zoom: 1; }
.box-account .box > :first-child {
    margin-top: 0; }
.box-account .box > :last-child {
    margin-bottom: 0; }
.box-account .box h1, .box-account .box h2, .box-account .box h3, .box-account .box h4, .box-account .box .block-related .block-title, .block-related .box-account .box .block-title, .box-account .box h5, .box-account .box h6, .box-account .box p {
    color: #222222; }
.box-account .box h1, .box-account .box h2, .box-account .box h3, .box-account .box h4, .box-account .box .block-related .block-title, .block-related .box-account .box .block-title, .box-account .box h5, .box-account .box h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
.box-account .box h1.subheader, .box-account .box h2.subheader, .box-account .box h3.subheader, .box-account .box h4.subheader, .box-account .box .block-related .subheader.block-title, .block-related .box-account .box .subheader.block-title, .box-account .box h5.subheader, .box-account .box h6.subheader {
    line-height: 1.4; }
.box-account .box:before, .box-account .box:after {
    content: " ";
    display: table; }
.box-account .box:after {
    clear: both; }
.box-account .box-title {
    border-bottom: 1px solid #dedede;
    *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: 1rem; }
.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: 1rem;
    margin-left: 1rem;
    font-size: 0.8em;
    line-height: 4em;
    color: #4f4f4f; }
.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 #dedede; }
.box-account .box-reviews li.item .number {
    float: left;
    padding: 0 0.5rem;
    line-height: 1em; }

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

.gsc-control-cse table {
    border: 0; }

.gsc-search-box table td {
    padding: 0; }

.gsc-search-box td.gsc-search-button {
    min-width: 66px; }

.gsc-control-cse .cse .gsc-search-button input.gsc-search-button-v2, .gsc-search-box input.gsc-search-button-v2 {
    margin-top: 6px;
    height: 24px;
    min-width: 66px; }

.gsc-selected-option-container.gsc-inline-block,
.gsc-control-cse .gsc-option-menu-container {
    min-width: 104px; }

.gsc-control-cse .gsc-selected-option {
    min-width: 104px; }

.gsc-control-cse table {
    margin-bottom: 0; }

.gsc-control-cse table td,
.gsc-control-cse table th {
    padding: 0 0 0 8px; }
@media screen and (max-width: 399px) {
    .products-grid button {
        padding-top: 0.5625rem;
        padding-right: 1.125rem;
        padding-bottom: 0.625rem;
        padding-left: 1.125rem;
        font-size: 0.8rem;
        /*     @else                            { font-size: $padding - rem-calc(2); } */ }}
@media screen and (min-width: 400px) {
.products-grid button {
    padding-top: 0.5625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.625rem;
    padding-left: 1.125rem;
    font-size: 1rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }}

.page-popup {
    padding: 20px;
    background: #FFFFFF;
    height: auto;
}
.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}
.data-table {
    width: 100%;
}


.page-popup h1 {
    margin: 0 0 0.5em;
    font-size: 36px;
}
.page-title h1, .page-title h2,  {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #636363;
    border-bottom: 1px solid #ededed;
    padding-bottom: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.product-name h1, .product-name .h1{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #e4393c;
    border-bottom: 1px solid #ededed;
    padding-bottom: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

dt.complete::before {
    content: url("http://neptun.al/new/skin/frontend/base/default/images/sfere2.png");
}
@media (max-width: 490px){

    .data-table th {
        background: #f4f4f4;
        text-transform: uppercase;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        line-height: 1.4;
        font-size: 12px;
        /* white-space: nowrap; */
    }
    .button.btn-cart, button.btn-cart{

        font-size: 12px;
    }
    button, .button{
        font-size: 12px;
    }
    a.link-wishlist{
        font-size: 12px;
    }
    .data-table td{

        text-transform: uppercase;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        line-height: 1.4;
        font-size: 12px;
    }
    .data-table td, .data-table th {
        padding: 0.2rem;
    }
}
#ekranii{
    background-image: url("http://neptun.al/new/media/images/ekranbg.png");
}

.cms-index-index{}.cms-home{}
.cms-index-index cms-home{}
/*.last{background-color: #E4393C !important;text-color:#ffffff;}
.last .level-top a:hover{background-color: #E4393C !important;text-color:#ffffff;}
.nav-container #nav li a:last-child{
    background-color: #E4393C !important;
    color: #FFFFFF;
}*/
.nav-10 a {
    background-color: #E4393C !important;
    color: #FFFFFF !important;
}
/*****************Single banner****************************/
/*.direction-nav{display:none;}
.control-nav{display:none;}
.control-paging{}*/