@charset "UTF-8";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
}
.row {
  margin: 0 auto;
  max-width: 74rem;
  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 {
  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.5rem;
  padding-right: 0.5rem;
  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: 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.5rem;
    padding-right: 0.5rem;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    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.5rem;
    padding-right: 0.5rem;
    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: 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.5rem;
    padding-right: 0.5rem;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    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.5rem;
    padding-right: 0.5rem;
    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.0625em) {
  .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.5rem;
    padding-right: 0.5rem;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    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.5rem;
    padding-right: 0.5rem;
    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;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-button {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/*csslint outline-none:false*/
.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
}
.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.pure-button:focus {
  outline: 0;
}
.pure-button-active,
.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000\9;
}
.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none;
}
.pure-button-hidden {
  display: none;
}
/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #0078e7;
  color: #fff;
}
html,
body {
  background-color: #f4f4f4;
  box-sizing: border-box;
}
hr {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #f4f4f4;
  height: 2px;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
#header + .row {
  margin-top: 2rem;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.screen-reader-text {
  display: none;
}
.article {
  margin-bottom: 1px;
  padding: 2rem 4rem;
  background-color: #fff;
}
.header-img-full {
  background-color: #4A90E2;
  text-align: center;
}
.header-img-full img {
  max-width: 1440px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.cws-pagination {
  margin-bottom: 1px;
  padding: 1rem;
  background-color: #fff;
  margin-top: 2rem;
}
.cws-pagination .page-numbers {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  min-width: 2rem;
  text-align: center;
  background-color: #E6E6E6;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.cws-pagination .page-numbers:hover {
  background-color: #333;
  color: #fff;
}
.cws-pagination .current {
  background-color: #4A90E2;
  color: #fff;
}
.circle-icon {
  background-color: #4A90E2;
  color: #fff;
  width: 4rem;
  height: 4rem;
  display: block;
  line-height: 4rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  border-radius: 5rem;
  text-align: center;
  font-size: 2rem;
}
a.url {
  color: #18BB78 !important;
  text-decoration: underline !important;
  white-space: nowrap;
}
a.url:hover {
  color: #000 !important;
}
.table,
.tablepress {
  width: 100%;
  background-color: #fff;
  margin-bottom: 2rem;
}
.table td,
.tablepress td,
.table th,
.tablepress th {
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  vertical-align: top;
  padding: 0.5rem;
}
.table td:first-child,
.tablepress td:first-child,
.table th:first-child,
.tablepress th:first-child {
  border-left: none;
}
.table td:last-child,
.tablepress td:last-child,
.table th:last-child,
.tablepress th:last-child {
  border-right: none;
}
.table.table-docu td,
.tablepress.table-docu td {
  width: 25%;
  text-align: left;
}
.table.table-docu td:first-child,
.tablepress.table-docu td:first-child {
  width: 50%;
}
.table.table-docu td.sec,
.tablepress.table-docu td.sec {
  background-color: #fff;
}
.table.table-docu pre,
.tablepress.table-docu pre {
  background-color: #f4f4f4;
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
  margin: 0;
  max-width: 20rem;
  white-space: pre-line;
}
.logged-in .newsletter-table .tablepress {
  margin-bottom: 0;
}
.logged-in .newsletter-table .tablepress > caption {
  display: none;
}
.newsletter-table {
  margin-bottom: 2rem;
}
.newsletter-table tr {
  display: none;
}
.newsletter-table tr.row-1,
.newsletter-table tr.row-2,
.newsletter-table tr.row-3,
.newsletter-table tr.row-4,
.newsletter-table tr.row-5 {
  display: table-row;
}
.newsletter-table tr.row-6 {
  display: table-row;
  opacity: 0.4;
}
.newsletter-table tr.row-7 {
  display: table-row;
  opacity: 0.25;
}
.newsletter-table tr.row-8 {
  display: table-row;
  opacity: 0.15;
}
.newsletter-table .show-table {
  background-color: #18BB78;
  padding: 1rem;
}
.newsletter-table.show-all tr {
  opacity: 1 !important;
}
.newsletter-table.show-all .show-table {
  display: none;
}
.fa-check,
.fa-check-square {
  color: #18BB78;
}
.fa-minus,
.fa-minus-square {
  color: #D2322D;
}
figure img {
  max-width: 100%;
  height: auto;
}
figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-style: italic;
}
figure figcaption .credit {
  font-size: 11px;
  opacity: 0.8;
  display: block;
  text-align: right;
}
figure.right,
figure.floatRight {
  float: right;
  margin-left: 1rem;
  max-width: 50%;
}
figure.left,
figure.floatLeft {
  float: left;
  margin-right: 1rem;
  max-width: 50%;
}
.right {
  float: right;
  margin-left: 1rem;
  max-width: 50%;
}
.left {
  float: left;
  margin-right: 1rem;
  max-width: 50%;
}
.left.green,
.right.green {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 2px dashed #18BB78;
  background-color: rgba(24, 187, 120, 0.05);
}
.left.red,
.right.red {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 2px dashed #D2322D;
  background-color: rgba(210, 50, 45, 0.05);
}
.left.blue,
.right.blue {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 2px dashed #4A90E2;
  background-color: rgba(74, 144, 226, 0.05);
}
.bg-w {
  background-color: #fff;
}
.authors {
  text-align: center;
  padding-bottom: 2rem;
}
.authors .author {
  display: inline-block;
}
.authors .author + .author {
  margin-left: 1rem;
}
.author {
  text-align: center;
  margin-bottom: 1rem;
}
.author .thumb {
  display: inline-block;
}
.author .thumb img {
  width: 2rem;
  height: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.author .url {
  color: #000 !important;
  text-decoration: none !important;
}
figure.expert {
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
  text-align: left !important;
  margin: 1rem 0 2rem !important;
}
figure.expert blockquote {
  border: 2px solid #eee;
  padding: 1rem;
  margin: 0;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 300;
  position: relative;
  background-color: #fff;
}
figure.expert blockquote p {
  font-weight: 300;
}
figure.expert .author {
  display: flex;
  align-items: center;
}
figure.expert .author .thumb_ {
  padding-right: 10px;
}
figure.expert .author img {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  max-width: 75px;
}
.t {
  display: table;
  width: 100%;
  height: 100%;
}
.t .td {
  display: table-cell;
  vertical-align: middle;
}
.toClipboard {
  cursor: pointer;
}
.mfp-content {
  max-width: 50rem;
}
.alert.alert-info,
.callout_box {
  background-color: rgba(74, 144, 226, 0.25);
  padding: 1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tve-leads-two-step-trigger > figure {
  border: none !important;
  padding: 0 !important;
}
.ctt {
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1rem 1rem 2rem 1rem;
  margin-bottom: 2rem;
}
.ctt .cws-ctt {
  display: block;
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
  max-width: 80%;
}
.ctt .cws-ctt:hover {
  color: #4A90E2;
}
.ctt .cws-ctt-link {
  float: right;
}
.ctt a {
  text-decoration: none !important;
}
.acc {
  border: 1px solid #f4f4f4;
}
.acc .hl {
  background-color: #f4f4f4;
  padding: 0.5rem;
  cursor: pointer;
  font-weight: 600;
}
.acc .hl:hover {
  color: #4A90E2;
}
.acc .hl:after {
  content: '\f078';
  font-family: 'cloudwards';
  float: right;
}
.acc .acc_content {
  clear: both;
  padding: 0.5rem;
  display: none;
}
.acc.active .hl:after {
  content: '\f077';
}
.panel {
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #f4f4f4;
}
.panel .panel-heading {
  border-bottom: 1px solid #f4f4f4;
  margin: -1rem -1rem 1rem;
  padding: 1rem;
}
.panel .panel-heading:after {
  clear: both;
  display: block;
  content: '';
}
.panel.panel-author .img-circle {
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  float: left;
  display: inline-block;
  margin-right: 1rem;
}
.panel a {
  color: #4A90E2;
}
.panel a + a {
  margin-left: 0.5rem;
}
.panel .list-group {
  margin: 0 -1rem;
  padding: 1rem 0 0;
}
.panel .list-group .list-group-item {
  border-bottom: 1px solid #f4f4f4;
  padding: 0.25rem 1rem;
}
.panel .list-group .list-group-item:before {
  display: none;
}
.table-price th {
  text-align: left;
  background-color: #A0A5AC;
  color: #fff;
  font-weight: 400;
}
.table-price td {
  text-align: left;
  -webkit-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  white-space: nowrap;
}
.table-price td:first-child {
  text-align: center;
}
.table-price td:first-child .pure-button {
  display: block;
}
.table-price td:last-child {
  white-space: normal;
}
.table-price .price {
  white-space: nowrap;
}
.table-price .price + .price {
  margin-top: 1rem;
}
.table-price .price .save {
  color: #D2322D;
}
.slider,
.review_alternatives {
  background-color: #f4f4f4;
  position: relative;
  padding-bottom: 3.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.slider .slick-slide,
.review_alternatives .slick-slide {
  padding: 1rem;
}
.slider .slick-prev,
.review_alternatives .slick-prev,
.slider .slick-next,
.review_alternatives .slick-next {
  position: absolute;
  bottom: 0.5rem;
  z-index: 1;
}
.slider .slick-prev,
.review_alternatives .slick-prev {
  left: 0.5rem;
}
.slider .slick-next,
.review_alternatives .slick-next {
  right: 0.5rem;
}
.slider .slick-dots,
.review_alternatives .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.slider .slick-dots li,
.review_alternatives .slick-dots li {
  display: inline-block;
}
.slider .slick-dots li:before,
.review_alternatives .slick-dots li:before {
  display: none;
}
.slider .slick-dots li.slick-active button,
.review_alternatives .slick-dots li.slick-active button {
  background-color: #4A90E2;
}
.slider .slick-dots li button,
.review_alternatives .slick-dots li button {
  display: block;
  background-color: #ccc;
  height: 14px;
  width: 14px;
  font-size: 0;
  border: none;
  margin: 0 0.5rem 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.review_alternatives .slick-slide {
  background-color: #fff;
  margin: 0.5rem;
  text-align: center;
}
.button-compare {
  font-size: 0.7rem;
  display: inline-block;
  cursor: pointer;
}
.button-compare i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #E6E6E6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.75rem;
  text-align: center;
  color: #E6E6E6;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.button-compare i:before {
  content: '\f00c';
  vertical-align: middle;
}
.button-compare:hover i {
  color: #18BB78;
}
.button-compare.active i {
  background-color: #18BB78;
  color: #fff;
}
.compare_bar {
  position: fixed;
  height: 3rem;
  bottom: -3rem;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
  text-align: center;
  background-color: rgba(74, 144, 226, 0.95);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  line-height: 3rem;
}
.compare_bar a {
  color: #fff;
  display: block;
}
.compare_bar a:hover {
  color: #fff;
  text-decoration: underline;
}
.compare_bar a span {
  background-color: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  color: #4A90E2;
  vertical-align: middle;
  line-height: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.compare_bar.active {
  bottom: 0;
}
.providerlist td {
  text-align: center !important;
}
.providerlist thead td {
  vertical-align: middle;
}
.providerlist .price_box {
  border: none;
  padding: 0;
}
.providerlist .pure-button {
  display: block;
}
.providerlist .pure-button.button-review {
  margin-bottom: 5px;
}
.table-comparison {
  margin-top: 2rem;
}
.table-comparison .blind th {
  background-color: #f4f4f4 !important;
  height: 2rem;
}
.table-comparison th {
  background-color: #f4f4f4;
  padding-bottom: 1rem;
}
.table-comparison td,
.table-comparison th {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.table-comparison td .label,
.table-comparison th .label {
  color: #666;
  display: block;
}
.table-comparison .fa-check {
  color: #18BB78;
}
.table-comparison .fa-minus {
  color: #D2322D;
}
.table-comparison .url:before {
  display: none;
}
.table-comparison ul {
  margin-bottom: 0;
}
.table-comparison ul li:before {
  left: auto;
  margin-left: -1.2rem;
}
.table-comparison thead td,
.table-comparison thead th {
  background-color: #fff;
  font-weight: 400;
}
#comments {
  margin-bottom: 2rem;
}
.comments-title {
  text-align: center;
  font-size: 2rem;
  margin: 1rem 0 2rem;
}
.comment-list {
  padding: 0;
}
.comment-list article {
  padding-top: 1rem !important;
}
.comment-list li {
  margin: 0 0 2rem;
  padding: 0;
  list-style-type: none;
}
.comment-list .comment-meta {
  padding-left: 1.25rem;
}
.comment-list .comment-meta .avatar {
  float: left;
  margin-right: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  border-radius: 5rem;
}
.comment-list .comment-meta .reply {
  display: inline-block;
  float: right;
  padding-right: 2rem;
}
.comment-list .comment-meta a.comment-edit-link,
.comment-list .comment-meta a.comment-reply-link,
.comment-list .comment-meta a.url {
  color: #4A90E2;
}
.comment-list .comment-meta a.comment-edit-link:before,
.comment-list .comment-meta a.comment-reply-link:before,
.comment-list .comment-meta a.url:before {
  display: none;
}
.comment-list .comment-content {
  background-color: #fff;
  margin-top: 1rem;
  padding: 1rem 2rem 0.5rem;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.comment-list .comment-content:before {
  position: absolute;
  left: 2rem;
  top: -0.5rem;
  width: 1em;
  height: 1rem;
  background-color: #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#respond {
  background-color: #ddd;
  padding: 1rem 2rem;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  display: inline-block;
  width: 100px;
}
#respond .displayNone {
  display: none;
}
#respond input,
#respond textarea {
  background-color: #fff;
  box-sizing: border-box;
  max-width: 100%;
}
.radioRating {
  display: inline-block;
  font: normal normal normal 14px/1 "cloudwards";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  cursor: pointer;
}
.radioRating label {
  display: inline-block;
  font-weight: normal;
  font-size: 0;
  color: #f4f4f4;
}
.radioRating label.null:before {
  content: "\f056";
}
.radioRating label.active.null:before {
  content: "\f056";
  color: #333 !important;
}
.radioRating label.active:before {
  content: "\f005";
  color: #18BB78 !important;
}
.radioRating label.hover.null:before {
  content: "\f056";
}
.radioRating label.hover:before {
  content: "\f005";
}
.radioRating label:before {
  content: "\f006";
  cursor: pointer;
  color: #333;
  font-size: 1rem;
}
.comment-form-rating {
  margin-bottom: 1rem;
}
.comment-form-rating span {
  display: inline-block;
  width: 100px;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.home_feature {
  margin-bottom: 3rem;
}
.how_can_we_help {
  background-color: #f4f4f4;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  z-index: 10;
  position: relative;
}
.how_can_we_help span {
  display: inline-block;
  padding: 0.5rem 1rem;
}
.how_can_we_help .dropdown {
  display: inline-block;
  position: relative;
}
.how_can_we_help .dropdown button {
  color: #aaa;
}
.how_can_we_help .dropdown button .fa {
  margin-left: 1rem;
}
.how_can_we_help .dropdown.active button {
  background-color: #4A90E2;
  color: #fff !important;
}
.how_can_we_help .dropdown.hover ul {
  display: block;
}
.how_can_we_help .dropdown ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #fff;
  margin: 0;
  padding: 0;
  min-width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.how_can_we_help .dropdown ul li {
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
  white-space: nowrap;
}
.how_can_we_help .dropdown ul li:before {
  display: none;
}
.how_can_we_help .dropdown ul li.active a {
  color: #4A90E2;
}
.how_can_we_help .dropdown ul li a {
  display: block;
  padding: 0.5rem 1rem;
}
.how_can_we_help .dropdown ul li a:hover {
  color: #4A90E2;
}
.how_can_we_help .dropdown.second li {
  display: none;
}
.home .how_can_we_help {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.home_header {
  background-color: #4A90E2;
  overflow: hidden;
}
.home_header .small-12 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.home_header .small-12 img {
  display: block;
}
.home_header .pos100 {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.home_header h1 {
  font-size: 3rem;
}
.home_header h1 a {
  color: #fff;
}
.home_header h1 a span {
  position: relative;
  display: inline-block;
}
.home_header h1 a span:after {
  position: absolute;
  height: 4px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  content: '';
  display: block;
  bottom: 0.5rem;
}
.home_header h1 a:hover {
  color: #074B6C;
}
.home_header h1 a:hover span:after {
  background-color: #074B6C;
}
.home_block {
  margin-bottom: 4rem;
}
.home_block:last-child {
  margin-bottom: 0;
}
.home_block ul {
  margin-bottom: 0;
}
.home_block ul.headerlist {
  margin-bottom: 1rem;
}
.home_block ul.headerlist li {
  display: inline-block;
}
.home_block ul.headerlist li a {
  margin-right: 1rem;
}
.home_block ul.headerlist li a:hover {
  color: #4A90E2;
}
.home_block ul.headerlist li:first-child {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  font-weight: 700;
}
.home_block ul li {
  padding: 0;
}
.home_block ul li:before {
  display: none;
}
.random {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.newsletter_stoerer {
  background-color: #4A90E2;
  text-align: center;
  color: #fff;
  padding: 2rem 1rem;
}
.newsletter_stoerer .fa-paper-plane {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.newsletter_stoerer p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.how_can_we_help_stoerer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: 4px solid #4A90E2;
}
.top_bar_stoerer {
  background-color: #ffd300;
  color: #000;
  padding: 0.5rem 1rem;
  margin: 0;
  display: block;
  text-align: center;
}
.like_box {
  border-top: 2px solid #4A90E2;
  background-color: rgba(74, 144, 226, 0.05);
  padding: 1rem;
}
.like_box h2,
.like_box h3 {
  margin-top: 0;
}
.like_box.float {
  float: right;
  margin-left: 1rem;
}
.like_box.green {
  background-color: rgba(24, 187, 120, 0.05);
  border-color: #18BB78;
}
.like_box.red {
  background-color: rgba(210, 50, 45, 0.05);
  border-color: #D2322D;
}
.copy-share .pure-button.copy-button {
  display: block;
}
.copy-share .share-url {
  display: block;
  width: 100%;
  box-sizing: inherit;
  margin-top: 0.2rem;
  font-family: monospace;
  font-size: 10px;
  padding: 0.4rem 0.5rem;
}
textarea.copy-button,
input.copy-button {
  box-sizing: inherit;
  padding: 0.2rem 0.5rem;
  font-size: 10px;
  height: 50px;
  width: 100%;
  font-family: monospace;
}
.button-facebook {
  background-color: #3b5998;
  color: #fff;
}
.button-facebook:hover {
  color: #fff;
}
.button-twitter {
  background-color: #55acee;
  color: #fff;
}
.button-twitter:hover {
  color: #fff;
}
.button-linkedin {
  background-color: #0077b5;
  color: #fff;
}
.button-linkedin:hover {
  color: #fff;
}
.button-reddit {
  background-color: #5f99cf;
  color: #fff;
}
.button-reddit:hover {
  color: #fff;
}
.button-tumblr {
  background-color: #35465c;
  color: #fff;
}
.button-tumblr:hover {
  color: #fff;
}
.button-pinterest {
  background-color: #cc2127;
  color: #fff;
}
.button-pinterest:hover {
  color: #fff;
}
input,
textarea {
  background-color: #E6E6E6;
  border: none;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}
input::-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}
input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}
inputinput:-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-style: italic;
}
#vfbp-form-3 input,
#vfbp-form-3 textarea {
  width: 100%;
}
#vfbp-form-3 .vfb-col-12 {
  margin-bottom: 1rem;
}
#vfbp-form-6-header {
  display: none;
}
#vfbp-form-6 {
  border: 2px solid #f4f4f4;
  padding: 1rem;
}
#vfbp-form-6 section {
  margin-bottom: 0;
}
#vfbp-form-6 .vfb-fieldType-page-break,
#vfbp-form-6 .vfb-page-title {
  display: none;
}
#vfbp-form-6 .vfb-wizard.actions {
  border-top: 2px solid #f4f4f4;
  padding-top: 1rem;
  margin-top: 1rem;
  position: relative;
}
#vfbp-form-6 .vfb-wizard.actions:after {
  content: '';
  clear: both;
  display: block;
}
#vfbp-form-6 .vfb-wizard.actions:before {
  content: '';
  display: block;
  background-color: #18BB78;
  height: 6px;
  width: 16%;
  position: absolute;
  left: 0;
  top: -4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#vfbp-form-6 .vfb-wizard.actions .btn {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
  color: #000 !important;
}
#vfbp-form-6 .vfb-wizard.actions .btn.blue,
#vfbp-form-6 .vfb-wizard.actions .btn.info {
  background-color: #4A90E2;
  color: #fff !important;
}
#vfbp-form-6 .vfb-wizard.actions .btn.blue.border,
#vfbp-form-6 .vfb-wizard.actions .btn.info.border {
  border-color: #4A90E2;
  color: #4A90E2 !important;
}
#vfbp-form-6 .vfb-wizard.actions .btn.green,
#vfbp-form-6 .vfb-wizard.actions .btn.success {
  background-color: #18BB78;
  color: #fff !important;
}
#vfbp-form-6 .vfb-wizard.actions .btn.green.border,
#vfbp-form-6 .vfb-wizard.actions .btn.success.border {
  border-color: #18BB78;
  color: #18BB78 !important;
}
#vfbp-form-6 .vfb-wizard.actions .btn.round {
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
}
#vfbp-form-6 .vfb-wizard.actions .btn.border {
  background-color: transparent;
  color: #333;
  border: 2px solid #ddd;
}
#vfbp-form-6 .vfb-wizard.actions .btn.small {
  font-size: 1rem;
}
#vfbp-form-6 .vfb-wizard.actions .btn.full {
  display: block;
}
#vfbp-form-6 .vfb-wizard.actions .btn.btn-back {
  width: 25%;
}
#vfbp-form-6 .vfb-wizard.actions .btn.btn-next,
#vfbp-form-6 .vfb-wizard.actions .btn#vfb-field-75 {
  width: 70%;
  float: right;
  background-color: #4A90E2;
  color: #fff !important;
}
#vfbp-form-6 .vfb-wizard.actions .btn.btn-next.border,
#vfbp-form-6 .vfb-wizard.actions .btn#vfb-field-75.border {
  border-color: #4A90E2;
  color: #4A90E2 !important;
}
#vfbp-form-6 .parsley-required {
  padding-top: 0.5rem;
  color: #D2322D;
}
#vfbp-form-6 .vfb-fieldType-text,
#vfbp-form-6 .vfb-fieldType-select,
#vfbp-form-6 .vfb-fieldType-phone,
#vfbp-form-6 .vfb-fieldType-email,
#vfbp-form-6 .vfb-fieldType-url {
  padding: 0.5rem 0rem;
}
#vfbp-form-6 .vfb-fieldType-text input,
#vfbp-form-6 .vfb-fieldType-select input,
#vfbp-form-6 .vfb-fieldType-phone input,
#vfbp-form-6 .vfb-fieldType-email input,
#vfbp-form-6 .vfb-fieldType-url input,
#vfbp-form-6 .vfb-fieldType-text select,
#vfbp-form-6 .vfb-fieldType-select select,
#vfbp-form-6 .vfb-fieldType-phone select,
#vfbp-form-6 .vfb-fieldType-email select,
#vfbp-form-6 .vfb-fieldType-url select {
  background-color: #E6E6E6;
  border: 1px solid #E6E6E6;
  height: 44px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
}
#vfbp-form-6 .vfb-radio,
#vfbp-form-6 .vfb-checkbox {
  padding: 0.5rem 0rem;
}
#vfbp-form-6 .vfb-radio input,
#vfbp-form-6 .vfb-checkbox input {
  margin-right: 0.5rem;
}
#vfbp-form-6 .vfb-radio label:hover,
#vfbp-form-6 .vfb-checkbox label:hover {
  cursor: pointer;
  font-weight: 600;
}
#vfbp-form-6-step-0 .vfb-wizard.actions:before {
  width: 14.28571429%;
}
#vfbp-form-6-step-1 .vfb-wizard.actions:before {
  width: 28.57142857%;
}
#vfbp-form-6-step-2 .vfb-wizard.actions:before {
  width: 42.85714286%;
}
#vfbp-form-6-step-3 .vfb-wizard.actions:before {
  width: 57.14285714%;
}
#vfbp-form-6-step-4 .vfb-wizard.actions:before {
  width: 71.42857143%;
}
#vfbp-form-6-step-5 .vfb-wizard.actions:before {
  width: 85.71428571%;
}
#vfbp-form-6-step-6 .vfb-wizard.actions:before {
  width: 100%;
}
.logo-adrive {
  display: inline-block !important;
  width: 120px;
  height: 33px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -833px;
}
.logo-opendrive {
  display: inline-block !important;
  width: 120px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -801px;
}
.logo-norton-online-backup {
  display: inline-block !important;
  width: 120px;
  height: 22px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -777px;
}
.logo-bitcasa {
  display: inline-block !important;
  width: 120px;
  height: 32px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -743px;
}
.logo-livedrive {
  display: inline-block !important;
  width: 120px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -727px;
}
.logo-amazon-cloud-drive {
  display: inline-block !important;
  width: 120px;
  height: 31px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 1px -694px;
}
.logo-mypcbackup {
  display: inline-block !important;
  width: 120px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: -1px -664px;
}
.logo-zoolz {
  display: inline-block !important;
  width: 120px;
  height: 28px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -634px;
}
.logo-keepit {
  display: inline-block !important;
  width: 73px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: -24px -602px;
}
.logo-pcloud {
  display: inline-block !important;
  width: 120px;
  height: 23px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -577px;
}
.logo-onedrive {
  display: inline-block !important;
  width: 120px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -554px;
}
.logo-mega {
  display: inline-block !important;
  width: 120px;
  height: 26px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -526px;
}
.logo-mediafire {
  display: inline-block !important;
  width: 150px;
  height: 39px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 13px -485px;
}
.logo-google-drive {
  display: inline-block !important;
  width: 120px;
  height: 23px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -460px;
}
.logo-spideroak {
  display: inline-block !important;
  width: 120px;
  height: 46px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -412px;
}
.logo-altdrive {
  display: inline-block !important;
  width: 120px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -380px;
}
.logo-sos-online-backup {
  display: inline-block !important;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: -35px -328px;
}
.logo-elephantdrive {
  display: inline-block !important;
  width: 120px;
  height: 29px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -297px;
}
.logo-dropbox {
  display: inline-block !important;
  width: 120px;
  height: 41px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -254px;
}
.logo-sync-com {
  display: inline-block !important;
  width: 134px;
  height: 37px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 5px -215px;
}
.logo-jottacloud {
  display: inline-block !important;
  width: 120px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -196px;
}
.logo-idrive {
  display: inline-block !important;
  width: 96px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: -13px -154px;
}
.logo-sugarsync {
  display: inline-block !important;
  width: 120px;
  height: 39px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -113px;
}
.logo-carbonite {
  display: inline-block !important;
  width: 120px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -97px;
}
.logo-crashplan {
  display: inline-block !important;
  width: 120px;
  height: 27px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -68px;
}
.logo-backblaze {
  display: inline-block !important;
  width: 120px;
  height: 27px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -39px;
}
.logo-justcloud {
  display: inline-block !important;
  width: 120px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -2px;
}
.logo-uk-cloud-drive {
  display: inline-block !important;
  width: 120px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../img/logos-small2.jpg);
  background-position: 0px -866px;
}
@font-face {
  font-family: 'TablePress';
  src: url(tablepress.eot);
  src: url(tablepress.eot?#ie) format('embedded-opentype'), url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'), url(tablepress.ttf) format('truetype'), url(tablepress.svg#TablePress) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Table description */
.tablepress-table-description {
  clear: both;
  display: block;
}
.tablepress {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  border: none;
}
.tablepress th,
.tablepress td {
  padding: 8px;
  border: none;
  background: none;
  text-align: left;
  float: none !important;
}
.tablepress tbody td {
  vertical-align: top;
}
/* Horizontal borders */
.tablepress tbody td,
.tablepress tfoot th {
  border-top: 1px solid #dddddd;
}
.tablepress tbody tr:first-child td {
  border-top: 0;
}
.tablepress thead th {
  border-bottom: 1px solid #dddddd;
}
/* Row background colors */
.tablepress thead th,
.tablepress tfoot th {
  background-color: #d9edf7;
  font-weight: bold;
  vertical-align: middle;
}
.tablepress .odd td {
  background-color: #f9f9f9;
}
.tablepress .even td {
  background-color: #ffffff;
}
.tablepress .row-hover tr:hover td {
  background-color: #f3f3f3;
}
/* Reset image layout in tables */
.tablepress img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: none;
}
/* Table wrapper */
.dataTables_wrapper {
  clear: both;
  margin-bottom: 1em;
}
.dataTables_wrapper .tablepress {
  clear: both;
  margin: 0 !important;
}
/* Length Change menu */
.dataTables_length {
  float: left;
  white-space: nowrap;
}
/* Filter/Search */
.dataTables_filter {
  float: right;
  white-space: nowrap;
}
/* Table information */
.dataTables_info {
  clear: both;
  float: left;
  margin: 4px 0 0;
}
/* Pagination */
.dataTables_paginate {
  float: right;
  margin: 4px 0 0;
}
.dataTables_paginate a {
  color: #111111 !important;
  display: inline-block;
  outline: none;
  position: relative;
  text-decoration: underline;
  margin: 0 5px;
}
.dataTables_paginate a:first-child {
  margin-left: 0;
}
.dataTables_paginate a:last-child {
  margin-right: 0;
}
.paginate_button:hover {
  cursor: pointer;
  text-decoration: none;
}
.paginate_button.disabled {
  color: #999999 !important;
  text-decoration: none;
  cursor: default;
}
.paginate_button.current {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
/* Two button pagination - previous/next */
.dataTables_paginate.paging_simple {
  padding: 0 15px;
}
.paging_simple .paginate_button.previous:before,
.paging_simple .paginate_button.next:after {
  text-align: left;
  font-family: TablePress;
  font-size: 14px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  content: "\f053";
  text-shadow: 0.1em 0.1em #666666;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -14px;
  margin: auto;
  height: 14px;
  width: 14px;
  line-height: 1;
}
.paging_simple .paginate_button.next:after {
  text-align: right;
  content: "\f054";
  left: auto;
}
.paginate_button:before,
.paginate_button:after {
  color: #d9edf7;
}
.paginate_button:hover:before,
.paginate_button:hover:after {
  color: #049cdb;
}
.paginate_button.disabled:before,
.paginate_button.disabled:after {
  color: #f9f9f9;
}
/* Processing indicator */
.dataTables_processing {
  display: none;
  /* always hidden, we don't use it */
}
/* Scrolling */
.dataTables_scroll {
  clear: both;
}
.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
/* Sorting */
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  position: relative;
  padding-right: 20px;
  /* more right padding for sort arrows */
  cursor: pointer;
  outline: none;
}
.tablepress .sorting:after,
.tablepress .sorting_asc:after,
.tablepress .sorting_desc:after {
  font-family: TablePress;
  font-weight: normal;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 6px;
  margin: auto;
  height: 14px;
  line-height: 1;
}
.tablepress .sorting:after {
  content: "\f0dc";
}
.tablepress .sorting_asc:after {
  content: "\f0d8";
  padding: 0 0 2px;
}
.tablepress .sorting_desc:after {
  content: "\f0d7";
}
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background-color: #049cdb;
}
/* Hide the sorting arrows in the extra table that is added for scrolling */
.dataTables_scrollBody .tablepress thead th:after {
  content: "";
}
/* Self clearing */
.dataTables_wrapper:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.dataTables_wrapper label input,
.dataTables_wrapper label select {
  display: inline;
  margin: 2px;
  width: auto;
}
@media (max-width: 767px) {
  .tablepress-responsive-phone {
    display: block;
  }
  .tablepress-responsive-phone thead {
    display: block;
    float: left;
  }
  .tablepress-rtl.tablepress-responsive-phone thead {
    float: right;
  }
  .tablepress-responsive-phone tfoot {
    display: none;
  }
  .tablepress-responsive-phone tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tablepress-responsive-phone tbody td,
  .tablepress-responsive-phone thead th,
  .tablepress-responsive-phone thead tr {
    display: block;
    border: none;
  }
  .tablepress-responsive-phone tbody td:empty:before {
    content: "\00a0";
  }
  .tablepress-responsive-phone tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .tablepress-responsive-phone thead th {
    width: auto !important;
  }
  .tablepress-responsive-phone thead tr th:not(:last-child) {
    border-bottom: 1px solid transparent;
  }
  .tablepress-responsive-phone tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .dataTables_wrapper .tablepress-responsive-phone .sorting:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0;
  }
  .dataTables_wrapper .tablepress-responsive-phone .sorting_asc:after {
    content: "\f0d9";
    padding: 0 2px 0 0;
  }
  .dataTables_wrapper .tablepress-responsive-phone .sorting_desc:after {
    content: "\f0dA";
    padding: 0 1px 0 0;
  }
}
@media (max-width: 979px) {
  .tablepress-responsive-tablet {
    display: block;
  }
  .tablepress-responsive-tablet thead {
    display: block;
    float: left;
  }
  .tablepress-rtl.tablepress-responsive-tablet thead {
    float: right;
  }
  .tablepress-responsive-tablet tfoot {
    display: none;
  }
  .tablepress-responsive-tablet tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tablepress-responsive-tablet tbody td,
  .tablepress-responsive-tablet thead th,
  .tablepress-responsive-tablet thead tr {
    display: block;
    border: none;
  }
  .tablepress-responsive-tablet tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .tablepress-responsive-tablet thead th {
    width: auto !important;
  }
  .tablepress-responsive-tablet tbody td:empty:before {
    content: "\00a0";
  }
  .tablepress-responsive-tablet thead tr th:not(:last-child) {
    border-bottom: 1px solid transparent;
  }
  .tablepress-responsive-tablet tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .dataTables_wrapper .tablepress-responsive-tablet .sorting:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0;
  }
  .dataTables_wrapper .tablepress-responsive-tablet .sorting_asc:after {
    content: "\f0d9";
    padding: 0 2px 0 0;
  }
  .dataTables_wrapper .tablepress-responsive-tablet .sorting_desc:after {
    content: "\f0dA";
    padding: 0 1px 0 0;
  }
}
@media (max-width: 1199px) {
  .tablepress-responsive-desktop {
    display: block;
  }
  .tablepress-responsive-desktop thead {
    display: block;
    float: left;
  }
  .tablepress-rtl.tablepress-responsive-desktop thead {
    float: right;
  }
  .tablepress-responsive-desktop tfoot {
    display: none;
  }
  .tablepress-responsive-desktop tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .tablepress-responsive-desktop tbody td,
  .tablepress-responsive-desktop thead th,
  .tablepress-responsive-desktop thead tr {
    display: block;
    border: none;
  }
  .tablepress-responsive-desktop tbody td:empty:before {
    content: "\00a0";
  }
  .tablepress-responsive-desktop tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .tablepress-responsive-desktop thead th {
    width: auto !important;
  }
  .tablepress-responsive-desktop thead tr th:not(:last-child) {
    border-bottom: 1px solid transparent;
  }
  .tablepress-responsive-desktop tbody tr td:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .dataTables_wrapper .tablepress-responsive-desktop .sorting:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0;
  }
  .dataTables_wrapper .tablepress-responsive-desktop .sorting_asc:after {
    content: "\f0d9";
    padding: 0 2px 0 0;
  }
  .dataTables_wrapper .tablepress-responsive-desktop .sorting_desc:after {
    content: "\f0dA";
    padding: 0 1px 0 0;
  }
}
.tablepress-responsive-all {
  display: block;
}
.tablepress-responsive-all thead {
  display: block;
  float: left;
}
.tablepress-rtl.tablepress-responsive-all thead {
  float: right;
}
.tablepress-responsive-all tfoot {
  display: none;
}
.tablepress-responsive-all tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.tablepress-responsive-all tbody td,
.tablepress-responsive-all thead th,
.tablepress-responsive-all thead tr {
  display: block;
  border: none;
}
.tablepress-responsive-all tbody td:empty:before {
  content: "\00a0";
}
.tablepress-responsive-all tbody tr {
  display: inline-block;
  vertical-align: top;
}
.tablepress-responsive-all thead th {
  width: auto !important;
}
.tablepress-responsive-all thead tr th:not(:last-child) {
  border-bottom: 1px solid transparent;
}
.tablepress-responsive-all tbody tr td:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.dataTables_wrapper .tablepress-responsive-all .sorting:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0;
}
.dataTables_wrapper .tablepress-responsive-all .sorting_asc:after {
  content: "\f0d9";
  padding: 0 2px 0 0;
}
.dataTables_wrapper .tablepress-responsive-all .sorting_desc:after {
  content: "\f0dA";
  padding: 0 1px 0 0;
}
html,
body {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #333;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin: 0 0 1rem;
}
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin: 0 0 1rem;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #000;
}
a:hover .a_hover {
  color: #4A90E2;
}
table + h2,
p + h2,
ul + h2,
figure + h2,
table + h3,
p + h3,
ul + h3,
figure + h3 {
  margin-top: 4rem;
}
p {
  letter-spacing: 0.02rem;
  margin: 0 0 1rem;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}
