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

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
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.
 */
img {
  border: 0; }

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 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.
 * 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.
 */
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.2.1/"; }

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

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

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

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

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

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

html, body {
  height: 100%; }

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

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

body {
  background: #001373;
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.hide {
  display: none; }

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

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

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

select {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.9375rem 1.875rem; }

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

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

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .small-block-grid-3 > li:nth-child(3n+1) {
      padding-left: 0rem;
      padding-right: 1.25rem; }
    .small-block-grid-3 > li:nth-child(3n+2) {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    .small-block-grid-3 > li:nth-child(3n) {
      padding-left: 1.25rem;
      padding-right: 0rem; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .small-block-grid-4 > li:nth-child(4n+1) {
      padding-left: 0rem;
      padding-right: 1.40625rem; }
    .small-block-grid-4 > li:nth-child(4n+2) {
      padding-left: 0.46875rem;
      padding-right: 0.9375rem; }
    .small-block-grid-4 > li:nth-child(4n+3) {
      padding-left: 0.9375rem;
      padding-right: 0.46875rem; }
    .small-block-grid-4 > li:nth-child(4n) {
      padding-left: 1.40625rem;
      padding-right: 0rem; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .small-block-grid-5 > li:nth-child(5n+1) {
      padding-left: 0rem;
      padding-right: 1.5rem; }
    .small-block-grid-5 > li:nth-child(5n+2) {
      padding-left: 0.375rem;
      padding-right: 1.125rem; }
    .small-block-grid-5 > li:nth-child(5n+3) {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .small-block-grid-5 > li:nth-child(5n+4) {
      padding-left: 1.125rem;
      padding-right: 0.375rem; }
    .small-block-grid-5 > li:nth-child(5n) {
      padding-left: 1.5rem;
      padding-right: 0rem; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .small-block-grid-6 > li:nth-child(6n+1) {
      padding-left: 0rem;
      padding-right: 1.5625rem; }
    .small-block-grid-6 > li:nth-child(6n+2) {
      padding-left: 0.3125rem;
      padding-right: 1.25rem; }
    .small-block-grid-6 > li:nth-child(6n+3) {
      padding-left: 0.625rem;
      padding-right: 0.9375rem; }
    .small-block-grid-6 > li:nth-child(6n+4) {
      padding-left: 0.9375rem;
      padding-right: 0.625rem; }
    .small-block-grid-6 > li:nth-child(6n+5) {
      padding-left: 1.25rem;
      padding-right: 0.3125rem; }
    .small-block-grid-6 > li:nth-child(6n) {
      padding-left: 1.5625rem;
      padding-right: 0rem; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .small-block-grid-7 > li:nth-child(7n+1) {
      padding-left: 0rem;
      padding-right: 1.60714rem; }
    .small-block-grid-7 > li:nth-child(7n+2) {
      padding-left: 0.26786rem;
      padding-right: 1.33929rem; }
    .small-block-grid-7 > li:nth-child(7n+3) {
      padding-left: 0.53571rem;
      padding-right: 1.07143rem; }
    .small-block-grid-7 > li:nth-child(7n+4) {
      padding-left: 0.80357rem;
      padding-right: 0.80357rem; }
    .small-block-grid-7 > li:nth-child(7n+5) {
      padding-left: 1.07143rem;
      padding-right: 0.53571rem; }
    .small-block-grid-7 > li:nth-child(7n+6) {
      padding-left: 1.33929rem;
      padding-right: 0.26786rem; }
    .small-block-grid-7 > li:nth-child(7n) {
      padding-left: 1.60714rem;
      padding-right: 0rem; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .small-block-grid-8 > li:nth-child(8n+1) {
      padding-left: 0rem;
      padding-right: 1.64063rem; }
    .small-block-grid-8 > li:nth-child(8n+2) {
      padding-left: 0.23438rem;
      padding-right: 1.40625rem; }
    .small-block-grid-8 > li:nth-child(8n+3) {
      padding-left: 0.46875rem;
      padding-right: 1.17188rem; }
    .small-block-grid-8 > li:nth-child(8n+4) {
      padding-left: 0.70313rem;
      padding-right: 0.9375rem; }
    .small-block-grid-8 > li:nth-child(8n+5) {
      padding-left: 0.9375rem;
      padding-right: 0.70313rem; }
    .small-block-grid-8 > li:nth-child(8n+6) {
      padding-left: 1.17188rem;
      padding-right: 0.46875rem; }
    .small-block-grid-8 > li:nth-child(8n+7) {
      padding-left: 1.40625rem;
      padding-right: 0.23438rem; }
    .small-block-grid-8 > li:nth-child(8n) {
      padding-left: 1.64063rem;
      padding-right: 0rem; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .small-block-grid-9 > li:nth-child(9n+1) {
      padding-left: 0rem;
      padding-right: 1.66667rem; }
    .small-block-grid-9 > li:nth-child(9n+2) {
      padding-left: 0.20833rem;
      padding-right: 1.45833rem; }
    .small-block-grid-9 > li:nth-child(9n+3) {
      padding-left: 0.41667rem;
      padding-right: 1.25rem; }
    .small-block-grid-9 > li:nth-child(9n+4) {
      padding-left: 0.625rem;
      padding-right: 1.04167rem; }
    .small-block-grid-9 > li:nth-child(9n+5) {
      padding-left: 0.83333rem;
      padding-right: 0.83333rem; }
    .small-block-grid-9 > li:nth-child(9n+6) {
      padding-left: 1.04167rem;
      padding-right: 0.625rem; }
    .small-block-grid-9 > li:nth-child(9n+7) {
      padding-left: 1.25rem;
      padding-right: 0.41667rem; }
    .small-block-grid-9 > li:nth-child(9n+8) {
      padding-left: 1.45833rem;
      padding-right: 0.20833rem; }
    .small-block-grid-9 > li:nth-child(9n) {
      padding-left: 1.66667rem;
      padding-right: 0rem; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .small-block-grid-10 > li:nth-child(10n+1) {
      padding-left: 0rem;
      padding-right: 1.6875rem; }
    .small-block-grid-10 > li:nth-child(10n+2) {
      padding-left: 0.1875rem;
      padding-right: 1.5rem; }
    .small-block-grid-10 > li:nth-child(10n+3) {
      padding-left: 0.375rem;
      padding-right: 1.3125rem; }
    .small-block-grid-10 > li:nth-child(10n+4) {
      padding-left: 0.5625rem;
      padding-right: 1.125rem; }
    .small-block-grid-10 > li:nth-child(10n+5) {
      padding-left: 0.75rem;
      padding-right: 0.9375rem; }
    .small-block-grid-10 > li:nth-child(10n+6) {
      padding-left: 0.9375rem;
      padding-right: 0.75rem; }
    .small-block-grid-10 > li:nth-child(10n+7) {
      padding-left: 1.125rem;
      padding-right: 0.5625rem; }
    .small-block-grid-10 > li:nth-child(10n+8) {
      padding-left: 1.3125rem;
      padding-right: 0.375rem; }
    .small-block-grid-10 > li:nth-child(10n+9) {
      padding-left: 1.5rem;
      padding-right: 0.1875rem; }
    .small-block-grid-10 > li:nth-child(10n) {
      padding-left: 1.6875rem;
      padding-right: 0rem; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .small-block-grid-11 > li:nth-child(11n+1) {
      padding-left: 0.0rem;
      padding-right: 1.70455rem; }
    .small-block-grid-11 > li:nth-child(11n+2) {
      padding-left: 0.17045rem;
      padding-right: 1.53409rem; }
    .small-block-grid-11 > li:nth-child(11n+3) {
      padding-left: 0.34091rem;
      padding-right: 1.36364rem; }
    .small-block-grid-11 > li:nth-child(11n+4) {
      padding-left: 0.51136rem;
      padding-right: 1.19318rem; }
    .small-block-grid-11 > li:nth-child(11n+5) {
      padding-left: 0.68182rem;
      padding-right: 1.02273rem; }
    .small-block-grid-11 > li:nth-child(11n+6) {
      padding-left: 0.85227rem;
      padding-right: 0.85227rem; }
    .small-block-grid-11 > li:nth-child(11n+7) {
      padding-left: 1.02273rem;
      padding-right: 0.68182rem; }
    .small-block-grid-11 > li:nth-child(11n+8) {
      padding-left: 1.19318rem;
      padding-right: 0.51136rem; }
    .small-block-grid-11 > li:nth-child(11n+9) {
      padding-left: 1.36364rem;
      padding-right: 0.34091rem; }
    .small-block-grid-11 > li:nth-child(11n+10) {
      padding-left: 1.53409rem;
      padding-right: 0.17045rem; }
    .small-block-grid-11 > li:nth-child(11n) {
      padding-left: 1.70455rem;
      padding-right: 0.0rem; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .small-block-grid-12 > li:nth-child(12n+1) {
      padding-left: 0rem;
      padding-right: 1.71875rem; }
    .small-block-grid-12 > li:nth-child(12n+2) {
      padding-left: 0.15625rem;
      padding-right: 1.5625rem; }
    .small-block-grid-12 > li:nth-child(12n+3) {
      padding-left: 0.3125rem;
      padding-right: 1.40625rem; }
    .small-block-grid-12 > li:nth-child(12n+4) {
      padding-left: 0.46875rem;
      padding-right: 1.25rem; }
    .small-block-grid-12 > li:nth-child(12n+5) {
      padding-left: 0.625rem;
      padding-right: 1.09375rem; }
    .small-block-grid-12 > li:nth-child(12n+6) {
      padding-left: 0.78125rem;
      padding-right: 0.9375rem; }
    .small-block-grid-12 > li:nth-child(12n+7) {
      padding-left: 0.9375rem;
      padding-right: 0.78125rem; }
    .small-block-grid-12 > li:nth-child(12n+8) {
      padding-left: 1.09375rem;
      padding-right: 0.625rem; }
    .small-block-grid-12 > li:nth-child(12n+9) {
      padding-left: 1.25rem;
      padding-right: 0.46875rem; }
    .small-block-grid-12 > li:nth-child(12n+10) {
      padding-left: 1.40625rem;
      padding-right: 0.3125rem; }
    .small-block-grid-12 > li:nth-child(12n+11) {
      padding-left: 1.5625rem;
      padding-right: 0.15625rem; }
    .small-block-grid-12 > li:nth-child(12n) {
      padding-left: 1.71875rem;
      padding-right: 0rem; } }
@media only screen and (min-width: 0em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .medium-block-grid-1 > li:nth-child(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

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

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .medium-block-grid-3 > li:nth-child(3n+1) {
      padding-left: 0rem;
      padding-right: 1.25rem; }
    .medium-block-grid-3 > li:nth-child(3n+2) {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    .medium-block-grid-3 > li:nth-child(3n) {
      padding-left: 1.25rem;
      padding-right: 0rem; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .medium-block-grid-4 > li:nth-child(4n+1) {
      padding-left: 0rem;
      padding-right: 1.40625rem; }
    .medium-block-grid-4 > li:nth-child(4n+2) {
      padding-left: 0.46875rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-4 > li:nth-child(4n+3) {
      padding-left: 0.9375rem;
      padding-right: 0.46875rem; }
    .medium-block-grid-4 > li:nth-child(4n) {
      padding-left: 1.40625rem;
      padding-right: 0rem; }

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

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .medium-block-grid-6 > li:nth-child(6n+1) {
      padding-left: 0rem;
      padding-right: 1.5625rem; }
    .medium-block-grid-6 > li:nth-child(6n+2) {
      padding-left: 0.3125rem;
      padding-right: 1.25rem; }
    .medium-block-grid-6 > li:nth-child(6n+3) {
      padding-left: 0.625rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-6 > li:nth-child(6n+4) {
      padding-left: 0.9375rem;
      padding-right: 0.625rem; }
    .medium-block-grid-6 > li:nth-child(6n+5) {
      padding-left: 1.25rem;
      padding-right: 0.3125rem; }
    .medium-block-grid-6 > li:nth-child(6n) {
      padding-left: 1.5625rem;
      padding-right: 0rem; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .medium-block-grid-7 > li:nth-child(7n+1) {
      padding-left: 0rem;
      padding-right: 1.60714rem; }
    .medium-block-grid-7 > li:nth-child(7n+2) {
      padding-left: 0.26786rem;
      padding-right: 1.33929rem; }
    .medium-block-grid-7 > li:nth-child(7n+3) {
      padding-left: 0.53571rem;
      padding-right: 1.07143rem; }
    .medium-block-grid-7 > li:nth-child(7n+4) {
      padding-left: 0.80357rem;
      padding-right: 0.80357rem; }
    .medium-block-grid-7 > li:nth-child(7n+5) {
      padding-left: 1.07143rem;
      padding-right: 0.53571rem; }
    .medium-block-grid-7 > li:nth-child(7n+6) {
      padding-left: 1.33929rem;
      padding-right: 0.26786rem; }
    .medium-block-grid-7 > li:nth-child(7n) {
      padding-left: 1.60714rem;
      padding-right: 0rem; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .medium-block-grid-8 > li:nth-child(8n+1) {
      padding-left: 0rem;
      padding-right: 1.64063rem; }
    .medium-block-grid-8 > li:nth-child(8n+2) {
      padding-left: 0.23438rem;
      padding-right: 1.40625rem; }
    .medium-block-grid-8 > li:nth-child(8n+3) {
      padding-left: 0.46875rem;
      padding-right: 1.17188rem; }
    .medium-block-grid-8 > li:nth-child(8n+4) {
      padding-left: 0.70313rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-8 > li:nth-child(8n+5) {
      padding-left: 0.9375rem;
      padding-right: 0.70313rem; }
    .medium-block-grid-8 > li:nth-child(8n+6) {
      padding-left: 1.17188rem;
      padding-right: 0.46875rem; }
    .medium-block-grid-8 > li:nth-child(8n+7) {
      padding-left: 1.40625rem;
      padding-right: 0.23438rem; }
    .medium-block-grid-8 > li:nth-child(8n) {
      padding-left: 1.64063rem;
      padding-right: 0rem; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .medium-block-grid-9 > li:nth-child(9n+1) {
      padding-left: 0rem;
      padding-right: 1.66667rem; }
    .medium-block-grid-9 > li:nth-child(9n+2) {
      padding-left: 0.20833rem;
      padding-right: 1.45833rem; }
    .medium-block-grid-9 > li:nth-child(9n+3) {
      padding-left: 0.41667rem;
      padding-right: 1.25rem; }
    .medium-block-grid-9 > li:nth-child(9n+4) {
      padding-left: 0.625rem;
      padding-right: 1.04167rem; }
    .medium-block-grid-9 > li:nth-child(9n+5) {
      padding-left: 0.83333rem;
      padding-right: 0.83333rem; }
    .medium-block-grid-9 > li:nth-child(9n+6) {
      padding-left: 1.04167rem;
      padding-right: 0.625rem; }
    .medium-block-grid-9 > li:nth-child(9n+7) {
      padding-left: 1.25rem;
      padding-right: 0.41667rem; }
    .medium-block-grid-9 > li:nth-child(9n+8) {
      padding-left: 1.45833rem;
      padding-right: 0.20833rem; }
    .medium-block-grid-9 > li:nth-child(9n) {
      padding-left: 1.66667rem;
      padding-right: 0rem; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .medium-block-grid-10 > li:nth-child(10n+1) {
      padding-left: 0rem;
      padding-right: 1.6875rem; }
    .medium-block-grid-10 > li:nth-child(10n+2) {
      padding-left: 0.1875rem;
      padding-right: 1.5rem; }
    .medium-block-grid-10 > li:nth-child(10n+3) {
      padding-left: 0.375rem;
      padding-right: 1.3125rem; }
    .medium-block-grid-10 > li:nth-child(10n+4) {
      padding-left: 0.5625rem;
      padding-right: 1.125rem; }
    .medium-block-grid-10 > li:nth-child(10n+5) {
      padding-left: 0.75rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-10 > li:nth-child(10n+6) {
      padding-left: 0.9375rem;
      padding-right: 0.75rem; }
    .medium-block-grid-10 > li:nth-child(10n+7) {
      padding-left: 1.125rem;
      padding-right: 0.5625rem; }
    .medium-block-grid-10 > li:nth-child(10n+8) {
      padding-left: 1.3125rem;
      padding-right: 0.375rem; }
    .medium-block-grid-10 > li:nth-child(10n+9) {
      padding-left: 1.5rem;
      padding-right: 0.1875rem; }
    .medium-block-grid-10 > li:nth-child(10n) {
      padding-left: 1.6875rem;
      padding-right: 0rem; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .medium-block-grid-11 > li:nth-child(11n+1) {
      padding-left: 0.0rem;
      padding-right: 1.70455rem; }
    .medium-block-grid-11 > li:nth-child(11n+2) {
      padding-left: 0.17045rem;
      padding-right: 1.53409rem; }
    .medium-block-grid-11 > li:nth-child(11n+3) {
      padding-left: 0.34091rem;
      padding-right: 1.36364rem; }
    .medium-block-grid-11 > li:nth-child(11n+4) {
      padding-left: 0.51136rem;
      padding-right: 1.19318rem; }
    .medium-block-grid-11 > li:nth-child(11n+5) {
      padding-left: 0.68182rem;
      padding-right: 1.02273rem; }
    .medium-block-grid-11 > li:nth-child(11n+6) {
      padding-left: 0.85227rem;
      padding-right: 0.85227rem; }
    .medium-block-grid-11 > li:nth-child(11n+7) {
      padding-left: 1.02273rem;
      padding-right: 0.68182rem; }
    .medium-block-grid-11 > li:nth-child(11n+8) {
      padding-left: 1.19318rem;
      padding-right: 0.51136rem; }
    .medium-block-grid-11 > li:nth-child(11n+9) {
      padding-left: 1.36364rem;
      padding-right: 0.34091rem; }
    .medium-block-grid-11 > li:nth-child(11n+10) {
      padding-left: 1.53409rem;
      padding-right: 0.17045rem; }
    .medium-block-grid-11 > li:nth-child(11n) {
      padding-left: 1.70455rem;
      padding-right: 0.0rem; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .medium-block-grid-12 > li:nth-child(12n+1) {
      padding-left: 0rem;
      padding-right: 1.71875rem; }
    .medium-block-grid-12 > li:nth-child(12n+2) {
      padding-left: 0.15625rem;
      padding-right: 1.5625rem; }
    .medium-block-grid-12 > li:nth-child(12n+3) {
      padding-left: 0.3125rem;
      padding-right: 1.40625rem; }
    .medium-block-grid-12 > li:nth-child(12n+4) {
      padding-left: 0.46875rem;
      padding-right: 1.25rem; }
    .medium-block-grid-12 > li:nth-child(12n+5) {
      padding-left: 0.625rem;
      padding-right: 1.09375rem; }
    .medium-block-grid-12 > li:nth-child(12n+6) {
      padding-left: 0.78125rem;
      padding-right: 0.9375rem; }
    .medium-block-grid-12 > li:nth-child(12n+7) {
      padding-left: 0.9375rem;
      padding-right: 0.78125rem; }
    .medium-block-grid-12 > li:nth-child(12n+8) {
      padding-left: 1.09375rem;
      padding-right: 0.625rem; }
    .medium-block-grid-12 > li:nth-child(12n+9) {
      padding-left: 1.25rem;
      padding-right: 0.46875rem; }
    .medium-block-grid-12 > li:nth-child(12n+10) {
      padding-left: 1.40625rem;
      padding-right: 0.3125rem; }
    .medium-block-grid-12 > li:nth-child(12n+11) {
      padding-left: 1.5625rem;
      padding-right: 0.15625rem; }
    .medium-block-grid-12 > li:nth-child(12n) {
      padding-left: 1.71875rem;
      padding-right: 0rem; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
    .large-block-grid-1 > li:nth-child(1n) {
      padding-left: 0rem;
      padding-right: 0rem; }

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

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
    .large-block-grid-3 > li:nth-child(3n+1) {
      padding-left: 0rem;
      padding-right: 1.25rem; }
    .large-block-grid-3 > li:nth-child(3n+2) {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    .large-block-grid-3 > li:nth-child(3n) {
      padding-left: 1.25rem;
      padding-right: 0rem; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
    .large-block-grid-4 > li:nth-child(4n+1) {
      padding-left: 0rem;
      padding-right: 1.40625rem; }
    .large-block-grid-4 > li:nth-child(4n+2) {
      padding-left: 0.46875rem;
      padding-right: 0.9375rem; }
    .large-block-grid-4 > li:nth-child(4n+3) {
      padding-left: 0.9375rem;
      padding-right: 0.46875rem; }
    .large-block-grid-4 > li:nth-child(4n) {
      padding-left: 1.40625rem;
      padding-right: 0rem; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
    .large-block-grid-5 > li:nth-child(5n+1) {
      padding-left: 0rem;
      padding-right: 1.5rem; }
    .large-block-grid-5 > li:nth-child(5n+2) {
      padding-left: 0.375rem;
      padding-right: 1.125rem; }
    .large-block-grid-5 > li:nth-child(5n+3) {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .large-block-grid-5 > li:nth-child(5n+4) {
      padding-left: 1.125rem;
      padding-right: 0.375rem; }
    .large-block-grid-5 > li:nth-child(5n) {
      padding-left: 1.5rem;
      padding-right: 0rem; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
    .large-block-grid-6 > li:nth-child(6n+1) {
      padding-left: 0rem;
      padding-right: 1.5625rem; }
    .large-block-grid-6 > li:nth-child(6n+2) {
      padding-left: 0.3125rem;
      padding-right: 1.25rem; }
    .large-block-grid-6 > li:nth-child(6n+3) {
      padding-left: 0.625rem;
      padding-right: 0.9375rem; }
    .large-block-grid-6 > li:nth-child(6n+4) {
      padding-left: 0.9375rem;
      padding-right: 0.625rem; }
    .large-block-grid-6 > li:nth-child(6n+5) {
      padding-left: 1.25rem;
      padding-right: 0.3125rem; }
    .large-block-grid-6 > li:nth-child(6n) {
      padding-left: 1.5625rem;
      padding-right: 0rem; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
    .large-block-grid-7 > li:nth-child(7n+1) {
      padding-left: 0rem;
      padding-right: 1.60714rem; }
    .large-block-grid-7 > li:nth-child(7n+2) {
      padding-left: 0.26786rem;
      padding-right: 1.33929rem; }
    .large-block-grid-7 > li:nth-child(7n+3) {
      padding-left: 0.53571rem;
      padding-right: 1.07143rem; }
    .large-block-grid-7 > li:nth-child(7n+4) {
      padding-left: 0.80357rem;
      padding-right: 0.80357rem; }
    .large-block-grid-7 > li:nth-child(7n+5) {
      padding-left: 1.07143rem;
      padding-right: 0.53571rem; }
    .large-block-grid-7 > li:nth-child(7n+6) {
      padding-left: 1.33929rem;
      padding-right: 0.26786rem; }
    .large-block-grid-7 > li:nth-child(7n) {
      padding-left: 1.60714rem;
      padding-right: 0rem; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
    .large-block-grid-8 > li:nth-child(8n+1) {
      padding-left: 0rem;
      padding-right: 1.64063rem; }
    .large-block-grid-8 > li:nth-child(8n+2) {
      padding-left: 0.23438rem;
      padding-right: 1.40625rem; }
    .large-block-grid-8 > li:nth-child(8n+3) {
      padding-left: 0.46875rem;
      padding-right: 1.17188rem; }
    .large-block-grid-8 > li:nth-child(8n+4) {
      padding-left: 0.70313rem;
      padding-right: 0.9375rem; }
    .large-block-grid-8 > li:nth-child(8n+5) {
      padding-left: 0.9375rem;
      padding-right: 0.70313rem; }
    .large-block-grid-8 > li:nth-child(8n+6) {
      padding-left: 1.17188rem;
      padding-right: 0.46875rem; }
    .large-block-grid-8 > li:nth-child(8n+7) {
      padding-left: 1.40625rem;
      padding-right: 0.23438rem; }
    .large-block-grid-8 > li:nth-child(8n) {
      padding-left: 1.64063rem;
      padding-right: 0rem; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
    .large-block-grid-9 > li:nth-child(9n+1) {
      padding-left: 0rem;
      padding-right: 1.66667rem; }
    .large-block-grid-9 > li:nth-child(9n+2) {
      padding-left: 0.20833rem;
      padding-right: 1.45833rem; }
    .large-block-grid-9 > li:nth-child(9n+3) {
      padding-left: 0.41667rem;
      padding-right: 1.25rem; }
    .large-block-grid-9 > li:nth-child(9n+4) {
      padding-left: 0.625rem;
      padding-right: 1.04167rem; }
    .large-block-grid-9 > li:nth-child(9n+5) {
      padding-left: 0.83333rem;
      padding-right: 0.83333rem; }
    .large-block-grid-9 > li:nth-child(9n+6) {
      padding-left: 1.04167rem;
      padding-right: 0.625rem; }
    .large-block-grid-9 > li:nth-child(9n+7) {
      padding-left: 1.25rem;
      padding-right: 0.41667rem; }
    .large-block-grid-9 > li:nth-child(9n+8) {
      padding-left: 1.45833rem;
      padding-right: 0.20833rem; }
    .large-block-grid-9 > li:nth-child(9n) {
      padding-left: 1.66667rem;
      padding-right: 0rem; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
    .large-block-grid-10 > li:nth-child(10n+1) {
      padding-left: 0rem;
      padding-right: 1.6875rem; }
    .large-block-grid-10 > li:nth-child(10n+2) {
      padding-left: 0.1875rem;
      padding-right: 1.5rem; }
    .large-block-grid-10 > li:nth-child(10n+3) {
      padding-left: 0.375rem;
      padding-right: 1.3125rem; }
    .large-block-grid-10 > li:nth-child(10n+4) {
      padding-left: 0.5625rem;
      padding-right: 1.125rem; }
    .large-block-grid-10 > li:nth-child(10n+5) {
      padding-left: 0.75rem;
      padding-right: 0.9375rem; }
    .large-block-grid-10 > li:nth-child(10n+6) {
      padding-left: 0.9375rem;
      padding-right: 0.75rem; }
    .large-block-grid-10 > li:nth-child(10n+7) {
      padding-left: 1.125rem;
      padding-right: 0.5625rem; }
    .large-block-grid-10 > li:nth-child(10n+8) {
      padding-left: 1.3125rem;
      padding-right: 0.375rem; }
    .large-block-grid-10 > li:nth-child(10n+9) {
      padding-left: 1.5rem;
      padding-right: 0.1875rem; }
    .large-block-grid-10 > li:nth-child(10n) {
      padding-left: 1.6875rem;
      padding-right: 0rem; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
    .large-block-grid-11 > li:nth-child(11n+1) {
      padding-left: 0.0rem;
      padding-right: 1.70455rem; }
    .large-block-grid-11 > li:nth-child(11n+2) {
      padding-left: 0.17045rem;
      padding-right: 1.53409rem; }
    .large-block-grid-11 > li:nth-child(11n+3) {
      padding-left: 0.34091rem;
      padding-right: 1.36364rem; }
    .large-block-grid-11 > li:nth-child(11n+4) {
      padding-left: 0.51136rem;
      padding-right: 1.19318rem; }
    .large-block-grid-11 > li:nth-child(11n+5) {
      padding-left: 0.68182rem;
      padding-right: 1.02273rem; }
    .large-block-grid-11 > li:nth-child(11n+6) {
      padding-left: 0.85227rem;
      padding-right: 0.85227rem; }
    .large-block-grid-11 > li:nth-child(11n+7) {
      padding-left: 1.02273rem;
      padding-right: 0.68182rem; }
    .large-block-grid-11 > li:nth-child(11n+8) {
      padding-left: 1.19318rem;
      padding-right: 0.51136rem; }
    .large-block-grid-11 > li:nth-child(11n+9) {
      padding-left: 1.36364rem;
      padding-right: 0.34091rem; }
    .large-block-grid-11 > li:nth-child(11n+10) {
      padding-left: 1.53409rem;
      padding-right: 0.17045rem; }
    .large-block-grid-11 > li:nth-child(11n) {
      padding-left: 1.70455rem;
      padding-right: 0.0rem; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
    .large-block-grid-12 > li:nth-child(12n+1) {
      padding-left: 0rem;
      padding-right: 1.71875rem; }
    .large-block-grid-12 > li:nth-child(12n+2) {
      padding-left: 0.15625rem;
      padding-right: 1.5625rem; }
    .large-block-grid-12 > li:nth-child(12n+3) {
      padding-left: 0.3125rem;
      padding-right: 1.40625rem; }
    .large-block-grid-12 > li:nth-child(12n+4) {
      padding-left: 0.46875rem;
      padding-right: 1.25rem; }
    .large-block-grid-12 > li:nth-child(12n+5) {
      padding-left: 0.625rem;
      padding-right: 1.09375rem; }
    .large-block-grid-12 > li:nth-child(12n+6) {
      padding-left: 0.78125rem;
      padding-right: 0.9375rem; }
    .large-block-grid-12 > li:nth-child(12n+7) {
      padding-left: 0.9375rem;
      padding-right: 0.78125rem; }
    .large-block-grid-12 > li:nth-child(12n+8) {
      padding-left: 1.09375rem;
      padding-right: 0.625rem; }
    .large-block-grid-12 > li:nth-child(12n+9) {
      padding-left: 1.25rem;
      padding-right: 0.46875rem; }
    .large-block-grid-12 > li:nth-child(12n+10) {
      padding-left: 1.40625rem;
      padding-right: 0.3125rem; }
    .large-block-grid-12 > li:nth-child(12n+11) {
      padding-left: 1.5625rem;
      padding-right: 0.15625rem; }
    .large-block-grid-12 > li:nth-child(12n) {
      padding-left: 1.71875rem;
      padding-right: 0rem; } }
.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: 0em) {
  .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: 0em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xxlarge-text-justify {
    text-align: justify !important; } }
.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: 0em) {
  .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: 0em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: white;
    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: white;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

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

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

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

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

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

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

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

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

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

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

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

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

blockquote,
blockquote p {
  line-height: 1.6;
  color: white; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  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: 0em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

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

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

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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

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

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

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

  .show-for-print {
    display: inherit !important; } }
@font-face {
  font-family: 'icons';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?88364615#icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-individual:before {
  content: '\e800'; }

/* '' */
.icon-license:before {
  content: '\e801'; }

/* '' */
.icon-release-notes:before {
  content: '\e802'; }

/* '' */
.icon-site:before {
  content: '\e803'; }

/* '' */
.icon-support:before {
  content: '\e804'; }

/* '' */
.icon {
  font-family: 'icons'; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; }

strong {
  font-weight: 500;
  color: white; }

pre {
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  overflow: none;
  margin: 1.25rem 0; }
  pre code {
    display: block;
    background-color: transparent;
    border: none;
    padding: 8px 8px;
    border-radius: 0;
    margin: 0; }

code {
  display: inline-block;
  font-family: 'Menlo', 'Monaco', monospaced;
  font-size: 13px;
  line-height: 18px;
  color: #4d4d4d;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  padding: 0px 5px;
  padding-top: 1px;
  border-radius: 3px; }

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden; }

.lightbox-image {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9); }
  .lightbox-image.on {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    margin-left: -437px;
    margin-top: -286px; }

#wrapper {
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 100%; }
  #wrapper #footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    *zoom: 1;
    margin-top: 5px;
    height: 130px; }
    #wrapper #footer:before, #wrapper #footer:after {
      content: " ";
      display: table; }
    #wrapper #footer:after {
      clear: both; }
    #wrapper #footer > div {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 83.33333%;
      left: 8.33333%;
      right: auto;
      float: left; }
      #wrapper #footer > div > hr {
        position: relative;
        border: none;
        background-color: rgba(255, 255, 255, 0.2);
        height: 1px; }
      #wrapper #footer > div > nav > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: auto;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
        *zoom: 1; }
        #wrapper #footer > div > nav > ul:before, #wrapper #footer > div > nav > ul:after {
          content: " ";
          display: table; }
        #wrapper #footer > div > nav > ul:after {
          clear: both; }
        #wrapper #footer > div > nav > ul img {
          max-width: 100%;
          display: inline-block;
          border: none;
          outline: none;
          -webkit-transform: translateZ(0px);
          -moz-transform: translateZ(0px);
          -ms-transform: translateZ(0px);
          -o-transform: translateZ(0px);
          transform: translateZ(0px); }
        #wrapper #footer > div > nav > ul > li:first-child {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 25%;
          float: left; }
          #wrapper #footer > div > nav > ul > li:first-child a {
            display: inline-block;
            max-width: 100%;
            opacity: 0.5;
            -webkit-transition: opacity 0.25s ease-in-out;
            -moz-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out; }
            #wrapper #footer > div > nav > ul > li:first-child a:hover {
              opacity: 1.0; }
        #wrapper #footer > div > nav > ul > li:last-child {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 75%;
          float: left;
          text-align: right; }
          #wrapper #footer > div > nav > ul > li:last-child > nav > ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            #wrapper #footer > div > nav > ul > li:last-child > nav > ul > li {
              display: inline-block;
              margin-left: 15px; }
              #wrapper #footer > div > nav > ul > li:last-child > nav > ul > li a {
                display: inline-block;
                position: relative;
                max-width: 100%;
                top: -3px;
                color: rgba(255, 255, 255, 0.5);
                -webkit-transition: color 0.25s ease-in-out;
                -moz-transition: color 0.25s ease-in-out;
                transition: color 0.25s ease-in-out; }
                #wrapper #footer > div > nav > ul > li:last-child > nav > ul > li a:hover {
                  color: white; }
              #wrapper #footer > div > nav > ul > li:last-child > nav > ul > li .icon {
                position: relative;
                font-size: 1.6rem;
                top: 3px;
                margin-right: -2px; }

#wrapper.home {
  background-image: url(/assets/zwoptex/images/background.png);
  background-size: 1740px 656px;
  padding-top: 574px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    #wrapper.home {
      background-image: url(/assets/zwoptex/images/background@2x.png); } }
  #wrapper.home #header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    *zoom: 1; }
    #wrapper.home #header:before, #wrapper.home #header:after {
      content: " ";
      display: table; }
    #wrapper.home #header:after {
      clear: both; }
    #wrapper.home #header .info {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 41.66667%;
      left: 8.33333%;
      right: auto;
      float: left; }
      #wrapper.home #header .info > p {
        font-size: 1.15rem;
        margin-top: 15px;
        margin-bottom: 25px; }
      #wrapper.home #header .info > div {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
        float: left;
        text-align: center; }
        #wrapper.home #header .info > div > .btn {
          display: inline-block; }
          #wrapper.home #header .info > div > .btn:hover {
            cursor: pointer; }
          #wrapper.home #header .info > div > .btn img {
            max-width: 178px;
            display: inline-block; }
        #wrapper.home #header .info > div > .tag {
          display: inline-block;
          font-size: 0.8rem;
          color: rgba(255, 255, 255, 0.5);
          font-weight: 500; }
    #wrapper.home #header .download {
      position: relative; }
      #wrapper.home #header .download > .btn {
        display: block;
        position: relative;
        z-index: 1001; }
      #wrapper.home #header .download > .release {
        display: block;
        z-index: 1000;
        position: absolute;
        opacity: 0.0;
        visibility: hidden;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        background-image: url(/assets/zwoptex/images/release-pop-over-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 234px;
        height: 169px; }
        #wrapper.home #header .download > .release p {
          margin-top: 15px;
          margin-bottom: 6px;
          display: inline-block;
          font-size: 0.9rem;
          line-height: 1.3rem;
          color: #222;
          text-align: left; }
          #wrapper.home #header .download > .release p strong {
            display: inline-block;
            width: 35px;
            color: black;
            text-align: right;
            margin-right: 4px; }
        #wrapper.home #header .download > .release a {
          position: relative;
          display: block;
          font-size: 0.85rem;
          color: black;
          -webkit-transition: color 0.25s ease-in-out;
          -moz-transition: color 0.25s ease-in-out;
          transition: color 0.25s ease-in-out; }
          #wrapper.home #header .download > .release a span:first-child {
            text-decoration: underline; }
          #wrapper.home #header .download > .release a:hover {
            color: #327DE3; }
    #wrapper.home #header .buy {
      position: relative; }
      #wrapper.home #header .buy > .btn {
        display: block;
        position: relative;
        z-index: 1001; }
      #wrapper.home #header .buy > .options {
        display: block;
        z-index: 1000;
        position: absolute;
        opacity: 0.0;
        visibility: hidden;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        background-image: url(/assets/zwoptex/images/buy-now-pop-over-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 364px;
        height: 229px; }
        #wrapper.home #header .buy > .options ul {
          margin: 0;
          margin-top: 10px;
          display: inline-block;
          list-style: none;
          text-align: center;
          padding: 0;
          overflow: hidden; }
          #wrapper.home #header .buy > .options ul li {
            display: block;
            float: left;
            width: 160px;
            margin-top: 20px; }
            #wrapper.home #header .buy > .options ul li:first-child {
              margin-left: 20px; }
            #wrapper.home #header .buy > .options ul li:last-child {
              margin-right: 20px; }
            #wrapper.home #header .buy > .options ul li a {
              display: block;
              color: #222;
              font-size: 0.9rem;
              -webkit-transition: color 0.25s ease-in-out;
              -moz-transition: color 0.25s ease-in-out;
              transition: color 0.25s ease-in-out; }
              #wrapper.home #header .buy > .options ul li a span {
                display: block; }
              #wrapper.home #header .buy > .options ul li a .icon {
                font-size: 7rem;
                line-height: 5rem; }
              #wrapper.home #header .buy > .options ul li a span:last-child {
                line-height: 1.2rem; }
                #wrapper.home #header .buy > .options ul li a span:last-child strong {
                  display: inline-block;
                  color: black;
                  -webkit-transition: color 0.25s ease-in-out;
                  -moz-transition: color 0.25s ease-in-out;
                  transition: color 0.25s ease-in-out;
                  font-size: 1.4rem;
                  margin-bottom: 8px; }
              #wrapper.home #header .buy > .options ul li a:hover {
                color: #0077FF; }
                #wrapper.home #header .buy > .options ul li a:hover span:last-child strong {
                  color: #0077FF; }
    #wrapper.home #header .screenshots {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 41.66667%;
      left: 8.33333%;
      right: auto;
      float: left; }
      #wrapper.home #header .screenshots > ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
        overflow: hidden;
        padding: 2.5%; }
        #wrapper.home #header .screenshots > ul > li {
          width: 45%;
          margin: 2.5%;
          float: left; }
  #wrapper.home #content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    *zoom: 1; }
    #wrapper.home #content:before, #wrapper.home #content:after {
      content: " ";
      display: table; }
    #wrapper.home #content:after {
      clear: both; }
    #wrapper.home #content > div {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 83.33333%;
      left: 8.33333%;
      right: auto;
      float: left; }
      #wrapper.home #content > div h1, #wrapper.home #content > div h3 {
        text-align: center;
        margin: 50px 0; }
      #wrapper.home #content > div > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: auto;
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
        *zoom: 1;
        margin-bottom: 30px; }
        #wrapper.home #content > div > ul:before, #wrapper.home #content > div > ul:after {
          content: " ";
          display: table; }
        #wrapper.home #content > div > ul:after {
          clear: both; }
        #wrapper.home #content > div > ul > li {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 33.33333%;
          float: left; }
        #wrapper.home #content > div > ul:last-child {
          margin-bottom: 0; }

