@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 Polarcore team
 *
*/
meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  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; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

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

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

select {
  width: 100%; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small, .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/10.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.75rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.75rem 1.5rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

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

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

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

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

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

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

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

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

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

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

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

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

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/* .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;
  border-radius: 0; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: none;
    color: #5db4c2; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #5db4c2; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "›";
      color: black;
      margin: 0 0.375rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; } */

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.5625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 1rem;
  background-color: #5db4c2;
  border-color: #3f98a7;
  color: white;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #3f98a7; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: white; }
  button.secondary, .button.secondary {
    background-color: #76e4f4;
    border-color: #33d7ef;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #33d7ef; }
    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.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: white; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: white; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info: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; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  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 {
    border-radius: 0; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #5db4c2;
    border-color: #3f98a7;
    color: white;
    cursor: default;
    opacity: 0.7;
    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: #3f98a7; }
    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: #5db4c2; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #76e4f4;
      border-color: #33d7ef;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      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: #33d7ef; }
      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: #76e4f4; }
    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;
      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;
      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; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: white; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: white; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

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

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

/* 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 {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

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

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

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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,
  input[type="color"]:focus,
  textarea:focus {
    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,
  input[type="color"]: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,
  input[type="color"]:disabled,
  textarea:disabled {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled],
  input[type="date"][readonly], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled],
  input[type="month"][readonly], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled],
  input[type="week"][readonly], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled],
  input[type="email"][readonly], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled],
  input[type="number"][readonly], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled],
  input[type="search"][readonly], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled],
  input[type="url"][readonly], fieldset[disabled]
  input[type="url"],
  input[type="color"][disabled],
  input[type="color"][readonly], fieldset[disabled]
  input[type="color"],
  textarea[disabled],
  textarea[readonly], fieldset[disabled]
  textarea {
    background-color: #dddddd;
    cursor: default; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  input[type="color"].radius,
  textarea.radius {
    border-radius: 0; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 0; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #dddddd;
    cursor: default; }

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

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

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dddddd;
  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] .error span.error, [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 input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #c25d5d; }
.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,
select.error {
  margin-bottom: 0; }

label.error {
  color: #c25d5d; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 71.25rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

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

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

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

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

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

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

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

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

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .large-offset-11 {
    margin-left: 91.66667% !important; }

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

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

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

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
.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; }

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

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

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

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

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

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

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

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

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

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }

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

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

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

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

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

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

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

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

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

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

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

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

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

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

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

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

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

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

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

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

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

/* Default Link Styles */
a {
  color: #5db4c2;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #44a4b3; }
  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, Roboto, Arial, sans-serif;
  font-weight: normal;
  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: normal;
  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: normal;
  color: #333333;
  background-color: #d6f7fc;
  border-width: 1px;
  border-style: solid;
  border-color: #abeef8;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  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; }
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;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #dddddd; }

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

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

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

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

@media only screen and (min-width: 40.063em) {
  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; }

  h5 {
    font-size: 1.125rem; }

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

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

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm; }

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

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

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

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

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

  .show-for-print {
    display: inherit !important; } }
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -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; }

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

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

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

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

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: white;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -moz-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  -o-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100.5%, 0);
  -webkit-transform: translate3d(100.5%, 0, 0);
  -moz-transform: translate3d(100.5%, 0, 0);
  -ms-transform: translate3d(100.5%, 0, 0);
  -o-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    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;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .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: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .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: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .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: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-left .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: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-right .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: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -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: 0;
  -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; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    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; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -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;
  -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; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    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; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 0;
  border-color: #d6d6d6;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f1f1f1;
  color: #222222; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel .block-related .block-title, .block-related .panel .block-title, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    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: #cee8ec;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f5fbfb;
    color: #222222; }
    .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, .panel.callout li, .panel.callout dl {
      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:not(.button) {
      color: #5db4c2; }
  .panel.radius {
    border-radius: 0; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      outline: none;
      display: block;
      background-color: #f1f1f1;
      color: #222222;
      padding: 0.5rem 1rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #373333;
        color:#fff;}
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: white;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.75rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .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: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

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

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

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

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

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

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

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

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

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

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

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

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

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

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

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

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

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

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

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

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

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

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

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

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

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

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

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

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

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

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

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

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

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

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

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

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

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

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

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

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

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

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

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

  table.show-for-print {
    display: table !important; }

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

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

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

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

  th.show-for-print {
    display: table-cell !important; } }
/* BASE - _base.scss */
/* Body and HTML */
body {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #222222; }

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

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

.f-right {
  float: right; }

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

.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: #d6d6d6;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f1f1f1;
  color: #222222; }
  .fieldset > :first-child {
    margin-top: 0; }
  .fieldset > :last-child {
    margin-bottom: 0; }
  .fieldset h1, .fieldset h2, .fieldset h3, .fieldset h4, .fieldset .block-related .block-title, .block-related .fieldset .block-title, .fieldset h5, .fieldset h6, .fieldset p, .fieldset li, .fieldset dl {
    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: 40.063em) {
  .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; }
  .col2-set:before, .col2-set:after {
    content: " ";
    display: table; }
  .col2-set:after {
    clear: both; }
  .col2-set .col-1,
  .col2-set .col-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .col2-set .col-1,
      .col2-set .col-2 {
        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: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: #d6d6d6;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f1f1f1;
    color: #222222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .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 .note-msg li, .messages .note-msg dl,
    .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,
    .messages li li li,
    .messages li li dl {
      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 td,
.data-table th {
  padding: 0.5rem; }
.data-table tbody th {
  text-align: left;
  background-color: #f1f1f1;
  border: 1px solid white; }
.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;
   }
  .main-container .main:before, .main-container .main:after {
    content: " ";
    display: table; }
  .main-container .main:after {
    clear: both; }
  .main-container .main .col-main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .main-container .main .col-main {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }
    @media only screen and (min-width: 64.063em) {
      .main-container .main .col-main {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }
  .main-container .main .col-left {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .main-container .main .col-left {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
    @media only screen and (min-width: 64.063em) {
      .main-container .main .col-left {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
  .main-container .main .col-right {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .main-container .main .col-right {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
    @media only screen and (min-width: 64.063em) {
      .main-container .main .col-right {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }

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

@media only screen and (min-width: 40.063em) {
  .col1-layout .main .col-main {
    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: #5db4c2; }
  .top-line a:visited,
  .top-line a {
    color: white; }
  .top-line ul {
    margin-bottom: 0;
    float: right;
    line-height: 2.5rem; }
    .top-line ul li {
      list-style-type: none;
      display: list-item; }
      @media only screen and (min-width: 40.063em) {
        .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: 40.063em) {
    .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: #f1f1f1;
  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: 40.063em) {
    .top-line .links {
      display: block; } }
  .top-line .links li {
    float: none; }

.move-right .top-line .burger-icon {
  background-color: #419dab; }

.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 {
    text-decoration: none;
    background-color: #419dab; }
  .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: 40.063em) {
    .top-line .top-line-section {
      padding: 0 0.75rem; } }

@media only screen and (min-width: 40.063em) {
  .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: #419dab; }

.top-cart {
  float: right;
  position: relative; }
  .top-cart:hover .cart-link, .top-cart:active .cart-link, .top-cart:focus .cart-link {
    background-color: #419dab; }
  .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;
  margin-left: 1rem;
  float: right; }
  .header .block-cart .cart-link {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.5625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.625rem;
    padding-left: 1.125rem;
    font-size: 1rem;
    background-color: #5fc25d;
    border-color: #41a73f;
    color: white;
    transition: background-color 300ms ease-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .header .block-cart .cart-link:hover, .header .block-cart .cart-link:focus {
      background-color: #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 #d7d7d7;
  padding: 1rem;
  z-index: 10;
  width: 20rem;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 100px black;
  -moz-box-shadow: 0 0 100px black;
  box-shadow: 0 0 100px black; }
  @media only screen and (min-width: 40.063em) {
    #mini-cart-wrapper {
      width: 30rem; } }
  #mini-cart-wrapper ol {
    list-style-type: none; }
  #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: auto; }
  .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: #5db4c2;
  padding: 0 1rem;
  margin: 0;
  font-weight: normal;
  line-height: 3rem; }

.lt-ie9 .off-canvas-menu-wrappper,
.lt-ie10 .off-canvas-menu-wrappper {
  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; }
    .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 #585858; }
  .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 {
  border-left: 2px solid #585858;
  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: #5db4c2;
  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: #419dab; }
  .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 #d7d7d7;
    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: #d6d6d6;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f1f1f1;
  color: #222222; }
  .block-viewed .block-content > :first-child {
    margin-top: 0; }
  .block-viewed .block-content > :last-child {
    margin-bottom: 0; }
  .block-viewed .block-content h1, .block-viewed .block-content h2, .block-viewed .block-content h3, .block-viewed .block-content h4, .block-viewed .block-content .block-related .block-title, .block-related .block-viewed .block-content .block-title, .block-viewed .block-content h5, .block-viewed .block-content h6, .block-viewed .block-content p, .block-viewed .block-content li, .block-viewed .block-content dl {
    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 {
  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;
  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 {
  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: 100; }

.header {
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center; }
  @media only screen and (min-width: 40.063em) {
    .header {
      padding-top: 2rem;
      padding-bottom: 1rem;
      text-align: left; } }
  .header .logo {
    display: inline-block;
    font-size: 2.75rem;
    line-height: 0;
    margin: 0 0 0.5rem; }
    @media only screen and (min-width: 40.063em) {
      .header .logo {
        float: left; } }
    .header .logo img {
      height: 2.6rem; }
  .header #search_mini_form_mobile,
  .header #search_mini_form {
    float: right;
    margin-bottom: 0;
    width: 100%;
    clear: none; }
    @media only screen and (min-width: 40.063em) {
      .header #search_mini_form_mobile,
      .header #search_mini_form {
        width: auto; } }
  .header .form-search {
    display: block;
    position: relative;
    float: right;
    width: 100%;
    padding-right: 103px;
    margin-top: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .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 {
      float: left;
      width: 100%;
      margin-right: 1rem; }
      @media only screen and (min-width: 40.063em) {
        .header .form-search input {
          width: auto; } }
    .header .form-search button {
      float: right;
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (min-width: 40.063em) {
        .header .form-search button {
          position: relative;
          right: auto;
          top: auto; } }

.search-autocomplete {
  display: block;
  z-index: 80;
  background-color: white;
  color: #5db4c2;
  -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; }

.theme-by {
  font-size: 0.66667rem;
  text-align: right;
  text-transform: uppercase; }
  .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: #5db4c2;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    @media only screen and (min-width: 40.063em) {
      .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: #419dab; }
      .nav-container #nav li > a {
        display: block;
        padding: 0.5rem 1.5rem; }
      .nav-container #nav li.active > a {
        font-weight: bold; }
      .nav-container #nav li.over > a {
        background-color: #419dab; }

.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: #5db4c2;
    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: #419dab; }

/* 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: #d6d6d6;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f1f1f1;
  color: #222222;
  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, .block-layered-nav .currently ol li, .block-layered-nav .currently ol dl {
    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 #5db4c2; }
.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 #5db4c2; }
  .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: #5db4c2; }
.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: 40.063em) {
  .box-collateral ol,
  .box-collateral ul,
  .std ol,
  .std ul {
    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: 95% 50%;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  -moz-appearance: none;
  /* Firefox fix */
  text-indent: 0.01px;
  /* Firefox fix */
  text-overflow: '';
  /* Firefox fix */ }
  select:hover, select:active, select:focus {
    background-position: 95% 50%; }

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: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/* Form list, and other form elements */
.form-list li {
  margin-bottom: 1rem;
  clear: both; }
  .form-list li label {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0; }
  .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%; }

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

/* Tame those huge Foundation buttons */
.button,
button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  white-space: nowrap; }
  .button:hover, .button:active, .button:focus,
  button:hover,
  button:active,
  button:focus {
    text-decoration: none; }
  .button.btn-cart,
  button.btn-cart {
    background-color: #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 #d7d7d7; }

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

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

/* Validation bubble */
select ~ .validation-advice {
  margin-top: 3px; }

.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: #5db4c2; }

.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: #5db4c2;
  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: 40.063em) {
  .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: #76e4f4;
  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: #5db4c2;
  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: #76e4f4;
  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: #76e4f4;
  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: #5db4c2; }

/* BREADCRUMBS - _breadcrumbs.scss */
/*
nav.breadcrumbs {
  clear: both;
  line-height: 1.5rem; }
  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: 40.063em) {
    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.2rem 1rem 0.2rem 0.2rem;
    background-position-x: 90%; }
  .toolbar > div {
    padding: 3px 0;
    border-bottom: 1px solid #d7d7d7; }
  .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: 40.063em) {
    .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; }
  .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 {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
    float: right; }
  .sorter .view-mode,
  .pager .view-mode {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  .sorter .amount,
  .pager .amount {
    padding-left: 0;
    padding-right: 0;
    width: 41.66667%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .sorter .amount,
      .pager .amount {
        padding-left: 0;
        padding-right: 0;
        width: 33.33333%;
        float: left; } }
  .sorter .limiter,
  .pager .limiter {
    padding-left: 0;
    padding-right: 0;
    width: 58.33333%;
    float: left; }
    @media only screen and (min-width: 40.063em) {
      .sorter .limiter,
      .pager .limiter {
        padding-left: 0;
        padding-right: 0;
        width: 33.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 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .sorter .pages,
      .pager .pages {
        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 #d7d7d7; }
    .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; }
  .products-list:before, .products-list:after {
    content: " ";
    display: table; }
  .products-list:after {
    clear: both; }
  .products-list .item {
    border-bottom: 1px solid #d7d7d7;
    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: 40.063em) {
        .products-list .item .btn-cart {
          width: auto; } }
    .products-list .item .add-to-links {
      margin-left: 0; }
      @media only screen and (min-width: 40.063em) {
        .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 button {
    padding-top: 0.5625rem;
    padding-right: 1.125rem;
    padding-bottom: 0.625rem;
    padding-left: 1.125rem;
    font-size: 1rem; }
  .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 #d7d7d7;
    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, Roboto, Arial, sans-serif;
      font-weight: normal;
      line-height: normal;
      margin: 0 0 1.25rem;
      position: relative;
      text-decoration: none;
      text-align: center;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      display: inline-block;
      padding-top: 0.5625rem;
      padding-right: 1.125rem;
      padding-bottom: 0.625rem;
      padding-left: 1.125rem;
      font-size: 1rem;
      background-color: #5db4c2;
      border-color: #3f98a7;
      color: white;
      transition: background-color 300ms ease-out; }
      .mini-products-list li.item .link-cart:hover, .mini-products-list li.item .link-cart:focus {
        background-color: #3f98a7; }
      .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: 40.063em) {
    .add-to-links a.button {
      margin-left: 1rem; } }

/* Product - View */
.product-view .short-description {
  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: 40.063em) {
    .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: #d7d7d7 1px solid;
  line-height: 2rem; }
  .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: #d7d7d7 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 {
  background-color: #f1f1f1;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .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 {
  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 {
  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 {
  margin-top: 1rem; }
  .product-tabs .std {
    line-height: 1.5em; }
  .product-tabs dl {
    display: none; }
    @media only screen and (min-width: 40.063em) {
      .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 #d7d7d7;
    border-bottom: 0; }
  .product-tabs .tabs-content {
    margin-top: -1px; }
  .product-tabs .content {
    width: 100%;
    display: block; }
    @media only screen and (min-width: 40.063em) {
      .product-tabs .content {
        display: none;
        border: 1px solid #d7d7d7;
        padding: 0.75rem; } }
  @media only screen and (min-width: 40.063em) {
    .product-tabs .tabs-content > 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 {
  border-bottom: 1px solid #d7d7d7;
  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: #d6d6d6;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f1f1f1;
  color: #222222;
  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, .box-reviews dd li, .box-reviews dd dl {
    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; }
.form-add .buttons-set .button {
  margin-bottom: 0; }

/* CART - _cart.scss */
.cart-empty {
  border-style: solid;
  border-width: 0;
  border-color: #d6d6d6;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f1f1f1;
  color: #222222;
  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, .cart-empty li, .cart-empty dl {
    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; }

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

.cart img {
  max-width: none; }
.cart .btn-remove {
  float: right; }
.cart button {
  margin-bottom: 0; }
  .cart button.btn-checkout {
    background-color: #5fc25d;
    border-color: #41a73f;
    color: white;
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    width: 100%;
    margin: 0.5rem 0; }
    .cart button.btn-checkout:hover, .cart button.btn-checkout:focus {
      background-color: #41a73f; }
    .cart button.btn-checkout:hover, .cart button.btn-checkout:focus {
      color: white; }
    @media only screen and (min-width: 40.063em) {
      .cart button.btn-checkout {
        width: auto; } }

.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: 40.063em) {
      .cart .cart-collaterals .totals table {
        width: auto; } }
    .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 {
        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 #d7d7d7;
    border-bottom: 1px solid #d7d7d7; }
.cart .cart-collaterals .shipping {
  float: left; }

/* Crosssell */
.crosssell {
  margin-bottom: 2rem;
  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 #d7d7d7; }
    @media only screen and (min-width: 40.063em) {
      .crosssell .item {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0; } }
    .crosssell .item button {
      float: right; }
      @media only screen and (min-width: 40.063em) {
        .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 #d7d7d7;
  padding-top: 1rem; }
  .cart-list > li {
    list-style-type: none;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d7d7d7;
    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: 40.063em) {
    .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: 40.063em) {
    .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: #f1f1f1;
  margin-bottom: 0;
  width: 100%; }
  @media only screen and (min-width: 40.063em) {
    .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 #d7d7d7;
      border-bottom: 1px solid #d7d7d7;
      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: 40.063em) {
      .cart-list .cart-footer .button {
        width: auto; }
        .cart-list .cart-footer .button:first-of-type {
          margin-bottom: 0; } }
  .cart-list .cart-footer .btn-update {
    float: right; }

/* Checkout */
.one-column-checkout {
  max-width: 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: #f1f1f1;
    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; }

/* 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: #d6d6d6;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f1f1f1;
  color: #222222;
  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, .checkout-progress li, .checkout-progress dl {
    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: 40.063em) {
    .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 #d7d7d7;
  padding-top: 1rem; }
  .wishlist-list > li {
    list-style-type: none;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d7d7d7;
    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 {
      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: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 #d7d7d7; }
#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: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: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 {
  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, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 0.5625rem;
  padding-right: 1.125rem;
  padding-bottom: 0.625rem;
  padding-left: 1.125rem;
  font-size: 1rem;
  background-color: #5db4c2;
  border-color: #3f98a7;
  color: white;
  transition: background-color 300ms ease-out; }
  .block-wishlist .actions a:hover, .block-wishlist .actions a:focus {
    background-color: #3f98a7; }
  .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 #d7d7d7; }
  .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: 64.063em) {
      .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; }
  .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: #d6d6d6;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f1f1f1;
  color: #222222; }
  .my-account .addresses-list .item > :first-child {
    margin-top: 0; }
  .my-account .addresses-list .item > :last-child {
    margin-bottom: 0; }
  .my-account .addresses-list .item h1, .my-account .addresses-list .item h2, .my-account .addresses-list .item h3, .my-account .addresses-list .item h4, .my-account .addresses-list .item .block-related .block-title, .block-related .my-account .addresses-list .item .block-title, .my-account .addresses-list .item h5, .my-account .addresses-list .item h6, .my-account .addresses-list .item p, .my-account .addresses-list .item li, .my-account .addresses-list .item dl {
    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 #d7d7d7; }
  .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: #d6d6d6;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f1f1f1;
  color: #222222; }
  .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, .ordered-totals li, .ordered-totals dl {
    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:before, .box-account:after {
  content: " ";
  display: table; }
.box-account:after {
  clear: both; }
.box-account .box-head {
  border-bottom: 1px solid #d7d7d7; }
  .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: #d6d6d6;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f1f1f1;
  color: #222222; }
  .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, .box-account .box li, .box-account .box dl {
    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 #d7d7d7; }
  .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 #d7d7d7; }
  .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; }
