@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

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

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

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

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

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

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

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

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

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: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

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,
.mqa-display img,
.mqa-display embed,
.mqa-display 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; }

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

.row {
  margin: 0 auto;
  max-width: 77.5rem;
  width: 100%; }
  .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 {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

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

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.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: 1.66667%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 1.66667%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 3.33333%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 3.33333%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 5%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 5%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 6.66667%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 6.66667%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 10%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 10%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 11.66667%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 11.66667%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 13.33333%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 13.33333%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 15%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 15%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 18.33333%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 18.33333%;
    left: auto; }
  .small-push-12 {
    position: relative;
    left: 20%;
    right: auto; }
  .small-pull-12 {
    position: relative;
    right: 20%;
    left: auto; }
  .small-push-13 {
    position: relative;
    left: 21.66667%;
    right: auto; }
  .small-pull-13 {
    position: relative;
    right: 21.66667%;
    left: auto; }
  .small-push-14 {
    position: relative;
    left: 23.33333%;
    right: auto; }
  .small-pull-14 {
    position: relative;
    right: 23.33333%;
    left: auto; }
  .small-push-15 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-15 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-16 {
    position: relative;
    left: 26.66667%;
    right: auto; }
  .small-pull-16 {
    position: relative;
    right: 26.66667%;
    left: auto; }
  .small-push-17 {
    position: relative;
    left: 28.33333%;
    right: auto; }
  .small-pull-17 {
    position: relative;
    right: 28.33333%;
    left: auto; }
  .small-push-18 {
    position: relative;
    left: 30%;
    right: auto; }
  .small-pull-18 {
    position: relative;
    right: 30%;
    left: auto; }
  .small-push-19 {
    position: relative;
    left: 31.66667%;
    right: auto; }
  .small-pull-19 {
    position: relative;
    right: 31.66667%;
    left: auto; }
  .small-push-20 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-20 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-21 {
    position: relative;
    left: 35%;
    right: auto; }
  .small-pull-21 {
    position: relative;
    right: 35%;
    left: auto; }
  .small-push-22 {
    position: relative;
    left: 36.66667%;
    right: auto; }
  .small-pull-22 {
    position: relative;
    right: 36.66667%;
    left: auto; }
  .small-push-23 {
    position: relative;
    left: 38.33333%;
    right: auto; }
  .small-pull-23 {
    position: relative;
    right: 38.33333%;
    left: auto; }
  .small-push-24 {
    position: relative;
    left: 40%;
    right: auto; }
  .small-pull-24 {
    position: relative;
    right: 40%;
    left: auto; }
  .small-push-25 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-25 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-26 {
    position: relative;
    left: 43.33333%;
    right: auto; }
  .small-pull-26 {
    position: relative;
    right: 43.33333%;
    left: auto; }
  .small-push-27 {
    position: relative;
    left: 45%;
    right: auto; }
  .small-pull-27 {
    position: relative;
    right: 45%;
    left: auto; }
  .small-push-28 {
    position: relative;
    left: 46.66667%;
    right: auto; }
  .small-pull-28 {
    position: relative;
    right: 46.66667%;
    left: auto; }
  .small-push-29 {
    position: relative;
    left: 48.33333%;
    right: auto; }
  .small-pull-29 {
    position: relative;
    right: 48.33333%;
    left: auto; }
  .small-push-30 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-30 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-31 {
    position: relative;
    left: 51.66667%;
    right: auto; }
  .small-pull-31 {
    position: relative;
    right: 51.66667%;
    left: auto; }
  .small-push-32 {
    position: relative;
    left: 53.33333%;
    right: auto; }
  .small-pull-32 {
    position: relative;
    right: 53.33333%;
    left: auto; }
  .small-push-33 {
    position: relative;
    left: 55%;
    right: auto; }
  .small-pull-33 {
    position: relative;
    right: 55%;
    left: auto; }
  .small-push-34 {
    position: relative;
    left: 56.66667%;
    right: auto; }
  .small-pull-34 {
    position: relative;
    right: 56.66667%;
    left: auto; }
  .small-push-35 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-35 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-36 {
    position: relative;
    left: 60%;
    right: auto; }
  .small-pull-36 {
    position: relative;
    right: 60%;
    left: auto; }
  .small-push-37 {
    position: relative;
    left: 61.66667%;
    right: auto; }
  .small-pull-37 {
    position: relative;
    right: 61.66667%;
    left: auto; }
  .small-push-38 {
    position: relative;
    left: 63.33333%;
    right: auto; }
  .small-pull-38 {
    position: relative;
    right: 63.33333%;
    left: auto; }
  .small-push-39 {
    position: relative;
    left: 65%;
    right: auto; }
  .small-pull-39 {
    position: relative;
    right: 65%;
    left: auto; }
  .small-push-40 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-40 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-41 {
    position: relative;
    left: 68.33333%;
    right: auto; }
  .small-pull-41 {
    position: relative;
    right: 68.33333%;
    left: auto; }
  .small-push-42 {
    position: relative;
    left: 70%;
    right: auto; }
  .small-pull-42 {
    position: relative;
    right: 70%;
    left: auto; }
  .small-push-43 {
    position: relative;
    left: 71.66667%;
    right: auto; }
  .small-pull-43 {
    position: relative;
    right: 71.66667%;
    left: auto; }
  .small-push-44 {
    position: relative;
    left: 73.33333%;
    right: auto; }
  .small-pull-44 {
    position: relative;
    right: 73.33333%;
    left: auto; }
  .small-push-45 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-45 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-46 {
    position: relative;
    left: 76.66667%;
    right: auto; }
  .small-pull-46 {
    position: relative;
    right: 76.66667%;
    left: auto; }
  .small-push-47 {
    position: relative;
    left: 78.33333%;
    right: auto; }
  .small-pull-47 {
    position: relative;
    right: 78.33333%;
    left: auto; }
  .small-push-48 {
    position: relative;
    left: 80%;
    right: auto; }
  .small-pull-48 {
    position: relative;
    right: 80%;
    left: auto; }
  .small-push-49 {
    position: relative;
    left: 81.66667%;
    right: auto; }
  .small-pull-49 {
    position: relative;
    right: 81.66667%;
    left: auto; }
  .small-push-50 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-50 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-51 {
    position: relative;
    left: 85%;
    right: auto; }
  .small-pull-51 {
    position: relative;
    right: 85%;
    left: auto; }
  .small-push-52 {
    position: relative;
    left: 86.66667%;
    right: auto; }
  .small-pull-52 {
    position: relative;
    right: 86.66667%;
    left: auto; }
  .small-push-53 {
    position: relative;
    left: 88.33333%;
    right: auto; }
  .small-pull-53 {
    position: relative;
    right: 88.33333%;
    left: auto; }
  .small-push-54 {
    position: relative;
    left: 90%;
    right: auto; }
  .small-pull-54 {
    position: relative;
    right: 90%;
    left: auto; }
  .small-push-55 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-55 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .small-push-56 {
    position: relative;
    left: 93.33333%;
    right: auto; }
  .small-pull-56 {
    position: relative;
    right: 93.33333%;
    left: auto; }
  .small-push-57 {
    position: relative;
    left: 95%;
    right: auto; }
  .small-pull-57 {
    position: relative;
    right: 95%;
    left: auto; }
  .small-push-58 {
    position: relative;
    left: 96.66667%;
    right: auto; }
  .small-pull-58 {
    position: relative;
    right: 96.66667%;
    left: auto; }
  .small-push-59 {
    position: relative;
    left: 98.33333%;
    right: auto; }
  .small-pull-59 {
    position: relative;
    right: 98.33333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 1.66667%; }
  .small-2 {
    width: 3.33333%; }
  .small-3 {
    width: 5%; }
  .small-4 {
    width: 6.66667%; }
  .small-5 {
    width: 8.33333%; }
  .small-6 {
    width: 10%; }
  .small-7 {
    width: 11.66667%; }
  .small-8 {
    width: 13.33333%; }
  .small-9 {
    width: 15%; }
  .small-10 {
    width: 16.66667%; }
  .small-11 {
    width: 18.33333%; }
  .small-12 {
    width: 20%; }
  .small-13 {
    width: 21.66667%; }
  .small-14 {
    width: 23.33333%; }
  .small-15 {
    width: 25%; }
  .small-16 {
    width: 26.66667%; }
  .small-17 {
    width: 28.33333%; }
  .small-18 {
    width: 30%; }
  .small-19 {
    width: 31.66667%; }
  .small-20 {
    width: 33.33333%; }
  .small-21 {
    width: 35%; }
  .small-22 {
    width: 36.66667%; }
  .small-23 {
    width: 38.33333%; }
  .small-24 {
    width: 40%; }
  .small-25 {
    width: 41.66667%; }
  .small-26 {
    width: 43.33333%; }
  .small-27 {
    width: 45%; }
  .small-28 {
    width: 46.66667%; }
  .small-29 {
    width: 48.33333%; }
  .small-30 {
    width: 50%; }
  .small-31 {
    width: 51.66667%; }
  .small-32 {
    width: 53.33333%; }
  .small-33 {
    width: 55%; }
  .small-34 {
    width: 56.66667%; }
  .small-35 {
    width: 58.33333%; }
  .small-36 {
    width: 60%; }
  .small-37 {
    width: 61.66667%; }
  .small-38 {
    width: 63.33333%; }
  .small-39 {
    width: 65%; }
  .small-40 {
    width: 66.66667%; }
  .small-41 {
    width: 68.33333%; }
  .small-42 {
    width: 70%; }
  .small-43 {
    width: 71.66667%; }
  .small-44 {
    width: 73.33333%; }
  .small-45 {
    width: 75%; }
  .small-46 {
    width: 76.66667%; }
  .small-47 {
    width: 78.33333%; }
  .small-48 {
    width: 80%; }
  .small-49 {
    width: 81.66667%; }
  .small-50 {
    width: 83.33333%; }
  .small-51 {
    width: 85%; }
  .small-52 {
    width: 86.66667%; }
  .small-53 {
    width: 88.33333%; }
  .small-54 {
    width: 90%; }
  .small-55 {
    width: 91.66667%; }
  .small-56 {
    width: 93.33333%; }
  .small-57 {
    width: 95%; }
  .small-58 {
    width: 96.66667%; }
  .small-59 {
    width: 98.33333%; }
  .small-60 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 1.66667% !important; }
  .small-offset-2 {
    margin-left: 3.33333% !important; }
  .small-offset-3 {
    margin-left: 5% !important; }
  .small-offset-4 {
    margin-left: 6.66667% !important; }
  .small-offset-5 {
    margin-left: 8.33333% !important; }
  .small-offset-6 {
    margin-left: 10% !important; }
  .small-offset-7 {
    margin-left: 11.66667% !important; }
  .small-offset-8 {
    margin-left: 13.33333% !important; }
  .small-offset-9 {
    margin-left: 15% !important; }
  .small-offset-10 {
    margin-left: 16.66667% !important; }
  .small-offset-11 {
    margin-left: 18.33333% !important; }
  .small-offset-12 {
    margin-left: 20% !important; }
  .small-offset-13 {
    margin-left: 21.66667% !important; }
  .small-offset-14 {
    margin-left: 23.33333% !important; }
  .small-offset-15 {
    margin-left: 25% !important; }
  .small-offset-16 {
    margin-left: 26.66667% !important; }
  .small-offset-17 {
    margin-left: 28.33333% !important; }
  .small-offset-18 {
    margin-left: 30% !important; }
  .small-offset-19 {
    margin-left: 31.66667% !important; }
  .small-offset-20 {
    margin-left: 33.33333% !important; }
  .small-offset-21 {
    margin-left: 35% !important; }
  .small-offset-22 {
    margin-left: 36.66667% !important; }
  .small-offset-23 {
    margin-left: 38.33333% !important; }
  .small-offset-24 {
    margin-left: 40% !important; }
  .small-offset-25 {
    margin-left: 41.66667% !important; }
  .small-offset-26 {
    margin-left: 43.33333% !important; }
  .small-offset-27 {
    margin-left: 45% !important; }
  .small-offset-28 {
    margin-left: 46.66667% !important; }
  .small-offset-29 {
    margin-left: 48.33333% !important; }
  .small-offset-30 {
    margin-left: 50% !important; }
  .small-offset-31 {
    margin-left: 51.66667% !important; }
  .small-offset-32 {
    margin-left: 53.33333% !important; }
  .small-offset-33 {
    margin-left: 55% !important; }
  .small-offset-34 {
    margin-left: 56.66667% !important; }
  .small-offset-35 {
    margin-left: 58.33333% !important; }
  .small-offset-36 {
    margin-left: 60% !important; }
  .small-offset-37 {
    margin-left: 61.66667% !important; }
  .small-offset-38 {
    margin-left: 63.33333% !important; }
  .small-offset-39 {
    margin-left: 65% !important; }
  .small-offset-40 {
    margin-left: 66.66667% !important; }
  .small-offset-41 {
    margin-left: 68.33333% !important; }
  .small-offset-42 {
    margin-left: 70% !important; }
  .small-offset-43 {
    margin-left: 71.66667% !important; }
  .small-offset-44 {
    margin-left: 73.33333% !important; }
  .small-offset-45 {
    margin-left: 75% !important; }
  .small-offset-46 {
    margin-left: 76.66667% !important; }
  .small-offset-47 {
    margin-left: 78.33333% !important; }
  .small-offset-48 {
    margin-left: 80% !important; }
  .small-offset-49 {
    margin-left: 81.66667% !important; }
  .small-offset-50 {
    margin-left: 83.33333% !important; }
  .small-offset-51 {
    margin-left: 85% !important; }
  .small-offset-52 {
    margin-left: 86.66667% !important; }
  .small-offset-53 {
    margin-left: 88.33333% !important; }
  .small-offset-54 {
    margin-left: 90% !important; }
  .small-offset-55 {
    margin-left: 91.66667% !important; }
  .small-offset-56 {
    margin-left: 93.33333% !important; }
  .small-offset-57 {
    margin-left: 95% !important; }
  .small-offset-58 {
    margin-left: 96.66667% !important; }
  .small-offset-59 {
    margin-left: 98.33333% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 1.66667%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 1.66667%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 3.33333%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 3.33333%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 5%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 5%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 6.66667%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 6.66667%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 10%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 10%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 11.66667%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 11.66667%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 13.33333%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 13.33333%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 15%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 15%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 18.33333%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 18.33333%;
    left: auto; }
  .medium-push-12 {
    position: relative;
    left: 20%;
    right: auto; }
  .medium-pull-12 {
    position: relative;
    right: 20%;
    left: auto; }
  .medium-push-13 {
    position: relative;
    left: 21.66667%;
    right: auto; }
  .medium-pull-13 {
    position: relative;
    right: 21.66667%;
    left: auto; }
  .medium-push-14 {
    position: relative;
    left: 23.33333%;
    right: auto; }
  .medium-pull-14 {
    position: relative;
    right: 23.33333%;
    left: auto; }
  .medium-push-15 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-15 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-16 {
    position: relative;
    left: 26.66667%;
    right: auto; }
  .medium-pull-16 {
    position: relative;
    right: 26.66667%;
    left: auto; }
  .medium-push-17 {
    position: relative;
    left: 28.33333%;
    right: auto; }
  .medium-pull-17 {
    position: relative;
    right: 28.33333%;
    left: auto; }
  .medium-push-18 {
    position: relative;
    left: 30%;
    right: auto; }
  .medium-pull-18 {
    position: relative;
    right: 30%;
    left: auto; }
  .medium-push-19 {
    position: relative;
    left: 31.66667%;
    right: auto; }
  .medium-pull-19 {
    position: relative;
    right: 31.66667%;
    left: auto; }
  .medium-push-20 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-20 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-21 {
    position: relative;
    left: 35%;
    right: auto; }
  .medium-pull-21 {
    position: relative;
    right: 35%;
    left: auto; }
  .medium-push-22 {
    position: relative;
    left: 36.66667%;
    right: auto; }
  .medium-pull-22 {
    position: relative;
    right: 36.66667%;
    left: auto; }
  .medium-push-23 {
    position: relative;
    left: 38.33333%;
    right: auto; }
  .medium-pull-23 {
    position: relative;
    right: 38.33333%;
    left: auto; }
  .medium-push-24 {
    position: relative;
    left: 40%;
    right: auto; }
  .medium-pull-24 {
    position: relative;
    right: 40%;
    left: auto; }
  .medium-push-25 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-25 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-26 {
    position: relative;
    left: 43.33333%;
    right: auto; }
  .medium-pull-26 {
    position: relative;
    right: 43.33333%;
    left: auto; }
  .medium-push-27 {
    position: relative;
    left: 45%;
    right: auto; }
  .medium-pull-27 {
    position: relative;
    right: 45%;
    left: auto; }
  .medium-push-28 {
    position: relative;
    left: 46.66667%;
    right: auto; }
  .medium-pull-28 {
    position: relative;
    right: 46.66667%;
    left: auto; }
  .medium-push-29 {
    position: relative;
    left: 48.33333%;
    right: auto; }
  .medium-pull-29 {
    position: relative;
    right: 48.33333%;
    left: auto; }
  .medium-push-30 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-30 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-31 {
    position: relative;
    left: 51.66667%;
    right: auto; }
  .medium-pull-31 {
    position: relative;
    right: 51.66667%;
    left: auto; }
  .medium-push-32 {
    position: relative;
    left: 53.33333%;
    right: auto; }
  .medium-pull-32 {
    position: relative;
    right: 53.33333%;
    left: auto; }
  .medium-push-33 {
    position: relative;
    left: 55%;
    right: auto; }
  .medium-pull-33 {
    position: relative;
    right: 55%;
    left: auto; }
  .medium-push-34 {
    position: relative;
    left: 56.66667%;
    right: auto; }
  .medium-pull-34 {
    position: relative;
    right: 56.66667%;
    left: auto; }
  .medium-push-35 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-35 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-36 {
    position: relative;
    left: 60%;
    right: auto; }
  .medium-pull-36 {
    position: relative;
    right: 60%;
    left: auto; }
  .medium-push-37 {
    position: relative;
    left: 61.66667%;
    right: auto; }
  .medium-pull-37 {
    position: relative;
    right: 61.66667%;
    left: auto; }
  .medium-push-38 {
    position: relative;
    left: 63.33333%;
    right: auto; }
  .medium-pull-38 {
    position: relative;
    right: 63.33333%;
    left: auto; }
  .medium-push-39 {
    position: relative;
    left: 65%;
    right: auto; }
  .medium-pull-39 {
    position: relative;
    right: 65%;
    left: auto; }
  .medium-push-40 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-40 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-41 {
    position: relative;
    left: 68.33333%;
    right: auto; }
  .medium-pull-41 {
    position: relative;
    right: 68.33333%;
    left: auto; }
  .medium-push-42 {
    position: relative;
    left: 70%;
    right: auto; }
  .medium-pull-42 {
    position: relative;
    right: 70%;
    left: auto; }
  .medium-push-43 {
    position: relative;
    left: 71.66667%;
    right: auto; }
  .medium-pull-43 {
    position: relative;
    right: 71.66667%;
    left: auto; }
  .medium-push-44 {
    position: relative;
    left: 73.33333%;
    right: auto; }
  .medium-pull-44 {
    position: relative;
    right: 73.33333%;
    left: auto; }
  .medium-push-45 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-45 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-46 {
    position: relative;
    left: 76.66667%;
    right: auto; }
  .medium-pull-46 {
    position: relative;
    right: 76.66667%;
    left: auto; }
  .medium-push-47 {
    position: relative;
    left: 78.33333%;
    right: auto; }
  .medium-pull-47 {
    position: relative;
    right: 78.33333%;
    left: auto; }
  .medium-push-48 {
    position: relative;
    left: 80%;
    right: auto; }
  .medium-pull-48 {
    position: relative;
    right: 80%;
    left: auto; }
  .medium-push-49 {
    position: relative;
    left: 81.66667%;
    right: auto; }
  .medium-pull-49 {
    position: relative;
    right: 81.66667%;
    left: auto; }
  .medium-push-50 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-50 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-51 {
    position: relative;
    left: 85%;
    right: auto; }
  .medium-pull-51 {
    position: relative;
    right: 85%;
    left: auto; }
  .medium-push-52 {
    position: relative;
    left: 86.66667%;
    right: auto; }
  .medium-pull-52 {
    position: relative;
    right: 86.66667%;
    left: auto; }
  .medium-push-53 {
    position: relative;
    left: 88.33333%;
    right: auto; }
  .medium-pull-53 {
    position: relative;
    right: 88.33333%;
    left: auto; }
  .medium-push-54 {
    position: relative;
    left: 90%;
    right: auto; }
  .medium-pull-54 {
    position: relative;
    right: 90%;
    left: auto; }
  .medium-push-55 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-55 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .medium-push-56 {
    position: relative;
    left: 93.33333%;
    right: auto; }
  .medium-pull-56 {
    position: relative;
    right: 93.33333%;
    left: auto; }
  .medium-push-57 {
    position: relative;
    left: 95%;
    right: auto; }
  .medium-pull-57 {
    position: relative;
    right: 95%;
    left: auto; }
  .medium-push-58 {
    position: relative;
    left: 96.66667%;
    right: auto; }
  .medium-pull-58 {
    position: relative;
    right: 96.66667%;
    left: auto; }
  .medium-push-59 {
    position: relative;
    left: 98.33333%;
    right: auto; }
  .medium-pull-59 {
    position: relative;
    right: 98.33333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 1.66667%; }
  .medium-2 {
    width: 3.33333%; }
  .medium-3 {
    width: 5%; }
  .medium-4 {
    width: 6.66667%; }
  .medium-5 {
    width: 8.33333%; }
  .medium-6 {
    width: 10%; }
  .medium-7 {
    width: 11.66667%; }
  .medium-8 {
    width: 13.33333%; }
  .medium-9 {
    width: 15%; }
  .medium-10 {
    width: 16.66667%; }
  .medium-11 {
    width: 18.33333%; }
  .medium-12 {
    width: 20%; }
  .medium-13 {
    width: 21.66667%; }
  .medium-14 {
    width: 23.33333%; }
  .medium-15 {
    width: 25%; }
  .medium-16 {
    width: 26.66667%; }
  .medium-17 {
    width: 28.33333%; }
  .medium-18 {
    width: 30%; }
  .medium-19 {
    width: 31.66667%; }
  .medium-20 {
    width: 33.33333%; }
  .medium-21 {
    width: 35%; }
  .medium-22 {
    width: 36.66667%; }
  .medium-23 {
    width: 38.33333%; }
  .medium-24 {
    width: 40%; }
  .medium-25 {
    width: 41.66667%; }
  .medium-26 {
    width: 43.33333%; }
  .medium-27 {
    width: 45%; }
  .medium-28 {
    width: 46.66667%; }
  .medium-29 {
    width: 48.33333%; }
  .medium-30 {
    width: 50%; }
  .medium-31 {
    width: 51.66667%; }
  .medium-32 {
    width: 53.33333%; }
  .medium-33 {
    width: 55%; }
  .medium-34 {
    width: 56.66667%; }
  .medium-35 {
    width: 58.33333%; }
  .medium-36 {
    width: 60%; }
  .medium-37 {
    width: 61.66667%; }
  .medium-38 {
    width: 63.33333%; }
  .medium-39 {
    width: 65%; }
  .medium-40 {
    width: 66.66667%; }
  .medium-41 {
    width: 68.33333%; }
  .medium-42 {
    width: 70%; }
  .medium-43 {
    width: 71.66667%; }
  .medium-44 {
    width: 73.33333%; }
  .medium-45 {
    width: 75%; }
  .medium-46 {
    width: 76.66667%; }
  .medium-47 {
    width: 78.33333%; }
  .medium-48 {
    width: 80%; }
  .medium-49 {
    width: 81.66667%; }
  .medium-50 {
    width: 83.33333%; }
  .medium-51 {
    width: 85%; }
  .medium-52 {
    width: 86.66667%; }
  .medium-53 {
    width: 88.33333%; }
  .medium-54 {
    width: 90%; }
  .medium-55 {
    width: 91.66667%; }
  .medium-56 {
    width: 93.33333%; }
  .medium-57 {
    width: 95%; }
  .medium-58 {
    width: 96.66667%; }
  .medium-59 {
    width: 98.33333%; }
  .medium-60 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 1.66667% !important; }
  .medium-offset-2 {
    margin-left: 3.33333% !important; }
  .medium-offset-3 {
    margin-left: 5% !important; }
  .medium-offset-4 {
    margin-left: 6.66667% !important; }
  .medium-offset-5 {
    margin-left: 8.33333% !important; }
  .medium-offset-6 {
    margin-left: 10% !important; }
  .medium-offset-7 {
    margin-left: 11.66667% !important; }
  .medium-offset-8 {
    margin-left: 13.33333% !important; }
  .medium-offset-9 {
    margin-left: 15% !important; }
  .medium-offset-10 {
    margin-left: 16.66667% !important; }
  .medium-offset-11 {
    margin-left: 18.33333% !important; }
  .medium-offset-12 {
    margin-left: 20% !important; }
  .medium-offset-13 {
    margin-left: 21.66667% !important; }
  .medium-offset-14 {
    margin-left: 23.33333% !important; }
  .medium-offset-15 {
    margin-left: 25% !important; }
  .medium-offset-16 {
    margin-left: 26.66667% !important; }
  .medium-offset-17 {
    margin-left: 28.33333% !important; }
  .medium-offset-18 {
    margin-left: 30% !important; }
  .medium-offset-19 {
    margin-left: 31.66667% !important; }
  .medium-offset-20 {
    margin-left: 33.33333% !important; }
  .medium-offset-21 {
    margin-left: 35% !important; }
  .medium-offset-22 {
    margin-left: 36.66667% !important; }
  .medium-offset-23 {
    margin-left: 38.33333% !important; }
  .medium-offset-24 {
    margin-left: 40% !important; }
  .medium-offset-25 {
    margin-left: 41.66667% !important; }
  .medium-offset-26 {
    margin-left: 43.33333% !important; }
  .medium-offset-27 {
    margin-left: 45% !important; }
  .medium-offset-28 {
    margin-left: 46.66667% !important; }
  .medium-offset-29 {
    margin-left: 48.33333% !important; }
  .medium-offset-30 {
    margin-left: 50% !important; }
  .medium-offset-31 {
    margin-left: 51.66667% !important; }
  .medium-offset-32 {
    margin-left: 53.33333% !important; }
  .medium-offset-33 {
    margin-left: 55% !important; }
  .medium-offset-34 {
    margin-left: 56.66667% !important; }
  .medium-offset-35 {
    margin-left: 58.33333% !important; }
  .medium-offset-36 {
    margin-left: 60% !important; }
  .medium-offset-37 {
    margin-left: 61.66667% !important; }
  .medium-offset-38 {
    margin-left: 63.33333% !important; }
  .medium-offset-39 {
    margin-left: 65% !important; }
  .medium-offset-40 {
    margin-left: 66.66667% !important; }
  .medium-offset-41 {
    margin-left: 68.33333% !important; }
  .medium-offset-42 {
    margin-left: 70% !important; }
  .medium-offset-43 {
    margin-left: 71.66667% !important; }
  .medium-offset-44 {
    margin-left: 73.33333% !important; }
  .medium-offset-45 {
    margin-left: 75% !important; }
  .medium-offset-46 {
    margin-left: 76.66667% !important; }
  .medium-offset-47 {
    margin-left: 78.33333% !important; }
  .medium-offset-48 {
    margin-left: 80% !important; }
  .medium-offset-49 {
    margin-left: 81.66667% !important; }
  .medium-offset-50 {
    margin-left: 83.33333% !important; }
  .medium-offset-51 {
    margin-left: 85% !important; }
  .medium-offset-52 {
    margin-left: 86.66667% !important; }
  .medium-offset-53 {
    margin-left: 88.33333% !important; }
  .medium-offset-54 {
    margin-left: 90% !important; }
  .medium-offset-55 {
    margin-left: 91.66667% !important; }
  .medium-offset-56 {
    margin-left: 93.33333% !important; }
  .medium-offset-57 {
    margin-left: 95% !important; }
  .medium-offset-58 {
    margin-left: 96.66667% !important; }
  .medium-offset-59 {
    margin-left: 98.33333% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 1.66667%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 1.66667%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 3.33333%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 3.33333%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 5%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 5%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 6.66667%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 6.66667%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 10%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 10%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 11.66667%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 11.66667%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 13.33333%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 13.33333%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 15%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 15%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 18.33333%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 18.33333%;
    left: auto; }
  .push-12 {
    position: relative;
    left: 20%;
    right: auto; }
  .pull-12 {
    position: relative;
    right: 20%;
    left: auto; }
  .push-13 {
    position: relative;
    left: 21.66667%;
    right: auto; }
  .pull-13 {
    position: relative;
    right: 21.66667%;
    left: auto; }
  .push-14 {
    position: relative;
    left: 23.33333%;
    right: auto; }
  .pull-14 {
    position: relative;
    right: 23.33333%;
    left: auto; }
  .push-15 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-15 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-16 {
    position: relative;
    left: 26.66667%;
    right: auto; }
  .pull-16 {
    position: relative;
    right: 26.66667%;
    left: auto; }
  .push-17 {
    position: relative;
    left: 28.33333%;
    right: auto; }
  .pull-17 {
    position: relative;
    right: 28.33333%;
    left: auto; }
  .push-18 {
    position: relative;
    left: 30%;
    right: auto; }
  .pull-18 {
    position: relative;
    right: 30%;
    left: auto; }
  .push-19 {
    position: relative;
    left: 31.66667%;
    right: auto; }
  .pull-19 {
    position: relative;
    right: 31.66667%;
    left: auto; }
  .push-20 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-20 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-21 {
    position: relative;
    left: 35%;
    right: auto; }
  .pull-21 {
    position: relative;
    right: 35%;
    left: auto; }
  .push-22 {
    position: relative;
    left: 36.66667%;
    right: auto; }
  .pull-22 {
    position: relative;
    right: 36.66667%;
    left: auto; }
  .push-23 {
    position: relative;
    left: 38.33333%;
    right: auto; }
  .pull-23 {
    position: relative;
    right: 38.33333%;
    left: auto; }
  .push-24 {
    position: relative;
    left: 40%;
    right: auto; }
  .pull-24 {
    position: relative;
    right: 40%;
    left: auto; }
  .push-25 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-25 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-26 {
    position: relative;
    left: 43.33333%;
    right: auto; }
  .pull-26 {
    position: relative;
    right: 43.33333%;
    left: auto; }
  .push-27 {
    position: relative;
    left: 45%;
    right: auto; }
  .pull-27 {
    position: relative;
    right: 45%;
    left: auto; }
  .push-28 {
    position: relative;
    left: 46.66667%;
    right: auto; }
  .pull-28 {
    position: relative;
    right: 46.66667%;
    left: auto; }
  .push-29 {
    position: relative;
    left: 48.33333%;
    right: auto; }
  .pull-29 {
    position: relative;
    right: 48.33333%;
    left: auto; }
  .push-30 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-30 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-31 {
    position: relative;
    left: 51.66667%;
    right: auto; }
  .pull-31 {
    position: relative;
    right: 51.66667%;
    left: auto; }
  .push-32 {
    position: relative;
    left: 53.33333%;
    right: auto; }
  .pull-32 {
    position: relative;
    right: 53.33333%;
    left: auto; }
  .push-33 {
    position: relative;
    left: 55%;
    right: auto; }
  .pull-33 {
    position: relative;
    right: 55%;
    left: auto; }
  .push-34 {
    position: relative;
    left: 56.66667%;
    right: auto; }
  .pull-34 {
    position: relative;
    right: 56.66667%;
    left: auto; }
  .push-35 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-35 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-36 {
    position: relative;
    left: 60%;
    right: auto; }
  .pull-36 {
    position: relative;
    right: 60%;
    left: auto; }
  .push-37 {
    position: relative;
    left: 61.66667%;
    right: auto; }
  .pull-37 {
    position: relative;
    right: 61.66667%;
    left: auto; }
  .push-38 {
    position: relative;
    left: 63.33333%;
    right: auto; }
  .pull-38 {
    position: relative;
    right: 63.33333%;
    left: auto; }
  .push-39 {
    position: relative;
    left: 65%;
    right: auto; }
  .pull-39 {
    position: relative;
    right: 65%;
    left: auto; }
  .push-40 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-40 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-41 {
    position: relative;
    left: 68.33333%;
    right: auto; }
  .pull-41 {
    position: relative;
    right: 68.33333%;
    left: auto; }
  .push-42 {
    position: relative;
    left: 70%;
    right: auto; }
  .pull-42 {
    position: relative;
    right: 70%;
    left: auto; }
  .push-43 {
    position: relative;
    left: 71.66667%;
    right: auto; }
  .pull-43 {
    position: relative;
    right: 71.66667%;
    left: auto; }
  .push-44 {
    position: relative;
    left: 73.33333%;
    right: auto; }
  .pull-44 {
    position: relative;
    right: 73.33333%;
    left: auto; }
  .push-45 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-45 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-46 {
    position: relative;
    left: 76.66667%;
    right: auto; }
  .pull-46 {
    position: relative;
    right: 76.66667%;
    left: auto; }
  .push-47 {
    position: relative;
    left: 78.33333%;
    right: auto; }
  .pull-47 {
    position: relative;
    right: 78.33333%;
    left: auto; }
  .push-48 {
    position: relative;
    left: 80%;
    right: auto; }
  .pull-48 {
    position: relative;
    right: 80%;
    left: auto; }
  .push-49 {
    position: relative;
    left: 81.66667%;
    right: auto; }
  .pull-49 {
    position: relative;
    right: 81.66667%;
    left: auto; }
  .push-50 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-50 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-51 {
    position: relative;
    left: 85%;
    right: auto; }
  .pull-51 {
    position: relative;
    right: 85%;
    left: auto; }
  .push-52 {
    position: relative;
    left: 86.66667%;
    right: auto; }
  .pull-52 {
    position: relative;
    right: 86.66667%;
    left: auto; }
  .push-53 {
    position: relative;
    left: 88.33333%;
    right: auto; }
  .pull-53 {
    position: relative;
    right: 88.33333%;
    left: auto; }
  .push-54 {
    position: relative;
    left: 90%;
    right: auto; }
  .pull-54 {
    position: relative;
    right: 90%;
    left: auto; }
  .push-55 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-55 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .push-56 {
    position: relative;
    left: 93.33333%;
    right: auto; }
  .pull-56 {
    position: relative;
    right: 93.33333%;
    left: auto; }
  .push-57 {
    position: relative;
    left: 95%;
    right: auto; }
  .pull-57 {
    position: relative;
    right: 95%;
    left: auto; }
  .push-58 {
    position: relative;
    left: 96.66667%;
    right: auto; }
  .pull-58 {
    position: relative;
    right: 96.66667%;
    left: auto; }
  .push-59 {
    position: relative;
    left: 98.33333%;
    right: auto; }
  .pull-59 {
    position: relative;
    right: 98.33333%;
    left: auto; } }