#wrapper.guide {
  background-image: url(/assets/zwoptex/images/guide-background.png);
  background-size: 1740px 500px;
  padding-top: 350px;
  min-width: 1180px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    #wrapper.guide {
      background-image: url(/assets/zwoptex/images/guide-background@2x.png); } }
  #wrapper.guide #content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    *zoom: 1; }
    #wrapper.guide #content:before, #wrapper.guide #content:after {
      content: " ";
      display: table; }
    #wrapper.guide #content:after {
      clear: both; }
    #wrapper.guide #content > nav {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 16.66667%;
      left: -8.33333%;
      right: auto;
      float: left; }
      #wrapper.guide #content > nav ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #wrapper.guide #content > nav ul li {
          text-align: right;
          padding-bottom: 5px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.25);
          margin-bottom: 5px; }
    #wrapper.guide #content > article {
      position: relative;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 83.33333%;
      left: -8.33333%;
      right: auto;
      float: left;
      color: #444; }
      #wrapper.guide #content > article > div {
        background-color: white;
        border-radius: 3px;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px; }
        #wrapper.guide #content > article > div > h1:first-child {
          margin-top: 1rem; }
      #wrapper.guide #content > article h1, #wrapper.guide #content > article h2, #wrapper.guide #content > article h3, #wrapper.guide #content > article h4, #wrapper.guide #content > article h5, #wrapper.guide #content > article h6 {
        color: #000;
        font-weight: 400; }
      #wrapper.guide #content > article blockquote {
        border-left: 3px solid #AAA;
        padding: 0.25rem 0.8rem; }
        #wrapper.guide #content > article blockquote p {
          color: #666;
          margin: 0;
          padding: 0 0; }
      #wrapper.guide #content > article h1 {
        margin: 2.5rem 0; }
      #wrapper.guide #content > article h2 {
        margin: 2.125rem 0; }
      #wrapper.guide #content > article h3 {
        margin: 1.80625rem 0; }
      #wrapper.guide #content > article h4 {
        margin: 1.5353125rem 0; }
      #wrapper.guide #content > article h5 {
        margin: 1.305015625rem 0; }
      #wrapper.guide #content > article h6 {
        margin: 0.5rem 0;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase; }
      #wrapper.guide #content > article hr {
        margin: 2.5rem 0; }
      #wrapper.guide #content > article img {
        display: block;
        margin: 0 auto;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        border-radius: 3px;
        border: 1px solid #CCC; }
      #wrapper.guide #content > article strong, #wrapper.guide #content > article em, #wrapper.guide #content > article a {
        color: #000;
        font-weight: 500;
        font-style: normal; }
      #wrapper.guide #content > article small {
        font-size: 0.8rem; }
        #wrapper.guide #content > article small em {
          color: #999;
          font-weight: 400; }
      #wrapper.guide #content > article a {
        color: #0077FF; }
      #wrapper.guide #content > article li {
        margin: 2px 0; }