ul {
  margin: 0 0 1rem;
  padding: 0 0 0 1.5em;
}
ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.25rem;
}
ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 "cloudwards";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: -1.2em;
  font-size: 0.8em;
  line-height: 1.9;
  content: '\f105';
}
ul li.pos:before,
ul li.check:before,
ul li.li-c:before,
ul li.li-p:before {
  content: '\f14a';
  color: #18BB78;
}
ul li.neg:before,
ul li.li-m:before {
  content: '\f146';
  color: #D2322D;
}
ul li.arrow:before,
ul li.li-a:before {
  content: '\f061';
}
ul li.default:before,
ul li.dot:before {
  content: '\f192';
}
ul li.li-i:before {
  content: '\f05a';
}
ul li.li-q:before {
  content: '\f059';
}
ul li.li-e:before {
  content: '\f071';
}
ul li.li-h:before {
  content: '\f164';
}
ul li.hl {
  font-weight: bold;
  margin-left: -1.2rem;
}
ul li.hl:before {
  display: none;
}
blockquote {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.3;
}
blockquote p {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}
.pure-button {
  color: #000 !important;
}
.pure-button.blue,
.pure-button.info {
  background-color: #4A90E2;
  color: #fff !important;
}
.pure-button.blue.border,
.pure-button.info.border {
  border-color: #4A90E2;
  color: #4A90E2 !important;
}
.pure-button.green,
.pure-button.success {
  background-color: #18BB78;
  color: #fff !important;
}
.pure-button.green.border,
.pure-button.success.border {
  border-color: #18BB78;
  color: #18BB78 !important;
}
.pure-button.round {
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
}
.pure-button.border {
  background-color: transparent;
  color: #333;
  border: 2px solid #ddd;
}
.pure-button.small {
  font-size: 1rem;
}
.pure-button.full {
  display: block;
}
.button-visit,
.button-url {
  background-color: #18BB78;
  color: #fff !important;
  display: block;
  overflow: hidden;
}
.button-visit:hover,
.button-url:hover {
  color: #fff;
}
.button-visit + .url,
.button-url + .url {
  padding-top: 0.5rem;
  display: inline-block;
}
@font-face {
  font-family: 'cloudwards';
  src: url('fonts/cloudwards.eot');
  src: url('fonts/cloudwards.eot#iefix') format('embedded-opentype'), url('fonts/cloudwards.ttf') format('truetype'), url('fonts/cloudwards.woff') format('woff'), url('fonts/cloudwards.svg#cloudwards') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa,
[class^="fa-"],
[class*=" fa-"] {
  font-family: 'cloudwards';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-star:before {
  content: "\f005";
}
.fa-check:before {
  content: "\f00c";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-minus:before {
  content: "\f068";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send:before {
  content: "\f1d8";
}
.fa-whatsapp:before {
  content: "\f232";
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#header {
  background-color: #fff;
}
#header .post-edit-link {
  float: right;
  margin-top: 2rem;
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
  color: #000 !important;
  background-color: #4A90E2;
  color: #fff;
}
#header .post-edit-link.blue,
#header .post-edit-link.info {
  background-color: #4A90E2;
  color: #fff !important;
}
#header .post-edit-link.blue.border,
#header .post-edit-link.info.border {
  border-color: #4A90E2;
  color: #4A90E2 !important;
}
#header .post-edit-link.green,
#header .post-edit-link.success {
  background-color: #18BB78;
  color: #fff !important;
}
#header .post-edit-link.green.border,
#header .post-edit-link.success.border {
  border-color: #18BB78;
  color: #18BB78 !important;
}
#header .post-edit-link.round {
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
}
#header .post-edit-link.border {
  background-color: transparent;
  color: #333;
  border: 2px solid #ddd;
}
#header .post-edit-link.small {
  font-size: 1rem;
}
#header .post-edit-link.full {
  display: block;
}
#header .small-12 {
  position: relative;
}
#header hr {
  margin: 0;
  height: 1px;
}
#menu-topmenu {
  margin: 0;
  padding: 1rem 0rem;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#menu-topmenu li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1rem;
  margin-left: 1rem;
  line-height: 2rem;
  vertical-align: text-top;
  height: 2rem;
  padding-top: 4px;
  position: relative;
  width: auto;
}
#menu-topmenu li:before {
  display: none;
}
#menu-topmenu li > a {
  font-size: 1.2rem;
  color: #333;
  display: block;
}
#menu-topmenu li > a:hover {
  color: #4A90E2;
}
#menu-topmenu li.current-menu-item a,
#menu-topmenu li.current-category-ancestor a,
#menu-topmenu li.current-menu-parent a,
#menu-topmenu li.current-post-ancestor a,
#menu-topmenu li.current-review-ancestor a {
  color: #4A90E2;
}
#menu-topmenu li.home_logo {
  padding-top: 0;
  margin-left: 0;
}
#menu-topmenu li.home_logo a:before {
  display: none;
}
#menu-topmenu li.home_search {
  margin-right: 0;
  padding-top: 0;
}
#menu-topmenu li:hover ul {
  display: block;
}
#menu-topmenu li ul {
  position: absolute;
  display: none;
  z-index: 10;
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-top: 3px solid #4A90E2;
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
#menu-topmenu li ul:before {
  content: '';
  height: 10px;
  width: 10px;
  background-color: #4A90E2;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-topmenu li ul li {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  display: block;
  height: auto;
  line-height: 1;
}
#menu-topmenu li ul li:first-child a {
  padding-top: 1rem;
}
#menu-topmenu li ul li:last-child a {
  padding-bottom: 1rem;
}
#menu-topmenu li ul li.current-menu-item a,
#menu-topmenu li ul li.current-category-ancestor a,
#menu-topmenu li ul li.current-menu-parent a,
#menu-topmenu li ul li.current-post-ancestor a,
#menu-topmenu li ul li.current-review-ancestor a {
  color: #4A90E2 !important;
}
#menu-topmenu li ul li a {
  padding: 0.7rem 1rem;
  font-size: 1rem;
  color: #333 !important;
  background-color: #fff !important;
  display: block;
}
#menu-topmenu li ul li a:hover {
  color: #4A90E2 !important;
}
.page-id-15 li.menu-item-7675 a,
.page-id-3769 li.menu-item-7675 a {
  color: #4A90E2 !important;
}
.post-type-archive-review li.menu-item-7653 a {
  color: #4A90E2 !important;
}
.sub-menu {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  padding: 0.5rem 0;
}
.sub-menu ul {
  margin: 0;
  padding: 0;
}
.sub-menu ul li {
  margin: 0 2rem 0 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.sub-menu ul li:before {
  display: none;
}
.sub-menu .current-menu-parent a,
.sub-menu .current-menu-item a {
  background-color: #4A90E2;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
}
.sub-menu .current-menu-parent a:hover,
.sub-menu .current-menu-item a:hover {
  color: #fff;
}
.sub-menu a:hover {
  color: #4A90E2;
}
.breadcrumb {
  overflow: hidden;
  color: #666;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:hover {
  color: #4A90E2;
}
.breadcrumb > div {
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  padding: 0.3rem 0 0.3rem 0;
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li:before {
  display: none;
}
.breadcrumb li:after {
  display: inline-block;
  font: normal normal normal 14px/1 "cloudwards";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '\f105';
  margin: 0 0.5rem;
}
.page-header {
  text-align: center;
  margin-bottom: 2rem;
}
.page-header.position-,
.page-header.position-none,
.page-header.position-background {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.page-header.position- .text-box,
.page-header.position-none .text-box,
.page-header.position-background .text-box {
  margin-top: 0;
}
.page-header.position-background_max .row .small-12.medium-12 {
  background-size: cover;
  background-position: center center;
}
.page-header.position-background_max .small-12,
.page-header.position-background_max .medium-12 {
  position: relative;
  padding-top: 0;
}
.page-header.position-background_max .text-box {
  position: relative;
  top: auto;
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
  padding: 4rem 0 10rem !important;
}
.page-header .medium-4,
.page-header .medium-8,
.page-header .medium-12,
.page-header .medium-6 {
  margin: 0;
  padding: 0;
  position: relative;
}
.page-header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-header .text-box {
  margin-top: 3rem;
}
.page-header .hl {
  font-size: 2rem;
}
.page-header .sl {
  max-width: 40rem;
  margin: 0 auto;
  font-size: 1rem;
}
.page-header .sl .pure-button {
  margin-top: 1rem;
}
.page-header .sl a {
  color: #4A90E2;
}
.page-id-15 .page-header img,
.page-id-3769 .page-header img {
  max-height: 12rem;
}
.page-id-15 .page-header .text-box,
.page-id-3769 .page-header .text-box {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-review .menu-item-7831 a,
.category-2007 .menu-item-7831 a,
.category-2011 .menu-item-7831 a,
.category-2012 .menu-item-7831 a,
.category-2009 .menu-item-7831 a {
  color: #4A90E2 !important;
}
.page-id-3769 .menu-item-7838 a,
.page-id-7811 .menu-item-7838 a,
.page-id-7810 .menu-item-7838 a {
  color: #4A90E2 !important;
}
.category-1989 .menu-item-7833 a,
.category-2010 .menu-item-7833 a,
.category-2290 .menu-item-7833 a,
.category-2008 .menu-item-7833 a {
  color: #4A90E2 !important;
}
#menu-footermenu {
  margin: 0;
}
.footer-hr {
  margin-top: 2rem;
}
.footer-nav {
  margin-top: 2rem;
  font-size: 0.9rem;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.footer-nav ul li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 2rem;
  vertical-align: top;
  font-weight: 700;
  text-align: left;
}
.footer-nav ul li:before {
  display: none;
}
.footer-nav ul li ul li {
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 0;
}
.footer-nav a:hover {
  color: #4A90E2;
}
#footer {
  background-color: #fff;
  margin-top: 2rem;
}
#footer .feature {
  border-bottom: 1px solid #f4f4f4;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  background-color: #fff;
}
#footer .feature img {
  width: 100%;
  height: auto;
}
#footer h3 {
  font-weight: 700;
}
#footer hr {
  height: 1px;
}
#footer .small-4 {
  text-align: center;
}
#footer .bottom {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  font-size: 0.8rem;
}
#footer .bottom li {
  display: inline-block;
  padding: 0 1rem;
}
#footer .bottom li:before {
  display: none;
}
#footer .bottom p {
  max-width: 35rem;
  margin: 0 auto;
  color: #999;
}
#footer .social {
  margin: 0;
  padding: 0;
}
#footer .social li {
  display: inline-block;
  padding: 0 0.1rem;
}
#footer .social li:before {
  display: none;
}
#footer .vfbp-form .vfb-control-label {
  display: none;
}
#footer .vfbp-form .vfb-rule-hide {
  display: none;
}
#footer .vfbp-form .vfb-radio label {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
  color: #000 !important;
  background-color: #4A90E2;
  color: #fff !important;
  margin: 0 0.25rem;
}
#footer .vfbp-form .vfb-radio label.blue,
#footer .vfbp-form .vfb-radio label.info {
  background-color: #4A90E2;
  color: #fff !important;
}
#footer .vfbp-form .vfb-radio label.blue.border,
#footer .vfbp-form .vfb-radio label.info.border {
  border-color: #4A90E2;
  color: #4A90E2 !important;
}
#footer .vfbp-form .vfb-radio label.green,
#footer .vfbp-form .vfb-radio label.success {
  background-color: #18BB78;
  color: #fff !important;
}
#footer .vfbp-form .vfb-radio label.green.border,
#footer .vfbp-form .vfb-radio label.success.border {
  border-color: #18BB78;
  color: #18BB78 !important;
}
#footer .vfbp-form .vfb-radio label.round {
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
}
#footer .vfbp-form .vfb-radio label.border {
  background-color: transparent;
  color: #333;
  border: 2px solid #ddd;
}
#footer .vfbp-form .vfb-radio label.small {
  font-size: 1rem;
}
#footer .vfbp-form .vfb-radio label.full {
  display: block;
}
#footer .vfbp-form .vfb-radio input {
  display: none;
}
#footer .vfbp-form .vfb-col-12 {
  width: 100%;
}
#footer .vfbp-form .vfb-col-8 {
  width: 75%;
  float: left;
}
#footer .vfbp-form .vfb-col-4 {
  width: 25%;
  float: right;
}
#footer .vfbp-form .vfb-form-control {
  display: block;
  width: calc(100% - 2rem);
}
#footer .vfbp-form textarea,
#footer .vfbp-form select {
  margin-bottom: 0.5rem;
}
#footer #vfbField45 h3 {
  margin-bottom: 0;
}
#footer #vfbField45 span {
  margin-bottom: 0.5rem;
  display: inline-block;
}
#footer #vfbField42 {
  display: inline-block;
}
#footer #vfbField42 div {
  display: inline-block;
}
.sticky-show {
  display: none;
}
.admin-bar .is_stuck {
  padding-top: 2.5rem;
}
.is_stuck {
  padding-top: 1rem;
}
.is_stuck .sticky-show {
  display: block;
}
.sidebar-social {
  margin-bottom: 1rem;
}
.sidebar-social a {
  color: #fff !important;
  display: block;
}
.sidebar-social a.fb {
  background-color: #3b5998;
}
.sidebar-social a.tw {
  background-color: #55acee;
}
.sidebar-social a.gp {
  background-color: #dd4b39;
}
.sidebar-social a.wa {
  background-color: #4dc247;
}
.sidebar-social a.re {
  background-color: #ff4500;
}
.sidebar-social a.li {
  background-color: #0077b5;
}
.list_of_content {
  background-color: #fff;
  margin-bottom: 1rem;
}
.list_of_content ul {
  margin: 0;
  padding: 0;
}
.list_of_content ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list_of_content ul li:before {
  display: none;
}
.list_of_content h3 {
  padding: 0.5rem 1rem 0;
  margin-bottom: 0;
  font-weight: 700;
}
.list_of_content a {
  display: block;
  padding: 0.3rem 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.list_of_content a:hover {
  color: #4A90E2;
}
.sidebar-newsletter {
  margin-bottom: 1px;
  padding: 1rem 1rem;
  background-color: #fff;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 3rem 1rem 1rem;
}
.sidebar-newsletter .circle-icon {
  position: absolute;
  top: -2rem;
  left: 50%;
  margin-left: -2rem;
}
.sidebar_link {
  background-color: #fff;
  display: block;
  padding: 1rem;
  margin-top: 1rem;
}
.sidebar_link:hover {
  color: #4A90E2;
}
.sidebar_link .image {
  margin: -1rem;
}
.sidebar_link .image img {
  width: 100%;
  display: block;
}
.sidebar_link .image + h3 {
  margin-top: 2rem;
  margin-bottom: 0rem;
  font-size: 1.1rem;
}
.sidebar_link p {
  margin-bottom: 0;
}
.link_list_header {
  padding: 1rem 1rem 0.5rem;
}
.link_list_header h3 {
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.link_list {
  margin-top: 1rem;
}
.link_list ul {
  margin: 0;
  padding: 0;
}
.link_list ul li {
  margin-bottom: 1px;
}
.link_list ul li:before {
  display: none;
}
.link_list a {
  background-color: #fff;
  display: block;
  padding: 0.5rem 1rem;
}
.link_list a:hover {
  color: #4A90E2;
}
.link_list a:after {
  clear: both;
  content: '';
  display: block;
}
.link_list a img {
  float: right;
  max-width: 6rem;
  margin-left: 0.5rem;
}
.link_list a h3 {
  font-size: 1.1rem;
  margin-bottom: 0rem;
}
.link_list a h3 + p {
  margin-top: 0.5rem;
}
.link_list a p {
  font-size: 0.9rem;
}
.link_list a p:last-child {
  margin-bottom: 0;
}
/*****/
.page-id-3769 .breadcrumb,
.page-id-15 .breadcrumb,
.page-id-7810 .breadcrumb,
.page-id-7811 .breadcrumb {
  display: none;
}
.page-id-3769 .hl,
.page-id-15 .hl,
.page-id-7810 .hl,
.page-id-7811 .hl {
  font-size: 1.4rem;
}
.page-id-3769 .sl,
.page-id-15 .sl,
.page-id-7810 .sl,
.page-id-7811 .sl {
  font-size: 0.9rem;
}
.flex-table {
  margin: 1rem auto 2rem;
  display: block;
  overflow: auto;
}
.flex-table .table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 0;
}
.flex-table .td_winner {
  background-color: #f1f6fd;
  border-bottom: 1px solid #dfecfa;
}
.flex-table .td_winner_price {
  background-color: #a2f3d2;
  border-bottom: 1px solid #90f1c9;
}
.flex-table td {
  max-width: 300px;
}
.flex-table td.label {
  width: 200px;
  text-align: left;
  font-size: 0.7rem;
  font-weight: 600;
}
.flex-table td small {
  display: block;
  color: #999;
  font-size: 12px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.flex-table td .starRating {
  margin: 0 auto;
}
.flex-table td ul {
  text-align: left;
}
.flex-table td .pos .fa {
  color: #18BB78;
}
.flex-table td .neg .fa {
  color: #D2322D;
}
.flex-table td .button-review,
.flex-table td .button-visit {
  display: block;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.flex-table td .url {
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-size: 0.8rem;
}
.flex-table td .logo img {
  max-height: 2rem;
}
.flex-table .toggle_show_hide_tbody th:hover {
  background-color: #fefefe;
  color: #4A90E2;
  cursor: pointer;
}
.flex-table .toggle_show_hide_tbody th.td_winner {
  color: transparent;
}
.flex-table .toggle_show_hide_tbody th.td_winner_price {
  color: transparent;
}
.flex-table .toggle_show_hide_tbody.active th.td_winner {
  background-color: #4A90E2;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.flex-table .toggle_show_hide_tbody.active th.td_winner_price {
  background-color: #18BB78;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.flex-table .tr_winner .td_winner {
  background-color: #4A90E2;
  color: #fff;
  padding: 3px;
}
.flex-table .tr_winner .td_winner_price {
  background-color: #18BB78;
  color: #fff;
  padding: 3px;
}
.flex-table tbody .td_winner:first-child {
  border-top: 1px solid #18BB78;
}
.flex-table tbody:last-child tr:last-child .td_winner {
  border-bottom: 1px solid #dfecfa;
}
.flex-table tbody:last-child tr:last-child .td_winner_price {
  border-bottom: 1px solid #90f1c9;
}
.flex-table tbody .tbody_hl th {
  padding-top: 2rem;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: 1rem;
}
.flex-table tbody .tbody_hl th small {
  font-weight: 400;
}
.flex-table .text-left {
  text-align: left;
  font-size: 0.8em;
}
.flex-table .fl_nav {
  margin: 1rem 0 0;
  padding: 0;
  text-align: center;
}
.flex-table .fl_nav li {
  display: inline-block;
  list-style-type: none;
  padding: 5px 10px;
  margin-right: 1px;
  cursor: pointer;
  background-color: #E6E6E6;
}
.flex-table .fl_nav li:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 11px;
}
.flex-table .fl_nav li:last-child {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-right: 11px;
}
.flex-table .fl_nav li:before {
  display: none;
}
.flex-table .fl_nav li.active {
  background-color: #fff;
}
.flex-table .fl_nav li:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}
.flex-table .price,
.flex-table .storage {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
}
.flex-table .price small,
.flex-table .storage small {
  font-weight: 400;
}
.flex-table .showAllPlans {
  font-size: 0.7rem;
  color: #4A90E2;
}
.flex-table .showAllPlans:hover {
  text-decoration: underline;
}
.flex-table .tr_sticky.is_stuck {
  z-index: 5;
  padding-top: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 1px;
  background-color: #f4f4f4;
}
.flex-table .tr_sticky .td .logo {
  height: 30px;
}
.flex-table .tr_sticky .td .logo img {
  max-height: 30px;
}
.flex-table .flex-table-nav {
  text-align: center;
  padding-top: 0.25rem;
}
.flex-table .flex-table-nav .pure-button {
  font-size: 0.7rem;
}
.what_looking label {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0.75rem 1rem;
  cursor: pointer;
}
.what_looking label small {
  display: block;
}
.what_looking label:hover {
  border: 1px solid #ddd;
}
.what_looking input {
  display: none;
}
.what_looking input:checked + label {
  border: 1px solid #4A90E2;
  color: #4A90E2;
}
/*****/
.filter_q,
.filter_t {
  margin-bottom: 1px;
  padding: 1rem 1rem;
  background-color: #fff;
}
.filter_q .filter_check,
.filter_t .filter_check,
.filter_q .filter_radio,
.filter_t .filter_radio {
  margin-right: 1rem;
  white-space: nowrap;
  cursor: pointer;
}
.filter_q .filter_check:before,
.filter_t .filter_check:before,
.filter_q .filter_radio:before,
.filter_t .filter_radio:before {
  display: inline-block;
  font: normal normal normal 14px/1 "cloudwards";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  width: 1.5rem;
}
.filter_q .filter_check.active,
.filter_t .filter_check.active,
.filter_q .filter_radio.active,
.filter_t .filter_radio.active,
.filter_q .filter_check:hover,
.filter_t .filter_check:hover,
.filter_q .filter_radio:hover,
.filter_t .filter_radio:hover {
  color: #4A90E2;
}
.filter_q .filter_check:before,
.filter_t .filter_check:before {
  content: '\f096';
}
.filter_q .filter_check.active:before,
.filter_t .filter_check.active:before,
.filter_q .filter_check:hover:before,
.filter_t .filter_check:hover:before {
  content: '\f14a';
}
.filter_q .filter_radio:before,
.filter_t .filter_radio:before {
  content: '\f1db';
}
.filter_q .filter_radio.active:before,
.filter_t .filter_radio.active:before,
.filter_q .filter_radio:hover:before,
.filter_t .filter_radio:hover:before {
  content: '\f111';
}
.sortAndFilter {
  font-style: italic;
}
.sortAndFilter .active {
  color: #4A90E2;
}
.filter_sort {
  text-align: center;
  font-style: italic;
  padding: 2rem 1rem;
}
.filter_sort .sort {
  margin: 0 0.5rem;
  cursor: pointer;
}
.filter_sort .sort.active {
  color: #4A90E2;
}
.filtered {
  display: none;
}
.table-filter .tablesorter-filter.disabled {
  display: none;
}
.table-filter thead tr {
  border: none;
}
.table-filter thead td {
  border: none;
  padding: 0;
}
.table-filter tbody .fa-windows,
.table-filter tbody .fa-apple,
.table-filter tbody .fa-linux {
  font-size: 0;
  color: #fff;
}
.table-filter tbody .fa-windows:before,
.table-filter tbody .fa-apple:before,
.table-filter tbody .fa-linux:before {
  color: #000;
  font-size: 1rem;
}
.table-filter tbody .fa-check {
  background-color: #18BB78;
  color: #fff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.table-filter tbody .fa-minus {
  background-color: #D2322D;
  color: #fff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.table-filter tbody .td_feature {
  display: block;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: left;
}
.table-filter tbody .td_feature:nth-child(even):after {
  clear: both;
  content: '';
}
.table-filter tbody .td_features {
  width: 33%;
}
.table-filter tbody .td_features .features {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.table-filter tbody .td_features .features span,
.table-filter tbody .td_features .features div {
  font-size: 0.8rem;
  color: #999;
  width: 50%;
}
.table-filter a {
  display: block;
  margin-bottom: 0.5rem;
}
.table-filter a.logo img {
  max-height: 1.5rem;
}
.table-filter a.url {
  color: #4A90E2;
  text-decoration: none;
}
.table-filter a.url:hover {
  text-decoration: underline;
}
.table-filter a.url:before {
  display: none;
}
.table-filter td {
  vertical-align: middle;
  position: relative;
  -webkit-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  border-bottom: 10px solid #f4f4f4;
}
.table-filter small {
  display: block;
  color: #999;
  font-weight: 400;
}
.table-filter p {
  text-align: left;
  font-size: 0.9rem;
}
.table-filter .tablesorter-hasChildRow td[rowspan] {
  border-bottom: 4px solid #f4f4f4;
}
.table-filter .tablesorter-childRow td {
  border-bottom: 4px solid #f4f4f4;
}
.table-filter .w1 {
  width: 5%;
}
.table-filter .w2 {
  width: 10%;
}
.table-filter .price,
.table-filter .storage {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
}
.table-filter .price small,
.table-filter .storage small {
  text-transform: uppercase;
  font-size: 0.7rem;
}
.table-filter .showAllPlans {
  font-size: 0.8rem;
  color: #4A90E2;
}
.table-filter .sponsored {
  font-size: 10px;
  color: #999;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.table-filter .contact_us:hover {
  color: #4A90E2;
}
.tablesorter-sticky-wrapper {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.tablesorter-filter-row select,
.tablesorter-filter-row input {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}
.tablesorter-filter-row input {
  font-size: 0.8rem;
  padding: 0.10rem 0.4rem 0.15rem;
}
.tablesorter-filter-row select {
  max-width: 50px;
}
.table-filter-header {
  background-color: #fff;
  color: #333;
  width: 100%;
  letter-spacing: 0.02rem;
  margin-bottom: 0.5rem;
}
.table-filter-header h3 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.table-filter-header td {
  padding: 0.5rem 1rem;
  vertical-align: top;
}
.table-filter-header label {
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.table-filter-header input[type="text"],
.table-filter-header input[type="number"] {
  background-color: #E6E6E6;
  padding: 0.2rem 0.5rem;
}
.table-filter-header input[type="checkbox"] {
  display: none;
}
.table-filter-header input[type="checkbox"]:checked + label {
  color: #18BB78;
}
.table-filter-header input[type="checkbox"]:checked + label:hover .fa {
  color: #FFF;
}
.table-filter-header input[type="checkbox"]:checked + label .fa {
  background-color: #18BB78;
  color: #FFF;
}
.table-filter-header input[type="checkbox"] + label:hover .fa {
  color: #18BB78;
}
.table-filter-header input[type="checkbox"] + label .fa {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #E6E6E6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.75rem;
  text-align: center;
  color: #E6E6E6;
}
.table-filter-header input[type="checkbox"] + label .fa:before {
  line-height: 20px;
}
.table-filter-header input[type="radio"] {
  display: none;
}
.table-filter-header input[type="radio"]:checked + label {
  color: #18BB78;
}
.table-filter-header input[type="radio"]:checked + label:hover i {
  background-color: #18BB78;
}
.table-filter-header input[type="radio"]:checked + label i {
  background-color: #18BB78;
}
.table-filter-header input[type="radio"] + label:hover i {
  background-color: #ccc;
}
.table-filter-header input[type="radio"] + label i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #E6E6E6;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  font-size: 0.75rem;
  text-align: center;
  color: #E6E6E6;
  vertical-align: initial;
}
.table-filter-header tr:first-child td {
  border-bottom: 2px solid #f4f4f4;
  border-left: 2px solid #f4f4f4;
}
.table-filter-header tr:first-child td:first-child {
  border-left: none;
}
.table-filter-header tr:last-child {
  background-color: #fff;
}
.table-filter-header .sort {
  font-size: 0.9rem;
}
.table-filter-header .sort span {
  margin-right: 1rem;
}
.table-filter-header .sort label + span {
  margin-left: 3rem;
}
.table-filter-header .input-container {
  position: relative;
}
.table-filter-header .input-container input {
  margin-right: 2rem;
}
.table-filter-header .input-container label {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 2rem;
  margin: 0;
}
.search-info {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #777;
}
.search-info.noresults {
  font-size: 1.2rem;
  border: 2px solid #4A90E2;
  padding: 2rem;
  color: #4A90E2;
}
.search-info span span {
  color: #333;
}
.winner {
  background-color: #18BB78;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.winner + .logo {
  margin-top: 1rem;
}
td .starRating {
  height: 16px;
  width: 85.5px;
  line-height: 16px;
}
.row-reviews > .columns {
  margin-bottom: 2rem;
}
.single-review .page-header.position-background_max,
.single-reviews .page-header.position-background_max {
  width: 100%;
  margin-bottom: 0;
  background-color: transparent !important;
}
.single-review .page-header.position-background_max .text-box,
.single-reviews .page-header.position-background_max .text-box {
  padding: 2rem 0 !important;
  margin-top: 0;
}
.review-header2 {
  position: relative;
  z-index: 10;
}
.review-header {
  margin-bottom: 1px;
  padding: 1rem 1.5rem;
  background-color: #fff;
  margin-bottom: 1rem;
}
.review-header .fs-cell {
  margin-bottom: 1px;
  padding: 1rem 1rem;
  background-color: #fff;
}
.review-header table {
  width: 100%;
}
.review-header table td {
  padding: 5px;
}
.review-header table td:last-child,
.review-header table td:first-child {
  white-space: nowrap;
}
.review-header table .td_bar {
  width: 50%;
}
.review-header .cws-pro-wrapper {
  margin-bottom: 0;
}
.review-header .logo {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.review-header a:before {
  display: none;
}
.review-block {
  margin-bottom: 1px;
  padding: 1rem 1rem;
  background-color: #fff;
  margin-bottom: 2rem;
}
.review-block header {
  border-bottom: 2px solid #f4f4f4;
  margin: 0 -2rem 2rem;
  padding: 0 2rem;
}
.review-block header h2 {
  font-weight: 700;
  font-size: 2rem;
}
.review-block:after {
  clear: both;
  display: block;
  content: '';
}
.cws-pro-wrapper {
  height: 8px;
  position: relative;
  margin-bottom: 2.5rem;
}
.cws-pro-wrapper .cws-progress {
  background-color: #ddd;
  height: 8px;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.cws-pro-wrapper .bar {
  display: block;
  position: absolute;
  background-color: #4A90E2;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.cws-pro-wrapper .bar .text {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 0.8rem;
  color: #4A90E2;
}
.cws-pro-wrapper .bar .cir {
  position: absolute;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background-color: #4A90E2;
  right: 0;
  top: -3px;
}
.starRating {
  display: inline-block;
  height: 24px;
  width: 128px;
  background-color: #ddd;
  position: relative;
}
.starRating img {
  z-index: 1;
  position: relative;
}
.starRating .bar {
  z-index: 0;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #18BB78;
}
.starRating .bar.best {
  background-color: #F1C40F;
}
.starRating .bar.good {
  background-color: #F39C12;
}
.starRating .bar.ok {
  background-color: #E67E22;
}
.starRating .bar.nr {
  background-color: #E74C3C;
}
.table-reviews td {
  text-align: left;
}
.table-reviews td:first-child {
  width: 25%;
  text-align: center;
}
.table-reviews td:last-child {
  width: 25%;
}
.teaser-review-small {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.teaser-review-small h3 {
  font-weight: 700;
}
.teaser-review-small .logo {
  text-align: center;
  display: block;
  padding: 2rem 0 1rem;
}
.teaser-review-small .logo img {
  display: inline-block;
}
.teaser-review-small .starRating {
  margin-bottom: 2rem;
}
.teaser-review-small ul {
  display: inline-block;
  text-align: left;
  margin-top: 1rem;
}
.teaser-review-small .url {
  display: block;
}
.teaser-review-small .url:before {
  display: none;
}
.teaser-review-small .button-review,
.teaser-review-small .btn-url {
  display: block;
}
.teaser-review {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1px !important;
}
.teaser-review .logo {
  display: block;
  margin-bottom: 1rem;
}
.teaser-review .logo img {
  margin: 0;
}
.teaser-review .url {
  margin-bottom: 1rem;
  display: block;
}
.teaser-review .url:before {
  display: none;
}
.teaser-review h2 {
  margin-bottom: 0.2rem;
}
.teaser-review .pure-button {
  margin-top: 2px;
}
.teaser-review .button-review {
  display: block;
}
.revcathl h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 1rem 0 0;
}
.revcathl small {
  font-size: 1rem;
}
.tab-nav {
  margin: 0 0 2rem 0;
  padding: 0;
}
.tab-nav li {
  display: inline-block;
  margin-right: 2px;
  margin-top: 2px;
}
.tab-nav li:before {
  display: none;
}
.tab-nav li.active a {
  font-weight: 700;
  color: #4A90E2;
}
.tab-nav a {
  padding: 1rem;
  background-color: #fff;
}
.tab-nav a:hover {
  color: #4A90E2;
}
.price_box {
  border: 2px solid #f4f4f4;
  text-align: center;
  padding: 1rem;
  display: block;
  font-size: 0.8rem;
  color: #666;
}
.price_box strong {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
a.gotoshortcodes {
  background-color: #D2322D;
  color: #fff;
  padding: 1rem;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}
.table-features {
  max-height: 34rem;
  border: 1px solid #eee;
  overflow-y: auto;
  overflow-x: hidden;
}
.table-features thead th {
  text-align: left;
  border-bottom: none;
  padding-bottom: 0;
  background-color: rgba(74, 144, 226, 0.04);
}
.table-features thead tr:first-child th {
  border-top: 2px solid #4A90E2;
}
.table-features thead tr:last-child th {
  border-bottom: 1px solid rgba(74, 144, 226, 0.15);
  padding-bottom: 0.5rem;
}
.table-features td {
  text-align: left;
}
.table-features td:first-child {
  min-width: 10rem;
  width: 30%;
}
.table-features td li.pos:before {
  left: -1.7rem;
  font-size: 1em;
  line-height: 1.7;
}
body.single-post #header {
  margin-bottom: 2rem;
}
body.single-post > .how_can_we_help {
  margin-top: 4rem;
}
.single_header {
  margin: -1rem -1rem 2rem;
}
.teaser-single {
  display: block;
  margin-bottom: 1px;
  padding: 1rem 1rem;
  background-color: #fff;
  padding: 1rem 0;
}
.teaser-single figure img {
  width: 100%;
}
.blue_box {
  background-color: #4A90E2;
}
.green_box {
  background-color: #18BB78;
}
.orange_box {
  background-color: #F08A24;
}
.grey_box {
  background-color: #666666;
}
.red_box {
  background-color: #F04124;
}
.social-flex-content {
  background-color: #fff;
  padding-top: 0.5rem;
}
.social-flex-content.is_stuck {
  z-index: 1;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.social-flex-content.is_stuck a {
  display: block;
}
.social-flex-content.is_stuck a.fb {
  background-color: #3b5998;
  color: #fff !important;
}
.social-flex-content.is_stuck a.tw {
  background-color: #55acee;
  color: #fff !important;
}
.social-flex-content.is_stuck a.gp {
  background-color: #dd4b39;
  color: #fff !important;
}
.social-flex-content.is_stuck a.wa {
  background-color: #4dc247;
  color: #fff !important;
}
.social-flex-content.is_stuck a.re {
  background-color: #ff4500;
  color: #fff !important;
}
.social-flex-content.is_stuck a.li {
  background-color: #0077b5;
  color: #fff !important;
}
.social-flex-content a {
  display: block;
  background-color: #f4f4f4;
}
.social-flex-content a:hover {
  text-decoration: none !important;
}
.social-flex-content a.fb {
  color: #3b5998 !important;
}
.social-flex-content a.tw {
  color: #55acee !important;
}
.social-flex-content a.gp {
  color: #dd4b39 !important;
}
.social-flex-content a.wa {
  color: #4dc247 !important;
}
.social-flex-content a.li {
  color: #0077b5 !important;
}
.social-flex-content a.re {
  color: #ff4500 !important;
}
.flex-article {
  font-size: 1.125rem;
  line-height: 1.6;
}
.flex-article.style-full section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.flex-article.style-full .section-default {
  background-color: #fff;
  margin-bottom: 1px;
}
.flex-article.style-full .section-grey {
  background-color: #f4f4f4;
  margin-bottom: 1px;
}
.flex-article.style-article section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.flex-article.style-article section:last-child {
  margin-bottom: 0;
}
.flex-article.style-article section .row:first-of-type > .columns:first-of-type > h1:first-of-type,
.flex-article.style-article section .row:first-of-type > .columns:first-of-type > h2:first-of-type {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.flex-article.style-article section > .row {
  padding: 2rem 4rem;
  background-color: #fff;
}
.flex-article.style-article section > .row + .row {
  margin-top: -2rem;
}
.flex-article.style-article section > .row .custom_color,
.flex-article.style-article section > .row .orange_box,
.flex-article.style-article section > .row .green_box,
.flex-article.style-article section > .row .blue_box,
.flex-article.style-article section > .row .grey_box {
  margin: 2rem -2.5rem -3.5rem;
  padding: 2rem 2.5rem;
  clear: both;
}
.flex-article.style-article section .custom_color,
.flex-article.style-article section .orange_box,
.flex-article.style-article section .green_box,
.flex-article.style-article section .blue_box,
.flex-article.style-article section .grey_box {
  color: #fff;
  padding: 2rem 4rem;
}
.flex-article.style-article section .custom_color a,
.flex-article.style-article section .orange_box a,
.flex-article.style-article section .green_box a,
.flex-article.style-article section .blue_box a,
.flex-article.style-article section .grey_box a {
  color: #fff !important;
  text-decoration: underline;
}
.flex-article.style-article section .custom_color a:hover,
.flex-article.style-article section .orange_box a:hover,
.flex-article.style-article section .green_box a:hover,
.flex-article.style-article section .blue_box a:hover,
.flex-article.style-article section .grey_box a:hover {
  color: #000 !important;
}
.flex-article.style-article section .custom_color .row,
.flex-article.style-article section .orange_box .row,
.flex-article.style-article section .green_box .row,
.flex-article.style-article section .blue_box .row,
.flex-article.style-article section .grey_box .row {
  background-color: transparent;
  color: #fff;
}
.flex-article.style-article section .custom_color figure,
.flex-article.style-article section .orange_box figure,
.flex-article.style-article section .green_box figure,
.flex-article.style-article section .blue_box figure,
.flex-article.style-article section .grey_box figure {
  background-color: transparent;
  padding: 0;
  border: none;
}
.flex-article.style-article section .custom_color li:before,
.flex-article.style-article section .orange_box li:before,
.flex-article.style-article section .green_box li:before,
.flex-article.style-article section .blue_box li:before,
.flex-article.style-article section .grey_box li:before {
  color: #fff !important;
}
.flex-article a {
  color: #4A90E2;
  text-decoration: underline;
}
.flex-article a:hover {
  color: #2275d7;
  text-decoration: underline;
}
.flex-article a.teaser-single {
  color: #000;
}
.flex-article a.pure-button {
  text-decoration: none;
}
.flex-article figure {
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.flex-article figure figcaption {
  text-align: left;
  font-size: 0.9rem;
}
.flex-article figure.full_width,
.flex-article figure.large {
  margin-left: -1rem;
  margin-right: -1rem;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
}
.flex-article hr {
  display: block;
  margin: 3rem 0 3rem;
  clear: both;
}
.flex-article .teaser-single figure {
  border: none;
  padding: 0;
  margin: 0;
}
.cws_video {
  text-align: center;
}
.cws_video h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cws_video h3 i {
  margin-right: 0.5rem;
  color: #4A90E2;
}
.flex-article .cws_video {
  margin: 2rem -1rem;
}
.chapter .chapter-header {
  background-color: #f4f4f4;
  padding: 5rem 0.5rem 1rem;
  margin: 0rem -1rem 1rem;
}
.chapter .next-round {
  font-weight: 700;
  font-size: 0.85rem;
}
.chapter .next-round small {
  display: inline-block;
  margin-right: 5px;
  font-weight: 300;
}
.chapter .points span {
  height: 24px;
  width: 24px;
  display: inline-block;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-color: #7ED321;
  margin: 4px;
}
.chapter .points span.negative {
  background-color: #DD3333;
}
.chapter .winner_text {
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-weight: 700;
  text-align: center;
}
.chapter .chapter-table td {
  font-size: 0.8rem;
}
.chapter .chapter-table td a:hover {
  color: #4A90E2;
}
.chapter .chapter-table td strong {
  font-size: 1rem;
}
.chapter .chapter-table td:first-child {
  text-align: right;
}
.chapter .chapter-table td:last-child {
  text-align: left;
}
.row-more {
  margin-top: 4rem;
}
.menu-relatedmenu-container .menu {
  vertical-align: top;
}
.menu-relatedmenu-container .menu > li {
  display: inline-block;
  max-width: 50%;
}
.flex-article.absep16 {
  padding: 0;
  background-color: #f4f4f4;
}
.flex-article.absep16 section {
  background-color: #fff;
  padding: 2rem 4rem;
}
.flex-article.absep16 section + section {
  margin-top: 4rem;
}
.flex-article.absep16 .entry-header {
  background-color: #fff;
  padding: 2rem 4rem 0rem 4rem;
}
.flex-article.absep16 .entry-header h1 {
  margin-bottom: 0;
}
.flex-article.absep16 .enty-meta {
  background-color: #fff;
  padding: 1rem 4rem 2rem 4rem;
}
@media only screen and (max-width: 640px) {
  #menu-topmenu {
    text-align: center;
    padding: 0.5rem 0 0rem;
    display: block;
  }
  #menu-topmenu li {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  #menu-topmenu li a {
    font-size: 1rem;
  }
  #menu-topmenu li.home_logo {
    display: block;
  }
  .sub-menu {
    padding: 0.5rem 0 0;
    font-size: 1rem;
    text-align: center;
  }
  .sub-menu ul li {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .sub-menu ul li a {
    font-size: 1rem;
  }
  .sub-menu .current-menu-parent a,
  .sub-menu .current-menu-item a {
    padding: 0px 4px;
    font-size: 0.9rem;
  }
  .breadcrumb {
    display: none;
  }
  .searchform {
    display: none;
  }
  .home_header h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home_header h1 br {
    display: none;
  }
  .home_header h1 a span:after {
    height: 3px;
    bottom: 0.05rem;
  }
  .home_block {
    padding: 0;
  }
  .home .how_can_we_help {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .how_can_we_help {
    display: none;
  }
  .home_feature {
    margin-bottom: 1rem;
  }
  .page-header.position-,
  .page-header.position-none,
  .page-header.position-background {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #footer {
    text-align: center;
  }
  #footer .small-12 {
    margin-bottom: 2rem;
  }
  #footer .small-12:last-child {
    margin-bottom: 0;
  }
  .page-header .hl {
    font-size: 1.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-header .sl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page-header .text-box {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .page-header.position-background_max .text-box {
    padding: 3rem 0 8rem !important;
  }
  .revcathl {
    text-align: center;
    margin-bottom: 1rem;
  }
  #comparison-list {
    overflow: auto;
  }
  #comparison-list .small-12 {
    width: auto;
  }
  .article {
    padding: 1rem 1rem;
  }
  .single-review .flex-article,
  .single-reviews .flex-article {
    margin: 0;
  }
  .flex-article {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .flex-article.style-article section .row {
    padding: 1rem 0.5rem;
  }
  .review-block {
    padding: 1rem;
  }
  .review-block header {
    margin: 0 -1rem 1rem;
    padding: 0 1rem;
  }
  .review-header {
    padding: 1rem 0.5rem;
  }
  .review-header table {
    font-size: 0.9rem;
  }
  .review-header table .td_bar {
    width: 15%;
  }
  .review-header table td:last-child {
    display: none;
  }
  .review-header .starRating {
    height: 12px;
    width: 64px;
    font-size: 0rem;
  }
  .table-price {
    width: 100%;
    overflow: auto;
  }
  section#review_features .content {
    margin-left: 0;
    margin-right: 0;
  }
  .table-features tr.clear td {
    height: 2rem;
  }
  .table-features td {
    padding: 0.25rem;
    width: 33%;
  }
  .table-features td:first-child {
    font-size: 0.9rem;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .teaser-single figure {
    margin: 0;
  }
  .flex-article.style-article section .custom_color,
  .flex-article.style-article section .orange_box,
  .flex-article.style-article section .green_box,
  .flex-article.style-article section .blue_box,
  .flex-article.style-article section .grey_box {
    padding: 2rem 1rem;
  }
  .flex-article.absep16 section {
    padding: 2rem 1rem;
  }
  .flex-article.absep16 section + section {
    margin-top: 1rem;
  }
  .flex-article.absep16 .entry-header {
    padding: 2rem 1rem 0rem 1rem;
  }
  .flex-article.absep16 .enty-meta {
    padding: 1rem 1rem 2rem 1rem;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .searchform {
    display: none;
  }
}