@media only screen and (min-width: 67.5625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 1.66667%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 1.66667%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 3.33333%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 3.33333%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 5%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 5%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 6.66667%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 6.66667%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 10%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 10%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 11.66667%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 11.66667%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 13.33333%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 13.33333%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 15%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 15%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 18.33333%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 18.33333%;
    left: auto; }
  .large-push-12 {
    position: relative;
    left: 20%;
    right: auto; }
  .large-pull-12 {
    position: relative;
    right: 20%;
    left: auto; }
  .large-push-13 {
    position: relative;
    left: 21.66667%;
    right: auto; }
  .large-pull-13 {
    position: relative;
    right: 21.66667%;
    left: auto; }
  .large-push-14 {
    position: relative;
    left: 23.33333%;
    right: auto; }
  .large-pull-14 {
    position: relative;
    right: 23.33333%;
    left: auto; }
  .large-push-15 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-15 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-16 {
    position: relative;
    left: 26.66667%;
    right: auto; }
  .large-pull-16 {
    position: relative;
    right: 26.66667%;
    left: auto; }
  .large-push-17 {
    position: relative;
    left: 28.33333%;
    right: auto; }
  .large-pull-17 {
    position: relative;
    right: 28.33333%;
    left: auto; }
  .large-push-18 {
    position: relative;
    left: 30%;
    right: auto; }
  .large-pull-18 {
    position: relative;
    right: 30%;
    left: auto; }
  .large-push-19 {
    position: relative;
    left: 31.66667%;
    right: auto; }
  .large-pull-19 {
    position: relative;
    right: 31.66667%;
    left: auto; }
  .large-push-20 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-20 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-21 {
    position: relative;
    left: 35%;
    right: auto; }
  .large-pull-21 {
    position: relative;
    right: 35%;
    left: auto; }
  .large-push-22 {
    position: relative;
    left: 36.66667%;
    right: auto; }
  .large-pull-22 {
    position: relative;
    right: 36.66667%;
    left: auto; }
  .large-push-23 {
    position: relative;
    left: 38.33333%;
    right: auto; }
  .large-pull-23 {
    position: relative;
    right: 38.33333%;
    left: auto; }
  .large-push-24 {
    position: relative;
    left: 40%;
    right: auto; }
  .large-pull-24 {
    position: relative;
    right: 40%;
    left: auto; }
  .large-push-25 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-25 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-26 {
    position: relative;
    left: 43.33333%;
    right: auto; }
  .large-pull-26 {
    position: relative;
    right: 43.33333%;
    left: auto; }
  .large-push-27 {
    position: relative;
    left: 45%;
    right: auto; }
  .large-pull-27 {
    position: relative;
    right: 45%;
    left: auto; }
  .large-push-28 {
    position: relative;
    left: 46.66667%;
    right: auto; }
  .large-pull-28 {
    position: relative;
    right: 46.66667%;
    left: auto; }
  .large-push-29 {
    position: relative;
    left: 48.33333%;
    right: auto; }
  .large-pull-29 {
    position: relative;
    right: 48.33333%;
    left: auto; }
  .large-push-30 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-30 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-31 {
    position: relative;
    left: 51.66667%;
    right: auto; }
  .large-pull-31 {
    position: relative;
    right: 51.66667%;
    left: auto; }
  .large-push-32 {
    position: relative;
    left: 53.33333%;
    right: auto; }
  .large-pull-32 {
    position: relative;
    right: 53.33333%;
    left: auto; }
  .large-push-33 {
    position: relative;
    left: 55%;
    right: auto; }
  .large-pull-33 {
    position: relative;
    right: 55%;
    left: auto; }
  .large-push-34 {
    position: relative;
    left: 56.66667%;
    right: auto; }
  .large-pull-34 {
    position: relative;
    right: 56.66667%;
    left: auto; }
  .large-push-35 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-35 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-36 {
    position: relative;
    left: 60%;
    right: auto; }
  .large-pull-36 {
    position: relative;
    right: 60%;
    left: auto; }
  .large-push-37 {
    position: relative;
    left: 61.66667%;
    right: auto; }
  .large-pull-37 {
    position: relative;
    right: 61.66667%;
    left: auto; }
  .large-push-38 {
    position: relative;
    left: 63.33333%;
    right: auto; }
  .large-pull-38 {
    position: relative;
    right: 63.33333%;
    left: auto; }
  .large-push-39 {
    position: relative;
    left: 65%;
    right: auto; }
  .large-pull-39 {
    position: relative;
    right: 65%;
    left: auto; }
  .large-push-40 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-40 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-41 {
    position: relative;
    left: 68.33333%;
    right: auto; }
  .large-pull-41 {
    position: relative;
    right: 68.33333%;
    left: auto; }
  .large-push-42 {
    position: relative;
    left: 70%;
    right: auto; }
  .large-pull-42 {
    position: relative;
    right: 70%;
    left: auto; }
  .large-push-43 {
    position: relative;
    left: 71.66667%;
    right: auto; }
  .large-pull-43 {
    position: relative;
    right: 71.66667%;
    left: auto; }
  .large-push-44 {
    position: relative;
    left: 73.33333%;
    right: auto; }
  .large-pull-44 {
    position: relative;
    right: 73.33333%;
    left: auto; }
  .large-push-45 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-45 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-46 {
    position: relative;
    left: 76.66667%;
    right: auto; }
  .large-pull-46 {
    position: relative;
    right: 76.66667%;
    left: auto; }
  .large-push-47 {
    position: relative;
    left: 78.33333%;
    right: auto; }
  .large-pull-47 {
    position: relative;
    right: 78.33333%;
    left: auto; }
  .large-push-48 {
    position: relative;
    left: 80%;
    right: auto; }
  .large-pull-48 {
    position: relative;
    right: 80%;
    left: auto; }
  .large-push-49 {
    position: relative;
    left: 81.66667%;
    right: auto; }
  .large-pull-49 {
    position: relative;
    right: 81.66667%;
    left: auto; }
  .large-push-50 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-50 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-51 {
    position: relative;
    left: 85%;
    right: auto; }
  .large-pull-51 {
    position: relative;
    right: 85%;
    left: auto; }
  .large-push-52 {
    position: relative;
    left: 86.66667%;
    right: auto; }
  .large-pull-52 {
    position: relative;
    right: 86.66667%;
    left: auto; }
  .large-push-53 {
    position: relative;
    left: 88.33333%;
    right: auto; }
  .large-pull-53 {
    position: relative;
    right: 88.33333%;
    left: auto; }
  .large-push-54 {
    position: relative;
    left: 90%;
    right: auto; }
  .large-pull-54 {
    position: relative;
    right: 90%;
    left: auto; }
  .large-push-55 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-55 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .large-push-56 {
    position: relative;
    left: 93.33333%;
    right: auto; }
  .large-pull-56 {
    position: relative;
    right: 93.33333%;
    left: auto; }
  .large-push-57 {
    position: relative;
    left: 95%;
    right: auto; }
  .large-pull-57 {
    position: relative;
    right: 95%;
    left: auto; }
  .large-push-58 {
    position: relative;
    left: 96.66667%;
    right: auto; }
  .large-pull-58 {
    position: relative;
    right: 96.66667%;
    left: auto; }
  .large-push-59 {
    position: relative;
    left: 98.33333%;
    right: auto; }
  .large-pull-59 {
    position: relative;
    right: 98.33333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 1.66667%; }
  .large-2 {
    width: 3.33333%; }
  .large-3 {
    width: 5%; }
  .large-4 {
    width: 6.66667%; }
  .large-5 {
    width: 8.33333%; }
  .large-6 {
    width: 10%; }
  .large-7 {
    width: 11.66667%; }
  .large-8 {
    width: 13.33333%; }
  .large-9 {
    width: 15%; }
  .large-10 {
    width: 16.66667%; }
  .large-11 {
    width: 18.33333%; }
  .large-12 {
    width: 20%; }
  .large-13 {
    width: 21.66667%; }
  .large-14 {
    width: 23.33333%; }
  .large-15 {
    width: 25%; }
  .large-16 {
    width: 26.66667%; }
  .large-17 {
    width: 28.33333%; }
  .large-18 {
    width: 30%; }
  .large-19 {
    width: 31.66667%; }
  .large-20 {
    width: 33.33333%; }
  .large-21 {
    width: 35%; }
  .large-22 {
    width: 36.66667%; }
  .large-23 {
    width: 38.33333%; }
  .large-24 {
    width: 40%; }
  .large-25 {
    width: 41.66667%; }
  .large-26 {
    width: 43.33333%; }
  .large-27 {
    width: 45%; }
  .large-28 {
    width: 46.66667%; }
  .large-29 {
    width: 48.33333%; }
  .large-30 {
    width: 50%; }
  .large-31 {
    width: 51.66667%; }
  .large-32 {
    width: 53.33333%; }
  .large-33 {
    width: 55%; }
  .large-34 {
    width: 56.66667%; }
  .large-35 {
    width: 58.33333%; }
  .large-36 {
    width: 60%; }
  .large-37 {
    width: 61.66667%; }
  .large-38 {
    width: 63.33333%; }
  .large-39 {
    width: 65%; }
  .large-40 {
    width: 66.66667%; }
  .large-41 {
    width: 68.33333%; }
  .large-42 {
    width: 70%; }
  .large-43 {
    width: 71.66667%; }
  .large-44 {
    width: 73.33333%; }
  .large-45 {
    width: 75%; }
  .large-46 {
    width: 76.66667%; }
  .large-47 {
    width: 78.33333%; }
  .large-48 {
    width: 80%; }
  .large-49 {
    width: 81.66667%; }
  .large-50 {
    width: 83.33333%; }
  .large-51 {
    width: 85%; }
  .large-52 {
    width: 86.66667%; }
  .large-53 {
    width: 88.33333%; }
  .large-54 {
    width: 90%; }
  .large-55 {
    width: 91.66667%; }
  .large-56 {
    width: 93.33333%; }
  .large-57 {
    width: 95%; }
  .large-58 {
    width: 96.66667%; }
  .large-59 {
    width: 98.33333%; }
  .large-60 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 1.66667% !important; }
  .large-offset-2 {
    margin-left: 3.33333% !important; }
  .large-offset-3 {
    margin-left: 5% !important; }
  .large-offset-4 {
    margin-left: 6.66667% !important; }
  .large-offset-5 {
    margin-left: 8.33333% !important; }
  .large-offset-6 {
    margin-left: 10% !important; }
  .large-offset-7 {
    margin-left: 11.66667% !important; }
  .large-offset-8 {
    margin-left: 13.33333% !important; }
  .large-offset-9 {
    margin-left: 15% !important; }
  .large-offset-10 {
    margin-left: 16.66667% !important; }
  .large-offset-11 {
    margin-left: 18.33333% !important; }
  .large-offset-12 {
    margin-left: 20% !important; }
  .large-offset-13 {
    margin-left: 21.66667% !important; }
  .large-offset-14 {
    margin-left: 23.33333% !important; }
  .large-offset-15 {
    margin-left: 25% !important; }
  .large-offset-16 {
    margin-left: 26.66667% !important; }
  .large-offset-17 {
    margin-left: 28.33333% !important; }
  .large-offset-18 {
    margin-left: 30% !important; }
  .large-offset-19 {
    margin-left: 31.66667% !important; }
  .large-offset-20 {
    margin-left: 33.33333% !important; }
  .large-offset-21 {
    margin-left: 35% !important; }
  .large-offset-22 {
    margin-left: 36.66667% !important; }
  .large-offset-23 {
    margin-left: 38.33333% !important; }
  .large-offset-24 {
    margin-left: 40% !important; }
  .large-offset-25 {
    margin-left: 41.66667% !important; }
  .large-offset-26 {
    margin-left: 43.33333% !important; }
  .large-offset-27 {
    margin-left: 45% !important; }
  .large-offset-28 {
    margin-left: 46.66667% !important; }
  .large-offset-29 {
    margin-left: 48.33333% !important; }
  .large-offset-30 {
    margin-left: 50% !important; }
  .large-offset-31 {
    margin-left: 51.66667% !important; }
  .large-offset-32 {
    margin-left: 53.33333% !important; }
  .large-offset-33 {
    margin-left: 55% !important; }
  .large-offset-34 {
    margin-left: 56.66667% !important; }
  .large-offset-35 {
    margin-left: 58.33333% !important; }
  .large-offset-36 {
    margin-left: 60% !important; }
  .large-offset-37 {
    margin-left: 61.66667% !important; }
  .large-offset-38 {
    margin-left: 63.33333% !important; }
  .large-offset-39 {
    margin-left: 65% !important; }
  .large-offset-40 {
    margin-left: 66.66667% !important; }
  .large-offset-41 {
    margin-left: 68.33333% !important; }
  .large-offset-42 {
    margin-left: 70% !important; }
  .large-offset-43 {
    margin-left: 71.66667% !important; }
  .large-offset-44 {
    margin-left: 73.33333% !important; }
  .large-offset-45 {
    margin-left: 75% !important; }
  .large-offset-46 {
    margin-left: 76.66667% !important; }
  .large-offset-47 {
    margin-left: 78.33333% !important; }
  .large-offset-48 {
    margin-left: 80% !important; }
  .large-offset-49 {
    margin-left: 81.66667% !important; }
  .large-offset-50 {
    margin-left: 83.33333% !important; }
  .large-offset-51 {
    margin-left: 85% !important; }
  .large-offset-52 {
    margin-left: 86.66667% !important; }
  .large-offset-53 {
    margin-left: 88.33333% !important; }
  .large-offset-54 {
    margin-left: 90% !important; }
  .large-offset-55 {
    margin-left: 91.66667% !important; }
  .large-offset-56 {
    margin-left: 93.33333% !important; }
  .large-offset-57 {
    margin-left: 95% !important; }
  .large-offset-58 {
    margin-left: 96.66667% !important; }
  .large-offset-59 {
    margin-left: 98.33333% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .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; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 1.66667%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 1.66667%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 3.33333%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 3.33333%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 5%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 5%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 6.66667%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 6.66667%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 10%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 10%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 11.66667%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 11.66667%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 13.33333%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 13.33333%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 15%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 15%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 18.33333%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 18.33333%;
    left: auto; }
  .push-12 {
    position: relative;
    left: 20%;
    right: auto; }
  .pull-12 {
    position: relative;
    right: 20%;
    left: auto; }
  .push-13 {
    position: relative;
    left: 21.66667%;
    right: auto; }
  .pull-13 {
    position: relative;
    right: 21.66667%;
    left: auto; }
  .push-14 {
    position: relative;
    left: 23.33333%;
    right: auto; }
  .pull-14 {
    position: relative;
    right: 23.33333%;
    left: auto; }
  .push-15 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-15 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-16 {
    position: relative;
    left: 26.66667%;
    right: auto; }
  .pull-16 {
    position: relative;
    right: 26.66667%;
    left: auto; }
  .push-17 {
    position: relative;
    left: 28.33333%;
    right: auto; }
  .pull-17 {
    position: relative;
    right: 28.33333%;
    left: auto; }
  .push-18 {
    position: relative;
    left: 30%;
    right: auto; }
  .pull-18 {
    position: relative;
    right: 30%;
    left: auto; }
  .push-19 {
    position: relative;
    left: 31.66667%;
    right: auto; }
  .pull-19 {
    position: relative;
    right: 31.66667%;
    left: auto; }
  .push-20 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-20 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-21 {
    position: relative;
    left: 35%;
    right: auto; }
  .pull-21 {
    position: relative;
    right: 35%;
    left: auto; }
  .push-22 {
    position: relative;
    left: 36.66667%;
    right: auto; }
  .pull-22 {
    position: relative;
    right: 36.66667%;
    left: auto; }
  .push-23 {
    position: relative;
    left: 38.33333%;
    right: auto; }
  .pull-23 {
    position: relative;
    right: 38.33333%;
    left: auto; }
  .push-24 {
    position: relative;
    left: 40%;
    right: auto; }
  .pull-24 {
    position: relative;
    right: 40%;
    left: auto; }
  .push-25 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-25 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-26 {
    position: relative;
    left: 43.33333%;
    right: auto; }
  .pull-26 {
    position: relative;
    right: 43.33333%;
    left: auto; }
  .push-27 {
    position: relative;
    left: 45%;
    right: auto; }
  .pull-27 {
    position: relative;
    right: 45%;
    left: auto; }
  .push-28 {
    position: relative;
    left: 46.66667%;
    right: auto; }
  .pull-28 {
    position: relative;
    right: 46.66667%;
    left: auto; }
  .push-29 {
    position: relative;
    left: 48.33333%;
    right: auto; }
  .pull-29 {
    position: relative;
    right: 48.33333%;
    left: auto; }
  .push-30 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-30 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-31 {
    position: relative;
    left: 51.66667%;
    right: auto; }
  .pull-31 {
    position: relative;
    right: 51.66667%;
    left: auto; }
  .push-32 {
    position: relative;
    left: 53.33333%;
    right: auto; }
  .pull-32 {
    position: relative;
    right: 53.33333%;
    left: auto; }
  .push-33 {
    position: relative;
    left: 55%;
    right: auto; }
  .pull-33 {
    position: relative;
    right: 55%;
    left: auto; }
  .push-34 {
    position: relative;
    left: 56.66667%;
    right: auto; }
  .pull-34 {
    position: relative;
    right: 56.66667%;
    left: auto; }
  .push-35 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-35 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-36 {
    position: relative;
    left: 60%;
    right: auto; }
  .pull-36 {
    position: relative;
    right: 60%;
    left: auto; }
  .push-37 {
    position: relative;
    left: 61.66667%;
    right: auto; }
  .pull-37 {
    position: relative;
    right: 61.66667%;
    left: auto; }
  .push-38 {
    position: relative;
    left: 63.33333%;
    right: auto; }
  .pull-38 {
    position: relative;
    right: 63.33333%;
    left: auto; }
  .push-39 {
    position: relative;
    left: 65%;
    right: auto; }
  .pull-39 {
    position: relative;
    right: 65%;
    left: auto; }
  .push-40 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-40 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-41 {
    position: relative;
    left: 68.33333%;
    right: auto; }
  .pull-41 {
    position: relative;
    right: 68.33333%;
    left: auto; }
  .push-42 {
    position: relative;
    left: 70%;
    right: auto; }
  .pull-42 {
    position: relative;
    right: 70%;
    left: auto; }
  .push-43 {
    position: relative;
    left: 71.66667%;
    right: auto; }
  .pull-43 {
    position: relative;
    right: 71.66667%;
    left: auto; }
  .push-44 {
    position: relative;
    left: 73.33333%;
    right: auto; }
  .pull-44 {
    position: relative;
    right: 73.33333%;
    left: auto; }
  .push-45 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-45 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-46 {
    position: relative;
    left: 76.66667%;
    right: auto; }
  .pull-46 {
    position: relative;
    right: 76.66667%;
    left: auto; }
  .push-47 {
    position: relative;
    left: 78.33333%;
    right: auto; }
  .pull-47 {
    position: relative;
    right: 78.33333%;
    left: auto; }
  .push-48 {
    position: relative;
    left: 80%;
    right: auto; }
  .pull-48 {
    position: relative;
    right: 80%;
    left: auto; }
  .push-49 {
    position: relative;
    left: 81.66667%;
    right: auto; }
  .pull-49 {
    position: relative;
    right: 81.66667%;
    left: auto; }
  .push-50 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-50 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-51 {
    position: relative;
    left: 85%;
    right: auto; }
  .pull-51 {
    position: relative;
    right: 85%;
    left: auto; }
  .push-52 {
    position: relative;
    left: 86.66667%;
    right: auto; }
  .pull-52 {
    position: relative;
    right: 86.66667%;
    left: auto; }
  .push-53 {
    position: relative;
    left: 88.33333%;
    right: auto; }
  .pull-53 {
    position: relative;
    right: 88.33333%;
    left: auto; }
  .push-54 {
    position: relative;
    left: 90%;
    right: auto; }
  .pull-54 {
    position: relative;
    right: 90%;
    left: auto; }
  .push-55 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-55 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .push-56 {
    position: relative;
    left: 93.33333%;
    right: auto; }
  .pull-56 {
    position: relative;
    right: 93.33333%;
    left: auto; }
  .push-57 {
    position: relative;
    left: 95%;
    right: auto; }
  .pull-57 {
    position: relative;
    right: 95%;
    left: auto; }
  .push-58 {
    position: relative;
    left: 96.66667%;
    right: auto; }
  .pull-58 {
    position: relative;
    right: 96.66667%;
    left: auto; }
  .push-59 {
    position: relative;
    left: 98.33333%;
    right: auto; }
  .pull-59 {
    position: relative;
    right: 98.33333%;
    left: auto; } }

.accordion {
  margin-bottom: 0;
  margin-left: 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: #1b5c6f;
      color: #fff; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 0.75rem 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

/*@import 'bower_components/foundation/scss/foundation/components/block-grid';*/
/*@import 'bower_components/foundation/scss/foundation/components/breadcrumbs';*/
/*@import 'bower_components/foundation/scss/foundation/components/button-groups';*/
/*@import 'bower_components/foundation/scss/foundation/components/buttons';*/
/*@import 'bower_components/foundation/scss/foundation/components/clearing';*/
/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

/*@import 'bower_components/foundation/scss/foundation/components/dropdown-buttons';*/
/*@import 'bower_components/foundation/scss/foundation/components/flex-video';*/
/*@import 'bower_components/foundation/scss/foundation/components/forms';*/
/*@import 'bower_components/foundation/scss/foundation/components/icon-bar';*/
/*@import 'bower_components/foundation/scss/foundation/components/inline-lists';*/
/*@import 'bower_components/foundation/scss/foundation/components/joyride';*/
/*@import 'bower_components/foundation/scss/foundation/components/keystrokes';*/
/*@import 'bower_components/foundation/scss/foundation/components/labels';*/
/*@import 'bower_components/foundation/scss/foundation/components/magellan';*/
/*@import 'bower_components/foundation/scss/foundation/components/orbit';*/
ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }
  ul.pagination li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.0625rem 0.625rem 0.0625rem; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999;
      pointer-events: none; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #1b5c6f;
      color: #FFFFFF;
      cursor: default;
      font-weight: bold; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #008CBA; }
  ul.pagination li {
    display: block;
    float: left; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

/*@import 'bower_components/foundation/scss/foundation/components/panels';*/
/*@import 'bower_components/foundation/scss/foundation/components/pricing-tables';*/
/*@import 'bower_components/foundation/scss/foundation/components/progress-bars';*/
/*@import 'bower_components/foundation/scss/foundation/components/range-slider';*/
/*@import 'bower_components/foundation/scss/foundation/components/reveal';*/
/*@import 'bower_components/foundation/scss/foundation/components/side-nav';*/
/*@import 'bower_components/foundation/scss/foundation/components/split-buttons';*/
/*@import 'bower_components/foundation/scss/foundation/components/sub-nav';*/
/*@import 'bower_components/foundation/scss/foundation/components/switches';*/
table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #FFFFFF; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .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.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/*@import 'bower_components/foundation/scss/foundation/components/thumbs';*/
/*@import 'bower_components/foundation/scss/foundation/components/tooltips';*/
/*@import 'bower_components/foundation/scss/foundation/components/top-bar';*/
.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.0625em) and (max-width: 67.5em) {
  .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.0625em) {
  .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: 67.5625em) 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: 67.5625em) {
  .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.0625em) 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.0625em) {
  .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.0625em) and (max-width: 6249999.9375em) {
  .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.0625em) {
  .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,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  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;
    font-style: italic;
    line-height: 1.35; }

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

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  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;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

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

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

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

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

ul {
  margin-left: 1.1rem; }

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

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

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

/* 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: #222;
  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.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    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)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !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.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*@import 'bower_components/foundation/scss/foundation/components/offcanvas';*/
/* 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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 67.5625em) {
  .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-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .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, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    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, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    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, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    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, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    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.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    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.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    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.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .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, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    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, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    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, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    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, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    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.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    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.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    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.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  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.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

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

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

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  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; } }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-ad {
  background-image: url(/static/image/flags/4x3/ad.svg); }
  .flag-icon-ad.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(/static/image/flags/4x3/ae.svg); }
  .flag-icon-ae.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ae.svg); }

.flag-icon-af {
  background-image: url(/static/image/flags/4x3/af.svg); }
  .flag-icon-af.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/af.svg); }

.flag-icon-ag {
  background-image: url(/static/image/flags/4x3/ag.svg); }
  .flag-icon-ag.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(/static/image/flags/4x3/ai.svg); }
  .flag-icon-ai.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ai.svg); }

.flag-icon-al {
  background-image: url(/static/image/flags/4x3/al.svg); }
  .flag-icon-al.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/al.svg); }

.flag-icon-am {
  background-image: url(/static/image/flags/4x3/am.svg); }
  .flag-icon-am.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/am.svg); }

.flag-icon-ao {
  background-image: url(/static/image/flags/4x3/ao.svg); }
  .flag-icon-ao.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(/static/image/flags/4x3/aq.svg); }
  .flag-icon-aq.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(/static/image/flags/4x3/ar.svg); }
  .flag-icon-ar.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ar.svg); }

.flag-icon-as {
  background-image: url(/static/image/flags/4x3/as.svg); }
  .flag-icon-as.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/as.svg); }

.flag-icon-at {
  background-image: url(/static/image/flags/4x3/at.svg); }
  .flag-icon-at.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/at.svg); }

.flag-icon-au {
  background-image: url(/static/image/flags/4x3/au.svg); }
  .flag-icon-au.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/au.svg); }

.flag-icon-aw {
  background-image: url(/static/image/flags/4x3/aw.svg); }
  .flag-icon-aw.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(/static/image/flags/4x3/ax.svg); }
  .flag-icon-ax.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ax.svg); }

.flag-icon-az {
  background-image: url(/static/image/flags/4x3/az.svg); }
  .flag-icon-az.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/az.svg); }

.flag-icon-ba {
  background-image: url(/static/image/flags/4x3/ba.svg); }
  .flag-icon-ba.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(/static/image/flags/4x3/bb.svg); }
  .flag-icon-bb.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(/static/image/flags/4x3/bd.svg); }
  .flag-icon-bd.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bd.svg); }

.flag-icon-be {
  background-image: url(/static/image/flags/4x3/be.svg); }
  .flag-icon-be.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/be.svg); }

.flag-icon-bf {
  background-image: url(/static/image/flags/4x3/bf.svg); }
  .flag-icon-bf.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(/static/image/flags/4x3/bg.svg); }
  .flag-icon-bg.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(/static/image/flags/4x3/bh.svg); }
  .flag-icon-bh.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(/static/image/flags/4x3/bi.svg); }
  .flag-icon-bi.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(/static/image/flags/4x3/bj.svg); }
  .flag-icon-bj.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(/static/image/flags/4x3/bl.svg); }
  .flag-icon-bl.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(/static/image/flags/4x3/bm.svg); }
  .flag-icon-bm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(/static/image/flags/4x3/bn.svg); }
  .flag-icon-bn.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(/static/image/flags/4x3/bo.svg); }
  .flag-icon-bo.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(/static/image/flags/4x3/bq.svg); }
  .flag-icon-bq.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bq.svg); }

.flag-icon-br {
  background-image: url(/static/image/flags/4x3/br.svg); }
  .flag-icon-br.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/br.svg); }

.flag-icon-bs {
  background-image: url(/static/image/flags/4x3/bs.svg); }
  .flag-icon-bs.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(/static/image/flags/4x3/bt.svg); }
  .flag-icon-bt.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(/static/image/flags/4x3/bv.svg); }
  .flag-icon-bv.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(/static/image/flags/4x3/bw.svg); }
  .flag-icon-bw.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bw.svg); }

.flag-icon-by {
  background-image: url(/static/image/flags/4x3/by.svg); }
  .flag-icon-by.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/by.svg); }

.flag-icon-bz {
  background-image: url(/static/image/flags/4x3/bz.svg); }
  .flag-icon-bz.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(/static/image/flags/4x3/ca.svg); }
  .flag-icon-ca.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(/static/image/flags/4x3/cc.svg); }
  .flag-icon-cc.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(/static/image/flags/4x3/cd.svg); }
  .flag-icon-cd.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(/static/image/flags/4x3/cf.svg); }
  .flag-icon-cf.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(/static/image/flags/4x3/cg.svg); }
  .flag-icon-cg.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(/static/image/flags/4x3/ch.svg); }
  .flag-icon-ch.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(/static/image/flags/4x3/ci.svg); }
  .flag-icon-ci.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(/static/image/flags/4x3/ck.svg); }
  .flag-icon-ck.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(/static/image/flags/4x3/cl.svg); }
  .flag-icon-cl.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(/static/image/flags/4x3/cm.svg); }
  .flag-icon-cm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(/static/image/flags/4x3/cn.svg); }
  .flag-icon-cn.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cn.svg); }

.flag-icon-co {
  background-image: url(/static/image/flags/4x3/co.svg); }
  .flag-icon-co.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/co.svg); }

.flag-icon-cr {
  background-image: url(/static/image/flags/4x3/cr.svg); }
  .flag-icon-cr.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(/static/image/flags/4x3/cu.svg); }
  .flag-icon-cu.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(/static/image/flags/4x3/cv.svg); }
  .flag-icon-cv.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(/static/image/flags/4x3/cw.svg); }
  .flag-icon-cw.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(/static/image/flags/4x3/cx.svg); }
  .flag-icon-cx.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(/static/image/flags/4x3/cy.svg); }
  .flag-icon-cy.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(/static/image/flags/4x3/cz.svg); }
  .flag-icon-cz.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/cz.svg); }

.flag-icon-de {
  background-image: url(/static/image/flags/4x3/de.svg); }
  .flag-icon-de.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/de.svg); }

.flag-icon-dj {
  background-image: url(/static/image/flags/4x3/dj.svg); }
  .flag-icon-dj.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(/static/image/flags/4x3/dk.svg); }
  .flag-icon-dk.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(/static/image/flags/4x3/dm.svg); }
  .flag-icon-dm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/dm.svg); }

.flag-icon-do {
  background-image: url(/static/image/flags/4x3/do.svg); }
  .flag-icon-do.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/do.svg); }

.flag-icon-dz {
  background-image: url(/static/image/flags/4x3/dz.svg); }
  .flag-icon-dz.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(/static/image/flags/4x3/ec.svg); }
  .flag-icon-ec.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(/static/image/flags/4x3/ee.svg); }
  .flag-icon-ee.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(/static/image/flags/4x3/eg.svg); }
  .flag-icon-eg.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(/static/image/flags/4x3/eh.svg); }
  .flag-icon-eh.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/eh.svg); }

.flag-icon-er {
  background-image: url(/static/image/flags/4x3/er.svg); }
  .flag-icon-er.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/er.svg); }

.flag-icon-es {
  background-image: url(/static/image/flags/4x3/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/es.svg); }

.flag-icon-et {
  background-image: url(/static/image/flags/4x3/et.svg); }
  .flag-icon-et.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/et.svg); }

.flag-icon-fi {
  background-image: url(/static/image/flags/4x3/fi.svg); }
  .flag-icon-fi.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(/static/image/flags/4x3/fj.svg); }
  .flag-icon-fj.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(/static/image/flags/4x3/fk.svg); }
  .flag-icon-fk.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(/static/image/flags/4x3/fm.svg); }
  .flag-icon-fm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(/static/image/flags/4x3/fo.svg); }
  .flag-icon-fo.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(/static/image/flags/4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(/static/image/flags/4x3/ga.svg); }
  .flag-icon-ga.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(/static/image/flags/4x3/gb.svg); }
  .flag-icon-gb.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(/static/image/flags/4x3/gd.svg); }
  .flag-icon-gd.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(/static/image/flags/4x3/ge.svg); }
  .flag-icon-ge.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(/static/image/flags/4x3/gf.svg); }
  .flag-icon-gf.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(/static/image/flags/4x3/gg.svg); }
  .flag-icon-gg.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(/static/image/flags/4x3/gh.svg); }
  .flag-icon-gh.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(/static/image/flags/4x3/gi.svg); }
  .flag-icon-gi.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(/static/image/flags/4x3/gl.svg); }
  .flag-icon-gl.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(/static/image/flags/4x3/gm.svg); }
  .flag-icon-gm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(/static/image/flags/4x3/gn.svg); }
  .flag-icon-gn.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(/static/image/flags/4x3/gp.svg); }
  .flag-icon-gp.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(/static/image/flags/4x3/gq.svg); }
  .flag-icon-gq.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(/static/image/flags/4x3/gr.svg); }
  .flag-icon-gr.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(/static/image/flags/4x3/gs.svg); }
  .flag-icon-gs.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(/static/image/flags/4x3/gt.svg); }
  .flag-icon-gt.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(/static/image/flags/4x3/gu.svg); }
  .flag-icon-gu.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(/static/image/flags/4x3/gw.svg); }
  .flag-icon-gw.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(/static/image/flags/4x3/gy.svg); }
  .flag-icon-gy.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(/static/image/flags/4x3/hk.svg); }
  .flag-icon-hk.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(/static/image/flags/4x3/hm.svg); }
  .flag-icon-hm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(/static/image/flags/4x3/hn.svg); }
  .flag-icon-hn.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(/static/image/flags/4x3/hr.svg); }
  .flag-icon-hr.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(/static/image/flags/4x3/ht.svg); }
  .flag-icon-ht.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(/static/image/flags/4x3/hu.svg); }
  .flag-icon-hu.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/hu.svg); }

.flag-icon-id {
  background-image: url(/static/image/flags/4x3/id.svg); }
  .flag-icon-id.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/id.svg); }

.flag-icon-ie {
  background-image: url(/static/image/flags/4x3/ie.svg); }
  .flag-icon-ie.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ie.svg); }

.flag-icon-il {
  background-image: url(/static/image/flags/4x3/il.svg); }
  .flag-icon-il.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/il.svg); }

.flag-icon-im {
  background-image: url(/static/image/flags/4x3/im.svg); }
  .flag-icon-im.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/im.svg); }

.flag-icon-in {
  background-image: url(/static/image/flags/4x3/in.svg); }
  .flag-icon-in.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/in.svg); }

.flag-icon-io {
  background-image: url(/static/image/flags/4x3/io.svg); }
  .flag-icon-io.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/io.svg); }

.flag-icon-iq {
  background-image: url(/static/image/flags/4x3/iq.svg); }
  .flag-icon-iq.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(/static/image/flags/4x3/ir.svg); }
  .flag-icon-ir.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ir.svg); }

.flag-icon-is {
  background-image: url(/static/image/flags/4x3/is.svg); }
  .flag-icon-is.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/is.svg); }

.flag-icon-it {
  background-image: url(/static/image/flags/4x3/it.svg); }
  .flag-icon-it.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/it.svg); }

.flag-icon-je {
  background-image: url(/static/image/flags/4x3/je.svg); }
  .flag-icon-je.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/je.svg); }

.flag-icon-jm {
  background-image: url(/static/image/flags/4x3/jm.svg); }
  .flag-icon-jm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(/static/image/flags/4x3/jo.svg); }
  .flag-icon-jo.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(/static/image/flags/4x3/jp.svg); }
  .flag-icon-jp.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(/static/image/flags/4x3/ke.svg); }
  .flag-icon-ke.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(/static/image/flags/4x3/kg.svg); }
  .flag-icon-kg.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(/static/image/flags/4x3/kh.svg); }
  .flag-icon-kh.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(/static/image/flags/4x3/ki.svg); }
  .flag-icon-ki.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ki.svg); }

.flag-icon-km {
  background-image: url(/static/image/flags/4x3/km.svg); }
  .flag-icon-km.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/km.svg); }

.flag-icon-kn {
  background-image: url(/static/image/flags/4x3/kn.svg); }
  .flag-icon-kn.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(/static/image/flags/4x3/kp.svg); }
  .flag-icon-kp.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(/static/image/flags/4x3/kr.svg); }
  .flag-icon-kr.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(/static/image/flags/4x3/kw.svg); }
  .flag-icon-kw.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(/static/image/flags/4x3/ky.svg); }
  .flag-icon-ky.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(/static/image/flags/4x3/kz.svg); }
  .flag-icon-kz.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/kz.svg); }

.flag-icon-la {
  background-image: url(/static/image/flags/4x3/la.svg); }
  .flag-icon-la.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/la.svg); }

.flag-icon-lb {
  background-image: url(/static/image/flags/4x3/lb.svg); }
  .flag-icon-lb.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(/static/image/flags/4x3/lc.svg); }
  .flag-icon-lc.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/lc.svg); }

.flag-icon-li {
  background-image: url(/static/image/flags/4x3/li.svg); }
  .flag-icon-li.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/li.svg); }

.flag-icon-lk {
  background-image: url(/static/image/flags/4x3/lk.svg); }
  .flag-icon-lk.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(/static/image/flags/4x3/lr.svg); }
  .flag-icon-lr.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(/static/image/flags/4x3/ls.svg); }
  .flag-icon-ls.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(/static/image/flags/4x3/lt.svg); }
  .flag-icon-lt.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(/static/image/flags/4x3/lu.svg); }
  .flag-icon-lu.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(/static/image/flags/4x3/lv.svg); }
  .flag-icon-lv.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(/static/image/flags/4x3/ly.svg); }
  .flag-icon-ly.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(/static/image/flags/4x3/ma.svg); }
  .flag-icon-ma.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(/static/image/flags/4x3/mc.svg); }
  .flag-icon-mc.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mc.svg); }

.flag-icon-md {
  background-image: url(/static/image/flags/4x3/md.svg); }
  .flag-icon-md.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/md.svg); }

.flag-icon-me {
  background-image: url(/static/image/flags/4x3/me.svg); }
  .flag-icon-me.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/me.svg); }

.flag-icon-mf {
  background-image: url(/static/image/flags/4x3/mf.svg); }
  .flag-icon-mf.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(/static/image/flags/4x3/mg.svg); }
  .flag-icon-mg.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(/static/image/flags/4x3/mh.svg); }
  .flag-icon-mh.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(/static/image/flags/4x3/mk.svg); }
  .flag-icon-mk.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(/static/image/flags/4x3/ml.svg); }
  .flag-icon-ml.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(/static/image/flags/4x3/mm.svg); }
  .flag-icon-mm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(/static/image/flags/4x3/mn.svg); }
  .flag-icon-mn.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(/static/image/flags/4x3/mo.svg); }
  .flag-icon-mo.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(/static/image/flags/4x3/mp.svg); }
  .flag-icon-mp.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(/static/image/flags/4x3/mq.svg); }
  .flag-icon-mq.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(/static/image/flags/4x3/mr.svg); }
  .flag-icon-mr.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(/static/image/flags/4x3/ms.svg); }
  .flag-icon-ms.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(/static/image/flags/4x3/mt.svg); }
  .flag-icon-mt.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(/static/image/flags/4x3/mu.svg); }
  .flag-icon-mu.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(/static/image/flags/4x3/mv.svg); }
  .flag-icon-mv.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(/static/image/flags/4x3/mw.svg); }
  .flag-icon-mw.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(/static/image/flags/4x3/mx.svg); }
  .flag-icon-mx.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mx.svg); }

.flag-icon-my {
  background-image: url(/static/image/flags/4x3/my.svg); }
  .flag-icon-my.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/my.svg); }

.flag-icon-mz {
  background-image: url(/static/image/flags/4x3/mz.svg); }
  .flag-icon-mz.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/mz.svg); }

.flag-icon-na {
  background-image: url(/static/image/flags/4x3/na.svg); }
  .flag-icon-na.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/na.svg); }

.flag-icon-nc {
  background-image: url(/static/image/flags/4x3/nc.svg); }
  .flag-icon-nc.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(/static/image/flags/4x3/ne.svg); }
  .flag-icon-ne.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(/static/image/flags/4x3/nf.svg); }
  .flag-icon-nf.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(/static/image/flags/4x3/ng.svg); }
  .flag-icon-ng.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(/static/image/flags/4x3/ni.svg); }
  .flag-icon-ni.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(/static/image/flags/4x3/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/nl.svg); }

.flag-icon-no {
  background-image: url(/static/image/flags/4x3/no.svg); }
  .flag-icon-no.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/no.svg); }

.flag-icon-np {
  background-image: url(/static/image/flags/4x3/np.svg); }
  .flag-icon-np.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/np.svg); }

.flag-icon-nr {
  background-image: url(/static/image/flags/4x3/nr.svg); }
  .flag-icon-nr.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(/static/image/flags/4x3/nu.svg); }
  .flag-icon-nu.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(/static/image/flags/4x3/nz.svg); }
  .flag-icon-nz.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/nz.svg); }

.flag-icon-om {
  background-image: url(/static/image/flags/4x3/om.svg); }
  .flag-icon-om.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/om.svg); }

.flag-icon-pa {
  background-image: url(/static/image/flags/4x3/pa.svg); }
  .flag-icon-pa.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(/static/image/flags/4x3/pe.svg); }
  .flag-icon-pe.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(/static/image/flags/4x3/pf.svg); }
  .flag-icon-pf.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(/static/image/flags/4x3/pg.svg); }
  .flag-icon-pg.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(/static/image/flags/4x3/ph.svg); }
  .flag-icon-ph.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(/static/image/flags/4x3/pk.svg); }
  .flag-icon-pk.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(/static/image/flags/4x3/pl.svg); }
  .flag-icon-pl.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(/static/image/flags/4x3/pm.svg); }
  .flag-icon-pm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(/static/image/flags/4x3/pn.svg); }
  .flag-icon-pn.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(/static/image/flags/4x3/pr.svg); }
  .flag-icon-pr.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(/static/image/flags/4x3/ps.svg); }
  .flag-icon-ps.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(/static/image/flags/4x3/pt.svg); }
  .flag-icon-pt.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(/static/image/flags/4x3/pw.svg); }
  .flag-icon-pw.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/pw.svg); }

.flag-icon-py {
  background-image: url(/static/image/flags/4x3/py.svg); }
  .flag-icon-py.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/py.svg); }

.flag-icon-qa {
  background-image: url(/static/image/flags/4x3/qa.svg); }
  .flag-icon-qa.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/qa.svg); }

.flag-icon-re {
  background-image: url(/static/image/flags/4x3/re.svg); }
  .flag-icon-re.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/re.svg); }

.flag-icon-ro {
  background-image: url(/static/image/flags/4x3/ro.svg); }
  .flag-icon-ro.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(/static/image/flags/4x3/rs.svg); }
  .flag-icon-rs.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(/static/image/flags/4x3/ru.svg); }
  .flag-icon-ru.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(/static/image/flags/4x3/rw.svg); }
  .flag-icon-rw.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(/static/image/flags/4x3/sa.svg); }
  .flag-icon-sa.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(/static/image/flags/4x3/sb.svg); }
  .flag-icon-sb.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(/static/image/flags/4x3/sc.svg); }
  .flag-icon-sc.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(/static/image/flags/4x3/sd.svg); }
  .flag-icon-sd.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sd.svg); }

.flag-icon-se {
  background-image: url(/static/image/flags/4x3/se.svg); }
  .flag-icon-se.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/se.svg); }

.flag-icon-sg {
  background-image: url(/static/image/flags/4x3/sg.svg); }
  .flag-icon-sg.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(/static/image/flags/4x3/sh.svg); }
  .flag-icon-sh.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sh.svg); }

.flag-icon-si {
  background-image: url(/static/image/flags/4x3/si.svg); }
  .flag-icon-si.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/si.svg); }

.flag-icon-sj {
  background-image: url(/static/image/flags/4x3/sj.svg); }
  .flag-icon-sj.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(/static/image/flags/4x3/sk.svg); }
  .flag-icon-sk.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(/static/image/flags/4x3/sl.svg); }
  .flag-icon-sl.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(/static/image/flags/4x3/sm.svg); }
  .flag-icon-sm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(/static/image/flags/4x3/sn.svg); }
  .flag-icon-sn.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sn.svg); }

.flag-icon-so {
  background-image: url(/static/image/flags/4x3/so.svg); }
  .flag-icon-so.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/so.svg); }

.flag-icon-sr {
  background-image: url(/static/image/flags/4x3/sr.svg); }
  .flag-icon-sr.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(/static/image/flags/4x3/ss.svg); }
  .flag-icon-ss.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ss.svg); }

.flag-icon-st {
  background-image: url(/static/image/flags/4x3/st.svg); }
  .flag-icon-st.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/st.svg); }

.flag-icon-sv {
  background-image: url(/static/image/flags/4x3/sv.svg); }
  .flag-icon-sv.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(/static/image/flags/4x3/sx.svg); }
  .flag-icon-sx.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(/static/image/flags/4x3/sy.svg); }
  .flag-icon-sy.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(/static/image/flags/4x3/sz.svg); }
  .flag-icon-sz.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(/static/image/flags/4x3/tc.svg); }
  .flag-icon-tc.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tc.svg); }

.flag-icon-td {
  background-image: url(/static/image/flags/4x3/td.svg); }
  .flag-icon-td.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/td.svg); }

.flag-icon-tf {
  background-image: url(/static/image/flags/4x3/tf.svg); }
  .flag-icon-tf.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(/static/image/flags/4x3/tg.svg); }
  .flag-icon-tg.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tg.svg); }

.flag-icon-th {
  background-image: url(/static/image/flags/4x3/th.svg); }
  .flag-icon-th.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/th.svg); }

.flag-icon-tj {
  background-image: url(/static/image/flags/4x3/tj.svg); }
  .flag-icon-tj.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(/static/image/flags/4x3/tk.svg); }
  .flag-icon-tk.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(/static/image/flags/4x3/tl.svg); }
  .flag-icon-tl.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(/static/image/flags/4x3/tm.svg); }
  .flag-icon-tm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(/static/image/flags/4x3/tn.svg); }
  .flag-icon-tn.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tn.svg); }

.flag-icon-to {
  background-image: url(/static/image/flags/4x3/to.svg); }
  .flag-icon-to.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/to.svg); }

.flag-icon-tr {
  background-image: url(/static/image/flags/4x3/tr.svg); }
  .flag-icon-tr.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(/static/image/flags/4x3/tt.svg); }
  .flag-icon-tt.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(/static/image/flags/4x3/tv.svg); }
  .flag-icon-tv.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(/static/image/flags/4x3/tw.svg); }
  .flag-icon-tw.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(/static/image/flags/4x3/tz.svg); }
  .flag-icon-tz.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(/static/image/flags/4x3/ua.svg); }
  .flag-icon-ua.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(/static/image/flags/4x3/ug.svg); }
  .flag-icon-ug.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ug.svg); }

.flag-icon-um {
  background-image: url(/static/image/flags/4x3/um.svg); }
  .flag-icon-um.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/um.svg); }

.flag-icon-us {
  background-image: url(/static/image/flags/4x3/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/us.svg); }

.flag-icon-uy {
  background-image: url(/static/image/flags/4x3/uy.svg); }
  .flag-icon-uy.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(/static/image/flags/4x3/uz.svg); }
  .flag-icon-uz.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/uz.svg); }

.flag-icon-va {
  background-image: url(/static/image/flags/4x3/va.svg); }
  .flag-icon-va.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/va.svg); }

.flag-icon-vc {
  background-image: url(/static/image/flags/4x3/vc.svg); }
  .flag-icon-vc.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(/static/image/flags/4x3/ve.svg); }
  .flag-icon-ve.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(/static/image/flags/4x3/vg.svg); }
  .flag-icon-vg.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(/static/image/flags/4x3/vi.svg); }
  .flag-icon-vi.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(/static/image/flags/4x3/vn.svg); }
  .flag-icon-vn.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(/static/image/flags/4x3/vu.svg); }
  .flag-icon-vu.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(/static/image/flags/4x3/wf.svg); }
  .flag-icon-wf.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(/static/image/flags/4x3/ws.svg); }
  .flag-icon-ws.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(/static/image/flags/4x3/ye.svg); }
  .flag-icon-ye.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(/static/image/flags/4x3/yt.svg); }
  .flag-icon-yt.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/yt.svg); }

.flag-icon-za {
  background-image: url(/static/image/flags/4x3/za.svg); }
  .flag-icon-za.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/za.svg); }

.flag-icon-zm {
  background-image: url(/static/image/flags/4x3/zm.svg); }
  .flag-icon-zm.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(/static/image/flags/4x3/zw.svg); }
  .flag-icon-zw.flag-icon-squared {
    background-image: url(/static/image/flags/1x1/zw.svg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

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

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'glober';
  src: url("/static/font/glober/globerregular-webfont.eot");
  src: url("/static/font/glober/globerregular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/font/glober/globerregular-webfont.woff2") format("woff2"), url("/static/font/glober/globerregular-webfont.woff") format("woff"), url("/static/font/glober/globerregular-webfont.ttf") format("truetype"), url("/static/font/glober/globerregular-webfont.svg#glober_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'glober';
  src: url("/static/font/glober/globersemibold-webfont.eot");
  src: url("/static/font/glober/globersemibold-webfont.eot?#iefix") format("embedded-opentype"), url("/static/font/glober/globersemibold-webfont.woff2") format("woff2"), url("/static/font/glober/globersemibold-webfont.woff") format("woff"), url("/static/font/glober/globersemibold-webfont.ttf") format("truetype"), url("/static/font/glober/globersemibold-webfont.svg#globersemibold") format("svg");
  font-weight: bold;
  font-style: normal; }

/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc rect {
  stroke: white;
  stroke-width: 1; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.c3-title {
  font: 14px sans-serif; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #FFF; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

.c3-chart-arc.c3-target g path {
  opacity: 1; }

.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1; }

/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s,top .3s;
  transition: left .3s,top .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-origin {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  text-align: center; }

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -32px; }

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: -32px; }

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
  left: 120%; }

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
  right: 120%; }

.list.horizontal {
  list-style-type: none !important;
  margin: 0; }
  .list.horizontal:before, .list.horizontal:after {
    content: " ";
    display: table; }
  .list.horizontal:after {
    clear: both; }
  .list.horizontal > li {
    float: left; }

.list.text li {
  position: relative;
  margin-bottom: 2.25rem; }
  @media only screen and (min-width: 67.5625em) {
    .list.text li {
      min-height: 8.75rem;
      margin-bottom: 0;
      padding-left: 8.125rem; } }
  .list.text li img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 6.25rem;
    height: 6.25rem; }
    @media only screen and (min-width: 67.5625em) {
      .list.text li img {
        display: block; } }
  .list.text li .title {
    margin-bottom: 0; }
  .list.text li .text {
    margin-top: 0;
    color: #333333; }
  .list.text li .read-more {
    display: block;
    text-align: right;
    margin: -1.25rem 0 1.5rem 0; }

.button {
  position: relative;
  height: 2rem;
  line-height: 2rem;
  background: #1b5c6f;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  border: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  transition: background 200ms; }
  .button:hover {
    background: #113a46;
    color: #fff !important; }
  .button:focus {
    color: #EEEEEE !important; }

.button.block {
  display: block;
  width: 100%; }

.button.carty {
  background: #d06f19; }
  .button.carty:hover {
    background: #b05e15; }
  .button.carty:focus {
    color: #FFFFFF; }

.button.success {
  background: #92a634; }
  .button.success:hover {
    background: #7a8a2b; }
  .button.success:focus {
    color: #FFFFFF; }

.button.alert,
.button.error {
  background: #fff;
  border: 1px solid #ab0827;
  color: #ab0827; }
  .button.alert:focus,
  .button.error:focus {
    color: #ab0827; }
  .button.alert:hover,
  .button.error:hover {
    background: #7a061c; }

.button.disabled {
  background: #DDDDDD !important;
  color: #666666; }
  .button.disabled:active, .button.disabled:focus, .button.disabled:hover {
    color: #666666 !important; }

.button.small {
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.8125rem;
  font-weight: normal; }

.button.big {
  height: 2.4rem;
  line-height: 2.4rem; }
  .button.big .fa {
    font-size: 1.5rem;
    float: right;
    width: 1.5rem;
    text-align: center;
    margin: 0.375rem 1.5rem; }

/*! formstone v0.8.48 [scrollbar.css] 2016-04-18 | MIT License | formstone.it */
/**
	 * @class
	 * @name .fs-scrollbar-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-scrollbar
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-scrollbar.fs-scrollbar-horizontal
	 * @type modifier
	 * @description Indicates horizontal scrolling
	 */
/**
	 * @class
	 * @name .fs-scrollbar.fs-scrollbar-setup
	 * @type modifier
	 * @description Indicates setup state
	 */
/**
	 * @class
	 * @name .fs-scrollbar.fs-scrollbar-active
	 * @type modifier
	 * @description Indicates active state
	 */
.fs-scrollbar {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  /**
		 * @class
		 * @name .fs-scrollbar-content
		 * @type element
		 * @description Scrolling content
		 */
  /**
		 * @class
		 * @name .fs-scrollbar-bar
		 * @type element
		 * @description Scrollbar container
		 */
  /**
		 * @class
		 * @name .fs-scrollbar-track
		 * @type element
		 * @description Scrollbar track container
		 */
  /**
		 * @class
		 * @name .fs-scrollbar-handle
		 * @type element
		 * @description Scrollbar handle
		 */ }

.fs-scrollbar,
.fs-scrollbar * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.fs-scrollbar,
.fs-scrollbar-content,
.fs-scrollbar-bar,
.fs-scrollbar-track,
.fs-scrollbar-handle {
  box-sizing: border-box; }

.fs-scrollbar-content {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fs-scrollbar-content::-webkit-scrollbar,
.fs-scrollbar-content::-webkit-scrollbar-button,
.fs-scrollbar-content::-webkit-scrollbar-track,
.fs-scrollbar-content::-webkit-scrollbar-track-piece,
.fs-scrollbar-content::-webkit-scrollbar-thumb,
.fs-scrollbar-content::-webkit-scrollbar-corner,
.fs-scrollbar-content::-webkit-resizer {
  background: transparent;
  opacity: 0; }

.fs-scrollbar-bar {
  width: 16px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-width: 0 0 0 1px;
  display: none; }

.fs-scrollbar-track {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
  overflow: hidden; }

.fs-scrollbar-handle {
  width: 10px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 2;
  background: #bbbbbb;
  border: 1px solid #ffffff;
  border-radius: 5px;
  cursor: pointer; }

.fs-scrollbar-horizontal .fs-scrollbar-content {
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 16px 0; }

.fs-scrollbar-horizontal .fs-scrollbar-bar {
  width: 100%;
  height: 16px;
  top: auto;
  bottom: 0;
  border-width: 1px 0 0 0; }

.fs-scrollbar-horizontal .fs-scrollbar-handle {
  width: 20px;
  height: 10px;
  top: auto;
  right: auto;
  bottom: 3px; }

.fs-scrollbar-setup .fs-scrollbar-content,
.fs-scrollbar-active .fs-scrollbar-content {
  padding: 20px; }

.fs-scrollbar-setup .fs-scrollbar-bar,
.fs-scrollbar-active .fs-scrollbar-bar {
  display: block; }

/*! formstone v0.8.48 [number.css] 2016-04-18 | MIT License | formstone.it */
/**
	 * @class
	 * @name .fs-number-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-number
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-number.fs-number-disabled
	 * @type modifier
	 * @description Indicates disabled state
	 */
.fs-number {
  position: relative;
  border-radius: 3px;
  margin: 0 0 10px 0;
  overflow: hidden;
  /**
		 * @class
		 * @name .fs-number-arrow
		 * @type element
		 * @description Arrow elmement
		 */
  /**
		 * @class
		 * @name .fs-number-arrow:after
		 * @type element
		 * @description Arrow icon
		 */
  /**
		 * @class
		 * @name .fs-number-arrow.fs-number-up
		 * @type modifier
		 * @description Indicates up state
		 */
  /**
		 * @class
		 * @name .fs-number-arrow.fs-number-down
		 * @type modifier
		 * @description Indicates up state
		 */ }

.fs-number,
.fs-number:after,
.fs-number:before,
.fs-number *,
.fs-number *:after,
.fs-number *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none; }

.fs-number-element {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #222222;
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
  padding: 0 10px;
  -moz-appearance: textfield; }

.fs-number-element::-webkit-inner-spin-button,
.fs-number-element::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.fs-number-element::-ms-clear {
  display: none; }

.fs-number-element:focus {
  background-color: #ffffff; }

.fs-number-disabled .fs-number-element {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc; }

.fs-number-arrow {
  width: 25px;
  height: 50%;
  position: absolute;
  right: 0;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #cccccc;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap; }

.no-opacity .fs-number-arrow {
  text-indent: -999999px; }

.fs-number-arrow:focus {
  outline: none; }

.fs-number-arrow:after {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
  display: block;
  margin: auto; }

.fs-number-arrow.fs-number-up {
  top: 0; }

.fs-number-arrow.fs-number-up:after {
  border-bottom: 5px solid #666666; }

.fs-number-arrow.fs-number-down {
  bottom: 0;
  border-top: none; }

.fs-number-arrow.fs-number-down:after {
  border-top: 5px solid #666666; }

.fs-number-disabled .fs-number-arrow {
  cursor: default; }

.fs-number-disabled .fs-number-arrow:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc; }

/*
	@media screen and (min-width: 740px) {
		.stepper:hover .stepper-input { background-color: #fff; }

		.stepper .stepper-step:hover { background-color: #F9F9F9; }

		.stepper.disabled .stepper-arrow { background: #fff; border-color: #eee; cursor: default; }
	}

	.stepper.disabled .stepper-input { background: #fff; border-color: #eee; color: #ccc; }
	.stepper.disabled .stepper-arrow { background: #fff; border-color: #eee; cursor: default; }
*/
/*! formstone v0.8.48 [checkbox.css] 2016-04-18 | MIT License | formstone.it */
/**
	 * @class
	 * @name .fs-checkbox-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-checkbox
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-checkbox.fs-checkbox-checked
	 * @type modifier
	 * @description Indicates checked state
	 */
/**
	 * @class
	 * @name .fs-checkbox.fs-checkbox-radio
	 * @type modifier
	 * @description Indicates radio interface
	 */
/**
	 * @class
	 * @name .fs-checkbox.fs-checkbox-toggle
	 * @type modifier
	 * @description Indicates toggle interface
	 */
/**
	 * @class
	 * @name .fs-checkbox.fs-checkbox-focus
	 * @type modifier
	 * @description Indicates focused state
	 */
/**
	 * @class
	 * @name .fs-checkbox.fs-checkbox-disabled
	 * @type modifier
	 * @description Indicates disabled state
	 */
.fs-checkbox {
  /**
		 * @class
		 * @name .fs-checkbox-enabled
		 * @type modifier
		 * @description Indicates enabled state
		 */
  /**
		 * @class
		 * @name .fs-checkbox-label
		 * @type element
		 * @description Label element
		 */
  /**
		 * @class
		 * @name .fs-checkbox-marker
		 * @type element
		 * @description Marker element
		 */
  /**
		 * @class
		 * @name .fs-checkbox-flag
		 * @type element
		 * @description Flag element
		 */ }

.fs-checkbox.fs-checkbox-enabled {
  cursor: pointer;
  margin: 0 0 10px 0;
  overflow: hidden; }

.fs-checkbox.fs-checkbox-enabled:focus {
  box-shadow: none;
  outline: none; }

.fs-checkbox,
.fs-checkbox:after,
.fs-checkbox:before,
.fs-checkbox *,
.fs-checkbox *:after,
.fs-checkbox *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.fs-checkbox-element_wrapper {
  position: relative;
  border: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 0; }

.fs-checkbox-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: none;
  transition: none; }

.fs-checkbox-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fs-checkbox-marker {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 10px 0 0; }

.fs-checkbox-flag {
  width: 100%;
  height: 100%;
  margin: 0; }

.fs-checkbox-flag:before {
  width: 5px;
  height: 10px;
  border: 2px solid #999999;
  border-top: 0;
  border-left: 0;
  content: '';
  display: block;
  margin: 3px 0 0 6px;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0); }

.fs-checkbox-checked .fs-checkbox-flag:before {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1); }

.no-csstransforms .fs-checkbox-flag:before {
  width: 100%;
  height: 100%;
  content: "\2713";
  display: none;
  line-height: 1;
  text-align: center; }

.no-csstransforms .fs-checkbox-checked .fs-checkbox-flag:before {
  display: block; }

.fs-checkbox-radio .fs-checkbox-marker {
  border-radius: 100%; }

.fs-checkbox-radio .fs-checkbox-flag {
  background: #999999;
  border: 3px solid #ffffff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease; }

.fs-checkbox-radio .fs-checkbox-flag:before {
  display: none; }

.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none; }

.no-csstransforms .fs-checkbox-radio .fs-checkbox-flag:before {
  display: none; }

.no-csstransforms .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: block; }

.fs-checkbox-focus .fs-checkbox-label {
  color: #333333; }

.fs-checkbox-focus .fs-checkbox-marker {
  border-color: #999999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.fs-checkbox-disabled {
  cursor: default;
  opacity: 0.5; }

.fs-checkbox-disabled .fs-checkbox-label {
  color: #666666;
  cursor: default; }

.fs-checkbox-disabled .fs-checkbox-marker {
  border-color: #cccccc;
  cursor: default; }

.fs-checkbox-toggle {
  position: relative; }

.fs-checkbox-toggle .fs-checkbox-label {
  line-height: 40px; }

.fs-checkbox-toggle .fs-checkbox-marker {
  width: 100px;
  height: 40px;
  position: relative;
  border-radius: 3px; }

.fs-checkbox-toggle .fs-checkbox-marker:after {
  clear: both;
  content: '';
  display: table; }

.fs-checkbox-toggle .fs-checkbox-flag {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #999999;
  border: 2px solid #ffffff;
  border-radius: 3px;
  display: block;
  margin: 0;
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease; }

.fs-checkbox-toggle .fs-checkbox-flag:before {
  display: none; }

.fs-checkbox-toggle .fs-checkbox-flag:after {
  width: 2px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 3px 0 0 #ffffff, -3px 0 0 #ffffff;
  content: '';
  margin: auto;
  opacity: 0.75; }

.no-touchevents .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
  opacity: 1; }

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
  left: 50%; }

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none; }

.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
  display: none; }

.fs-checkbox-toggle .fs-checkbox-state {
  width: 50%;
  color: #666666;
  display: block;
  font-size: 12px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  text-transform: uppercase; }

.fs-checkbox-toggle .fs-checkbox-state_on {
  float: left; }

.fs-checkbox-toggle .fs-checkbox-state_off {
  float: right; }

.input {
  width: 100%;
  height: 2rem; }
  .input[type=radio], .input[type=checkbox] {
    width: auto;
    float: left;
    margin-right: 0.5rem;
    height: 1.2rem; }

label {
  font-size: 0.8125rem; }

select {
  background: #FFFFFF;
  border: 1px solid #999999;
  padding: 0.25rem 0.75rem;
  font-size: 0.8125rem;
  height: 2rem;
  line-height: 2rem; }
  select:disabled {
    background: #ffffff;
    border-color: #cccccc;
    color: #cccccc; }

.fs-checkbox-marker {
  border: 1px solid #999999; }

.fs-checkbox-label {
  color: #222; }

.fs-number {
  border-radius: 0; }
  .fs-number.fs-number-disabled .fs-number-arrow {
    border-color: #ccc; }

.fs-number-element {
  border-radius: 0;
  border: 1px solid #999999;
  font-size: 0.8125rem !important;
  padding: 0 0.8125rem !important; }

.fs-number-arrow {
  border: 1px solid #999999;
  z-index: auto;
  width: 1.6rem; }
  .fs-number-arrow.fs-number-up:after {
    border-bottom-color: #999999; }
  .fs-number-arrow.fs-number-down:after {
    border-top-color: #999999; }

.fs-number-arrow {
  background: #e5e5e5; }

/**
 * IMPORTANT
 * Yes, there's 2 seperate form classes in this project because some young dev
 * who will not be named thought it was a good idea to rewrite the existing
 * quickform class to support rows in some forms....
 *
 * This he did without removing deps on the previous formclass, so that's double the work for now.
 */
.single.form {
  margin-bottom: 3rem; }
  .single.form form {
    margin: 0 auto;
    max-width: 77.5rem;
    width: 100%; }
    .single.form form:before, .single.form form:after {
      content: " ";
      display: table; }
    .single.form form:after {
      clear: both; }
    .single.form form .input {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.66667%;
      float: left; }
    .single.form form .button {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.33333%;
      float: left; }

.form .fieldset {
  margin-bottom: 1.125rem; }

.form .buttons:before, .form .buttons:after {
  content: " ";
  display: table; }

.form .buttons:after {
  clear: both; }

.form.formbuilder.collapsed .buttons, .form.formbuilder.collapsed .fieldset {
  display: none; }

.form.formbuilder.collapsed .fieldset:first-of-type {
  display: block; }

.form.formbuilder .fields:before, .form.formbuilder .fields:after {
  content: " ";
  display: table; }

.form.formbuilder .fields:after {
  clear: both; }

@media only screen and (min-width: 67.5625em) {
  .form.formbuilder .fields .field {
    padding-left: 2.25rem; }
    .form.formbuilder .fields .field:first-child {
      padding-left: 0; } }

.form.formbuilder .fields .field .captcha {
  margin-bottom: 0px; }
  .form.formbuilder .fields .field .captcha table tr {
    border-bottom: none; }
  .form.formbuilder .fields .field .captcha img {
    max-width: inherit; }

.form.quickform .fields:before, .form.quickform .fields:after {
  content: " ";
  display: table; }

.form.quickform .fields:after {
  clear: both; }

.form .buttons:before, .form .buttons:after {
  content: " ";
  display: table; }

.form .buttons:after {
  clear: both; }

.form .field {
  margin-bottom: 1rem;
  float: left;
  width: 100%; }
  .form .field.hidden {
    display: none; }
  .form .field.help {
    position: relative;
    top: -0.75rem;
    color: #999999; }
  @media only screen and (min-width: 67.5625em) {
    .form .field.small {
      width: 40%; }
    .form .field.medium {
      width: 50%; }
    .form .field.wide {
      width: 60%; }
    .form .field.no-label {
      padding-top: 1.1875rem; }
    .form .field .fs-checkbox {
      margin-top: 1.5rem; } }
  .form .field label {
    display: block; }
  .form .field input {
    height: 2rem;
    width: 100%;
    border: 1px solid #999999;
    padding: 0 0.75rem; }
    .form .field input[type=radio], .form .field input[type=checkbox] {
      width: auto;
      float: left;
      margin-right: 0.5rem;
      height: 1.2rem; }
  .form .field textarea {
    width: 100%;
    border: 1px solid #999999;
    padding: 0.5rem 0.75rem; }
  .form .field .required {
    color: #f04124;
    margin-left: 0.25rem; }
  .form .field .error {
    color: #ab0827; }
  .form .field .help {
    margin: 0; }
  .form .field .stars {
    font-size: 2rem;
    margin-bottom: 0; }
    .form .field .stars .star {
      padding: 0 0.375rem; }
      .form .field .stars .star:first-child {
        padding-left: 0; }
      .form .field .stars .star .fa-star {
        display: none; }
      .form .field .stars .star.active .fa-star {
        display: inline; }
      .form .field .stars .star.active .fa-star-o {
        display: none; }

.quickform .submit {
  margin-bottom: 1rem; }

.quickform .humanoid table {
  background: none;
  border: none; }
  .quickform .humanoid table tr {
    border-bottom: none; }
  .quickform .humanoid table td {
    padding: 0 0.75rem 0 0; }
  .quickform .humanoid table .CaptchaAnswer {
    width: 60%;
    margin-left: 0.5rem; }

.form-errors {
  border: none;
  padding: 0; }
  .form-errors legend {
    font-size: 0.9375rem;
    font-weight: bold;
    color: #f04124; }
  .form-errors li {
    font-size: 0.8125rem;
    color: #f04124; }

.tabs .tab-title {
  border: 1px solid #999999;
  border-bottom: none;
  border-left: none; }
  .tabs .tab-title:first-child {
    border-left: 1px solid #999999; }
  .tabs .tab-title > a {
    font-size: 0.8125rem;
    background: #fff;
    outline: none;
    height: 2rem;
    line-height: 2rem;
    padding-top: 0;
    padding-bottom: 0; }
  .tabs .tab-title.active > a {
    background: #e5e5e5; }

.tabs.center {
  text-align: center;
  border-bottom: 1px solid #999999; }
  .tabs.center li {
    margin-right: -0.15625rem;
    margin-left: -0.15625rem;
    border: 1px solid #999999;
    border-bottom: none;
    float: none;
    display: inline-block; }

.tabs-content .content.active {
  border: 1px solid #999999; }

.tabs-content .content.active.borderless {
  border-style: none; }

@media only screen and (min-width: 67.5625em) {
  .reviews.default .list.no-title {
    margin-top: 5.75rem; } }

.reviews.default .review .title {
  font-weight: bold;
  font-size: 0.9375rem; }
  .reviews.default .review .title:before, .reviews.default .review .title:after {
    content: " ";
    display: table; }
  .reviews.default .review .title:after {
    clear: both; }
  .reviews.default .review .title .stars {
    float: right;
    margin-top: -0.1875rem;
    font-size: 1.25rem; }

.reviews.default .review .meta {
  color: #999999;
  font-weight: normal;
  margin: 0 0 0.3125rem;
  font-size: 0.8125rem; }
  .reviews.default .review .meta:before, .reviews.default .review .meta:after {
    content: " ";
    display: table; }
  .reviews.default .review .meta:after {
    clear: both; }
  .reviews.default .review .meta .nickname {
    float: left; }
  .reviews.default .review .meta .review-date {
    float: right; }

.reviews.default .review .text p {
  font-size: 0.8125rem; }

.reviews.default .review .text .full {
  display: none; }

.reviews.default .review .text .read-more {
  display: block; }
  .reviews.default .review .text .read-more .close {
    display: none; }

.reviews.default .review .text.js-opened .full {
  display: block; }

.reviews.default .review .text.js-opened .default {
  display: none; }

.reviews.default .review .text.js-opened .read-more {
  margin-top: -0.5rem; }
  .reviews.default .review .text.js-opened .read-more .open {
    display: none; }
  .reviews.default .review .text.js-opened .read-more .close {
    display: inline; }

.row.news .comments ul,
.row.encyclopedia .comments ul {
  list-style-type: none; }
  .row.news .comments ul .comment,
  .row.encyclopedia .comments ul .comment {
    border-bottom: 1px solid #e6e6e6;
    margin: 1rem 0; }
    .row.news .comments ul .comment:last-child,
    .row.encyclopedia .comments ul .comment:last-child {
      border-bottom: none; }
  .row.news .comments ul .nickname small,
  .row.encyclopedia .comments ul .nickname small {
    margin-left: 0.5rem; }

.row .news {
  margin-bottom: 0; }
  .row .news .block-title a {
    float: right;
    font-weight: normal;
    margin-top: 0.0625rem; }
  .row .news .news-item .read-more {
    text-align: left !important; }

.upsell {
  max-height: 10rem; }
  .upsell .title {
    text-align: center;
    font-size: 0.9375rem;
    font-weight: bold;
    margin: 0.5rem 0 0;
    color: #1b5c6f;
    text-transform: none; }
  .upsell .products {
    position: relative;
    overflow: hidden;
    margin: 0 -0.9375rem; }
    .upsell .products .loader {
      top: 3.75rem;
      margin: 0 auto; }
    .upsell .products.slick-initialized .loader {
      display: none; }
    .upsell .products.js-active .product {
      visibility: visible; }
  .upsell .product {
    outline: none;
    visibility: hidden;
    float: left; }
    .upsell .product a {
      outline: none;
      display: block;
      background: #fff;
      position: relative;
      margin: 0.625rem 0.5rem;
      padding: 0.5rem 0.375rem 0.5rem 7.375rem;
      border-radius: 0.125rem;
      min-height: 6.625rem; }
    .upsell .product img {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 6.625rem;
      height: 6.625rem;
      font-size: 0.75rem; }
    .upsell .product .name {
      margin: 0 0 0.75rem;
      font-weight: normal;
      color: #333333;
      font-size: 0.8125rem;
      height: 2.25rem; }
    .upsell .product .old-price-spacer {
      font-size: 0.6875rem;
      margin: 0; }
    .upsell .product .old-price {
      color: #AAAAAA;
      font-size: 0.6875rem;
      text-decoration: line-through;
      margin: 0; }
    .upsell .product .price {
      color: #ab0827;
      margin: -0.1875rem 0 0 0.125rem;
      font-size: 1.125rem; }
    .upsell .product .rating {
      margin-bottom: 0; }

.row.trustpilot .columns {
  padding: 0.8125rem 0 0.375rem;
  min-height: 2.1875rem; }
  .row.trustpilot .columns .trustpilot-widget,
  .row.trustpilot .columns .trustpilot-widget iframe {
    min-height: 2.1875rem; }

.cart-add ul {
  list-style: none;
  margin-left: 0px; }

form.add-to-cart .discounted {
  font-weight: bold;
  color: #ab0827; }

form.add-to-cart .button {
  outline: none; }
  form.add-to-cart .button .success,
  form.add-to-cart .button .loader {
    display: none; }
  form.add-to-cart .button.loading .text,
  form.add-to-cart .button.loading .success {
    display: none; }
  form.add-to-cart .button.loading .loader {
    display: inline; }
  form.add-to-cart .button.success .text,
  form.add-to-cart .button.success .loader {
    display: none; }
  form.add-to-cart .button.success .success {
    display: inline; }

.no-svg .row.active-auctions .hammer-icon {
  background: url("/static/image/icons/auction/hammer.png"); }

.row.active-auctions {
  background: #1b5c6f;
  padding-top: 0;
  padding-bottom: 0; }
  .row.active-auctions .hammer-icon {
    width: 2.375rem;
    height: 1.625rem;
    margin-top: 2.5875rem;
    margin-right: 0.75rem;
    float: left;
    background: url("/static/image/icons/auction/hammer.svg");
    background-size: 2.375rem 1.625rem; }
  .row.active-auctions h3 {
    text-transform: uppercase; }
  .row.active-auctions p, .row.active-auctions h3 {
    margin: 0;
    height: 6.8rem;
    line-height: 6.8rem; }
  .row.active-auctions p {
    font-size: 1.5rem;
    font-size: 0.8125rem; }
  .row.active-auctions .more-auctions {
    float: right;
    color: #FFFFFF; }
    .row.active-auctions .more-auctions:before, .row.active-auctions .more-auctions:after {
      content: " ";
      display: table; }
    .row.active-auctions .more-auctions:after {
      clear: both; }
    .row.active-auctions .more-auctions .text,
    .row.active-auctions .more-auctions .fa {
      height: 6.8rem;
      line-height: 6.8rem;
      float: left; }
    .row.active-auctions .more-auctions .fa {
      margin-left: 0.75rem;
      font-size: 2.25rem;
      color: #92a634; }
  .row.active-auctions .slide {
    color: #fff; }
    .row.active-auctions .slide:before, .row.active-auctions .slide:after {
      content: " ";
      display: table; }
    .row.active-auctions .slide:after {
      clear: both; }
  .row.active-auctions .name {
    font-weight: bold;
    display: block; }
    @media only screen and (min-width: 67.5625em) {
      .row.active-auctions .name {
        display: inline;
        margin-right: 0.75rem; } }
  .row.active-auctions .bids, .row.active-auctions .price {
    float: left;
    margin-right: 0.75rem;
    height: 2rem;
    line-height: 2rem; }
    @media only screen and (min-width: 67.5625em) {
      .row.active-auctions .bids, .row.active-auctions .price {
        margin-right: 0.75rem;
        margin-left: 0.75rem;
        float: none;
        height: inherit;
        line-height: inherit; } }
  .row.active-auctions .slide {
    visibility: hidden; }
    .row.active-auctions .slide .name, .row.active-auctions .slide .bids, .row.active-auctions .slide .price, .row.active-auctions .slide .button {
      visibility: visible; }
    @media only screen and (min-width: 67.5625em) {
      .row.active-auctions .slide {
        visibility: visible; } }
  .row.active-auctions .auctions {
    /*height: $active-auctions-height;*/ }
    .row.active-auctions .auctions .slide {
      float: left; }
  .row.active-auctions .button {
    background: #0089a7;
    float: right;
    margin-bottom: 2.4rem; }
    @media only screen and (min-width: 67.5625em) {
      .row.active-auctions .button {
        margin-top: 2.4rem; } }

#to-top-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #92a634;
  color: white;
  cursor: pointer;
  padding: 1.2em;
  border-radius: 10px; }
  #to-top-btn i {
    font-size: 2em; }

.social {
  float: right;
  margin: 0; }
  .social .label {
    float: left;
    font-size: 0.8125rem;
    margin: 0.25rem 0; }
  .social .share {
    margin: 0.125rem 0 0 0.375rem;
    float: left;
    text-align: center;
    background: #f00;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 3px; }
    .social .share .fa {
      color: #fff;
      line-height: 1.75rem;
      font-size: 1rem; }
    .social .share.google {
      background: #dd4e42; }
      .social .share.google:hover {
        background: #c83124; }
    .social .share.facebook {
      background: #3b5998; }
      .social .share.facebook:hover {
        background: #2d4373; }
    .social .share.twitter {
      background: #55acee; }
      .social .share.twitter:hover {
        background: #2795e9; }

.top-bar {
  background: #fff;
  border-bottom: 1px solid #e6e6e6; }
  .top-bar > .row {
    position: relative; }

.top-bar .cart-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .cart-menu {
      top: 4.3125rem; } }

.top-bar .options {
  display: block; }

.top-bar.js-menu-opened .user-navigation {
  display: block; }

.top-bar .user-navigation {
  display: none;
  position: absolute;
  top: 4.25rem;
  left: 0;
  right: 0;
  height: 2.55rem;
  line-height: 2.55rem;
  border-top: 1px solid #e6e6e6;
  background: #fff;
  z-index: 8880;
  padding: 0 0.25rem; }
  .top-bar .user-navigation li a {
    display: block;
    color: #999999;
    padding: 0 1rem; }
    .top-bar .user-navigation li a:hover {
      color: #333333; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .user-navigation {
      position: static;
      display: block;
      float: right;
      padding: 0 0 0 2.25rem;
      border-top: none; }
      .top-bar .user-navigation li a {
        line-height: 4.25rem;
        padding: 0 1rem; } }

.top-bar .search.js-search {
  float: right; }

.no-svg .top-bar .smartshop > a .icon {
  background-image: url("/static/image/icons/menu/smartshop.png"); }

.no-svg .top-bar .dropdown .icon .image {
  background-image: url("/static/image/icons/dropdown/smartshop.png"); }

.top-bar .smartshop > a {
  color: #ec1c23; }
  .top-bar .smartshop > a .icon {
    background-image: url("/static/image/icons/menu/smartshop.svg"); }

.top-bar .smartshop.js-opened > a {
  position: relative;
  background: #f9bbbd; }

@media only screen and (min-width: 67.5625em) {
  .top-bar .smartshop:hover > a {
    position: relative;
    background: #f9bbbd; } }

.top-bar .smartshop .dropdown .icon {
  background: #ec1c23; }
  .top-bar .smartshop .dropdown .icon .image {
    background-image: url("/static/image/icons/dropdown/smartshop.svg"); }

.top-bar .smartshop .dropdown .links {
  background: #ef3d43; }

.top-bar .smartshop .dropdown li {
  font-weight: bold; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .smartshop .dropdown li a:focus, .top-bar .smartshop .dropdown li a:active, .top-bar .smartshop .dropdown li a:hover {
      color: #c51017;
      background: #f9bbbd; } }

.no-svg .top-bar .vaporizers > a .icon {
  background-image: url("/static/image/icons/menu/vaporizers.png"); }

.no-svg .top-bar .dropdown .icon .image {
  background-image: url("/static/image/icons/dropdown/vaporizers.png"); }

.top-bar .vaporizers > a {
  color: #0088a7; }
  .top-bar .vaporizers > a .icon {
    background-image: url("/static/image/icons/menu/vaporizers.svg"); }

.top-bar .vaporizers.js-opened > a {
  position: relative;
  background: #b3dbe5; }

@media only screen and (min-width: 67.5625em) {
  .top-bar .vaporizers:hover > a {
    position: relative;
    background: #b3dbe5; } }

.top-bar .vaporizers .dropdown .icon {
  background: #0088a7; }
  .top-bar .vaporizers .dropdown .icon .image {
    background-image: url("/static/image/icons/dropdown/vaporizers.svg"); }

.top-bar .vaporizers .dropdown .links {
  background: #00a5cb; }

.top-bar .vaporizers .dropdown li {
  font-weight: bold; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .vaporizers .dropdown li a:focus, .top-bar .vaporizers .dropdown li a:active, .top-bar .vaporizers .dropdown li a:hover {
      color: #005e74;
      background: #b3dbe5; } }

.no-svg .top-bar .seedshop > a .icon {
  background-image: url("/static/image/icons/menu/seedshop.png"); }

.no-svg .top-bar .dropdown .icon .image {
  background-image: url("/static/image/icons/dropdown/seedshop.png"); }

.top-bar .seedshop > a {
  color: #a3b93a; }
  .top-bar .seedshop > a .icon {
    background-image: url("/static/image/icons/menu/seedshop.svg"); }

.top-bar .seedshop.js-opened > a {
  position: relative;
  background: #e3eac4; }

@media only screen and (min-width: 67.5625em) {
  .top-bar .seedshop:hover > a {
    position: relative;
    background: #e3eac4; } }

.top-bar .seedshop .dropdown .icon {
  background: #a3b93a; }
  .top-bar .seedshop .dropdown .icon .image {
    background-image: url("/static/image/icons/dropdown/seedshop.svg"); }

.top-bar .seedshop .dropdown .links {
  background: #b3c84f; }

.top-bar .seedshop .dropdown li {
  font-weight: bold; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .seedshop .dropdown li a:focus, .top-bar .seedshop .dropdown li a:active, .top-bar .seedshop .dropdown li a:hover {
      color: #81922e;
      background: #e3eac4; } }

.no-svg .top-bar .headshop > a .icon {
  background-image: url("/static/image/icons/menu/headshop.png"); }

.no-svg .top-bar .dropdown .icon .image {
  background-image: url("/static/image/icons/dropdown/headshop.png"); }

.top-bar .headshop > a {
  color: #522d91; }
  .top-bar .headshop > a .icon {
    background-image: url("/static/image/icons/menu/headshop.svg"); }

.top-bar .headshop.js-opened > a {
  position: relative;
  background: #cbc0de; }

@media only screen and (min-width: 67.5625em) {
  .top-bar .headshop:hover > a {
    position: relative;
    background: #cbc0de; } }

.top-bar .headshop .dropdown .icon {
  background: #522d91; }
  .top-bar .headshop .dropdown .icon .image {
    background-image: url("/static/image/icons/dropdown/headshop.svg"); }

.top-bar .headshop .dropdown .links {
  background: #6135ac; }

.top-bar .headshop .dropdown li {
  font-weight: bold; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .headshop .dropdown li a:focus, .top-bar .headshop .dropdown li a:active, .top-bar .headshop .dropdown li a:hover {
      color: #3c216a;
      background: #cbc0de; } }

.no-svg .top-bar .lifestyle > a .icon {
  background-image: url("/static/image/icons/menu/lifestyle.png"); }

.no-svg .top-bar .dropdown .icon .image {
  background-image: url("/static/image/icons/dropdown/lifestyle.png"); }

.top-bar .lifestyle > a {
  color: #b60050; }
  .top-bar .lifestyle > a .icon {
    background-image: url("/static/image/icons/menu/lifestyle.svg"); }

.top-bar .lifestyle.js-opened > a {
  position: relative;
  background: #e9b3cb; }

@media only screen and (min-width: 67.5625em) {
  .top-bar .lifestyle:hover > a {
    position: relative;
    background: #e9b3cb; } }

.top-bar .lifestyle .dropdown .icon {
  background: #b60050; }
  .top-bar .lifestyle .dropdown .icon .image {
    background-image: url("/static/image/icons/dropdown/lifestyle.svg"); }

.top-bar .lifestyle .dropdown .links {
  background: #da0060; }

.top-bar .lifestyle .dropdown li {
  font-weight: bold; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .lifestyle .dropdown li a:focus, .top-bar .lifestyle .dropdown li a:active, .top-bar .lifestyle .dropdown li a:hover {
      color: #83003a;
      background: #e9b3cb; } }

.no-svg .top-bar .specials > a .icon {
  background-image: url("/static/image/icons/menu/specials.png"); }

.no-svg .top-bar .dropdown .icon .image {
  background-image: url("/static/image/icons/dropdown/specials.png"); }

.top-bar .specials > a {
  color: #e49201; }
  .top-bar .specials > a .icon {
    background-image: url("/static/image/icons/menu/specials.svg"); }

.top-bar .specials.js-opened > a {
  position: relative;
  background: #f7deb3; }

@media only screen and (min-width: 67.5625em) {
  .top-bar .specials:hover > a {
    position: relative;
    background: #f7deb3; } }

.top-bar .specials .dropdown .icon {
  background: #e49201; }
  .top-bar .specials .dropdown .icon .image {
    background-image: url("/static/image/icons/dropdown/specials.svg"); }

.top-bar .specials .dropdown .links {
  background: #fea60b; }

.top-bar .specials .dropdown li {
  font-weight: bold; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .specials .dropdown li a:focus, .top-bar .specials .dropdown li a:active, .top-bar .specials .dropdown li a:hover {
      color: #b17101;
      background: #f7deb3; } }

.no-svg .top-bar .arrivals > a .icon {
  background-image: url("/static/image/icons/menu/arrivals.png"); }

.no-svg .top-bar .dropdown .icon .image {
  background-image: url("/static/image/icons/dropdown/arrivals.png"); }

.top-bar .arrivals > a {
  color: #265b6b; }
  .top-bar .arrivals > a .icon {
    background-image: url("/static/image/icons/menu/arrivals.svg"); }

.top-bar .arrivals.js-opened > a {
  position: relative;
  background: #beced3; }

@media only screen and (min-width: 67.5625em) {
  .top-bar .arrivals:hover > a {
    position: relative;
    background: #beced3; } }

.top-bar .arrivals .dropdown .icon {
  background: #265b6b; }
  .top-bar .arrivals .dropdown .icon .image {
    background-image: url("/static/image/icons/dropdown/arrivals.svg"); }

.top-bar .arrivals .dropdown .links {
  background: #2f7185; }

.top-bar .arrivals .dropdown li {
  font-weight: bold; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .arrivals .dropdown li a:focus, .top-bar .arrivals .dropdown li a:active, .top-bar .arrivals .dropdown li a:hover {
      color: #193b45;
      background: #beced3; } }

.top-bar .logo {
  position: relative;
  margin: 0 0 0 1rem; }
  .top-bar .logo .hamburger {
    display: block;
    float: left;
    height: 4.25rem;
    width: 4.25rem;
    margin: 0;
    position: relative;
    left: -0.75rem; }
    .top-bar .logo .hamburger .icon {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      line-height: 4.25rem;
      font-size: 2.5rem;
      background-size: 25px 21px;
      background-position: center center;
      background-repeat: no-repeat; }
      .top-bar .logo .hamburger .icon.close {
        background-image: url("/static/image/icons/menu/close.svg");
        display: none; }
      .top-bar .logo .hamburger .icon.bars {
        background-image: url("/static/image/icons/menu/bars.svg"); }
  .top-bar .logo .image {
    position: absolute;
    left: 0;
    right: 2.5rem;
    margin: 0.875rem auto 1.3125rem;
    display: block;
    text-indent: -9999px;
    font-size: 0;
    background-image: url("/static/image/logo/azarius.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.5rem;
    height: 2rem;
    background-size: 7.5rem 2rem; }
  .top-bar .logo .special {
    background-image: url("/../media/images/special-logo.svg"); }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .logo .hamburger {
      display: none; }
    .top-bar .logo .image {
      float: left;
      position: static;
      left: auto;
      right: auto;
      margin: 0.875rem 0 1.3125rem; } }

.top-bar.js-menu-opened .logo .hamburger .icon.close {
  display: block; }

.top-bar.js-menu-opened .logo .hamburger .icon.bars {
  display: none; }

.no-svg .top-bar .logo .hamburger .icon.bars {
  background-image: url("/static/image/icons/menu/bars.png"); }

.no-svg .top-bar .logo .hamburger .icon.close {
  background-image: url("/static/image/icons/menu/close.png"); }

.no-svg .top-bar .logo .image {
  background-image: url("/static/image/logo/azarius.png"); }

.top-bar.js-menu-opened .main-menu {
  display: block; }

.top-bar .main-menu {
  border-top: 1px solid #e6e6e6;
  background: #fff;
  display: none; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .main-menu {
      display: block; } }
  .top-bar .main-menu .main-navigation {
    position: relative; }
    .top-bar .main-menu .main-navigation > li {
      float: none;
      text-align: center;
      font-size: 1rem;
      position: relative; }
      .top-bar .main-menu .main-navigation > li.has-dropdown.js-opened .dropdown {
        display: block; }
      .top-bar .main-menu .main-navigation > li.has-dropdown.js-opened > a {
        border-bottom: none; }
        .top-bar .main-menu .main-navigation > li.has-dropdown.js-opened > a .fa-angle-down {
          display: none; }
        .top-bar .main-menu .main-navigation > li.has-dropdown.js-opened > a .fa-angle-up {
          display: block; }
      @media only screen and (min-width: 67.5625em) {
        .top-bar .main-menu .main-navigation > li.has-dropdown:hover .dropdown {
          display: block; }
        .top-bar .main-menu .main-navigation > li.has-dropdown:hover > a {
          border-bottom: none; }
          .top-bar .main-menu .main-navigation > li.has-dropdown:hover > a .fa-angle-down {
            display: none; }
          .top-bar .main-menu .main-navigation > li.has-dropdown:hover > a .fa-angle-up {
            display: block; } }
      .top-bar .main-menu .main-navigation > li > a {
        display: block;
        padding: 1.125rem 0;
        border-bottom: 1px solid #e6e6e6; }
        .top-bar .main-menu .main-navigation > li > a .fa,
        .top-bar .main-menu .main-navigation > li > a .icon {
          position: absolute;
          top: 0;
          margin-top: 0.75rem;
          width: 2.5rem;
          height: 2.5rem;
          line-height: 2.5rem; }
        .top-bar .main-menu .main-navigation > li > a .icon {
          left: 1.125rem; }
        .top-bar .main-menu .main-navigation > li > a .fa {
          right: 0.875rem;
          font-size: 2rem;
          color: #CCCCCC; }
        .top-bar .main-menu .main-navigation > li > a .fa-angle-up {
          display: none;
          color: #fff; }
    @media only screen and (min-width: 67.5625em) {
      .top-bar .main-menu .main-navigation {
        margin: 0 auto;
        max-width: 77.5rem;
        width: 100%; }
        .top-bar .main-menu .main-navigation:before, .top-bar .main-menu .main-navigation:after {
          content: " ";
          display: table; }
        .top-bar .main-menu .main-navigation:after {
          clear: both; }
        .top-bar .main-menu .main-navigation > li {
          position: static;
          float: left;
          font-size: 0.8125rem; }
          .top-bar .main-menu .main-navigation > li > a {
            width: 8.5rem;
            padding-top: 1.75rem;
            height: 6.8rem;
            border-bottom: none; }
            .top-bar .main-menu .main-navigation > li > a .icon {
              position: static;
              margin: 0 auto; }
            .top-bar .main-menu .main-navigation > li > a .fa {
              display: none !important; } }

.main-menu .dropdown {
  display: none;
  background: #ebe8d9;
  z-index: 5000; }
  @media only screen and (min-width: 67.5625em) {
    .main-menu .dropdown {
      position: absolute;
      left: 0;
      right: 0; } }
  .main-menu .dropdown .icon {
    display: none;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    text-align: center; }
    @media only screen and (min-width: 67.5625em) {
      .main-menu .dropdown .icon {
        display: block; } }
    .main-menu .dropdown .icon .contain {
      position: absolute;
      top: 50%;
      left: 0px;
      right: 0px;
      background: #fff;
      height: 0px;
      margin: -50px 0; }
    .main-menu .dropdown .icon .image {
      margin: 0 auto 0.5rem;
      width: 40px;
      height: 40px; }
    .main-menu .dropdown .icon span {
      color: #fff; }
  .main-menu .dropdown .links {
    float: none;
    padding: 1.5rem 0; }
    @media only screen and (min-width: 67.5625em) {
      .main-menu .dropdown .links {
        float: right;
        padding: 2rem; } }
  .main-menu .dropdown ul {
    list-style-type: none;
    margin: 0; }
    @media only screen and (min-width: 67.5625em) {
      .main-menu .dropdown ul {
        float: left;
        width: 215px;
        margin: 0 0 0 1rem; } }
  .main-menu .dropdown li {
    text-align: left; }
    .main-menu .dropdown li a {
      display: block;
      padding: 0 2rem 0 4rem !important;
      height: auto !important;
      font-size: 1rem;
      line-height: 3rem;
      color: #FFFFFF; }
      @media only screen and (min-width: 67.5625em) {
        .main-menu .dropdown li a {
          padding: 0 0.75rem !important;
          font-size: 0.8125rem;
          line-height: 2rem; } }

.top-bar.js-menu-opened .options {
  display: block; }

.top-bar .options {
  display: none;
  padding: 0 0.5rem 0 1rem;
  position: absolute;
  top: 4.25rem;
  right: 0;
  height: 2.55rem;
  z-index: 8881;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .options {
      height: 4.25rem;
      display: block;
      position: relative;
      float: right;
      top: auto;
      right: auto; } }
  .top-bar .options.js-opened {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }
    @media only screen and (min-width: 67.5625em) {
      .top-bar .options.js-opened {
        border-bottom: none;
        border-top: none; } }
    .top-bar .options.js-opened > .fa {
      display: block; }
    .top-bar .options.js-opened .list {
      visibility: hidden; }
  .top-bar .options > .fa {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    background: #fff;
    left: 0;
    line-height: 2.55rem;
    text-align: center;
    font-size: 2rem;
    color: #999999; }
    @media only screen and (min-width: 67.5625em) {
      .top-bar .options > .fa {
        line-height: 4.25rem; } }
  .top-bar .options li span {
    display: block;
    color: #999999;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 2.55rem;
    padding: 0 0.75rem;
    margin-left: 0.5rem; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .options:hover li span {
      color: #666666; }
    .top-bar .options li span {
      line-height: 4.25rem;
      margin-left: 0; } }

.top-bar .selecters {
  display: none;
  position: absolute;
  z-index: 8880;
  top: 6.8rem;
  right: 0;
  background: #fff;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  @media only screen and (min-width: 67.5625em) {
    .top-bar .selecters {
      top: 4.3125rem;
      width: 26%;
      border-top: none;
      border-bottom: none;
      border-left: 1px solid #e6e6e6; } }
  .top-bar .selecters.js-opened {
    display: block; }
  .top-bar .selecters .selecter {
    border-bottom: 1px solid #e6e6e6; }
    .top-bar .selecters .selecter:before, .top-bar .selecters .selecter:after {
      content: " ";
      display: table; }
    .top-bar .selecters .selecter:after {
      clear: both; }
    .top-bar .selecters .selecter:last-child {
      border-bottom: none; }
    .top-bar .selecters .selecter .label {
      float: left;
      margin: 0;
      line-height: 4.25rem;
      padding: 0 0 0 0.75rem;
      color: #999999; }
      @media only screen and (min-width: 67.5625em) {
        .top-bar .selecters .selecter .label {
          line-height: 2.24583rem; } }
    .top-bar .selecters .selecter select {
      width: 11.25rem;
      float: right;
      height: auto;
      margin-top: 0.5rem;
      margin-right: 1rem;
      border-color: #e6e6e6;
      padding: 0.875rem 1rem; }
      @media only screen and (min-width: 67.5625em) {
        .top-bar .selecters .selecter select {
          width: 9.375rem;
          margin-right: 0;
          padding: 0; } }

@keyframes move {
  0% {
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    transform: translate(0px, 0px); } }

.cart-menu {
  height: 0; }
  .cart-menu .add-notification {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 19999999;
    display: none; }
    .cart-menu .add-notification.animate {
      display: block; }
      .cart-menu .add-notification.animate .icon {
        animation: move 1s ease; }
    .cart-menu .add-notification .row {
      margin: 0 auto;
      max-width: 77.5rem;
      width: 100%; }
      .cart-menu .add-notification .row:before, .cart-menu .add-notification .row:after {
        content: " ";
        display: table; }
      .cart-menu .add-notification .row:after {
        clear: both; }
    .cart-menu .add-notification .colums {
      padding-right: 0.9375rem; }
    .cart-menu .add-notification .cart-button {
      background: none;
      border-left: none; }
    .cart-menu .add-notification .total {
      visibility: hidden; }
    .cart-menu .add-notification .icon {
      transform: translate(-100px, 100px);
      opacity: 0;
      color: #d06f19; }
  .cart-menu.locked .remove {
    display: none !important; }
  .cart-menu.locked .quantity {
    visibility: hidden; }
    .cart-menu.locked .quantity .fs-number,
    .cart-menu.locked .quantity input {
      display: none !important; }
  .cart-menu.active .curtain {
    display: block; }
  .cart-menu.active .cart-button {
    z-index: 10001; }
  .cart-menu.active .popup {
    display: block; }
  .cart-menu .cart-button {
    color: #1b5c6f;
    position: relative;
    display: block;
    float: right;
    text-align: center;
    background: #fff;
    padding: 0.375rem 1rem;
    height: 4.1875rem;
    border-left: 1px solid #e6e6e6;
    z-index: 1000; }
    @media only screen and (min-width: 67.5625em) {
      .cart-menu .cart-button {
        padding: 1.1875rem 1.5rem 0;
        height: 5.5135rem;
        margin-top: 0.612rem; } }
  .cart-menu .icon {
    font-size: 1.75rem;
    display: block; }
  .cart-menu .total {
    font-size: 1.0625rem;
    margin-bottom: 0; }
  .cart-menu .container {
    position: absolute;
    top: 4.1875rem;
    right: 0;
    left: 0; }
    @media only screen and (min-width: 67.5625em) {
      .cart-menu .container {
        top: 6.12rem; } }
  .cart-menu .popup {
    position: fixed;
    left: 0;
    right: 0;
    display: none;
    top: 0;
    bottom: 0;
    z-index: 10001;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: none; }
    .cart-menu .popup .close-cart {
      border-bottom: 1px solid #e6e6e6;
      height: 3.125rem;
      line-height: 3.125rem; }
      .cart-menu .popup .close-cart:before, .cart-menu .popup .close-cart:after {
        content: " ";
        display: table; }
      .cart-menu .popup .close-cart:after {
        clear: both; }
      .cart-menu .popup .close-cart .close {
        float: right;
        color: #ab0827;
        padding: 0 0.9375rem;
        font-size: 0.9375rem; }
    .cart-menu .popup .cart-products {
      position: absolute;
      top: 3.125rem;
      bottom: 6.25rem;
      left: 0;
      right: 0;
      overflow: auto; }
    .cart-menu .popup .extra {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      border-top: 0.0625rem solid #e6e6e6;
      height: 6.25rem;
      line-height: 6.25rem; }
      .cart-menu .popup .extra:before, .cart-menu .popup .extra:after {
        content: " ";
        display: table; }
      .cart-menu .popup .extra:after {
        clear: both; }
      .cart-menu .popup .extra .button {
        float: left;
        padding: 0 2.25rem;
        margin: 0 0.9375rem; }
        .cart-menu .popup .extra .button.success {
          float: right; }
      .cart-menu .popup .extra .total {
        font-weight: bold;
        font-size: 0.9375rem;
        min-height: 3rem;
        line-height: 3rem;
        margin: 0.3125rem 0.9375rem;
        text-align: right; }
    .cart-menu .popup .discounts .line {
      color: #81922e; }
      .cart-menu .popup .discounts .line:before, .cart-menu .popup .discounts .line:after {
        content: " ";
        display: table; }
      .cart-menu .popup .discounts .line:after {
        clear: both; }
      .cart-menu .popup .discounts .line .meta, .cart-menu .popup .discounts .line .remove {
        display: none !important; }
      .cart-menu .popup .discounts .line .info {
        float: left;
        width: 50%; }
      .cart-menu .popup .discounts .line .finance {
        float: right;
        width: 30%;
        margin: 0 7%; }
        .cart-menu .popup .discounts .line .finance .total {
          float: right;
          width: 100% !important;
          margin: 0; }
      .cart-menu .popup .discounts .line h3 {
        font-size: 0.8125rem;
        font-weight: normal;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #81922e; }
    .cart-menu .popup .cart-list .empty {
      color: #999999;
      border-bottom: 1px solid #e6e6e6;
      padding: 0 0.75rem;
      min-height: 3rem;
      line-height: 3rem; }
    .cart-menu .popup .cart-list .line {
      border-bottom: 1px solid #e6e6e6;
      padding: 0.75rem 0.9375rem; }
      .cart-menu .popup .cart-list .line:before, .cart-menu .popup .cart-list .line:after {
        content: " ";
        display: table; }
      .cart-menu .popup .cart-list .line:after {
        clear: both; }
      .cart-menu .popup .cart-list .line .name {
        display: block;
        float: left;
        width: 100%; }
        .cart-menu .popup .cart-list .line .name .image {
          display: block;
          float: left; }
      .cart-menu .popup .cart-list .line .price,
      .cart-menu .popup .cart-list .line .total {
        text-align: right; }
      .cart-menu .popup .cart-list .line .price,
      .cart-menu .popup .cart-list .line .quantity,
      .cart-menu .popup .cart-list .line .total,
      .cart-menu .popup .cart-list .line .remove {
        float: left;
        min-height: 3rem;
        line-height: 3rem; }
      .cart-menu .popup .cart-list .line .quantity .fs-number {
        margin: 0.4375rem 0 0 0; }
      .cart-menu .popup .cart-list .line .price,
      .cart-menu .popup .cart-list .line .total,
      .cart-menu .popup .cart-list .line .quantity {
        width: 30%; }
      .cart-menu .popup .cart-list .line .remove {
        width: 10%;
        text-align: center;
        position: relative;
        right: -3%; }
        .cart-menu .popup .cart-list .line .remove .fa {
          line-height: 3rem;
          color: #ab0827;
          font-size: 1rem; }
        .cart-menu .popup .cart-list .line .remove .fa-refresh {
          display: none; }
        .cart-menu .popup .cart-list .line .remove.disabled .fa-remove {
          display: none; }
        .cart-menu .popup .cart-list .line .remove.disabled .fa-refresh {
          display: block; }
    @media only screen and (min-width: 67.5625em) {
      .cart-menu .popup {
        position: absolute;
        width: 50%;
        right: 0;
        left: auto;
        bottom: auto; }
        .cart-menu .popup .close-cart {
          display: none; }
        .cart-menu .popup .cart-products {
          position: static;
          overflow: hidden; }
        .cart-menu .popup .extra {
          height: auto;
          line-height: inherit;
          position: static;
          border-top: none; }
          .cart-menu .popup .extra .button {
            margin: 0.5rem 0 0.5rem 0.75rem; }
            .cart-menu .popup .extra .button.success {
              float: left; }
          .cart-menu .popup .extra .total {
            margin: 0 7% 0 0;
            float: right; }
        .cart-menu .popup .cart-list .line {
          padding: 0; }
          .cart-menu .popup .cart-list .line .name {
            padding: 1em 0.75rem;
            float: left;
            min-height: 3rem;
            width: 50%; }
            .cart-menu .popup .cart-list .line .name .image {
              float: left;
              display: block;
              min-height: 3rem; }
          .cart-menu .popup .cart-list .line .quantity {
            margin: 1em 0.75rem;
            width: 12%; }
          .cart-menu .popup .cart-list .line .total {
            width: 12%; }
          .cart-menu .popup .cart-list .line .price {
            width: 13%; }
          .cart-menu .popup .cart-list .line .remove {
            width: 7%;
            text-align: center; } }

.sidebar-menu ul {
  padding: 1.125rem 0;
  border-top: 1px solid #e6e6e6; }
  .sidebar-menu ul:first-child {
    padding-top: 0;
    border-top: none; }
  .sidebar-menu ul li {
    margin-top: 0.5rem; }
    .sidebar-menu ul li:first-child {
      margin-top: 0; }
  .sidebar-menu ul a {
    display: block;
    padding: 0.1875rem 0.75rem;
    font-size: 0.8125rem; }
  .sidebar-menu ul .fa {
    margin-right: 0.5rem;
    width: 1rem;
    text-align: center; }
  .sidebar-menu ul a.alert {
    color: #ab0827; }
    .sidebar-menu ul a.alert:hover {
      color: #c3092d; }

.breadcrumbs {
  padding: 0.5rem 1rem; }
  .breadcrumbs:first-child {
    padding-left: 0; }
  .breadcrumbs .breadcrumb {
    font-size: 0.8125rem; }
    .breadcrumbs .breadcrumb:before {
      content: "-";
      margin: 0 0.25rem;
      color: #AAAAAA; }
    .breadcrumbs .breadcrumb:first-child:before {
      content: none; }
    .breadcrumbs .breadcrumb:last-child a {
      color: #92a634; }
    .breadcrumbs .breadcrumb a {
      color: #AAAAAA; }

.search.js-search {
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid #e6e6e6; }
  @media only screen and (min-width: 67.5625em) {
    .search.js-search {
      margin-top: 0.6375rem;
      width: auto;
      border-left: 1px solid #e6e6e6;
      border-right: 1px solid #e6e6e6;
      border-top: none; } }
  .search.js-search.active input {
    z-index: 10001; }
  .search.js-search.results-active .overlay.arrow {
    display: block;
    z-index: 10002;
    background: #fff;
    border-left: 1px solid #e6e6e6;
    color: #999999; }
  .search.js-search.loading .overlay.load-icon {
    display: block;
    z-index: 10002; }
  .search.js-search.js-overlay .overlay.label {
    display: block; }
  .search.js-search input {
    border: none;
    position: relative;
    background: #fff;
    color: #999999;
    padding: 0 1rem;
    height: 2.55rem;
    line-height: 2.55rem;
    font-size: 1rem;
    width: 100%;
    outline: none; }
  .search.js-search .overlay {
    display: none;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    color: #AAAAAA;
    height: 2.55rem;
    line-height: 2.55rem; }
    .search.js-search .overlay .fa {
      line-height: 2.55rem; }
  @media only screen and (min-width: 67.5625em) {
    .search.js-search input {
      width: 31.5rem;
      height: 2.9125rem;
      line-height: 2.9125rem; }
    .search.js-search .overlay {
      height: 2.975rem;
      line-height: 2.975rem; }
      .search.js-search .overlay .fa {
        line-height: 2.975rem; } }
  .search.js-search .label {
    left: 0px;
    text-transform: uppercase; }
    .search.js-search .label p {
      font-size: 0.8125rem;
      line-height: 2.02rem;
      margin: 0; }
    .search.js-search .label span {
      position: relative;
      top: -3px; }
    .search.js-search .label .fa {
      margin: 0 1rem 0 0;
      font-size: 1.5rem; }
  .search.js-search .load-icon {
    display: none;
    font-size: 1.5rem;
    right: 2.975rem; }
  .search.js-search .load-icon,
  .search.js-search .arrow {
    width: 2.975rem; }
    .search.js-search .load-icon .fa,
    .search.js-search .arrow .fa {
      font-size: 1rem; }

.search.js-search.active .curtain {
  display: block; }

.search.js-search.results-active .results {
  display: block; }

.search.js-search .results {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10001;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  top: 2.55rem; }
  @media only screen and (min-width: 67.5625em) {
    .search.js-search .results {
      top: 100%; } }
  .search.js-search .results .result {
    border-top: 1px solid #e6e6e6; }
    .search.js-search .results .result a {
      padding: 0.75rem 1rem;
      display: block; }
      .search.js-search .results .result a.target {
        background: #EEEEEE; }
  .search.js-search .results .more-results {
    text-align: right; }
    .search.js-search .results .more-results .fa {
      position: relative;
      margin-left: 0.5rem;
      font-size: 1rem;
      top: 0.125rem; }

.footer {
  border-top: 1px solid #005f74;
  background: #0089a7;
  padding: 0.75rem 0 1rem; }
  .footer .columns {
    margin-bottom: 0; }
  .footer .title {
    color: #98d5ef;
    font-weight: bold;
    border-bottom: 1px solid #113c48;
    font-size: 0.9375rem;
    padding: 0.75rem 0; }
    @media only screen and (min-width: 67.5625em) {
      .footer .title {
        padding: 0.75rem 1.5rem; } }
  .footer ul {
    list-style-type: none;
    margin: 0 0 1rem 0 !important; }
    @media only screen and (min-width: 67.5625em) {
      .footer ul {
        margin: 0 0 1rem 1.5rem !important; } }
  .footer label,
  .footer p {
    margin: 0.75rem 0;
    color: #98d5ef;
    font-size: 0.8125rem; }
  .footer li {
    color: #98d5ef;
    font-size: 0.8125rem;
    line-height: 2rem; }
  .footer a {
    color: #98d5ef; }
  .footer .fa {
    width: 1rem;
    text-align: center; }
  .footer .icons {
    margin-bottom: 0.75rem;
    padding: 0 0 0 1.5rem; }
    .footer .icons:before, .footer .icons:after {
      content: " ";
      display: table; }
    .footer .icons:after {
      clear: both; }
    @media only screen and (min-width: 67.5625em) {
      .footer .icons {
        padding: 0; } }
    .footer .icons.top img {
      margin-right: 0.75rem; }
    .footer .icons.middle img {
      margin-right: 0.375rem; }
    .footer .icons.bottom img {
      margin-right: 1rem; }
    .footer .icons .bitcoin {
      margin-top: 0.25rem; }
    .footer .icons .vlos {
      margin-top: 0.1875rem; }
    .footer .icons .bancontact-mistercash {
      margin-top: 0.0625rem; }
    .footer .icons img {
      margin: 0;
      float: left; }
      .footer .icons img:last-child {
        margin-right: 0 !important; }

.payment-icons-bar {
  background: #FFFFFF;
  padding: 0.4375rem 0px; }
  .payment-icons-bar span {
    margin: 0.4375rem 0.9375rem;
    display: inline-block; }
  .payment-icons-bar table {
    border: none;
    margin: 1rem 0; }
  .payment-icons-bar tr {
    background: #FFFFFF;
    border: none; }
  .payment-icons-bar td {
    float: left;
    width: 50%;
    text-align: center;
    height: 4rem;
    line-height: 4rem; }
  @media only screen and (min-width: 67.5625em) {
    .payment-icons-bar table {
      margin: 0.5rem 0; }
    .payment-icons-bar td {
      float: none;
      width: auto;
      height: auto;
      line-height: auto; } }

.link-bar {
  background: #1b5c6f;
  color: #629dba;
  font-weight: bold;
  font-size: 0.8125rem;
  padding: 0.75rem 0; }
  .link-bar a {
    color: #629dba; }
  .link-bar .text {
    line-height: 2rem;
    border-left: 1px solid #629dba;
    text-align: center;
    margin-bottom: 0; }
  .link-bar .columns .text:first-child {
    border-left: none; }
  @media only screen and (min-width: 67.5625em) {
    .link-bar > .row > .columns:first-child {
      border-left: none !important;
      text-align: left; }
    .link-bar > .row > .columns:last-child {
      border-right: 1px solid #629dba !important; }
    .link-bar .columns .text {
      border-left: 1px solid #629dba !important; } }

.usps .usp .image.box {
  background-image: url("/static/image/icons/usp/box.svg"); }

.no-svg .usps .usp .image.box {
  background-image: url("/static/image/icons/usp/box.png"); }

.usps .usp .image.euro {
  background-image: url("/static/image/icons/usp/euro.svg"); }

.no-svg .usps .usp .image.euro {
  background-image: url("/static/image/icons/usp/euro.png"); }

.usps .usp .image.clock {
  background-image: url("/static/image/icons/usp/clock.svg"); }

.no-svg .usps .usp .image.clock {
  background-image: url("/static/image/icons/usp/clock.png"); }

.usps .usp .image.present {
  background-image: url("/static/image/icons/usp/present.svg"); }

.no-svg .usps .usp .image.present {
  background-image: url("/static/image/icons/usp/present.png"); }

.usps .usp .image.heart {
  background-image: url("/static/image/icons/usp/heart.svg"); }

.no-svg .usps .usp .image.heart {
  background-image: url("/static/image/icons/usp/heart.png"); }

.usps .usp .image.thumb {
  background-image: url("/static/image/icons/usp/thumb.svg"); }

.no-svg .usps .usp .image.thumb {
  background-image: url("/static/image/icons/usp/thumb.png"); }

.stacked.usps .title {
  margin-bottom: 1.5rem; }

.stacked.usps .usp {
  position: relative;
  padding: 0 0 0 2.25rem; }
  .stacked.usps .usp .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 1.5rem;
    width: 1.5rem;
    background-size: cover; }
  .stacked.usps .usp .name {
    line-height: 1.5rem;
    color: #999999; }

.row.usps {
  padding: 2rem 0 1rem 0; }
  .row.usps .usp {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
    min-height: 15rem;
    text-align: center; }
    .row.usps .usp .image {
      margin: 0 auto;
      width: 3.75rem;
      height: 3.75rem; }
    .row.usps .usp .name {
      margin-top: 1.5rem;
      font-weight: bold;
      color: #333333;
      width: 80%;
      margin: 1.5rem auto;
      font-size: 0.875rem; }
    @media only screen and (min-width: 67.5625em) {
      .row.usps .usp {
        min-height: 0;
        margin: 0;
        padding: 0;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 16.66667%;
        float: left; }
        .row.usps .usp .image {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 25%;
          float: left;
          width: 2.5rem;
          height: 2.5rem; }
        .row.usps .usp .name {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 75%;
          float: left;
          margin: 0;
          padding: 0; } }
  .row.usps .more .when-opened {
    display: none; }
  .row.usps .more .more-info-button {
    text-align: center;
    margin-bottom: 2.25rem; }
    @media only screen and (min-width: 67.5625em) {
      .row.usps .more .more-info-button {
        margin-top: 0.625rem;
        margin-bottom: 0;
        font-size: 0.8125rem; } }
    .row.usps .more .more-info-button a {
      color: #999999; }
  .row.usps .more .more-info-content {
    display: none;
    padding-bottom: 4.75rem; }
    @media only screen and (min-width: 67.5625em) {
      .row.usps .more .more-info-content {
        padding-bottom: 0; } }
  .row.usps .more.js-opened .more-info-content,
  .row.usps .more.js-opened .when-opened {
    display: block; }
  .row.usps .more.js-opened .when-closed {
    display: none; }

.attention .block {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .attention .block:hover .overlay, .attention .block.js-active .overlay {
    height: 100%; }
    .attention .block:hover .overlay .actions .down, .attention .block.js-active .overlay .actions .down {
      display: block; }
    .attention .block:hover .overlay .actions .up, .attention .block.js-active .overlay .actions .up {
      display: none; }
    .attention .block:hover .overlay .description, .attention .block.js-active .overlay .description {
      display: block; }
  .attention .block .contain {
    background: #EEEEEE; }
  .attention .block .overlay {
    padding: 0 0.75rem;
    color: #fff;
    background: #3074b4;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px; }
    .attention .block .overlay .title {
      color: #fff;
      margin-top: 1.125rem;
      font-size: 0.875rem;
      height: 2rem; }
      .attention .block .overlay .title small {
        color: #fff;
        margin-top: 0.375rem;
        display: block; }
    .attention .block .overlay .actions {
      margin-top: 0.75rem;
      margin-bottom: 0.5rem; }
      .attention .block .overlay .actions span {
        color: #fff;
        font-size: 0.625rem;
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 0.625rem; }
      .attention .block .overlay .actions .fa {
        float: right;
        font-size: 1.25rem; }
      .attention .block .overlay .actions .down {
        display: none; }
      .attention .block .overlay .actions .up {
        display: block; }
    .attention .block .overlay .description {
      display: none;
      font-size: 0.6875rem; }

.attention .block.smartshop .overlay {
  background: rgba(236, 28, 35, 0.83); }

.attention .block.vaporizers .overlay {
  background: rgba(0, 136, 167, 0.83); }

.attention .block.seedshop .overlay {
  background: rgba(163, 185, 58, 0.83); }

.attention .block.headshop .overlay {
  background: rgba(82, 45, 145, 0.83); }

.attention .block.lifestyle .overlay {
  background: rgba(182, 0, 80, 0.83); }

.banners {
  display: none; }
  @media only screen and (min-width: 67.5625em) {
    .banners {
      display: block; } }
  .banners .slider {
    overflow: hidden; }
    .banners .slider .slides {
      position: relative;
      margin: 3rem 0;
      overflow: hidden;
      height: 200px; }
      .banners .slider .slides.slick-initialized {
        height: auto; }
        .banners .slider .slides.slick-initialized .loader {
          display: none; }
        .banners .slider .slides.slick-initialized .slide {
          visibility: visible; }
      @media only screen and (min-width: 67.5625em) {
        .banners .slider .slides {
          width: 150%;
          left: -25%; } }
      .banners .slider .slides .slick-arrow {
        position: absolute;
        z-index: 3;
        top: 0;
        bottom: 0;
        width: 17%;
        cursor: pointer;
        color: #333333;
        font-size: 6.25rem; }
        .banners .slider .slides .slick-arrow .fa {
          position: absolute;
          top: 50%;
          height: 0;
          margin-top: -3.125rem; }
        .banners .slider .slides .slick-arrow:hover .fa {
          color: #666666; }
        .banners .slider .slides .slick-arrow.slick-next {
          right: 15%; }
          .banners .slider .slides .slick-arrow.slick-next .fa {
            right: 50%; }
        .banners .slider .slides .slick-arrow.slick-prev {
          left: 15%; }
          .banners .slider .slides .slick-arrow.slick-prev .fa {
            left: 50%; }
      .banners .slider .slides .slide {
        display: block;
        float: left;
        visibility: hidden; }
        .banners .slider .slides .slide img {
          opacity: 0.2; }
        .banners .slider .slides .slide.slick-current img {
          opacity: 1; }
        @media only screen and (min-width: 67.5625em) {
          .banners .slider .slides .slide .contain {
            position: relative;
            z-index: 1;
            margin: 1.25rem;
            transition: margin 300ms; }
          .banners .slider .slides .slide img {
            transition: opacity 300ms; }
          .banners .slider .slides .slide.slick-current .contain {
            z-index: 2;
            margin: 0 -2.5rem; } }

.row.test-team {
  padding: 2rem 2.25rem 4.5rem; }
  @media only screen and (min-width: 67.5625em) {
    .row.test-team {
      padding: 2rem 0; } }
  .row.test-team .list,
  .row.test-team .logo,
  .row.test-team .poster,
  .row.test-team .text {
    position: relative;
    min-height: 18.125rem; }
  .row.test-team .list .button,
  .row.test-team .logo .button {
    position: absolute;
    left: 0.9375rem;
    right: 0.9375rem;
    bottom: 0; }
    @media only screen and (min-width: 67.5625em) {
      .row.test-team .list .button,
      .row.test-team .logo .button {
        display: block; } }
  .row.test-team .button {
    display: none;
    background: #3d7fc2; }
  .row.test-team .poster img {
    width: 60%;
    margin: 0 20%;
    height: 18.125rem; }
  .row.test-team .logo img {
    width: 100%;
    height: 14.375rem; }
  .row.test-team .list ul {
    padding: 0.75rem 0; }
  .row.test-team .list li {
    padding: 0.5rem 0; }
  @media only screen and (min-width: 67.5625em) {
    .row.test-team .text {
      padding-left: 4rem; }
      .row.test-team .text .button {
        display: none !important; } }
  .row.test-team .text .title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #555555; }
    @media only screen and (min-width: 67.5625em) {
      .row.test-team .text .title {
        font-size: 0.9375rem; } }
  .row.test-team .text p {
    font-size: 1.25rem; }
    @media only screen and (min-width: 67.5625em) {
      .row.test-team .text p {
        font-size: 0.8125rem; } }
  .row.test-team .text .button {
    display: block;
    margin: 2rem 0 3rem; }

.row.home .news {
  padding-bottom: 2rem; }

.row.home .news,
.row.home .reviews {
  padding-top: 2rem; }
  @media only screen and (min-width: 67.5625em) {
    .row.home .news,
    .row.home .reviews {
      padding-top: 0;
      padding-bottom: 0; } }

.row.home .more .more-info {
  text-align: left;
  display: none; }

@media only screen and (min-width: 67.5625em) {
  .row.home .news {
    padding-left: 2.5rem; }
  .row.home .reviews {
    padding-right: 2.5rem; } }

.category-info {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding-bottom: 0.9rem; }
  @media only screen and (min-width: 67.5625em) {
    .category-info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 80%;
      float: left; } }
  .category-info .columns:first-child {
    padding-left: 0;
    padding-right: 0; }

.category-more-info {
  margin: 2em 0 2em 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 80%;
  float: left; }
  .category-more-info > .title {
    margin: 1.5em 0 0.5em 0; }

.categories {
  padding: 3rem 0 1.5rem 0; }
  .categories .category {
    margin-bottom: 3rem; }
    @media only screen and (min-width: 67.5625em) {
      .categories .category {
        padding: 0 1.875rem; } }
    .categories .category .title {
      margin-bottom: 0.5rem;
      white-space: nowrap;
      overflow: hidden; }
      .categories .category .title a {
        color: #547824; }
    .categories .category .image .contain {
      padding-bottom: 75%; }
    .categories .category .description {
      font-size: 0.8125rem;
      height: 3.75rem;
      margin: 0.75rem 0 1rem;
      display: none; }
      @media only screen and (min-width: 67.5625em) {
        .categories .category .description {
          display: block; } }
    .categories .category .button {
      margin-top: 0.75rem;
      display: block;
      color: #fff;
      background: #a3b93a;
      height: 2rem;
      line-height: 2rem; }
      @media only screen and (min-width: 67.5625em) {
        .categories .category .button {
          margin-top: 0; } }

.row.category .sep {
  clear: both;
  padding-top: 0.9375rem; }

.cat-usps {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 80%;
  float: left;
  margin-bottom: 1em; }
  .cat-usps p {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 26.66667%;
    float: left;
    text-align: center;
    font-weight: bold; }

.order {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem; }
  @media only screen and (min-width: 67.5625em) {
    .order {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 80%;
      float: left; } }
  .order .label {
    float: left;
    margin: 0;
    padding-left: 0 !important;
    color: #999999; }
  .order .list {
    float: left; }
  .order .label,
  .order li {
    font-size: 0.8125rem;
    padding: 0 0.5rem; }
    @media only screen and (min-width: 67.5625em) {
      .order .label,
      .order li {
        padding: 0 1.75rem; } }
  .order li {
    font-size: 0.8125rem; }
    .order li:first-child {
      padding-right: 0; }
    @media only screen and (min-width: 67.5625em) {
      .order li:first-child {
        padding-right: 1.75rem; } }
    .order li .fa {
      color: #999999;
      display: none; }
    .order li.active {
      font-weight: bold; }
      .order li.active .fa {
        display: inline; }
  .order .order-by {
    float: right; }
  .order .found-rows {
    float: left; }

.filtersnippets {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding-top: 0.9rem; }
  @media only screen and (min-width: 67.5625em) {
    .filtersnippets {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 80%;
      float: left; } }
  .filtersnippets .button {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0.9rem;
    color: #1b5c6f;
    border: 1px solid #1b5c6f;
    background: white; }
    .filtersnippets .button:hover {
      color: white;
      background: #1b5c6f; }
  .filtersnippets .clear {
    display: inline-block;
    margin-bottom: 0.9rem;
    font-weight: bold; }
  .filtersnippets .small {
    margin-bottom: 0.9rem; }
    .filtersnippets .small .clear {
      display: inline-block;
      margin-bottom: 0; }
  .filtersnippets .sep {
    padding-top: 0 !important; }

.viewport-select {
  padding-left: 0px;
  height: 3.4rem;
  margin-top: 0.425rem;
  padding-right: 0.9375rem; }
  @media only screen and (min-width: 67.5625em) {
    .viewport-select {
      border-left: 1px solid #999999; } }
  .viewport-select .listmode {
    display: block;
    color: #AAAAAA;
    float: right;
    text-align: center;
    padding: 0 0 0 1.25rem;
    font-size: 2rem;
    height: 3.4rem; }
    .viewport-select .listmode.active {
      color: #666666; }
    .viewport-select .listmode .fa {
      margin-top: 0.125rem;
      line-height: 3.4rem; }

.row.category ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

.row.category .show-more {
  width: 100%;
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 0.8125rem; }

.row.category .sidebar {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding-top: 0 !important; }
  @media only screen and (min-width: 67.5625em) {
    .row.category .sidebar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 20%;
      float: left;
      min-height: 50em;
      padding-top: 2.25rem; } }
  .row.category .sidebar .more {
    display: none; }
  .row.category .sidebar .mobile {
    display: none; }
    @media only screen and (min-width: 67.5625em) {
      .row.category .sidebar .mobile {
        display: block; } }
  .row.category .sidebar .more-options .mobile {
    display: block; }
  .row.category .sidebar .more-options .more {
    display: block; }

.row.category .category-links {
  padding-bottom: 0; }
  @media only screen and (min-width: 67.5625em) {
    .row.category .category-links {
      padding-bottom: 2em; } }

.row.category .filters {
  float: left;
  clear: left;
  width: 100%;
  display: none; }
  .row.category .filters.toggled {
    display: block; }
  .row.category .filters .range {
    margin: 1em; }
  .row.category .filters .noUi-connect {
    background: #92a634; }
  .row.category .filters .content {
    display: block;
    padding: 0px;
    margin-top: 0.5em; }
  .row.category .filters .filter {
    margin-top: 1.5em; }
    .row.category .filters .filter .option {
      padding-bottom: 0.6em; }
    .row.category .filters .filter .name {
      font-family: 'glober', Arial, sans-serif;
      font-size: 0.9375rem;
      cursor: default;
      color: #333333;
      font-weight: bold;
      margin-top: 1em; }
  .row.category .filters #filter_price .name {
    display: none; }

@media only screen and (min-width: 67.5625em) {
  .row.category .mobile-buttons {
    display: none; }
  .row.category .filters {
    display: block; }
    .row.category .filters .filter .name {
      font-size: 0.85625rem; }
    .row.category .filters .option label {
      color: #206d84;
      font-size: 0.8125rem; } }

.product-groups.grid .rating {
  display: none; }

.product-groups.grid .description {
  display: none; }

.product-groups.grid .quantity {
  padding-left: 0;
  padding-right: 0;
  width: 36.66667%;
  float: left;
  padding-right: 0.5rem; }
  .product-groups.grid .quantity input {
    padding: 0 0.5rem; }

.product-groups.grid .add {
  padding-left: 0;
  padding-right: 0;
  width: 63.33333%;
  float: left; }

.product-groups.list {
  padding-top: 0.9rem; }
  @media only screen and (min-width: 67.5625em) {
    .product-groups.list {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 80%;
      float: left;
      padding-left: 0;
      padding-right: 0; } }
  .product-groups.list .product-group {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    padding-bottom: 2em; }
    @media only screen and (min-width: 67.5625em) {
      .product-groups.list .product-group {
        margin: 0;
        height: 15em;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%;
        float: left; } }
    @media only screen and (min-width: 67.5625em) {
      .product-groups.list .product-group:nth-child {
        padding: 0 2rem 0 0.9375rem; } }
    .product-groups.list .product-group .image {
      padding-left: 0;
      padding-right: 0;
      width: 21.66667%;
      float: left; }
    .product-groups.list .product-group .info {
      padding-left: 0;
      padding-right: 0;
      width: 78.33333%;
      float: left;
      padding: 0 0 0 0.5em; }
      .product-groups.list .product-group .info .heading:before, .product-groups.list .product-group .info .heading:after {
        content: " ";
        display: table; }
      .product-groups.list .product-group .info .heading:after {
        clear: both; }
      .product-groups.list .product-group .info .heading .name {
        margin: 0 0 0.375rem 0;
        height: 1rem;
        line-height: 1rem; }
        @media only screen and (min-width: 67.5625em) {
          .product-groups.list .product-group .info .heading .name {
            padding-left: 0;
            padding-right: 0;
            width: 73.33333%;
            float: left; } }
      .product-groups.list .product-group .info .heading .rating {
        display: none; }
        @media only screen and (min-width: 67.5625em) {
          .product-groups.list .product-group .info .heading .rating {
            text-align: right;
            margin: 0;
            position: relative;
            padding-left: 0;
            padding-right: 0;
            width: 26.66667%;
            left: 73.33333%;
            right: auto;
            float: left; } }
    .product-groups.list .product-group .quantity {
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left;
      padding-right: 0.5rem; }
    .product-groups.list .product-group .add {
      padding-left: 0;
      padding-right: 0;
      width: 66.66667%;
      float: left; }
    @media only screen and (min-width: 67.5625em) {
      .product-groups.list .product-group {
        margin-bottom: 0; }
        .product-groups.list .product-group .description {
          min-height: 3.5625rem; }
        .product-groups.list .product-group .cart {
          margin-top: 8em; }
        .product-groups.list .product-group .product {
          padding-left: 0;
          padding-right: 0;
          width: 50%;
          float: left;
          padding-right: 0.5rem; }
        .product-groups.list .product-group .add {
          padding-left: 0;
          padding-right: 0;
          width: 33.33333%;
          float: left; }
        .product-groups.list .product-group .quantity {
          padding-left: 0;
          padding-right: 0;
          width: 16.66667%;
          float: left;
          padding-right: 0.5rem; } }

.product-groups .product-tags {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8125rem; }
  .product-groups .product-tags .new-tag,
  .product-groups .product-tags .outlet-tag,
  .product-groups .product-tags .sale-tag {
    padding: 0.2em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff; }
  .product-groups .product-tags .sale-tag {
    background: #e49201; }
  .product-groups .product-tags .new-tag {
    background: #92a634; }
  .product-groups .product-tags .outlet-tag {
    background: #b60050; }

.product-groups .out-of-stock,
.product-groups select,
.product-groups .variant {
  line-height: 2rem;
  font-size: 0.8125rem;
  text-align: inline;
  margin: 0.5rem 0; }
  .product-groups .out-of-stock.illegal,
  .product-groups select.illegal,
  .product-groups .variant.illegal {
    color: #ab0827; }
  @media only screen and (min-width: 67.5625em) {
    .product-groups .out-of-stock,
    .product-groups select,
    .product-groups .variant {
      margin: 0; } }

.product-groups .variant {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.product-groups .stars {
  font-size: 0.9375rem;
  margin: 0.5rem 0 0.25rem; }

.product-groups .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  position: relative;
  font-size: 0.8125rem; }

.product-groups .price {
  color: #ab0827; }

.product-groups .out-of-stock {
  padding: 0;
  margin: 0;
  color: #ab0827;
  text-align: right; }
  @media only screen and (max-width: 40em) {
    .product-groups .out-of-stock {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left; } }

.product-groups .add .button {
  padding: 0;
  white-space: nowrap;
  display: inline;
  width: 100%; }

@media only screen and (min-width: 67.5625em) {
  .row.category .news {
    padding: 0 0.9375rem 0 2.5rem; }
  .row.category .reviews {
    padding: 0 2.5rem 0 0.9375rem; } }

.row.productgroup > .heading {
  margin-bottom: 1rem; }
  .row.productgroup > .heading .name {
    margin: 0.875rem 0 0.5rem;
    font-size: 1.25rem; }
  .row.productgroup > .heading .stars {
    margin-bottom: 0.25rem;
    font-size: 1.3125rem; }
    .row.productgroup > .heading .stars .fa {
      margin-right: 0.1875rem; }
    .row.productgroup > .heading .stars .count {
      position: relative;
      color: #999999;
      top: -2px;
      margin-left: 1.5rem;
      font-size: 0.8125rem; }
    @media only screen and (min-width: 67.5625em) {
      .row.productgroup > .heading .stars .count {
        margin-right: 2rem; } }
  .row.productgroup > .heading .productgroup-message {
    float: left;
    padding: 0 2.25rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0.25rem 0;
    font-size: 0.8125rem;
    box-sizing: border-box;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #92a634;
    color: #92a634;
    margin-right: 0.75rem; }
    .row.productgroup > .heading .productgroup-message.sale {
      border: 1px solid #e49201;
      background: #e49201;
      color: #fff; }
    .row.productgroup > .heading .productgroup-message.out-of-stock {
      background: #ab0827;
      color: #FFFFFF;
      border-color: #ab0827; }
  @media only screen and (min-width: 67.5625em) {
    .row.productgroup > .heading {
      margin-bottom: 0; }
      .row.productgroup > .heading .stars {
        float: left; } }

.row.productgroup .ask-question {
  margin: 0.125rem 0 0 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: 1.75rem;
  border-radius: 3px;
  line-height: 1.75rem;
  float: right; }

.row.productgroup .images {
  position: relative;
  padding: 2.5rem 0 2.25rem; }
  .row.productgroup .images:before, .row.productgroup .images:after {
    content: " ";
    display: table; }
  .row.productgroup .images:after {
    clear: both; }
  .row.productgroup .images .loader {
    display: block; }
  .row.productgroup .images .main-slider {
    padding-left: 0;
    padding-right: 0;
    width: 78.33333%;
    float: left;
    overflow: hidden;
    padding-right: 0;
    min-height: 12.5rem;
    position: relative; }
    .row.productgroup .images .main-slider .zoom {
      position: absolute;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      text-align: center;
      width: 1.875rem;
      height: 1.875rem;
      line-height: 1.875rem;
      cursor: pointer; }
      .row.productgroup .images .main-slider .zoom .fa {
        height: 1.875rem;
        line-height: 1.875rem;
        font-size: 1.125rem; }
    .row.productgroup .images .main-slider .slide {
      float: left; }
      .row.productgroup .images .main-slider .slide.slick-current {
        z-index: auto !important; }
      .row.productgroup .images .main-slider .slide img {
        z-index: auto !important; }
      .row.productgroup .images .main-slider .slide .contain {
        padding-bottom: 80%;
        z-index: auto !important; }
  .row.productgroup .images .thumbs {
    position: absolute;
    top: 2.5rem;
    right: -0.75rem;
    bottom: 2.25rem;
    padding-left: 0;
    padding-right: 0;
    width: 21.66667%;
    float: left; }
    .row.productgroup .images .thumbs .control {
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      height: 1.875rem;
      font-size: 1.875rem; }
      .row.productgroup .images .thumbs .control.prev {
        top: -1.875rem; }
      .row.productgroup .images .thumbs .control.next {
        bottom: -1.875rem; }
    .row.productgroup .images .thumbs .slick-list {
      overflow: hidden; }
    .row.productgroup .images .thumbs .thumb {
      display: block;
      float: left;
      padding: 0.375rem 0.375rem;
      outline: none;
      transition: background 300ms;
      opacity: 0.5; }
      .row.productgroup .images .thumbs .thumb.slick-current {
        opacity: 1; }
      .row.productgroup .images .thumbs .thumb .contain {
        padding-bottom: 70%; }

.row.productgroup .images .lightbox {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }
  .row.productgroup .images .lightbox.active {
    display: block; }
  .row.productgroup .images .lightbox .curtain {
    display: block; }
  .row.productgroup .images .lightbox .slick-slider {
    margin: auto 0; }
  .row.productgroup .images .lightbox .slick-track:before, .row.productgroup .images .lightbox .slick-track:after {
    content: " ";
    display: table; }
  .row.productgroup .images .lightbox .slick-track:after {
    clear: both; }
  .row.productgroup .images .lightbox .lightbox-content {
    background: #FFFFFF;
    position: absolute;
    z-index: 10001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media only screen and (min-width: 67.5625em) {
      .row.productgroup .images .lightbox .lightbox-content {
        width: 1000px;
        height: 700px;
        margin: auto; } }
    .row.productgroup .images .lightbox .lightbox-content .close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      width: 4.375rem;
      height: 4.375rem;
      color: #ab0827;
      text-align: center;
      z-index: 10008; }
      .row.productgroup .images .lightbox .lightbox-content .close .fa {
        height: 4.375rem;
        line-height: 4.375rem;
        font-size: 2.1875rem; }
    .row.productgroup .images .lightbox .lightbox-content .slick-dots {
      position: absolute;
      bottom: 1rem;
      left: 1rem;
      z-index: 10008;
      list-style-type: none;
      padding: 0; }
      .row.productgroup .images .lightbox .lightbox-content .slick-dots li {
        float: left; }
        .row.productgroup .images .lightbox .lightbox-content .slick-dots li.slick-active button {
          background: #1b5c6f;
          color: #FFFFFF;
          font-weight: bold; }
      .row.productgroup .images .lightbox .lightbox-content .slick-dots button {
        background: #FFFFFF;
        border: none;
        margin-right: 0.5rem; }
    .row.productgroup .images .lightbox .lightbox-content .slide {
      float: left; }
    .row.productgroup .images .lightbox .lightbox-content .control {
      font-size: 3.125rem;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 40%;
      z-index: 10004; }
      .row.productgroup .images .lightbox .lightbox-content .control .fa {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 3.125rem;
        line-height: 3.125rem;
        margin: auto; }
      .row.productgroup .images .lightbox .lightbox-content .control.next {
        right: 0;
        text-align: right; }
        .row.productgroup .images .lightbox .lightbox-content .control.next .fa {
          right: 2rem; }
      .row.productgroup .images .lightbox .lightbox-content .control.prev {
        left: 0;
        text-align: left; }
        .row.productgroup .images .lightbox .lightbox-content .control.prev .fa {
          left: 2rem; }
      @media only screen and (min-width: 67.5625em) {
        .row.productgroup .images .lightbox .lightbox-content .control {
          font-size: 6.25rem; }
          .row.productgroup .images .lightbox .lightbox-content .control .fa {
            height: 6.25rem;
            line-height: 6.25rem; } }

.row.productgroup .restrictions {
  position: relative;
  margin: 1rem 0; }
  .row.productgroup .restrictions .popup {
    display: none;
    position: absolute;
    z-index: 50;
    top: 1.9375rem;
    left: 0;
    border: 1px solid #ab0827;
    background: #fff;
    padding: 0.75rem 1rem;
    width: 100%; }
    .row.productgroup .restrictions .popup.active {
      display: block; }
    @media only screen and (min-width: 67.5625em) {
      .row.productgroup .restrictions .popup {
        right: -5rem; } }
  .row.productgroup .restrictions .countries {
    border: 1px solid #ab0827;
    max-height: 200px;
    overflow-y: scroll; }

.row.productgroup .restrictions.permanent {
  margin-bottom: 3rem; }
  .row.productgroup .restrictions.permanent .popup {
    display: block;
    border: 0px; }
  .row.productgroup .restrictions.permanent .countries {
    margin-top: 12px;
    border: 1px solid #999; }

.row.productgroup .cart-add {
  padding: 3rem 0; }
  .row.productgroup .cart-add h3 {
    font-size: 0.875rem; }
  @media only screen and (min-width: 67.5625em) {
    .row.productgroup .cart-add {
      padding: 2.5rem 0 1.875rem 1.25rem; }
      .row.productgroup .cart-add .columns.left {
        padding-right: 3rem; } }
  .row.productgroup .cart-add .title {
    margin: 1rem 0 0.5rem; }
  .row.productgroup .cart-add .summary {
    margin-bottom: 0; }
    .row.productgroup .cart-add .summary .main-product .top {
      margin-bottom: 0; }
      .row.productgroup .cart-add .summary .main-product .top:before, .row.productgroup .cart-add .summary .main-product .top:after {
        content: " ";
        display: table; }
      .row.productgroup .cart-add .summary .main-product .top:after {
        clear: both; }
    .row.productgroup .cart-add .summary .main-product .bottom {
      margin-bottom: 0.5rem; }
      .row.productgroup .cart-add .summary .main-product .bottom:before, .row.productgroup .cart-add .summary .main-product .bottom:after {
        content: " ";
        display: table; }
      .row.productgroup .cart-add .summary .main-product .bottom:after {
        clear: both; }
    .row.productgroup .cart-add .summary .main-product .top,
    .row.productgroup .cart-add .summary .main-product .bottom {
      font-size: 0.8125rem; }
    .row.productgroup .cart-add .summary .main-product .productgroup-name {
      font-weight: bold;
      color: #555555;
      margin-bottom: 0.25rem;
      font-size: 0.875rem; }
    .row.productgroup .cart-add .summary .main-product .old-price {
      float: right;
      font-size: 1.125rem;
      color: #999999;
      height: 0.875rem;
      line-height: 0.875rem;
      font-size: 0.875rem;
      margin-right: 0.25rem;
      text-decoration: line-through;
      margin-bottom: 0; }
    .row.productgroup .cart-add .summary .main-product .price {
      float: right;
      height: 1.25rem;
      line-height: 1.25rem;
      font-weight: bold;
      margin: 0;
      font-size: 1.25rem;
      color: #ab0827; }
    .row.productgroup .cart-add .summary .main-product .amount {
      float: right;
      font-weight: bold; }
    .row.productgroup .cart-add .summary .addons {
      color: #566b78; }
      .row.productgroup .cart-add .summary .addons li {
        margin-bottom: 0.125rem; }
      .row.productgroup .cart-add .summary .addons .name {
        font-weight: bold; }
      .row.productgroup .cart-add .summary .addons .price {
        float: right; }
      .row.productgroup .cart-add .summary .addons .variant {
        display: block;
        font-size: 0.6875rem; }
    .row.productgroup .cart-add .summary .total {
      border-top: 1px solid #1b5c6f;
      padding-top: 0.75rem;
      font-weight: bold; }
      .row.productgroup .cart-add .summary .total:before, .row.productgroup .cart-add .summary .total:after {
        content: " ";
        display: table; }
      .row.productgroup .cart-add .summary .total:after {
        clear: both; }
      .row.productgroup .cart-add .summary .total .label {
        float: left;
        font-size: 0.9375rem; }
      .row.productgroup .cart-add .summary .total .amount {
        float: right;
        font-size: 1.0625rem; }
  .row.productgroup .cart-add .add-button {
    height: 2rem;
    line-height: 2rem; }
  .row.productgroup .cart-add .add-to-favorites {
    margin: 2.25rem 0 1rem 0; }
    .row.productgroup .cart-add .add-to-favorites a {
      color: #555555;
      font-size: 0.9375rem; }
      .row.productgroup .cart-add .add-to-favorites a .fa {
        font-size: 1.125rem;
        color: #e6007e;
        margin-right: 0.5rem; }
  .row.productgroup .cart-add .addons .addon {
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e6e6e6; }
    .row.productgroup .cart-add .addons .addon:last-child {
      border-bottom: none; }
    .row.productgroup .cart-add .addons .addon .name {
      margin-bottom: 0.25rem;
      font-size: 0.8125rem;
      font-weight: bold;
      color: #566b78; }
      .row.productgroup .cart-add .addons .addon .name .image {
        display: block;
        float: left; }
  .row.productgroup .cart-add .addons .fs-checkbox,
  .row.productgroup .cart-add .addons input[type=checkbox] {
    float: right; }
  .row.productgroup .cart-add .addons .fs-checkbox-marker {
    margin-right: 0; }
  .row.productgroup .cart-add .addons .variant {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .row.productgroup .cart-add .select-variant {
    margin: 0 0 1.625rem; }
    .row.productgroup .cart-add .select-variant:before, .row.productgroup .cart-add .select-variant:after {
      content: " ";
      display: table; }
    .row.productgroup .cart-add .select-variant:after {
      clear: both; }
  .row.productgroup .cart-add .cart-input {
    margin-bottom: 0.6875rem;
    margin: 0 auto;
    max-width: 77.5rem;
    width: 100%; }
    .row.productgroup .cart-add .cart-input:before, .row.productgroup .cart-add .cart-input:after {
      content: " ";
      display: table; }
    .row.productgroup .cart-add .cart-input:after {
      clear: both; }
    .row.productgroup .cart-add .cart-input .left {
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left;
      padding-right: 1.5rem; }
    .row.productgroup .cart-add .cart-input .right {
      padding-left: 0;
      padding-right: 0;
      width: 66.66667%;
      float: left; }
  .row.productgroup .cart-add .product-input select,
  .row.productgroup .cart-add .cart-input .fs-number-element {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8125rem !important; }

.row.productgroup .button.js-ladders {
  background: #566b78; }
  .row.productgroup .button.js-ladders .fa {
    float: right;
    margin: 0.625rem 0.75rem 0 0; }

.row.productgroup .ladders {
  display: none;
  position: relative; }
  .row.productgroup .ladders table tr {
    border-bottom: none; }
  .row.productgroup .ladders.js-active {
    display: block; }
  .row.productgroup .ladders .ladder {
    background: #566b78;
    z-index: 10;
    position: absolute;
    top: -0.625rem;
    left: 0;
    right: 0;
    display: none;
    padding: 0.75rem; }
    .row.productgroup .ladders .ladder.active {
      display: block; }
    .row.productgroup .ladders .ladder table {
      margin: 0;
      border: none; }
      .row.productgroup .ladders .ladder table tr {
        background: #566b78; }
      .row.productgroup .ladders .ladder table th,
      .row.productgroup .ladders .ladder table td {
        font-size: 0.8125rem;
        color: #FFFFFF;
        padding: 0.375rem 0.625rem; }
      .row.productgroup .ladders .ladder table .discount {
        text-align: right;
        font-weight: bold;
        color: #afc547; }

.row.productgroup .specifications table {
  width: 100%;
  border: 0;
  margin-bottom: 0; }
  .row.productgroup .specifications table tr th,
  .row.productgroup .specifications table tr td {
    font-size: 0.8125rem; }

.row.productgroup .reviews {
  padding-top: 0.75rem; }
  @media only screen and (min-width: 67.5625em) {
    .row.productgroup .reviews {
      padding-bottom: 3rem; } }
  .row.productgroup .reviews .buttons {
    padding-top: 0.75rem;
    text-align: center; }
    .row.productgroup .reviews .buttons .button .loader {
      display: none; }
    .row.productgroup .reviews .buttons .button.js-loading {
      background: #92a634; }
      .row.productgroup .reviews .buttons .button.js-loading .loader {
        display: block; }
      .row.productgroup .reviews .buttons .button.js-loading .text {
        visibility: hidden; }
  .row.productgroup .reviews .rating {
    padding: 0.25rem 0;
    font-size: 1.25rem; }
    .row.productgroup .reviews .rating:before, .row.productgroup .reviews .rating:after {
      content: " ";
      display: table; }
    .row.productgroup .reviews .rating:after {
      clear: both; }
    .row.productgroup .reviews .rating .count {
      float: left;
      font-size: 0.8125rem;
      height: 1.5rem;
      display: inline-block;
      margin-left: 0.75rem;
      line-height: 1.5rem; }
    .row.productgroup .reviews .rating .fa {
      float: left;
      margin-right: 0.625rem;
      height: 1.5rem;
      line-height: 1.5rem; }
  .row.productgroup .reviews .average {
    border-bottom: 1px solid #e6e6e6; }
    .row.productgroup .reviews .average .stars {
      margin-bottom: 0.5rem; }
    .row.productgroup .reviews .average .prosandcons ul {
      margin: 0.75rem 0; }
  .row.productgroup .reviews .prosandcons ul {
    list-style-type: none;
    margin: 1.25rem 0 0; }
  .row.productgroup .reviews .prosandcons .fa {
    margin-right: 0.75rem; }
  .row.productgroup .reviews .prosandcons .pros .fa {
    color: #92a634; }
  .row.productgroup .reviews .prosandcons .cons .fa {
    color: #ab0827; }
  .row.productgroup .reviews .prosandcons .count {
    color: #AAAAAA;
    margin-left: 0.5rem; }
  .row.productgroup .reviews .review {
    padding: 2rem 0;
    border-bottom: 1px solid #e6e6e6; }
  .row.productgroup .reviews .buttons {
    margin: 1rem 0 2.25rem; }
    .row.productgroup .reviews .buttons:before, .row.productgroup .reviews .buttons:after {
      content: " ";
      display: table; }
    .row.productgroup .reviews .buttons:after {
      clear: both; }
  .row.productgroup .reviews .add-review {
    width: auto;
    float: left;
    padding: 0 1.5rem; }
  .row.productgroup .reviews .post-review {
    display: none; }
    .row.productgroup .reviews .post-review.active {
      display: block; }
    .row.productgroup .reviews .post-review .fieldset {
      margin-bottom: 0; }
    .row.productgroup .reviews .post-review .field.medium {
      width: 100%; }
      @media only screen and (min-width: 67.5625em) {
        .row.productgroup .reviews .post-review .field.medium {
          width: 50%; } }
    .row.productgroup .reviews .post-review input[type=submit] {
      margin-bottom: 2rem; }
    .row.productgroup .reviews .post-review .rating .fa {
      float: none;
      margin: 0; }
    .row.productgroup .reviews .post-review .prosandcons {
      margin-bottom: 1rem; }
      .row.productgroup .reviews .post-review .prosandcons h4 {
        font-size: 0.8125rem; }
      .row.productgroup .reviews .post-review .prosandcons .field {
        padding: 0;
        margin: 0 0 1rem; }
        .row.productgroup .reviews .post-review .prosandcons .field .fs-checkbox {
          margin: 0; }
        .row.productgroup .reviews .post-review .prosandcons .field .fs-checkbox-label {
          font-size: 0.8125rem; }
      .row.productgroup .reviews .post-review .prosandcons .fields.new {
        margin-bottom: 0.75rem; }
        .row.productgroup .reviews .post-review .prosandcons .fields.new .add {
          float: left;
          padding-left: 1.875rem;
          display: block; }
      .row.productgroup .reviews .post-review .prosandcons .cons h4 {
        color: #ab0827; }
      .row.productgroup .reviews .post-review .prosandcons .pros h4 {
        color: #81922e; }
    .row.productgroup .reviews .post-review form:before, .row.productgroup .reviews .post-review form:after {
      content: " ";
      display: table; }
    .row.productgroup .reviews .post-review form:after {
      clear: both; }
    .row.productgroup .reviews .post-review .button {
      float: right; }
  .row.productgroup .reviews .heading:before, .row.productgroup .reviews .heading:after {
    content: " ";
    display: table; }
  .row.productgroup .reviews .heading:after {
    clear: both; }
  .row.productgroup .reviews .heading .stars {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left; }
  .row.productgroup .reviews .heading .meta {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
    line-height: 2.125rem;
    height: 2.125rem; }
    .row.productgroup .reviews .heading .meta .nickname {
      font-size: 0.875rem;
      color: #555555;
      font-weight: bold; }
    .row.productgroup .reviews .heading .meta .date {
      float: right;
      color: #999999; }
  @media only screen and (min-width: 67.5625em) {
    .row.productgroup .reviews .heading .stars {
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left; }
    .row.productgroup .reviews .heading .meta {
      padding-left: 0;
      padding-right: 0;
      width: 66.66667%;
      float: left; } }
  .row.productgroup .reviews .text .full {
    display: none; }
  .row.productgroup .reviews .text .read-more {
    display: block; }
    .row.productgroup .reviews .text .read-more .close {
      display: none; }
  .row.productgroup .reviews .text.js-opened .full {
    display: block; }
  .row.productgroup .reviews .text.js-opened .default {
    display: none; }
  .row.productgroup .reviews .text.js-opened .read-more {
    margin-top: -0.5rem; }
    .row.productgroup .reviews .text.js-opened .read-more .open {
      display: none; }
    .row.productgroup .reviews .text.js-opened .read-more .close {
      display: inline; }
  .row.productgroup .reviews .disclaimer {
    padding: 0.625rem;
    margin: 0.625rem 0 0.625rem 0;
    background: #ebe8d9; }
    .row.productgroup .reviews .disclaimer i {
      margin-right: 0.3125rem; }

.row.productgroup .chains .chain {
  margin: 0 0 1.5rem; }

.row.productgroup .chains .products {
  margin: 1.25rem 0 1.25rem; }
  .row.productgroup .chains .products:before, .row.productgroup .chains .products:after {
    content: " ";
    display: table; }
  .row.productgroup .chains .products:after {
    clear: both; }

.row.productgroup .chains .out-of-stock {
  color: #ab0827; }

.row.productgroup .chains .name {
  clear: both;
  color: #1b5c6f;
  font-size: 0.9375rem;
  font-weight: bold; }

.row.productgroup .chains .product {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: left; }

.row.productgroup .chains .product {
  position: relative; }
  .row.productgroup .chains .product:first-child .fa {
    display: none; }
  .row.productgroup .chains .product .image {
    margin: 0 30%; }
  .row.productgroup .chains .product .fa {
    position: absolute;
    left: -0.75rem;
    top: 25%;
    font-size: 1.25rem;
    color: #1b5c6f;
    width: 1.5rem;
    text-align: center; }

.row.productgroup .chains .info {
  text-align: right;
  clear: left;
  width: 100%;
  height: 1.5rem; }
  .row.productgroup .chains .info .savings {
    float: left;
    font-size: 0.9375rem;
    margin: 0 0 0.75rem; }
  .row.productgroup .chains .info .add-to-cart {
    margin-left: 10px;
    float: right; }
  .row.productgroup .chains .info .prices-add {
    float: right;
    min-width: 250px; }
    .row.productgroup .chains .info .prices-add .price {
      font-size: 1.5rem;
      color: #ab0827;
      font-weight: bold;
      margin: 0 0 0.375rem;
      height: 1.5rem;
      line-height: 1.5rem; }
    .row.productgroup .chains .info .prices-add .old-price {
      font-size: 0.9375rem;
      margin: 0 0 0.375rem;
      color: #999999;
      text-decoration: line-through; }

.row.productgroup .related .product-groups {
  margin: 0 -0.9375rem;
  padding-top: 0;
  padding-bottom: 0; }
  .row.productgroup .related .product-groups:before, .row.productgroup .related .product-groups:after {
    content: " ";
    display: table; }
  .row.productgroup .related .product-groups:after {
    clear: both; }
  .row.productgroup .related .product-groups .product-group {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    margin-bottom: 1rem; }
    .row.productgroup .related .product-groups .product-group .image {
      padding-left: 0;
      padding-right: 0;
      width: 21.66667%;
      float: left; }
    .row.productgroup .related .product-groups .product-group .info {
      padding-left: 0;
      padding-right: 0;
      width: 78.33333%;
      float: left;
      padding-left: 1rem; }
    .row.productgroup .related .product-groups .product-group .cart {
      display: none; }
    @media only screen and (min-width: 67.5625em) {
      .row.productgroup .related .product-groups .product-group {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 33.33333%;
        float: left;
        min-height: 18.75rem; }
        .row.productgroup .related .product-groups .product-group .info,
        .row.productgroup .related .product-groups .product-group .image {
          float: none;
          width: 100%;
          padding: 0; }
        .row.productgroup .related .product-groups .product-group .cart {
          display: block; } }

@media only screen and (min-width: 67.5625em) {
  .row.productgroup {
    padding: 0 1.5rem; }
    .row.productgroup.extra-padded {
      padding: 1.5rem; } }

@media only screen and (min-width: 67.5625em) {
  .row.productgroup .left.column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; } }

@media only screen and (min-width: 67.5625em) {
  .row.productgroup .right.column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; } }

.row.productgroup .column .attention-grabber {
  margin-top: 3rem;
  border: 1px solid #333333; }
  .row.productgroup .column .attention-grabber .title {
    margin: 0 0 1rem 0;
    background: #333333;
    color: #fff;
    text-align: center; }
  @media only screen and (min-width: 67.5625em) {
    .row.productgroup .column .attention-grabber .content {
      height: 380px;
      box-sizing: border-box; } }
  .row.productgroup .column .attention-grabber .title,
  .row.productgroup .column .attention-grabber .content {
    padding: 0.75rem 1rem; }

.row.productgroup .usps.stacked .name {
  color: #222; }

.row.productgroup .title {
  margin: 2.5rem 0 1rem 0; }

.row.productgroup .button.big {
  font-weight: normal;
  margin-top: 2rem; }
  .row.productgroup .button.big.test-team {
    background: #3d7fc2; }
    .row.productgroup .button.big.test-team:hover {
      background: #31669b; }

@media only screen and (min-width: 67.5625em) {
  .row.productgroup .description li,
  .row.productgroup .description p {
    font-size: 0.9375rem; } }

.row.productgroup .description embed,
.row.productgroup .description iframe {
  width: 100%;
  margin-bottom: 1rem; }

.row.productgroup .description .more {
  display: none; }

.row.productgroup .description .button .when-opened {
  display: none; }

.row.productgroup .description.js-opened .more {
  display: block; }

.row.productgroup .description.js-opened .button .when-opened {
  display: block; }

.row.productgroup .description.js-opened .button .when-closed {
  display: none; }

@media only screen and (min-width: 67.5625em) {
  .news .columns.single,
  .news .columns.articles {
    padding: 0 4.5rem; } }

.news .articles .article {
  margin-bottom: 2.25rem; }
  .news .articles .article .content {
    position: relative;
    text-align: justify;
    min-height: 9.375rem;
    padding-left: 7.25rem; }
    .news .articles .article .content .image {
      position: absolute;
      left: 0;
      top: 0;
      width: 6.25rem;
      height: 6.25rem; }
    @media only screen and (min-width: 67.5625em) {
      .news .articles .article .content {
        padding-left: 10.875rem; }
        .news .articles .article .content .image {
          width: 9.375rem;
          height: 9.375rem; } }

.news .articles .actions {
  margin-bottom: 3rem; }
  .news .articles .actions:before, .news .articles .actions:after {
    content: " ";
    display: table; }
  .news .articles .actions:after {
    clear: both; }

.news .single .article .image {
  float: right;
  width: 150px;
  height: 150px;
  margin: 0 0 1.5rem 1.5rem; }

.news .single .article embed,
.news .single .article iframe {
  width: 100%; }

.news .single .comments {
  margin-bottom: 3rem; }

.news .sidebar {
  display: none;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e6e6e6; }
  .news .sidebar.js-opened {
    display: block; }
  @media only screen and (min-width: 67.5625em) {
    .news .sidebar {
      padding: 0 2.25rem 3rem 0;
      margin-bottom: 0;
      border-bottom: none;
      display: block; } }
  .news .sidebar .clean {
    font-size: 0.8125rem; }
    .news .sidebar .clean li {
      margin-bottom: 0.5rem; }
      .news .sidebar .clean li a {
        display: block;
        font-weight: bold; }
      .news .sidebar .clean li .date {
        color: #555555;
        display: block;
        font-weight: normal; }

@media only screen and (min-width: 67.5625em) {
  .encyclopedia .columns.single,
  .encyclopedia .articles {
    padding: 0 4.5rem; } }

.encyclopedia .sidebar {
  display: none;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e6e6e6; }
  .encyclopedia .sidebar.js-opened {
    display: block; }
  @media only screen and (min-width: 67.5625em) {
    .encyclopedia .sidebar {
      display: block;
      margin-bottom: 0;
      border-bottom: none;
      padding: 0 0 0 2.25rem; } }
  .encyclopedia .sidebar .accordion {
    margin-bottom: 3rem; }
    .encyclopedia .sidebar .accordion li > a {
      font-size: 0.9375rem; }
    .encyclopedia .sidebar .accordion .content li > a {
      font-size: 0.8125rem; }

.encyclopedia .columns.single .article {
  margin-bottom: 1.5rem; }

.row.cart .products.alt-products .product {
  border-bottom: none;
  margin-bottom: 0.75rem; }
  .row.cart .products.alt-products .product .info {
    float: left;
    width: 60%;
    padding-right: 0;
    padding-left: 5rem; }
    .row.cart .products.alt-products .product .info .name {
      font-size: 0.8125rem;
      text-transform: none; }
    .row.cart .products.alt-products .product .info .meta {
      color: #999999; }
    .row.cart .products.alt-products .product .info .old-price {
      color: #ab0827;
      font-size: 0.6875rem;
      text-decoration: line-through;
      margin: 0; }
  .row.cart .products.alt-products .product .actions {
    float: right;
    width: 40%; }
    .row.cart .products.alt-products .product .actions .button {
      position: relative;
      float: right;
      font-weight: normal;
      font-size: 0.75rem;
      margin-top: 1.25rem; }
      .row.cart .products.alt-products .product .actions .button .fa {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        margin: auto;
        font-size: 3.5rem;
        text-align: center;
        color: #999999; }

.row.cart .products .line {
  margin: 0 auto;
  max-width: 77.5rem;
  width: 100%;
  border-bottom: 1px solid #e6e6e6; }
  .row.cart .products .line:before, .row.cart .products .line:after {
    content: " ";
    display: table; }
  .row.cart .products .line:after {
    clear: both; }
  .row.cart .products .line.illegal .name a {
    color: #ab0827; }
  .row.cart .products .line.illegal .illegal-text {
    margin-left: 0.75rem;
    color: #ab0827; }
  .row.cart .products .line .info {
    position: relative;
    padding-left: 6rem; }
    .row.cart .products .line .info .image {
      position: absolute;
      left: 0;
      top: 0.6875rem;
      height: 3.125rem;
      width: 5rem; }
      .row.cart .products .line .info .image img {
        width: 100%;
        height: 100%; }
    .row.cart .products .line .info .name {
      margin: 0.875rem 0 0.25rem;
      font-size: 0.9375rem;
      text-transform: uppercase; }
    .row.cart .products .line .info .meta {
      margin-bottom: 0; }
  .row.cart .products .line .finance {
    padding-left: 6rem; }
    .row.cart .products .line .finance .quantity {
      float: left;
      width: 50%;
      height: 4.5rem; }
      .row.cart .products .line .finance .quantity:before, .row.cart .products .line .finance .quantity:after {
        content: " ";
        display: table; }
      .row.cart .products .line .finance .quantity:after {
        clear: both; }
      .row.cart .products .line .finance .quantity > .input,
      .row.cart .products .line .finance .quantity .fs-number {
        width: 40%;
        float: left;
        margin-top: 1.25rem; }
      .row.cart .products .line .finance .quantity .price {
        float: right;
        line-height: 4.5rem;
        height: 4.5rem;
        font-size: 0.9375rem;
        color: #999999;
        font-weight: bold;
        margin-bottom: 0; }
    .row.cart .products .line .finance .total {
      float: right;
      font-size: 1.125rem;
      font-weight: bold;
      width: 30%;
      text-align: right;
      height: 4.5rem;
      line-height: 4.5rem;
      margin-bottom: 0; }
    .row.cart .products .line .finance .remove {
      float: right;
      display: block;
      font-size: 1.5rem;
      color: #ab0827;
      width: 20%;
      height: 4.5rem;
      text-align: right; }
      .row.cart .products .line .finance .remove .fa {
        position: relative;
        top: -0.125rem;
        line-height: 4.5rem; }

@media only screen and (min-width: 67.5625em) {
  .row.cart .products.alt-products .product {
    margin-bottom: 0; }
    .row.cart .products.alt-products .product .info {
      padding-left: 8rem; }
  .row.cart .products .line .info {
    padding-left: 0;
    padding-right: 0;
    width: 60%;
    float: left;
    padding-left: 9rem;
    padding-right: 4rem; }
    .row.cart .products .line .info .image {
      left: 2rem;
      top: 0.6875rem;
      height: 3.125rem;
      width: 5rem; }
    .row.cart .products .line .info .meta {
      margin: 0 0 0.75rem; }
  .row.cart .products .line .finance {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
    float: left;
    padding-left: 0; }
    .row.cart .products .line .finance .remove {
      text-align: center; } }

.row.cart .sidebar {
  padding: 1.5rem 2.25rem;
  display: none; }
  @media only screen and (min-width: 67.5625em) {
    .row.cart .sidebar {
      display: block; } }

.row.cart .vouchers .form.single {
  margin-bottom: 0px; }

.row.cart .totals {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  .row.cart .totals .label {
    font-size: 1.125rem; }
  .row.cart .totals .amount {
    float: right;
    font-size: 0.9375rem;
    font-weight: bold; }
  .row.cart .totals .discount {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
    .row.cart .totals .discount:last-child {
      margin-bottom: 1.125rem; }
  .row.cart .totals .products {
    margin-top: 1.5rem;
    margin-bottom: 0.25rem; }
  .row.cart .totals .total {
    margin-top: 1rem;
    padding-top: 1rem;
    font-weight: bold; }
    .row.cart .totals .total .amount,
    .row.cart .totals .total .label {
      line-height: 1.5rem;
      height: 1.5rem; }
    .row.cart .totals .total .amount {
      font-size: 1.125rem; }
  @media only screen and (min-width: 67.5625em) {
    .row.cart .totals {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 40%;
      left: 60%;
      right: auto;
      float: left; }
      .row.cart .totals .products,
      .row.cart .totals .discount,
      .row.cart .totals .total {
        padding-right: 13%;
        margin-right: 7%; } }

.row.cart .vouchers {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin-top: 1.5rem; }
  .row.cart .vouchers .discount-list {
    margin-bottom: 1.5rem; }
    .row.cart .vouchers .discount-list .name {
      font-size: 0.8125rem;
      margin-bottom: 0;
      font-weight: bold; }
      .row.cart .vouchers .discount-list .name .remove {
        float: right;
        color: #ab0827;
        font-size: 0.9375rem; }
    .row.cart .vouchers .discount-list .meta {
      margin-bottom: 0.75rem; }
      .row.cart .vouchers .discount-list .meta:before, .row.cart .vouchers .discount-list .meta:after {
        content: " ";
        display: table; }
      .row.cart .vouchers .discount-list .meta:after {
        clear: both; }
      .row.cart .vouchers .discount-list .meta .amount {
        float: right;
        font-weight: bold; }
  .row.cart .vouchers .cart-warning {
    color: #999999; }
  .row.cart .vouchers .notice.alert {
    color: #ab0827;
    font-size: 0.875rem; }
    .row.cart .vouchers .notice.alert.hidden {
      display: none; }
  @media only screen and (min-width: 67.5625em) {
    .row.cart .vouchers {
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 60%;
      right: 40%;
      left: auto;
      float: left;
      padding-right: 4rem;
      padding-left: 2rem; } }

.row.cart .checkout {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }
  .row.cart .checkout .cart-checkout-disabled {
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    padding: 1em;
    background: #ab0827;
    display: none;
    margin-top: 0.25rem;
    float: left; }
  .row.cart .checkout .button {
    margin-top: 1.5rem;
    background: #92a634;
    font-size: 1.0625rem;
    margin-bottom: 1.5rem;
    width: 100%; }
  @media only screen and (min-width: 67.5625em) {
    .row.cart .checkout {
      float: right;
      width: 40%;
      padding-right: 7%; } }

.row.cart .grainesredir {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin: 1.5rem 0; }
  @media only screen and (min-width: 67.5625em) {
    .row.cart .grainesredir {
      margin-top: 0;
      clear: left;
      padding-right: 4rem;
      padding-left: 2rem; } }
  .row.cart .grainesredir .content {
    background-color: #2a8fad;
    color: white;
    float: left;
    padding: 2rem; }
    .row.cart .grainesredir .content p {
      font-size: 0.875rem;
      margin-bottom: 0; }
    .row.cart .grainesredir .content .button {
      background: #1b5c6f;
      font-size: 0.875rem;
      min-width: 25%;
      margin-top: 1.25rem; }
      .row.cart .grainesredir .content .button.go {
        background: #92a634; }

.row.cart {
  border-top: 1px solid #e6e6e6; }
  .row.cart .bordered:before, .row.cart .bordered:after {
    content: " ";
    display: table; }
  .row.cart .bordered:after {
    clear: both; }
  .row.cart .empty {
    margin: 2.25rem 0;
    font-size: 0.9375rem;
    color: #999999; }
  .row.cart .free-products,
  .row.cart .bargins {
    margin: 3em 0 3em 0; }
    .row.cart .free-products .price,
    .row.cart .bargins .price {
      color: #ab0827; }
  @media only screen and (min-width: 67.5625em) {
    .row.cart .empty {
      margin: 2.25rem 2rem; }
    .row.cart .free-products {
      padding-right: 1rem; }
    .row.cart .bargins {
      padding-left: 1rem; }
    .row.cart .bordered {
      border-right: 1px solid #e6e6e6;
      padding-bottom: 2.25rem; }
    .row.cart .extra-products {
      margin: 0; }
      .row.cart .extra-products .title {
        margin-left: 2rem; } }

.row.login .login-option {
  margin-bottom: 2.25rem; }
  @media only screen and (min-width: 67.5625em) {
    .row.login .login-option {
      padding: 0 4.5rem;
      margin-bottom: 4.5rem; }
      .row.login .login-option:first-child {
        border-right: 1px solid #e6e6e6; } }
  .row.login .login-option.login-facebook {
    margin-bottom: 3rem; }
    .row.login .login-option.login-facebook .fa {
      margin-right: 0.5rem; }
    .row.login .login-option.login-facebook span {
      margin-right: 10px; }
    .row.login .login-option.login-facebook p {
      margin-top: .8rem; }

.row.subscribe .form .button {
  margin-bottom: 3rem; }

.row.forgot-password {
  padding-bottom: 3rem; }
  @media only screen and (min-width: 67.5625em) {
    .row.forgot-password {
      padding: 0 4.5rem 4.5rem; } }
  .row.forgot-password .button {
    float: right; }

.row.account .sidebar {
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e6e6e6; }
  @media only screen and (min-width: 67.5625em) {
    .row.account .sidebar {
      display: block;
      margin-bottom: 0;
      border-bottom: none;
      padding: 0 0 3rem 2.25rem; } }

@media only screen and (min-width: 67.5625em) {
  .row.account .profile .information {
    padding-right: 2.25rem; } }

.row.account .profile .information .quickform .fields {
  margin-bottom: 1.5rem; }

.row.account .profile .information .quickform .button {
  margin-top: -1rem;
  float: right; }

.row.account .profile .addresses {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 67.5625em) {
    .row.account .profile .addresses {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 2.25rem; } }
  .row.account .profile .addresses .address {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e6e6e6; }
    .row.account .profile .addresses .address:first-child {
      border-top: 1px solid #e6e6e6; }
  .row.account .profile .addresses .default-address,
  .row.account .profile .addresses .actions,
  .row.account .profile .addresses .location {
    margin: 0; }
  .row.account .profile .addresses .actions {
    margin-top: 0.25rem; }
    .row.account .profile .addresses .actions a {
      font-weight: bold; }
  .row.account .profile .addresses .default-address {
    font-weight: bold; }
    .row.account .profile .addresses .default-address .fa {
      margin-right: 0.25rem;
      color: #92a634; }
  .row.account .profile .addresses .add-address {
    margin-top: 1.5rem;
    text-align: right; }

.row.account .content {
  padding-bottom: 3rem; }
  @media only screen and (min-width: 67.5625em) {
    .row.account .content {
      padding: 0 4.5rem 3rem; } }

.row.account .edit-address .button.keep-address {
  float: left; }

.row.account .edit-address .button.delete-address {
  float: right; }

.row.account .graph-container {
  display: none; }
  .row.account .graph-container.active {
    display: block; }

.row.account .graphs
.order-table {
  display: none; }
  .row.account .graphs
.order-table.js-active {
    display: block; }

.row.account .no-data {
  margin: 4rem 0;
  display: none; }
  .row.account .no-data.js-active {
    display: block; }

.row.account .affiliate-links textarea {
  width: 100%; }

.row.account .affiliate-links .field {
  float: left;
  margin-right: 1.5rem; }

.row.account .sidebar {
  display: none; }
  .row.account .sidebar.js-opened {
    display: block; }
  @media only screen and (min-width: 67.5625em) {
    .row.account .sidebar {
      display: block; } }
  .row.account .sidebar .active {
    font-weight: bold; }

.row.account .buttons:before, .row.account .buttons:after {
  content: " ";
  display: table; }

.row.account .buttons:after {
  clear: both; }

.row.account .order-paid {
  color: #92a634; }

.row.account .delivery .quantity {
  width: 8em; }

.row.account .social-auth .account {
  width: 20em;
  padding-top: 1em;
  display: inline-block;
  overflow: hidden;
  clear: left;
  color: #1b5c6f; }
  .row.account .social-auth .account span {
    line-height: 2rem;
    font-size: 1.3rem;
    height: 2rem; }
  .row.account .social-auth .account .button {
    float: right; }

.row.checkout .steps {
  margin-top: 0.75rem;
  margin-bottom: 2.25rem; }
  .row.checkout .steps .step {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
    background: #FAFAFA;
    border: 1px solid #e6e6e6;
    border-left: none;
    padding: 0.75rem 1rem; }
    .row.checkout .steps .step:first-child {
      border: 1px solid #e6e6e6; }
    .row.checkout .steps .step.active {
      color: #1b5c6f;
      font-weight: bold; }
    .row.checkout .steps .step.done {
      color: #999999; }
  @media only screen and (min-width: 67.5625em) {
    .row.checkout .steps {
      margin-top: 0; } }

.row.checkout .methods {
  border: 1px solid #e6e6e6;
  background: #FAFAFA; }
  .row.checkout .methods:before, .row.checkout .methods:after {
    content: " ";
    display: table; }
  .row.checkout .methods:after {
    clear: both; }
  .row.checkout .methods .method {
    background: #FFFFFF;
    position: relative;
    padding: 0 1.25rem 0 3.75rem;
    margin: 0 0.75rem 0.75rem 0.75rem;
    border: 1px solid #e6e6e6; }
    .row.checkout .methods .method:before, .row.checkout .methods .method:after {
      content: " ";
      display: table; }
    .row.checkout .methods .method:after {
      clear: both; }
    .row.checkout .methods .method:first-child {
      margin-top: 0.75rem; }
    .row.checkout .methods .method .name {
      margin: 1.25rem 0 0;
      font-size: 0.9375rem; }
    .row.checkout .methods .method .description {
      margin-top: 0.25rem; }
      .row.checkout .methods .method .description p {
        margin-bottom: 0; }
    .row.checkout .methods .method .details .costs, .row.checkout .methods .method .details .expand {
      margin: 0.5rem 0 1rem 0;
      font-size: 0.9375rem;
      color: #1b5c6f; }
    .row.checkout .methods .method .details .costs {
      float: left; }
    .row.checkout .methods .method .details .expand {
      float: right; }
    .row.checkout .methods .method .details .help {
      float: left;
      display: none;
      width: 100%; }
    .row.checkout .methods .method > .input,
    .row.checkout .methods .method .fs-checkbox {
      position: absolute;
      left: 1.25rem;
      top: 1.25rem; }
    .row.checkout .methods .method.disabled * {
      color: #999999 !important; }

.row.checkout .payment-extrainfo {
  padding: 1.25rem;
  background: #FAFAFA;
  border: 1px solid #e6e6e6;
  margin-bottom: 3rem;
  font-size: 0.9375rem; }
  .row.checkout .payment-extrainfo i {
    margin-right: 0.9375rem; }

.row.checkout .totals {
  border-top: 1px solid #e6e6e6;
  padding: 2rem 0 3rem; }
  .row.checkout .totals ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: 0.5rem 0; }
    .row.checkout .totals ul li:before, .row.checkout .totals ul li:after {
      content: " ";
      display: table; }
    .row.checkout .totals ul li:after {
      clear: both; }
    .row.checkout .totals ul li:last-child {
      border-bottom: none; }
    .row.checkout .totals ul li.grand-total {
      font-size: 0.9375rem; }
      .row.checkout .totals ul li.grand-total .label {
        float: right;
        margin-right: 0.75rem; }
      .row.checkout .totals ul li.grand-total .amount {
        font-weight: bold;
        font-size: 1rem; }
    .row.checkout .totals ul li .amount {
      color: #1b5c6f;
      float: right; }

.row.checkout .checkout-anonymous select,
.row.checkout .checkout-anonymous .fs-dropdown {
  margin-top: 0;
  margin-bottom: 1rem; }

.row.checkout .checkout-social p {
  margin-top: .8rem; }

.row.checkout .checkout-option {
  margin-bottom: 4.5rem; }

.row.checkout .info {
  margin-bottom: 3rem;
  border-bottom: 1px solid #e6e6e6; }
  .row.checkout .info h4 {
    font-size: 0.8125rem;
    font-weight: bold;
    margin-bottom: 0; }
  .row.checkout .info .shipping-method {
    border-left: 1px solid #e6e6e6; }

.row.checkout .address-selecter {
  padding-bottom: 3rem; }
  .row.checkout .address-selecter .button {
    margin-top: 0.5rem; }

.row.checkout .address-form {
  padding-bottom: 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e6e6e6; }
  .row.checkout .address-form h4 {
    font-size: 0.9375rem; }
  .row.checkout .address-form .error .form_comment {
    color: #ab0827; }
  .row.checkout .address-form textarea {
    height: 6rem; }

.row.checkout .payment-methods {
  margin-bottom: 3rem; }

.row.checkout .well {
  background: #a4bec5;
  padding: 0.75rem;
  margin-bottom: 3rem;
  border-radius: 0.375rem;
  text-align: center; }
  .row.checkout .well:before, .row.checkout .well:after {
    content: " ";
    display: table; }
  .row.checkout .well:after {
    clear: both; }
  .row.checkout .well .button {
    float: none !important;
    margin: 0.75rem 0; }
  .row.checkout .well .explain {
    margin: 0.75rem 0; }

.row.checkout .continue {
  min-width: 30%;
  margin: 2.25rem 0 3rem; }

.row.checkout .confirm .spinner {
  display: none; }

.row.checkout .confirm.loading .spinner {
  display: block; }

.row.checkout .confirm.loading .default {
  display: none; }

.row.checkout .thanks {
  padding-bottom: 4.5rem; }
  .row.checkout .thanks embed,
  .row.checkout .thanks iframe {
    width: 100%;
    margin-bottom: 1rem; }

@media only screen and (min-width: 67.5625em) {
  .row.checkout .checkout-option {
    padding: 0 4.5rem; }
  .row.checkout .info .shipping-address,
  .row.checkout .info .shipping-method {
    min-height: 12.5rem; }
  .row.checkout .well .button {
    float: left !important;
    margin: 0; }
  .row.checkout .well .explain {
    float: left;
    margin: 0.625rem 0 0 1.5rem; } }

.row.flatpage .single {
  padding-bottom: 2.25rem; }
  .row.flatpage .single .title {
    margin-bottom: 1rem; }
  @media only screen and (min-width: 67.5625em) {
    .row.flatpage .single {
      padding: 0 4.5rem 3rem 4.5rem; }
      .row.flatpage .single .title {
        display: none; } }
  .row.flatpage .single embed,
  .row.flatpage .single iframe {
    width: 100%; }
  .row.flatpage .single .select-country-first-message {
    font-weight: bold; }
  .row.flatpage .single .country-select .country {
    font-weight: bold; }
  .row.flatpage .single .options {
    margin-bottom: 2rem; }
    .row.flatpage .single .options .accordion-navigation > a {
      padding-right: 3rem;
      position: relative; }
    .row.flatpage .single .options .fa {
      position: absolute;
      right: 0;
      top: 0;
      width: 2rem;
      text-align: center;
      padding-top: 1.5rem;
      height: 100%;
      border-left: 0.0625rem solid #ccc;
      color: #bcbcbc; }
    .row.flatpage .single .options .fa-angle-up {
      display: none; }
    .row.flatpage .single .options .accordion-navigation.active .fa-angle-up {
      display: block; }
    .row.flatpage .single .options .accordion-navigation.active .fa-angle-down {
      display: none; }
    .row.flatpage .single .options .active .cost {
      color: #FFFFFF; }
    .row.flatpage .single .options .cost {
      float: right;
      color: #1b5c6f; }
    .row.flatpage .single .options .top,
    .row.flatpage .single .options .intro {
      display: block; }
      .row.flatpage .single .options .top:before, .row.flatpage .single .options .top:after,
      .row.flatpage .single .options .intro:before,
      .row.flatpage .single .options .intro:after {
        content: " ";
        display: table; }
      .row.flatpage .single .options .top:after,
      .row.flatpage .single .options .intro:after {
        clear: both; }
    .row.flatpage .single .options .text {
      float: left;
      font-size: 0.8125rem; }
    .row.flatpage .single .options .duration {
      float: right;
      font-size: 0.8125rem; }

.row.flatpage .sidebar {
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e6e6e6;
  display: none; }
  .row.flatpage .sidebar.js-opened {
    display: block; }
  @media only screen and (min-width: 67.5625em) {
    .row.flatpage .sidebar {
      display: block;
      margin-bottom: 0;
      border-bottom: none;
      padding: 0 0 3rem 2.25rem; } }
  .row.flatpage .sidebar .title {
    font-size: 0.9375rem;
    color: #92a634;
    font-weight: bold; }
  .row.flatpage .sidebar .active {
    font-weight: bold; }

.row.faq .single .title {
  display: block; }

.row.faq .accordion {
  margin-bottom: 2.25rem; }
  .row.faq .accordion .accordion-navigation > a {
    font-size: 0.9375rem; }

.row.auctions {
  padding: 0 0 3rem 0; }
  .row.auctions .active-auctions {
    margin: 1rem 0 2.25rem; }
    .row.auctions .active-auctions .auction {
      position: relative;
      padding-left: 16.25rem;
      min-height: 13.75rem; }
      .row.auctions .active-auctions .auction:before, .row.auctions .active-auctions .auction:after {
        content: " ";
        display: table; }
      .row.auctions .active-auctions .auction:after {
        clear: both; }
      .row.auctions .active-auctions .auction .image {
        position: absolute;
        left: 0;
        display: block;
        width: 15rem; }
        .row.auctions .active-auctions .auction .image img {
          width: 15rem;
          height: 10rem; }
      .row.auctions .active-auctions .auction .remaining {
        font-size: 0.9375rem;
        margin: 0.5rem 0 1rem;
        text-align: center; }
      .row.auctions .active-auctions .auction .last-bid {
        font-weight: bold; }
      .row.auctions .active-auctions .auction .name {
        font-size: 0.9375rem; }
  .row.auctions .closed-auctions {
    margin: 0 auto;
    max-width: 77.5rem;
    width: 100%; }
    .row.auctions .closed-auctions li {
      padding: 0.75rem 0; }
    .row.auctions .closed-auctions .header {
      font-weight: bold; }
    .row.auctions .closed-auctions:before, .row.auctions .closed-auctions:after {
      content: " ";
      display: table; }
    .row.auctions .closed-auctions:after {
      clear: both; }
    .row.auctions .closed-auctions .top,
    .row.auctions .closed-auctions .bottom {
      display: block; }
      .row.auctions .closed-auctions .top:before, .row.auctions .closed-auctions .top:after,
      .row.auctions .closed-auctions .bottom:before,
      .row.auctions .closed-auctions .bottom:after {
        content: " ";
        display: table; }
      .row.auctions .closed-auctions .top:after,
      .row.auctions .closed-auctions .bottom:after {
        clear: both; }
    .row.auctions .closed-auctions .item {
      padding-left: 0;
      padding-right: 0;
      width: 75%;
      float: left; }
    .row.auctions .closed-auctions .price {
      text-align: right;
      padding-left: 0;
      padding-right: 0;
      width: 25%;
      float: left; }
    .row.auctions .closed-auctions .winner {
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: left; }
    .row.auctions .closed-auctions .end {
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: left;
      text-align: right; }
    @media only screen and (min-width: 67.5625em) {
      .row.auctions .closed-auctions .top,
      .row.auctions .closed-auctions .bottom {
        display: inline; }
        .row.auctions .closed-auctions .top:after,
        .row.auctions .closed-auctions .bottom:after {
          content: none;
          clear: none; }
      .row.auctions .closed-auctions .item {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left; }
      .row.auctions .closed-auctions .price {
        padding-left: 0;
        padding-right: 0;
        width: 16.66667%;
        float: left;
        text-align: left; }
      .row.auctions .closed-auctions .winner {
        padding-left: 0;
        padding-right: 0;
        width: 16.66667%;
        float: left; }
      .row.auctions .closed-auctions .end {
        padding-left: 0;
        padding-right: 0;
        width: 16.66667%;
        float: left;
        text-align: right; } }

.row.auction .single {
  padding-bottom: 2rem; }
  .row.auction .single embed,
  .row.auction .single iframe {
    width: 100%; }

.row.auction .sidebar {
  padding-bottom: 2rem; }
  .row.auction .sidebar .rules,
  .row.auction .sidebar .bid,
  .row.auction .sidebar .timer,
  .row.auction .sidebar .closed,
  .row.auction .sidebar .winner,
  .row.auction .sidebar .history {
    margin-bottom: 2.25rem; }
  .row.auction .sidebar .closed,
  .row.auction .sidebar .timer {
    border: 1px solid #1b5c6f;
    color: #1b5c6f;
    padding: 0.75rem 1rem; }
    .row.auction .sidebar .closed p,
    .row.auction .sidebar .timer p {
      margin: 0;
      font-weight: bold; }
  .row.auction .sidebar .closed {
    border-color: #e6e6e6;
    color: #999999; }
  .row.auction .sidebar .history td {
    font-size: 0.8125rem; }

.row.auction .buttons:before, .row.auction .buttons:after {
  content: " ";
  display: table; }

.row.auction .buttons:after {
  clear: both; }

@media only screen and (min-width: 67.5625em) {
  .row.auction .single {
    padding: 0 4.5rem 3rem 4.5rem; }
  .row.auction .sidebar {
    padding: 0 2.25rem 3rem 0; } }

.suggestion {
  text-align: center;
  padding: 0.625rem;
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: bold; }

.row.not-found .search.single.form {
  padding-bottom: 8rem; }

body {
  height: 100%;
  background: #ebe8d9;
  font-family: 'glober', Arial, sans-serif;
  font-size: 0.8125rem; }

h1, h2, h3, h4, h5, h6, p, li {
  font-family: 'glober', Arial, sans-serif; }

.row.white {
  background: #fff; }

.bordered {
  border-bottom: 1px solid #e6e6e6; }

.row.no-title {
  padding-top: 5.0625rem; }

.block-title {
  color: #555555;
  font-weight: bold;
  margin: 1.5rem 0;
  font-size: 0.9375rem; }
  @media only screen and (min-width: 67.5625em) {
    .block-title {
      margin: 2.25rem 0; } }

.notifications .alert-box:first-child {
  margin-top: 0.75rem; }

.global-notification {
  background: #92a634;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 0.8125rem; }
  .global-notification a {
    color: #FFFFFF;
    text-decoration: underline; }

.single .article {
  margin-bottom: 3rem; }
  .single .article .title {
    color: #1b5c6f;
    text-transform: none; }
  .single .article .meta {
    margin: 0 0 0.5rem;
    color: #555555; }

h1 {
  font-weight: bold;
  font-size: 1.4375rem; }
  @media only screen and (min-width: 67.5625em) {
    h1.title {
      margin: 0.3125rem 0 2.5rem 0; } }

h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9375rem; }

h3 {
  font-weight: bold;
  color: #a3b93a;
  font-size: 0.875rem; }

h4 {
  font-size: 0.9375rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.8125rem; }

ol li,
ul li,
p {
  font-size: 0.8125rem; }

a {
  color: #206d84; }
  a.alert {
    color: #ab0827; }
    a.alert:hover {
      color: #c3092d; }

.title-center {
  margin-top: 2.25rem;
  margin-bottom: 0;
  color: #333333; }
  @media only screen and (min-width: 67.5625em) {
    .title-center {
      text-align: center;
      margin-bottom: 1.5rem; } }

ul.clean {
  list-style-type: none;
  margin: 0; }

.image .contain {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative; }
  .image .contain img {
    position: absolute;
    width: 100%;
    height: 100%; }

.accordion .accordion-navigation {
  border-bottom: 1px solid #e6e6e6; }
  .accordion .accordion-navigation.active > a, .accordion .accordion-navigation .accordion dd.active > a:hover {
    background: #1b5c6f; }

.stars {
  color: #AAAAAA; }
  .stars .fa {
    color: #CCCCCC; }
  .stars .fa-star {
    color: #fecf3f; }

table {
  width: 100%; }
  table tbody tr {
    border-bottom: solid 1px #DDDDDD; }
    table tbody tr td, table tbody tr th {
      line-height: 1.5rem;
      font-size: 0.8125rem !important; }

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 11px;
  margin: auto; }

.curtain {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 10000; }
  .curtain.js-opened {
    display: block; }

/* Age verification popup */
.verify-age-shadow {
  min-width: 100%;
  min-height: 100%;
  background: black;
  opacity: 0.7;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0; }

.verify-age-popup {
  min-width: 222px;
  width: 50%;
  height: auto;
  left: 25%;
  top: 20%;
  padding: 30px 20px;
  position: absolute;
  z-index: 9999;
  background: #fff;
  padding: 1.25rem;
  border-radius: 5px; }
  .verify-age-popup p {
    margin-bottom: .25em; }
  .verify-age-popup .title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: .25em;
    display: block; }
  .verify-age-popup .actions {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .verify-age-popup .actions li {
      display: inline-block;
      margin: 10px 10px 0px 0px; }
      .verify-age-popup .actions li .verify {
        background: #a3b93a;
        border: none; }

.row.title-row {
  padding-bottom: 1.5rem; }
  .row.title-row .title {
    float: left; }
  @media only screen and (min-width: 67.5625em) {
    .row.title-row {
      padding-bottom: 0; }
      .row.title-row .title {
        float: none; } }

.show-menu {
  margin-top: 1.75rem;
  float: right; }
  .show-menu .open {
    display: none; }
  .show-menu .closed {
    display: block; }
  .show-menu.js-opened {
    background: #a3b93a; }
    .show-menu.js-opened .open {
      display: block; }
    .show-menu.js-opened .closed {
      display: none; }
  @media only screen and (min-width: 67.5625em) {
    .show-menu {
      display: none; } }
