/*!
 * Theme Name: AntiMatter
 * Theme URI: http://github.com/designbycosmic/antimatter-theme
 * Description: AntiMatter
 * Author: Cosmic
 * Author URI: http://designbycosmic.com
 * Version: 0.1
 * Tags: fast, light
 * License: Cosmic
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

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

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0; }

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

html {
  font-size: 100%; }

body {
  background-color: #e4ecee;
  color: #524c43;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0; }

h1 {
  font-size: 3.88889em;
  line-height: 1.15;
  font-weight: 100; }

h2 {
  color: #31b1d0;
  font-size: 2.66667em;
  font-weight: 100;
  line-height: 1.1;
  text-align: center; }

h3 {
  font-size: 1.44444em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.75em; }

.no-margin {
  margin-bottom: 0; }

p {
  line-height: 1.65; }

p + p, p + ul, p + ol, ol + p, ul + p {
  margin-top: 1.5rem; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #dadada; }

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ol li {
  margin-bottom: 15px; }

ul {
  padding-left: 25px; }
  ul li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative; }
    ul li:before {
      color: #31b1d0;
      content: "\2022";
      display: block;
      font-size: 36px;
      position: absolute;
      left: 0;
      top: -14px;
      width: 16px;
      max-height: 16px;
      vertical-align: top; }

ol {
  list-style-type: decimal;
  padding-left: 40px; }

strong {
  font-weight: 700; }

em {
  font-size: 0.85em;
  font-weight: 400;
  font-style: italic; }

input, textarea {
  background: none;
  border-radius: 0;
  color: #83989b;
  -webkit-appearance: none;
  display: block;
  border: none;
  font-size: 1em;
  padding: 0;
  margin: 0 0 1em 0; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  background-color: transparent;
  border: 2px solid #c8d1d3;
  border-radius: 25px;
  padding: 0.5em;
  transition: 100ms all ease-out;
  width: 100%; }
  input[type="text"].parsley-success + .parsley-error-list, input[type="email"].parsley-success + .parsley-error-list, input[type="tel"].parsley-success + .parsley-error-list, input[type="password"].parsley-success + .parsley-error-list, textarea.parsley-success + .parsley-error-list {
    display: none; }
  input[type="text"].parsley-error, input[type="email"].parsley-error, input[type="tel"].parsley-error, input[type="password"].parsley-error, textarea.parsley-error {
    background-color: rgba(220, 68, 5, 0.05);
    border: 2px solid #dc4405;
    color: #dc4405; }
    input[type="text"].parsley-error + .parsley-error-list, input[type="email"].parsley-error + .parsley-error-list, input[type="tel"].parsley-error + .parsley-error-list, input[type="password"].parsley-error + .parsley-error-list, textarea.parsley-error + .parsley-error-list {
      margin-top: -0.35em;
      padding-left: 0; }
      input[type="text"].parsley-error + .parsley-error-list li, input[type="email"].parsley-error + .parsley-error-list li, input[type="tel"].parsley-error + .parsley-error-list li, input[type="password"].parsley-error + .parsley-error-list li, textarea.parsley-error + .parsley-error-list li {
        font-style: italic;
        font-size: 0.9em;
        line-height: 1.3em;
        padding-left: 0; }
        input[type="text"].parsley-error + .parsley-error-list li:before, input[type="email"].parsley-error + .parsley-error-list li:before, input[type="tel"].parsley-error + .parsley-error-list li:before, input[type="password"].parsley-error + .parsley-error-list li:before, textarea.parsley-error + .parsley-error-list li:before {
          display: none; }
  /* Start Edit */
  input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    background-color: rgba(49, 177, 208, 0.05);
    border: 2px solid #31b1d0;
    color: #83989b;
    outline: none; }
  /* End Edit */

select {
  margin: 0 0 1em 0; }
  select.parsley-success + .parsley-error-list {
    display: none; }

/* Start Edit */
select {
  background: transparent;
  border: 2px solid #c8d1d3;
  color: #849ba1;
  font-size: 1em;
  font-weight: 500;
  height: 46px;
  line-height: normal;
  text-align: left;
  width: 100%;
}
.styled-select-error select {
  background-color: rgba(220, 68, 5, 0.05);
  border: 2px solid #dc4405;
  color: #dc4405;
}
.breadcrumb-selector {
  display: inline;
  width: auto;
}
.breadcrumb-selector select {
  background-color: #fff;
  margin: 0;
  width: auto;
}
.account-toolbar .breadcrumb-selector {
  float: right;
}
.breadcrumb-selector select {
  height: 30px;
}

.field .has-help {
  width: 93%;
}
.field .has-help {
  width: 93%;
}
.field .has-help .basic-input {
  float: left;
}
.field .help-link {
  color: #dc4405;
}
.field i.fa-question-circle {
  width: 7%;
  line-height: 2.1em;
  text-align: right;
}
.field::before, .field::after {
  content: " ";
  display: table;
}
.field::after {
  clear: both;
}
ul.parsley-error-list {
  clear: both;
  float: left;
}

select.parsley-error {
  background-color: rgba(220, 68, 5, 0.05);
  border-color: #dc4405;
  color: #dc4405;
}
select.parsley-error + .parsley-error-list {
  margin-top: -0.35em;
  padding-left: 0;
}
.styled-select select.parsley-error + .parsley-error-list {
  color: #524c43;
  margin-top: 15px;
}
select.parsley-error + .parsley-error-list li {
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.3em;
  padding-left: 0;
}
select.parsley-error + .parsley-error-list li:before {
  display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #849ba1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #849ba1; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #849ba1; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #849ba1; }

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: #849ba1; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #849ba1; }

input.parsley-error::-webkit-input-placeholder, textarea.parsley-error::-webkit-input-placeholder {
  color: #dc4405; }

input.parsley-error:-ms-input-placeholder, textarea.parsley-error:-ms-input-placeholder {
  color: #dc4405; }

input.parsley-error:-moz-placeholder, textarea.parsley-error:-moz-placeholder {
  color: #dc4405; }

input.parsley-error:focus::-webkit-input-placeholder, textarea.parsley-error:focus::-webkit-input-placeholder {
  color: #dc4405; }

input.parsley-error:focus::-ms-input-placeholder, textarea.parsley-error:focus::-ms-input-placeholder {
  color: #dc4405; }

input.parsley-error:focus::-moz-placeholder, textarea.parsley-error:focus::-moz-placeholder {
  color: #dc4405; }

.rsn-error-message {
  color: #dc4405;
  display:block;
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.3em;
  margin-bottom: 1em;
  padding-left: 0px;
  text-align: center;
}
/* End Edit */

input.search-field {
  background-image: url("assets/images/search-alt.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 24px;
  margin: 0;
  padding: 0.35em 0.9em; }
  input.search-field:focus {
    background-image: url("assets/images/search-alt.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 24px; }

.form-info {
  background-color: #31b1d0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fafafa;
  display: none;
  font-size: 14px;
  margin-top: -1.4em;
  margin-bottom: 1em;
  padding: 1em; }

.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 150px solid #5aa95c;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  margin-bottom: 1em; }

.circle {
  background-color: #4c80a9;
  border-radius: 50%;
  display: inline-block;
  padding: 150px; }

a {
  color: #31b1d0;
  text-decoration: none;
  transition: 100ms color ease-in; }
  a:hover {
    color: #63bfd5; }

.button, .button-hollow {
  background-color: #dc4405;
  border-radius: 2em;
  border: 2px solid #dc4405;
  color: #fefefe;
  display: inline-block;
  font-size: 1.15em;
  font-weight: 500;
  margin: 0;
  padding: 12px 44px 12px 44px;
  text-decoration: none;
  transition: all 0.2s; }
  .button:hover, .button-hollow:hover {
    background-color: #c33c04;
    border: 2px solid #c33c04;
    color: #fefefe; }

.button-outline {
  background-color: #dc4405;
  border-radius: 2em;
  border: 2px solid #dc4405;
  color: #dc4405;
  display: inline-block;
  font-size: 1.15em;
  font-weight: 500;
  margin: 0;
  padding: 12px 34px 12px 34px;
  text-decoration: none;
  transition: all 0.2s;
  background-color: transparent; }
  .button-outline:hover {
    background-color: #c33c04;
    border: 2px solid #c33c04;
    color: #dc4405; }
  .button-outline:hover {
    background-color: #dc4405;
    border: 2px solid #dc4405;
    color: #fafafa; }

.button-hollow {
  background-color: transparent;
  border: 2px solid #fafafa;
  padding: 0.35rem 2rem 0.5rem 2rem; }
  .button-hollow:hover {
    border: 2px solid transparent;
    background-color: #fafafa;
    color: #cac812; }

/* Start Edit */
.button-medium {
  font-size: 0.8em;
  padding: 1px 14px 1px 14px;
}
.button-small {
  font-size: 0.8em;
  padding: 1px 14px 1px 14px;
}
/* End Edit */

/* Start Edit */
.file-upload-container {
  float: left;
  width: 100%;
}
.file-upload-container::before, .file-upload-container::after {
  content: " ";
  display: table;
}
.file-upload-container::after {
  clear: both;
}
.file-upload-override-button {
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 6px 24px;
  width: 35%;
  margin-right: 3%;
  font-size: 1.1em;
  text-align: center;
}
.field .file-upload-container i.fa-question-circle {
  width: auto;
  line-height: 46px;
  text-align: left;
  float: left;
  margin-right: 3%;
}
.file-upload-button {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  filter:alpha(opacity=0);
}
/* End Edit */

.breadcrumbs {
  float: left;
  font-weight: 300;
  width: 70%; }
  .breadcrumbs a {
    color: #31b1d0; }
  .breadcrumbs span {
    color: #83989b; }
  .breadcrumbs a span {
    color: #31b1d0; }
  .breadcrumbs .triangle-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid #bac5c8;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    margin: 0 0.75em;
    vertical-align: middle; }

.country-selection {
  background-color: white;
  border: 2px solid #bac5c8;
  border-radius: 6px;
  color: #83989b;
  cursor: pointer;
  display: inline-block;
  padding: 0.45em 1.25em 0.37em 0.8em; }
  .country-selection .value {
    display: inline-block; }
  .country-selection .arrow {
    display: inline-block;
    width: 1em; }
  .country-selection .triangle-shape {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid #83989b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 0.75em;
    vertical-align: middle; }

.country-selection-overlay {
  display: none; }

.country-selection-overlay {
  background-color: rgba(131, 152, 155, 0.7);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 9999; }
  .country-selection-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

@-webkit-keyframes scaleup {
  0% {
    -webkit-transform: scale(0.05, 0.05); }

  100% {
    -webkit-transform: scale(1, 1); } }

@-webkit-keyframes scaledown {
  0% {
    -webkit-transform: scale(1, 1); }

  100% {
    -webkit-transform: scale(0.05, 0.05); } }

.country-selection-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-color: #fafafa;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(10, 20, 20, 0.3);
  position: relative;
  width: 90%;
  min-width: 768px;
  max-width: 880px;
  -webkit-transform: scale(0.05, 0.05); }
  .country-selection-container::before, .country-selection-container::after {
    content: " ";
    display: table; }
  .country-selection-container::after {
    clear: both; }
  .country-selection-container.bounce-it-in {
    -webkit-animation: scaleup 400ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards; }
  .country-selection-container.bounce-it-out {
    -webkit-animation: scaledown 400ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards; }
  .country-selection-container header {
    background-color: #31b1d0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fafafa;
    font-size: 1.25em;
    padding: 0.5em;
    text-align: center; }

.region {
  float: left;
  margin-bottom: 3em;
  text-align: left;
  width: 50%; }
  .region h2 {
    color: #463c46;
    margin-bottom: 0.25em;
    text-align: left; }

.country-selection-list {
  padding: 3em 3em 0; }
  .country-selection-list::before, .country-selection-list::after {
    content: " ";
    display: table; }
  .country-selection-list::after {
    clear: both; }

.country-option {
  border-top: 1px solid transparent;
  color: #83989b;
  cursor: pointer;
  font-weight: 500;
  padding: 0.25em 0.5em; }

.picker {
  margin-top: 25px; }
  .picker h3 {
    margin-bottom: 0.25em; }
  .picker select {
    max-width: 10em; }

.comparison-chart-container {
  background-color: #f2f6f7; }

.comparison-chart td.no-fill {
  background-color: transparent; }
.comparison-chart td {
  background-color: #fafafa;
  border: 1px solid #dbe5e8;
  font-size: 14px;
  text-align: center;
  vertical-align: middle; }
.comparison-chart td:first-child {
  width: 31%; }
.comparison-chart td:nth-child(2) {
  width: 23%; }
.comparison-chart td:nth-child(3) {
  width: 23%; }
.comparison-chart td:last-child {
  width: 23%; }
.comparison-chart td {
  padding: 1em; }
  .comparison-chart td.xv {
    background-color: #555555;
    border: 1px solid #555555;
    color: #fafafa; }
  .comparison-chart td.botvac {
    background-color: #31b1d0;
    border: 1px solid #31b1d0;
    color: #fafafa; }
  .comparison-chart td.others {
    background-color: #e4ecee;
    border: 1px solid #e4ecee; }
.comparison-chart .hoverable-row:hover td {
  background-color: whitesmoke; }
.comparison-chart .headings {
  font-size: 1.5em; }
.comparison-chart .no-border {
  border: none; }
.comparison-chart .descriptions {
  color: #83989b;
  font-style: italic; }
.comparison-chart .neato {
  background-color: #31b1d0;
  border: 1px solid #31b1d0;
  color: #fafafa;
  font-weight: 500; }
.comparison-chart .bounce-around {
  background-color: #e4ecee;
  border: 1px solid #e4ecee; }
.comparison-chart .checkmark {
  width: 80%;
  max-width: 1.3em;
  vertical-align: middle; }
/* Start Edit */
.comparison-chart a {
  color: #31b1d0 !important;
}
/* End Edit */

.feature-set td:first-child {
  font-weight: 500;
  text-align: left; }

.sub-feature td:first-child {
  font-weight: 300;
  font-style: italic;
  padding-left: 2em; }

.search-form {
  display: block; }
  .search-form label, .search-form input[type="submit"] {
    display: none; }

body.lockdown {
  overflow-x: hidden;
  overflow-y: hidden; }

.main-menu-bar {
  margin: auto;
  max-width: 1200px;
  padding: 20px 25px;
  width: 1200px; }
  .main-menu-bar::before, .main-menu-bar::after {
    content: " ";
    display: table; }
  .main-menu-bar::after {
    clear: both; }

.logo {
  display: inline-block;
  float: left;
  max-width: 160px; }

.menu-links {
  display: inline-block;
  float: right;
  margin-top: 0.2em;
  position: relative; }
  .menu-links a {
    border: 0;
    color: #83989b;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    margin-right: 1.5em;
    padding: 0.5em 1em;
    vertical-align: middle; }
    .menu-links a:hover, .menu-links a.current {
      color: #dc4405; }
  .menu-links .search-form {
    display: inline-block;
    vertical-align: middle; }

.page {
  -webkit-transition: -webkit-transform 350ms ease-in-out;
  transition: -ms-transform 350ms ease-in-out;
  transition: transform 350ms ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.menu-icon {
  display: none; }

.sub-menu {
  display: none;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
  border-radius: 5px;
  white-space: nowrap; }

#products-overview {
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out; }

/* NEW */
#about-overview {
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out; }
/* END NEW */

/* START EDIT */
#products-nav-item, #about-nav-item {
  display: inline-block;
  position: relative;
}
.sub-menu.active {
  display: block;
  opacity: 1;
  left: 0;
  position: absolute;
  background-color: #fafafa;
  z-index: 1; }
  .sub-menu.active a {
    border-bottom: 1px solid #f0f0f0;
    color: #83989b;
    display: block;
    margin-right: 0; }
    .sub-menu.active a:hover {
      color: #dc4405; }
    .sub-menu.active a:last-child {
      border-bottom: none; }
/* END EDIT */

/* NEW */
.about-sub-menu {
  display: none;
  -webkit-transition: 100ms all ease-in-out;
  transition: 100ms all ease-in-out;
  border-radius: 5px;
  white-space: nowrap; }
.about-sub-menu.active {
  display: block;
  opacity: 1;
  left: 0;
  position: absolute;
  background-color: #fafafa;
  z-index: 1; }
  .about-sub-menu.active a {
    border-bottom: 1px solid #f0f0f0;
    color: #83989b;
    display: block;
    margin-right: 0; }
    .about-sub-menu.active a:hover {
      color: #dc4405; }
    .about-sub-menu.active a:last-child {
      border-bottom: none; }
/* END NEW */

.footer-container {
  background-color: #2c2925;
  color: #fafafa; }
  .footer-container a {
    color: #fafafa; }

footer .panels::before, footer .panels::after {
  content: " ";
  display: table; }
footer .panels::after {
  clear: both; }
footer .panel-one {
  float: left;
  width: 35%; }
footer .panel-two {
  float: left;
  width: 65%; }
footer .logo {
  display: block;
  float: none;
  margin-bottom: 1.5em; }
footer h2 {
  color: #fafafa;
  font-size: 2.25em;
  font-weight: 400;
  text-align: left; }
footer address {
  font-style: normal; }
footer .footer-links::before, footer .footer-links::after {
  content: " ";
  display: table; }
footer .footer-links::after {
  clear: both; }
footer .footer-links a {
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 0.5em; }

.footer-logo-link {
  display: block; }

.copy {
  clear: both;
  font-size: 14px;
  margin-top: 2em; }

.social-icons a {
  display: inline-block;
  max-width: 2em;
  margin-right: 0.25em; }
.social-icons img {
  height: auto;
  max-width: 100%; }

.response {
  display: none;
  color: #fafafa; }
  .response img {
    background-color: #fafafa;
    border-radius: 50%;
    display: inline-block;
    margin-top: 0.3em;
    margin-right: 0.5em;
    max-width: 1em;
    vertical-align: top; }
  .response p {
    display: inline-block;
    padding: 0.5em 0;
    vertical-align: middle; }

@-webkit-keyframes rotatebox {
  0% {
    -webkit-transform: scale(1) rotate(0deg); }

  15% {
    -webkit-transform: scale(1) rotate(0deg); }

  25% {
    -webkit-transform: scale(1) rotate(90deg); }

  40% {
    -webkit-transform: scale(1) rotate(90deg); }

  50% {
    -webkit-transform: scale(1) rotate(180deg); }

  65% {
    -webkit-transform: scale(1) rotate(180deg); }

  75% {
    -webkit-transform: scale(1) rotate(270deg); }

  90% {
    -webkit-transform: scale(1) rotate(270deg); }

  100% {
    -webkit-transform: scale(1) rotate(360deg); } }

@-webkit-keyframes movebox {
  0% {
    -webkit-transform: scale(1) translateX(0) translateY(0); }

  8% {
    -webkit-transform: scale(1) translateX(0) translateY(3em); }

  12% {
    -webkit-transform: scale(1) translateX(0) translateY(1.75em); }

  18% {
    -webkit-transform: scale(1) translateX(0) translateY(3em); }

  25% {
    -webkit-transform: scale(1) translateX(0) translateY(3em); }

  33% {
    -webkit-transform: scale(1) translateX(-6em) translateY(3em); }

  37% {
    -webkit-transform: scale(1) translateX(-4.25em) translateY(3em); }

  43% {
    -webkit-transform: scale(1) translateX(-6em) translateY(3em); }

  50% {
    -webkit-transform: scale(1) translateX(-6em) translateY(3em); }

  58% {
    -webkit-transform: scale(1) translateX(-6em) translateY(0); }

  62% {
    -webkit-transform: scale(1) translateX(-6em) translateY(1.75em); }

  68% {
    -webkit-transform: scale(1) translateX(-6em) translateY(0); }

  75% {
    -webkit-transform: scale(1) translateX(-6em) translateY(0); }

  83% {
    -webkit-transform: scale(1) translateX(0) translateY(0); }

  87% {
    -webkit-transform: scale(1) translateX(-1.75em) translateY(0); }

  93% {
    -webkit-transform: scale(1) translateX(0) translateY(0); }

  100% {
    -webkit-transform: scale(1) translateX(0) translateY(0); } }

.loader-container {
  background-color: rgba(220, 68, 5, 0.8);
  color: #fafafa;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .loader-container .loader {
    font-size: 2em;
    font-weight: 500;
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -5em;
    width: 100%;
    text-align: center; }
  .loader-container .animation-container {
    margin: auto;
    position: relative;
    width: 100%; }
  .loader-container .animation {
    display: inline-block;
    position: relative;
    left: 3em;
    top: -3em;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: movebox;
    -webkit-animation-timing-function: linear;
    -webkit-animation-play-state: paused; }
  .loader-container .orb {
    background-color: #e1e1e1;
    display: inline-block;
    position: relative;
    height: 2em;
    width: 3em;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    -webkit-animation-name: rotatebox;
    -webkit-animation-timing-function: linear;
    -webkit-animation-play-state: paused; }
  .loader-container .animation.active, .loader-container .orb.active {
    -webkit-animation-play-state: running; }
  .loader-container .partial-orb {
    background-color: #e1e1e1;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -1em;
    height: 2.2em;
    width: 3em; }
  .loader-container .cap {
    background-color: #7a78c5;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -3em;
    height: 1em;
    width: 1em; }

.home-slides {
  max-height: 600px; }

.hero {
  background-image: url("assets/images/hero/hero-1.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
  margin-bottom: 5.5em; }

.slide-2 {
  background-image: url("assets/images/hero/hero-2.jpg"); }

.slide-3 {
  background-image: url("assets/images/hero/hero-shed.jpg"); }

.slide-4 {
  background-image: url("assets/images/hero/hero-4.jpg"); }

.slide-5 {
  background-image: url("assets/images/hero/hero-5.jpg"); }

.slide-6 {
  background-image: url("assets/images/hero/hero-rebate-new.jpg"); }

.slide-7 {
  background-image: url("assets/images/hero/hero-holiday-rebate-slide.jpg"); }

.slide-6-no-xv {
  background-image: url("assets/images/hero/hero-7-no-xv.jpg"); }

.hero-content-container {
  max-width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%; }
  .hero-content-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.5em; }

.hero-content-offset {
  display: inline-block;
  width: 99%;
  vertical-align: middle; }

.hero-content {
  color: #fafafa;
  display: inline-block;
  float: right;
  font-weight: 300;
  padding: 3em 2.5em;
  width: 100%;
  max-width: 620px; }
  .hero-content h1 {
    margin-bottom: 0.25em; }
  .hero-content p {
    font-size: 1.33333em;
    line-height: 1.45;
    max-width: 18em; }
  .hero-content .button, .hero-content .button-hollow {
    background-color: transparent;
    border: 2px solid #fafafa;
    font-size: 1.33333em;
    margin-right: 1em;
    vertical-align: middle; }
  .hero-content .video-link {
    color: #fafafa;
    font-size: 1.25em;
    padding-left: 0.45em;
    vertical-align: middle; }

.play-button {
  display: inline-block;
  height: 44px;
  width: 44px;
  position: relative;
  vertical-align: middle; }
  .play-button .outline {
    border: 2px solid #fafafa;
    border-radius: 50%;
    height: 44px;
    width: 44px; }
  .play-button .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid #fafafa;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 12.25px solid #fafafa;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -4px; }

.floating-neato {
  bottom: -5.5em;
  position: absolute;
  left: 50%;
  margin-left: -14em;
  max-width: 28em;
  width: 100%; }
  .floating-neato img {
    height: auto;
    width: 100%; }

.button-group {
  margin-top: 3.88889em; }

.hero-subpage {
  background-color: #31b1d0;
  background-repeat: no-repeat;
  background-position: center;
  color: #fafafa;
  width: 100%; }
  .hero-subpage h1 {
    font-size: 3.33333em;
    margin-bottom: 0.25em; }
  .hero-subpage p {
    font-size: 1.388em;
    font-weight: 300;
    line-height: 1.35;
    max-width: 18em; }

.trademark {
  display: inline-block;
  font-size: 18px;
  margin-left: 2px;
  vertical-align: top; }

.hero-about {
  background-image: url("assets/images/hero/hero-about.jpg"); }

.hero-my-neato {
  background-image: url("assets/images/hero/hero-my-neato.jpg"); }

.hero-botvac {
  background-image: url("assets/images/hero/hero-botvac.jpg"); }

.hero-xv {
  background-image: url("assets/images/hero/hero-xv.jpg"); }

.hero-pet {
  background-color: #fff;
  background-image: url("assets/images/hero/hero-pet.jpg"); }
  .hero-pet .container { padding: 25px 25px 30px; }
  .hero-pet h1 { font-size: 2em; }
  .hero-pet p { font-size: 1em; }

.hero-products {
  background-image: url("assets/images/hero/hero-botvac.jpg"); }

.hero-support {
  background-image: url("assets/images/hero/hero-support.jpg"); }

.home-hero-trade {
  display: inline-block;
  font-size: 22px;
  margin-top: 12px;
  margin-left: -12px;
  position: absolute; }

/* Start Edit */
@media (min-width: 1024px) {
  body.locked {
    overflow: hidden;
  }
}


.modal-data-drop, .modal-data-drop-secondary, .modal-data-drop-tertiary, .modal-data-drop-country {
  display: none; }

/* End Edit */
/* Start Edit */
.modal-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .modal-container:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; } }

.modal-container .modal-content {
  background-color: #fafafa;
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 1em;
  padding: 2em;
  position: relative; }
  @media (min-width: 1024px) {
    .modal-container .modal-content {
      padding: 2em;
      vertical-align: middle;
    } }


.close-button {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  padding: 0.25em 0.55em;
  position: absolute;
  top: 0;
  right: 0; }
  @media (min-width: 767px) {
    .close-button {
      font-size: 1em; } }
/* End Edit */

.modal-container .close-button {
  color: #31b1d0; }

.subnav {
  background-color: #f2f6f7;
  border-top: 2px solid #e9eff1;
  border-bottom: 2px solid #e9eff1; }

/*
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

.owl-theme .owl-controls {
  padding: 3em 2.5em;
  max-width: 1240px;
  margin: auto;
  position: relative;
  top: -7.5em;
  text-align: right; }
  .owl-theme .owl-controls .owl-pagination {
    display: inline-block; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

/* Start Edit */
.owl-theme .owl-controls .owl-page:nth-child(1) span {
  background: #31b1d0; }
.owl-theme .owl-controls .owl-page:nth-child(2) span {
  background: #f4712b; }
.owl-theme .owl-controls .owl-page:nth-child(3) span {
  background: #cac812; }
.owl-theme .owl-controls .owl-page:nth-child(4) span {
  background: #505dbd; }

.wpml-en .owl-theme .owl-controls .owl-page:nth-child(1) span {
  background: #31b1d0; }
.wpml-en .owl-theme .owl-controls .owl-page:nth-child(2) span {
  background: #146739; }
.wpml-en .owl-theme .owl-controls .owl-page:nth-child(3) span {
  background: #83989b; }
.wpml-en .owl-theme .owl-controls .owl-page:nth-child(4) span {
  background: #f4712b; }
.wpml-en .owl-theme .owl-controls .owl-page:nth-child(5) span {
  background: #cac812; }
.wpml-en .owl-theme .owl-controls .owl-page:nth-child(6) span {
  background: #505dbd; }
/* End Edit */


.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  filter: Alpha(Opacity=80);
  /*IE7 fix*/
  opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }
  .owl-theme .owl-controls .owl-page span:before {
    background-color: orange;
    content: "";
    display: none;
    width: 18px;
    height: 18px; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }

  75% {
    opacity: .5;
    transform: translateZ(-500px); }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

html, body {
  height: 100%; }

.page {
  background-color: white;
  min-width: 1200px;
  max-width: 1600px;
  margin: auto;
  position: relative; }

.call-to-action-basic {
  padding: 0 1em;
  text-align: center; }
  .call-to-action-basic a {
    margin-right: 1.5em; }
    .call-to-action-basic a:last-child {
      margin-right: 0; }

.container, .small-container {
  margin: auto;
  max-width: 1200px;
  padding: 75px 25px;
  width: 1200px; }
  .container::before, .small-container::before, .container::after, .small-container::after {
    content: " ";
    display: table; }
  .container::after, .small-container::after {
    clear: both; }
  .container h2, .small-container h2 {
    margin-bottom: 60px; }

.small-container {
  padding: 15px 25px; }

.content-area {
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out; }

.button-container {
  text-align: center; }
  .button-container a {
    margin-right: 50px; }
  .button-container a:last-child {
    margin-right: 0; }

.product-line {
  position: relative; }

.content-area-loader {
  display: none;
  background-color: #dc4405;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  text-align: center; }
  .content-area-loader:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .content-area-loader .loader-content {
    color: #fafafa;
    display: inline-block;
    vertical-align: middle; }

.wysiwyg-area h3 + p {
  margin-top: 25px; }
.wysiwyg-area p + h3, .wysiwyg-area ul + h3, .wysiwyg-area ol + h3 {
  margin-top: 1.5em; }
.wysiwyg-area h3 {
  color: #31b1d0; }

.container-home {
  padding-top: 25px; }
  .container-home h2 {
    margin-bottom: 0; }

.robot-features {
  padding: 1.5em 0 3em 0; }
  .robot-features::before, .robot-features::after {
    content: " ";
    display: table; }
  .robot-features::after {
    clear: both; }

.robot-feature {
  color: #83989b;
  float: left;
  font-size: 1em;
  text-align: center;
  margin-right: 8%;
  width: 28%; }
  .robot-feature:last-child {
    margin-right: 0; }
  .robot-feature img {
    height: auto;
    max-width: 10em;
    width: 100%; }
  .robot-feature h3 {
    color: #010101;
    margin-bottom: 0.67em; }

.thing-container {
  background-image: url("assets/images/bottom-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 6em;
  padding-bottom: 6em; }

.thing {
  text-align: right; }
  .thing:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.thing-content {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 18em; }
  .thing-content h2 {
    color: #fafafa; }

.features-list::before, .features-list::after {
  content: " ";
  display: table; }
.features-list::after {
  clear: both; }

.features-list .feature {
  color: #83989b;
  float: left;
  min-height: 8em;
  margin-right: 6%;
  margin-bottom: 1em;
  width: 47%; }
  .features-list .feature::before, .features-list .feature::after {
    content: " ";
    display: table; }
  .features-list .feature::after {
    clear: both; }
  .features-list .feature:nth-of-type(even) {
    margin-right: 0; }
  .features-list .feature .content {
    float: left;
    width: 75%; }
  .features-list .feature .icon {
    float: left;
    text-align: left;
    width: 25%; }
  .features-list .feature h3 {
    color: #2c2925;
    margin-bottom: 14px; }
  .features-list .feature img {
    height: auto;
    max-width: 10em;
    width: 100%; }

.container-carpet-shot {
  background-image: url("assets/images/neato-technology.jpg");
  background-position: center;
  background-size: 1600px;
  background-repeat: no-repeat; }
  .container-carpet-shot .content {
    color: #fafafa;
    font-size: 1.66667em;
    font-weight: 300;
    width: 50%; }
    .container-carpet-shot .content p {
      line-height: 1.35; }

.robot-series::before, .robot-series::after {
  content: " ";
  display: table; }
.robot-series::after {
  clear: both; }
.robot-series .series {
  float: left;
  width: 50%;
  text-align: center; }
  .robot-series .series:hover .series-link {
    background-color: #dc4405;
    border: 2px solid #dc4405;
    color: #fafafa; }
  .robot-series .series h2 {
    margin-bottom: 0; }
  .robot-series .series img {
    height: auto;
    width: 100%;
    max-width: 100%; }
  .robot-series .series p {
    color: #83989b;
    margin-bottom: 50px;
    padding: 0 1.5em; }

.series-xv .series-link {
  margin-top: 29px; }

.series-feature {
  font-size: 1.33333em;
  font-weight: 300;
  margin: auto;
  background-size: 1600px;
  background-position: center; }
  .series-feature::before, .series-feature::after {
    content: " ";
    display: table; }
  .series-feature::after {
    clear: both; }
  .series-feature .content-inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    width: 98%; }
  .series-feature .content {
    height: 285px; }
    .series-feature .content:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; }

.content-left {
  float: left;
  width: 40%; }

.content-right {
  float: right;
  width: 40%; }

.robot {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 2em;
  padding: 25px 0;
  width: 40%;
  float: left;
  margin-right: 20%; }
  .robot:nth-of-type(2n) {
    margin-right: 0; }
  .robot h3 {
    color: #31b1d0;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center; }
  .robot img {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 18em; }
  .robot .info {
    margin-bottom: 25px; }
  .robot .included {
    color: #83989b;
    margin-right: 5%; }
  .robot .call-to-action, .robot .included {
    float: left;
    width: 47.5%; }
  .robot .call-to-action {
    text-align: center; }
  .robot .price {
    color: #839ba1;
    font-size: 1.33333em;
    margin-bottom: 25px; }
  .robot .description {
    color: #83989b;
    font-weight: 700; }
  .robot .detailed-description {
    display: none; }
  .robot .more-info {
    display: inline-block;
    margin-top: 1em;
    padding: 0.25em 0; }
  .robot .includes-header {
    margin-bottom: 25px; }
  .robot ul {
    padding-left: 0; }
  .robot li {
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0; }
    .robot li:before {
      content: "";
      display: none;
      font-size: 0;
      position: static;
      left: auto;
      top: auto;
      width: 0px; }
    .robot li span {
      color: #83989b; }

.accessory {
  color: #83989b;
  float: left;
  margin-right: 5%;
  margin-bottom: 2em;
  width: 30%; }
  .accessory::before, .accessory::after {
    content: " ";
    display: table; }
  .accessory::after {
    clear: both; }
  .accessory:nth-of-type(3n) {
    margin-right: 0; }
  .accessory:nth-of-type(3n+1) {
    clear: left; }
  .accessory ul {
    padding-left: 0; }
  .accessory img {
    height: auto;
    width: 100%; }
  .accessory .info {
    font-size: 16px;
    min-height: 15em;
    text-align: center; }
  .accessory .info strong {
    color: #31b1d0;
    display: block;
    font-weight: normal;
    margin-bottom: 1em;
  }
  .accessory h3 {
    color: #31b1d0;
    font-weight: 400;
    margin-bottom: 15px; }

.logo-grid {
  text-align: center; }
  .logo-grid li {
    padding-left: 0;
    margin-left: 0;
    display: inline-block;
    margin-right: 2%;
    width: 22%;
    vertical-align: middle; }
    .logo-grid li:before {
      content: "";
      display: none;
      font-size: 0;
      position: static;
      left: auto;
      top: auto;
      width: 0px; }
  .logo-grid img {
    max-width: 100%; }
  .logo-grid:nth-of-type(4n) {
    margin-right: 0; }

.notification {
  background-color: #f4712b;
  border-radius: 5px;
  color: #fafafa;
  padding: 1em; }
  .notification::before, .notification::after {
    content: " ";
    display: table; }
  .notification::after {
    clear: both; }
  .notification p {
    float: left;
    width: 50%; }

.country-selection-fallback {
  float: right;
  width: 30%; }
  .country-selection-fallback h3 {
    margin-top: -5px; }

.neato-dist-mssg {
  max-width: 32em;
  margin: auto; }

.update-features-list {
  margin-top: 2em; }
  .update-features-list::before, .update-features-list::after {
    content: " ";
    display: table; }
  .update-features-list::after {
    clear: both; }

.update-message {
  font-size: 1.33333em;
  font-weight: 300;
  padding: 50px 0 25px;
  text-align: center;
}

.feature {
  float: left;
  margin-right: 5%;
  margin-bottom: 1.5em;
  width: 47.5%; }
  .feature:nth-of-type(2n) {
    margin-right: 0; }

.step h3 {
  margin-bottom: 25px; }
.step img.align-right {
  float: right;
  margin: 0 0 25px 25px;
}
.step .intro {
  max-width: 36em;
  margin: auto;
  margin-bottom: 4em;
  text-align: center; }
  .step .intro h2 {
    margin-bottom: 0.75em; }

.requirements, .download-info {
  margin-bottom: 2em; }
.download-info p {
  margin-bottom: 1em; }

.options {
  margin-bottom: 2em; }
  .options a {
    font-size: 16px;
    padding: 0.5em 2em 0.5em 2em; }
  .options .active-os {
    background-color: #dc4405;
    border: 2px solid #dc4405;
    color: #fafafa; }

.os-icon {
  display: inline-block;
  max-width: 22px;
  margin-right: 0.5em;
  vertical-align: top; }

.fill-it {
  height: 300px;
  overflow: hidden;
  width: 100%; }

.drop-iframe-outer {
  display: none;
  background-color: rgba(49, 177, 208, 0.8); }
  .drop-iframe-outer.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.drop-iframe-container {
  background-color: #fafafa;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 3em;
  height: 460px; }
  .drop-iframe-container.active {
    position: fixed;
    top: 50%;
    margin-top: -230px;
    left: 2em;
    right: 2em; }

.troubleshooting-link {
  display: block;
  margin-top: 1em;
  text-decoration: underline; }

.about-intro {
  color: #31b1d0;
  font-size: 1.33333em;
  font-weight: 300; }

.about-neato-sections {
  background-color: #f2f6f7; }

.about-section {
  float: left;
  margin-right: 3.5%;
  min-height: 22em;
  position: relative;
  width: 31%;
  text-align: center; }
  .about-section:last-child {
    margin-right: 0; }
  .about-section img {
    height: auto;
    max-width: 10em;
    width: 100%; }
  .about-section h3 {
    margin-bottom: 25px; }
  .about-section p {
    color: #83989b;
    margin-bottom: 50px; }
  .about-section .button, .about-section .button-hollow {
    position: absolute;
    bottom: 0;
    left: 1.5em;
    right: 1.5em; }

.smile-factors {
  float: left;
  margin-right: 5%;
  width: 55%; }
  .smile-factors h2 {
    text-align: left; }
  .smile-factors p {
    color: #83989b;
    margin-bottom: 2em; }

.holdit {
  float: left;
  width: 40%; }

.leadership h3, .board-members h3 {
  margin-bottom: 15px; }
.leadership ul, .board-members ul {
  color: #83989b;
  padding-left: 0;
  margin-bottom: 2em; }
.leadership li, .board-members li {
  padding-left: 0;
  padding-left: 0;
  margin-left: 0; }
  .leadership li:before, .board-members li:before {
    content: "";
    display: none;
    font-size: 0;
    position: static;
    left: auto;
    top: auto;
    width: 0px; }

.reach-out {
  background-color: #31b1d0;
  color: #fafafa; }
  .reach-out .panel {
    background-color: #31b1d0 !important;
    float: left;
    margin-right: 5%;
    width: 47.5%; }
    .reach-out .panel:last-child {
      margin-right: 0; }
    .reach-out .panel p {
      max-width: 24em; }
  .reach-out h2 {
    color: #fafafa; }
  .reach-out h3 {
    margin-bottom: 25px; }
  .reach-out address {
    color: #fafafa;
    font-style: normal; }
  .reach-out p {
    color: #fafafa;
    margin-bottom: 50px; }
  .reach-out .button-outline {
    background-color: transparent;
    border: 2px solid #fafafa;
    color: #fafafa; }
    .reach-out .button-outline:hover {
      background-color: #fafafa;
      border: 2px solid #fafafa;
      color: #31b1d0; }

.news-intro, .careers-intro, .press-intro {
  color: #31b1d0;
  font-size: 1.33333em;
  font-weight: 300; }

.news-articles, .press-articles, .career-opportunities {
  background-color: #f2f6f7; }

.news-article-intro, .press-article-intro, .career-opportunity-intro {
  margin-bottom: 75px; }
  .news-article-intro:last-child, .press-article-intro:last-child, .career-opportunity-intro:last-child {
    margin-bottom: 0; }
  .news-article-intro h3, .press-article-intro h3, .career-opportunity-intro h3 {
    color: #31b1d0;
    font-weight: 400; }
    .news-article-intro h3 a, .press-article-intro h3 a, .career-opportunity-intro h3 a {
      color: #31b1d0; }
  .news-article-intro h4, .press-article-intro h4, .career-opportunity-intro h4 {
    margin-bottom: 25px; }
  .news-article-intro .content, .press-article-intro .content, .career-opportunity-intro .content {
    color: #83989b;
    max-width: 44em;
    margin-bottom: 50px; }

.news-articles-list, article.news, .press-articles-list, article.press, .career-opportunities-list, article.career {
  float: left;
  margin-right: 10%;
  width: 60%; }

article.news h3, article.press h3, article.career h3 {
  color: #31b1d0;
  font-weight: 400; }
article.news h4, article.press h4, article.career h4 {
  margin-bottom: 25px; }

article.career h3, .career-opportunity-intro h3 {
  margin-bottom: 25px; }

.sidebar {
  float: left;
  width: 30%; }
  .sidebar h3 {
    margin-bottom: 12px; }
  .sidebar p {
    color: #83989b;
    margin-bottom: 50px; }
  .sidebar.sidebar-press .list-press-download-types {
    padding-left: 0; }
  .sidebar.sidebar-press .press-download-type {
    padding-left: 0;
    margin-bottom: 1em; }
    .sidebar.sidebar-press .press-download-type:before {
      display: none; }
  .sidebar.sidebar-press .download {
    margin-bottom: 0.35em; }
  .sidebar.sidebar-press .list-press-downloads {
    margin-top: 0.5em;
    padding-left: 0.75em; }
  .sidebar.sidebar-press .type-name {
    font-weight: bold;
    color: #83989b; }

/* Start Edit */
.list-press-download-types {
  margin-bottom: 1em: 
}
.list-press-downloads li:before {
  content: "";
  display: none;
  font-size: 0;
  position: static;
  left: auto;
  top: auto;
  width: 0px;
}
.list-press-downloads,
.sidebar.sidebar-press .list-press-downloads {
  padding-left: 0;
}
.list-press-downloads li {
  font-size: 0.8em;
  margin: 0.5em 0 1em;
  padding: 0;
  width: 280px;
}
.press-photo-gallery .list-press-downloads li {
  float: left;
  margin-right: 10px;
}
.press-photo-gallery .list-press-downloads li:nth-of-type(4n) {
  margin-right: 0px;
}
.list-press-downloads li img {
  display: block;
  padding: 10px;
  background-color: #fff;
}
.press-photo-gallery .list-press-downloads li img,
.post-press_article .list-press-downloads li img {
  background-color: #f2f6f7;
}
.list-press-downloads li::before, .sidebar.sidebar-press .list-press-downloads li::after {
  content: " ";
  display: table;
}
.list-press-downloads li::after {
  clear: both;
}
.list-press-downloads li a {
  display: block;
}
.list-press-downloads li .press-asset-caption {
  background-color: #fff;
  border-top: 1px solid #f2f6f7;
  display: block;
  padding: 10px 13px;
}
.press-photo-gallery .list-press-downloads li .press-asset-caption,
.post-press_article .list-press-downloads li .press-asset-caption {
  background-color: #f2f6f7;
  border-top: 1px solid #fff;
}
.list-press-downloads li .button-small {
  background-color: #31b1d0;
  color: #fff;
  border: none;
  display: block;
  float: right;
  padding: 1px 14px 2px 14px;
  text-align: center;
}
.list-press-downloads li .button-small:hover {
  background-color: #63bfd5;
}
.press-photo-gallery .download-all {
  clear: both;
  float: left;
  margin: 30px 0;
  text-align: center;
  width: 100%;
}
/* End Edit */

.text-content, .video-content, .image-content {
  max-width: 44em;
  margin-bottom: 1.5em; }

.video-content {
  margin-bottom: 50px; }
  .video-content embed {
    height: 24.7em;
    width: 100%; }

.has-margin {
  margin-bottom: 50px; }

.form-notification {
  background-color: #31b1d0;
  border-radius: 5px;
  color: #fafafa;
  padding: 1em;
  margin-bottom: 50px; }
  .form-notification h3 {
    color: #fafafa;
    margin-bottom: 15px; }

.modal-container label {
  margin-bottom: 0.5em;
  display: block;
  color: #bac5c8;
  font-size: 0.9em; }

/*
body.myneato .page .hero-my-neato {
  min-height: 15.75em; }
  body.myneato .page .hero-my-neato h1 {
    max-width: 10em;
    font-size: 2.5em; }
body.myneato .page .breadcrumbs {
  width: auto;
  padding: 0.25em 0; }
body.myneato .page .subnav .small-container {
  padding: 0.5em 25px; }
body.myneato .page > .container .form-error, body.myneato .page > .small-container .form-error, body.myneato .page > .container .form-error h3, body.myneato .page > .small-container .form-error h3 {
  color: #dc4405; }
  body.myneato .page > .container .form-error h3, body.myneato .page > .small-container .form-error h3, body.myneato .page > .container .form-error h3 h3, body.myneato .page > .small-container .form-error h3 h3 {
    margin-bottom: 0.25em; }
body.myneato .page h3.error {
  color: #dc4405;
  font-weight: 300;
  text-align: center;
  font-size: 1.25em; }
body.myneato .page .account-toolbar {
  float: right; }
  body.myneato .page .account-toolbar .current-user {
    display: inline-block;
    margin-right: 1em;
    font-weight: 300;
    color: #83989b; }
  body.myneato .page .account-toolbar .button, body.myneato .page .account-toolbar .button-hollow {
    display: inline-block;
    font-size: 1em;
    padding: 0.25em 1.5em; }
body.myneato .page form::before, body.myneato .page form::after {
  content: " ";
  display: table; }
body.myneato .page form::after {
  clear: both; }
body.myneato .page form .tip {
  color: #83989b; }
  body.myneato .page form .tip em {
    font-style: normal;
    font-weight: bold;
    font-size: 1em; }
body.myneato .page form .basic-input {
  border-radius: 3px; }
body.myneato .page form span.required {
  color: #31b1d0;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  margin-left: 5px; }
body.myneato .page form .panel.enter-robot-info {
  margin-bottom: 3em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #dddddd; }
body.myneato .page form .panel.add-personal-info fieldset {
  width: 48%;
  float: left;
  margin-left: 2%; }
  body.myneato .page form .panel.add-personal-info fieldset:first-child {
    margin-left: 0; }
body.myneato .page form fieldset {
  border: none; }
  body.myneato .page form fieldset label {
    margin-bottom: 0.5em;
    display: block;
    color: #bac5c8;
    font-size: 0.9em; }
body.myneato .page form .button, body.myneato .page form .button-hollow {
  display: inline-block; }
body.myneato .page form .form-footer {
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 2em; }
body.myneato .page .container.log-in h2, body.myneato .page .log-in.small-container h2, body.myneato .page .container.create-account h2, body.myneato .page .create-account.small-container h2 {
  margin-bottom: 20px;
  text-align: left; }
body.myneato .page .container.log-in .panel, body.myneato .page .log-in.small-container .panel, body.myneato .page .container.create-account .panel, body.myneato .page .create-account.small-container .panel {
  float: left;
  margin-right: 5%;
  width: 47.5%; }
  body.myneato .page .container.log-in .panel:last-child, body.myneato .page .log-in.small-container .panel:last-child, body.myneato .page .container.create-account .panel:last-child, body.myneato .page .create-account.small-container .panel:last-child {
    margin-right: 0; }
  body.myneato .page .container.log-in .panel.login .button, body.myneato .page .log-in.small-container .panel.login .button, body.myneato .page .container.log-in .panel.login .button-hollow, body.myneato .page .log-in.small-container .panel.login .button-hollow, body.myneato .page .container.create-account .panel.login .button, body.myneato .page .create-account.small-container .panel.login .button, body.myneato .page .container.create-account .panel.login .button-hollow, body.myneato .page .create-account.small-container .panel.login .button-hollow {
    margin-top: 1em; }
body.myneato .page .container.log-in form, body.myneato .page .log-in.small-container form, body.myneato .page .container.create-account form, body.myneato .page .create-account.small-container form {
  max-width: 22em; }
  body.myneato .page .container.log-in form .button, body.myneato .page .log-in.small-container form .button, body.myneato .page .container.log-in form .button-hollow, body.myneato .page .log-in.small-container form .button-hollow, body.myneato .page .container.create-account form .button, body.myneato .page .create-account.small-container form .button, body.myneato .page .container.create-account form .button-hollow, body.myneato .page .create-account.small-container form .button-hollow {
    margin-top: 0.5em; }
  body.myneato .page .container.log-in form .link, body.myneato .page .log-in.small-container form .link, body.myneato .page .container.create-account form .link, body.myneato .page .create-account.small-container form .link {
    margin-left: 1em; }
body.myneato .page .container.log-in label, body.myneato .page .log-in.small-container label, body.myneato .page .container.create-account label, body.myneato .page .create-account.small-container label {
  color: #bac5c8;
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.25em; }
body.myneato .page .container.log-in .button, body.myneato .page .log-in.small-container .button, body.myneato .page .container.log-in .button-hollow, body.myneato .page .log-in.small-container .button-hollow, body.myneato .page .container.create-account .button, body.myneato .page .create-account.small-container .button, body.myneato .page .container.create-account .button-hollow, body.myneato .page .create-account.small-container .button-hollow {
  display: inline-block; }
body.myneato .page .container.register-neato .select-robot-model, body.myneato .page .register-neato.small-container .select-robot-model {
  width: 48%;
  float: left; }
body.myneato .page .container.register-neato .robot-grid-item, body.myneato .page .register-neato.small-container .robot-grid-item {
  border-bottom: none;
  float: left;
  margin-right: 5%;
  margin-bottom: 50px;
  width: 21.25%;
  text-align: center; }
  body.myneato .page .container.register-neato .robot-grid-item:nth-of-type(4n), body.myneato .page .register-neato.small-container .robot-grid-item:nth-of-type(4n) {
    margin-right: 0; }
  body.myneato .page .container.register-neato .robot-grid-item:nth-of-type(4n+1), body.myneato .page .register-neato.small-container .robot-grid-item:nth-of-type(4n+1) {
    clear: left; }
  body.myneato .page .container.register-neato .robot-grid-item img, body.myneato .page .register-neato.small-container .robot-grid-item img {
    height: auto;
    width: 100%; }
  body.myneato .page .container.register-neato .robot-grid-item .info, body.myneato .page .register-neato.small-container .robot-grid-item .info {
    display: block;
    width: 100%;
    padding: 0.5em;
    padding-top: 0.25em;
    color: #969696;
    font-size: 1.15em; }
  body.myneato .page .container.register-neato .robot-grid-item label, body.myneato .page .register-neato.small-container .robot-grid-item label {
    cursor: pointer;
    float: left; }
  body.myneato .page .container.register-neato .robot-grid-item .robot-info, body.myneato .page .register-neato.small-container .robot-grid-item .robot-info {
    border: 3px solid transparent;
    border-radius: 5px;
    overflow: hidden; }
    body.myneato .page .container.register-neato .robot-grid-item .robot-info:hover, body.myneato .page .register-neato.small-container .robot-grid-item .robot-info:hover {
      border-color: #94cfe0; }
  body.myneato .page .container.register-neato .robot-grid-item input[type="radio"]:checked + .robot-info, body.myneato .page .register-neato.small-container .robot-grid-item input[type="radio"]:checked + .robot-info {
    background-color: #f3f9fb;
    border: 3px solid #31b1d0; }
body.myneato .page .container.register-neato .robot-rsn, body.myneato .page .register-neato.small-container .robot-rsn {
  width: 48%;
  margin-left: 4%;
  float: left; }
  body.myneato .page .container.register-neato .robot-rsn h3, body.myneato .page .register-neato.small-container .robot-rsn h3, body.myneato .page .container.register-neato .robot-rsn .field, body.myneato .page .register-neato.small-container .robot-rsn .field {
    float: left; }
  body.myneato .page .container.register-neato .robot-rsn .field, body.myneato .page .register-neato.small-container .robot-rsn .field {
    min-width: 20em; }
body.myneato .page .container.register-neato .field.phone-number, body.myneato .page .register-neato.small-container .field.phone-number {
  width: 35%;
  float: left; }
body.myneato .page .container.register-neato .field.company, body.myneato .page .register-neato.small-container .field.company {
  width: 62%;
  margin-left: 3%;
  float: left; }
body.myneato .page .container.register-neato .field.city, body.myneato .page .register-neato.small-container .field.city, body.myneato .page .container.register-neato .field.state, body.myneato .page .register-neato.small-container .field.state, body.myneato .page .container.register-neato .field.zip, body.myneato .page .register-neato.small-container .field.zip, body.myneato .page .container.register-neato .field.country, body.myneato .page .register-neato.small-container .field.country {
  float: left; }
body.myneato .page .container.register-neato .field.city, body.myneato .page .register-neato.small-container .field.city, body.myneato .page .container.register-neato .field.country, body.myneato .page .register-neato.small-container .field.country {
  width: 60%; }
body.myneato .page .container.register-neato .field.state, body.myneato .page .register-neato.small-container .field.state, body.myneato .page .container.register-neato .field.zip, body.myneato .page .register-neato.small-container .field.zip {
  width: 36%;
  margin-left: 4%; }
body.myneato .page .container.register-neato .field.country label, body.myneato .page .register-neato.small-container .field.country label {
  display: block; }
body.myneato .page .container.my-neato .registered-neatos, body.myneato .page .my-neato.small-container .registered-neatos {
  position: relative; }
  body.myneato .page .container.my-neato .registered-neatos .button.register-neato, body.myneato .page .my-neato.small-container .registered-neatos .button.register-neato, body.myneato .page .container.my-neato .registered-neatos .register-neato.button-hollow, body.myneato .page .my-neato.small-container .registered-neatos .register-neato.button-hollow {
    position: absolute;
    right: 0;
    top: 0; }
  body.myneato .page .container.my-neato .registered-neatos .list-robots, body.myneato .page .my-neato.small-container .registered-neatos .list-robots {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  body.myneato .page .container.my-neato .registered-neatos .robot, body.myneato .page .my-neato.small-container .registered-neatos .robot {
    list-style-type: none;
    padding: 0;
    margin-right: 0;
    width: 49%;
    margin-left: 2%;
    border-bottom: none; }
    body.myneato .page .container.my-neato .registered-neatos .robot:nth-child(2n + 1), body.myneato .page .my-neato.small-container .registered-neatos .robot:nth-child(2n + 1) {
      margin-left: 0;
      clear: left; }
    body.myneato .page .container.my-neato .registered-neatos .robot:before, body.myneato .page .my-neato.small-container .registered-neatos .robot:before {
      display: none; }
    body.myneato .page .container.my-neato .registered-neatos .robot img, body.myneato .page .my-neato.small-container .registered-neatos .robot img {
      width: 25%;
      float: left; }
    body.myneato .page .container.my-neato .registered-neatos .robot .robot-details, body.myneato .page .my-neato.small-container .registered-neatos .robot .robot-details {
      float: left;
      width: 75%;
      padding: 1em; }
      body.myneato .page .container.my-neato .registered-neatos .robot .robot-details ul, body.myneato .page .my-neato.small-container .registered-neatos .robot .robot-details ul {
        margin: 1em 0;
        background-color: #f2f6f7;
        padding: 0.75em 1em 0.5em;
        float: left;
        border: 1px solid lightgrey;
        border-radius: 5px; }
      body.myneato .page .container.my-neato .registered-neatos .robot .robot-details li, body.myneato .page .my-neato.small-container .registered-neatos .robot .robot-details li {
        margin-bottom: 0.5em; }
        body.myneato .page .container.my-neato .registered-neatos .robot .robot-details li em, body.myneato .page .my-neato.small-container .registered-neatos .robot .robot-details li em {
          font-size: 1em;
          font-weight: bold;
          font-style: normal; }
    body.myneato .page .container.my-neato .registered-neatos .robot h4, body.myneato .page .my-neato.small-container .registered-neatos .robot h4 {
      font-size: 1.75em; }
*/

/* START EDIT */

body.myneato .page .hero-my-neato {
  min-height: 15.75em;
}

body.myneato .page .hero-my-neato h1 {
  max-width: 10em;
  font-size: 2.5em;
}

body.myneato .page .breadcrumbs {
  width: auto;
  padding: 0.25em 0;
}

body.myneato .page .subnav .small-container {
  padding: 0.5em 25px;
}

body.myneato .page > .container .form-error, body.myneato .page > .small-container .form-error,
body.myneato .page > .container .form-error h3, body.myneato .page > .small-container .form-error h3 {
  color: #dc4405;
}

body.myneato .page > .container .form-error h3, body.myneato .page > .small-container .form-error h3,
body.myneato .page > .container .form-error h3 h3, body.myneato .page > .small-container .form-error h3 h3 {
  margin-bottom: 0.25em;
}

body.myneato .page h3.error {
  color: #dc4405;
  font-weight: 300;
  text-align: center;
  font-size: 1.25em;
}

body.myneato .page .account-toolbar {
  float: right;
}

body.myneato .page .account-toolbar .current-user {
  display: inline-block;
  margin-right: 1em;
  font-weight: 300;
  color: #83989b;
}

body.myneato .page .account-toolbar .button, body.myneato .page .account-toolbar .button-hollow {
  display: inline-block;
  font-size: 1em;
  padding: 0.25em 1.5em;
}

body.myneato .page form::before, body.myneato .page form::after {
  content: " ";
  display: table;
}

body.myneato .page form::after {
  clear: both;
}

body.myneato .page form .tip {
  color: #83989b;
}

body.myneato .page form .tip em {
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
}

body.myneato .page form .basic-input {
  border-radius: 3px;
}

body.myneato .page form span.required {
  color: #31b1d0;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  margin-left: 5px;
}

body.myneato .page .beta form .panel.enter-beta-info fieldset,
body.myneato .page .beta form .panel.beta-information fieldset,
body.myneato .page form .panel.add-personal-info fieldset {
  width: 48%;
  float: left;
  margin-left: 2%;
}
body.myneato .page .beta form .panel.enter-beta-info::before, body.myneato .page .beta form .panel.enter-beta-info::after {
  display: table;
  content: " ";
}
body.myneato .page .beta form .panel.enter-beta-info::after {
  clear: both;
}
body.myneato .page .beta form .panel fieldset {
  padding-right: 0;
}

body.myneato .page .beta form .panel.enter-beta-info fieldset:first-child,
body.myneato .page form .panel.add-personal-info fieldset:first-child {
  margin-left: 0;
}

body.myneato .page form fieldset {
  border: none;
}

body.myneato .page form fieldset label {
  margin-bottom: 0.5em;
  display: block;
  color: #bac5c8;
  font-size: 0.9em;
}

body.myneato .page form .button, body.myneato .page form .button-hollow {
  display: inline-block;
}

body.myneato .page form .form-footer {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 2em;
}

body.myneato .page .container.log-in h2, body.myneato .page .log-in.small-container h2,
body.myneato .page .container.create-account h2, body.myneato .page .create-account.small-container h2 {
  margin-bottom: 20px;
  text-align: left;
}

body.myneato .page .container.log-in .panel, body.myneato .page .log-in.small-container .panel,
body.myneato .page .container.create-account .panel, body.myneato .page .create-account.small-container .panel {
  float: left;
  margin-right: 5%;
  width: 47.5%;
}

body.myneato .page .container.log-in .panel:last-child, body.myneato .page .log-in.small-container .panel:last-child,
body.myneato .page .container.create-account .panel:last-child, body.myneato .page .create-account.small-container .panel:last-child {
  margin-right: 0;
}

body.myneato .page .container.log-in .panel.login .button, body.myneato .page .log-in.small-container .panel.login .button,
body.myneato .page .container.log-in .panel.login .button-hollow,
body.myneato .page .log-in.small-container .panel.login .button-hollow,
body.myneato .page .container.create-account .panel.login .button,
body.myneato .page .create-account.small-container .panel.login .button,
body.myneato .page .container.create-account .panel.login .button-hollow,
body.myneato .page .create-account.small-container .panel.login .button-hollow {
  margin-top: 1em;
}

body.myneato .page .container.log-in form, body.myneato .page .log-in.small-container form,
body.myneato .page .container.create-account form, body.myneato .page .create-account.small-container form {
  max-width: 22em;
}

body.myneato .page .container.log-in form .button, body.myneato .page .log-in.small-container form .button,
body.myneato .page .container.log-in form .button-hollow, body.myneato .page .log-in.small-container form .button-hollow,
body.myneato .page .container.create-account form .button, body.myneato .page .create-account.small-container form .button,
body.myneato .page .container.create-account form .button-hollow,
body.myneato .page .create-account.small-container form .button-hollow {
  margin-top: 0.5em;
}

body.myneato .page .container.log-in form .link, body.myneato .page .log-in.small-container form .link,
body.myneato .page .container.create-account form .link, body.myneato .page .create-account.small-container form .link {
  margin-left: 1em;
}

body.myneato .page .container.log-in label, body.myneato .page .log-in.small-container label,
body.myneato .page .container.create-account label, body.myneato .page .create-account.small-container label {
  color: #bac5c8;
  display: block;
  font-size: 0.8em;
  margin-bottom: 0.25em;
}

body.myneato .page .container.log-in .button, body.myneato .page .log-in.small-container .button,
body.myneato .page .container.log-in .button-hollow, body.myneato .page .log-in.small-container .button-hollow,
body.myneato .page .container.create-account .button, body.myneato .page .create-account.small-container .button,
body.myneato .page .container.create-account .button-hollow, body.myneato .page .create-account.small-container .button-hollow {
  display: inline-block;
}

body.myneato .page .container.register-neato .select-robot-model,
body.myneato .page .register-neato.small-container .select-robot-model {
  width: 48%;
  float: left;
}

body.myneato .page .container.register-neato .robot-grid-item, body.myneato .page .register-neato.small-container .robot-grid-item {
  border-bottom: none;
  float: left;
  margin-right: 5%;
  margin-bottom: 50px;
  width: 21.25%;
  text-align: center;
}

body.myneato .page .container.register-neato .robot-grid-item:nth-of-type(4n),
body.myneato .page .register-neato.small-container .robot-grid-item:nth-of-type(4n) {
  margin-right: 0;
}

body.myneato .page .container.register-neato .robot-grid-item:nth-of-type(4n+1),
body.myneato .page .register-neato.small-container .robot-grid-item:nth-of-type(4n+1) {
  clear: left;
}

body.myneato .page .container.register-neato .robot-grid-item img,
body.myneato .page .register-neato.small-container .robot-grid-item img {
  height: auto;
  width: 100%;
}

body.myneato .page .container.register-neato .robot-grid-item .info,
body.myneato .page .register-neato.small-container .robot-grid-item .info {
  display: block;
  width: 100%;
  padding: 0.5em;
  padding-top: 0.25em;
  color: #969696;
  font-size: 1.15em;
}

body.myneato .page .container.register-neato .robot-grid-item label,
body.myneato .page .register-neato.small-container .robot-grid-item label {
  cursor: pointer;
  float: left;
}

body.myneato .page .container.register-neato .rsn-field-wrap,
body.myneato .page .register-neato.small-container .rsn-field-wrap {
  background-color: #f2f6f7;
  border-radius: 5px;
  margin: 0 auto 2em;
  max-width: 800px;
  padding: 1em 1.5em 1em;
}
body.myneato .page .container.register-neato .rsn-field-wrap input,
body.myneato .page .register-neato.small-container .rsn-field-wrap input,
body.myneato .page .container.register-neato .rsn-field-wrap select,
body.myneato .page .register-neato.small-container .rsn-field-wrap select {
  background-color: #fff;
  margin-bottom: 0.25em;
}
body.myneato .page .container.register-neato #neato-model-name {
  float: left;
}
body.myneato .page .container.register-neato #model-help div.model-help-img {
  float: left;
  width: 33%;
  padding: 20px;
}
body.myneato .page .container.register-neato #model-help div.model-help-img:nth-child(3n+1) {
  clear: both;
}
body.myneato .page .container.register-neato #model-help div.model-help-img {
  text-align: center;
}
body.myneato .page .container.register-neato #model-help div.model-help-img img {
  width: 100%;
  height: auto;
}
body.myneato .page .container.register-neato .required-note {
  clear: both;
  padding-top: 45px;
  text-align: center;
}
body.myneato .page form .panel.enter-beta-info {
  margin-bottom: 3em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #dddddd;
}

body.myneato .page .container.register-neato .robot-grid-item .robot-info,
body.myneato .page .register-neato.small-container .robot-grid-item .robot-info {
  border: 3px solid transparent;
  border-radius: 5px;
  overflow: hidden;
}

body.myneato .page .container.register-neato .robot-grid-item .robot-info:hover,
body.myneato .page .register-neato.small-container .robot-grid-item .robot-info:hover {
  border-color: #94cfe0;
}

body.myneato .register-success {
  color: #dc4405;
  text-align: center;
  margin-bottom: 2em;
}

body.myneato .page .container.beta input[type="radio"],
body.myneato .page .container.beta input[type="checkbox"] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 18px;
  height: 18px;
  margin-top: -14px;
  position: absolute;
  z-index: -1;
}
body.myneato .page .container.beta input[type="radio"] + label,
body.myneato .page .container.beta input[type="checkbox"] + label {
  margin-bottom: 1em;
}
body.myneato .page .container.beta input[type="radio"] + label span,
body.myneato .page .container.beta input[type="checkbox"] + label span {
  background-color: #ffffff;
  border: 2px solid #c7d1d3;
  border-radius: 3px;
  display:inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
body.myneato .page .container.beta input[type="radio"]:checked + label,
body.myneato .page .container.beta input[type="checkbox"]:checked + label {
  color: #31b1d0;
}
body.myneato .page .container.beta input[type="radio"]:checked + label span,
body.myneato .page .container.beta input[type="checkbox"]:checked + label span {
  background-color: #31b1d0;
  border: 2px solid #31b1d0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
body.myneato .page .container.register-neato .robot-grid-item input[type="radio"]:checked + .robot-info,
body.myneato .page .register-neato.small-container .robot-grid-item input[type="radio"]:checked + .robot-info {
  background-color: #f3f9fb;
  border: 3px solid #31b1d0;
}
body.myneato .page .container.register-neato .select-robot-model #name-help,
body.myneato .page .register-neato.small-container .select-robot-model #name-help,
body.myneato .page .container.register-neato #purchase-date-help,
body.myneato .page .register-neato.small-container #purchase-date-help {
  clear: both;
}
body.myneato .page .container.beta .robot-prefix-select,
body.myneato .page .container.register-neato .robot-prefix-select,
body.myneato .page .register-neato.small-container .robot-prefix-select {
  float: left;
  margin-right: 2%;
  width: 20%;
}
body.myneato .page .container.beta .robot-rsn-wrap,
body.myneato .page .container.register-neato .robot-rsn-wrap,
body.myneato .page .register-neato.small-container .robot-rsn-wrap {
  float: left;
  width: 22.5%;
}
body.myneato .page .container.beta .robot-rsn .robot-rsn-wrap.robot-rsn-second,
body.myneato .page .container.register-neato .robot-rsn-wrap.robot-rsn .robot-rsn-second,
body.myneato .page .register-neato.small-container .robot-rsn .robot-rsn-wrap.robot-rsn-second {
  width: 28.5%;
}
body.myneato .page .container.beta .robot-rsn-sep,
body.myneato .page .container.register-neato .robot-rsn-sep,
body.myneato .page .register-neato.small-container .robot-rsn-sep {
  color: #c7d1d3;
  display: block;
  float: left;
  padding: 0.5em 0;
  text-align: center;
  width: 5%;
}
body.myneato .page .container.beta .robot-rsn .parsley-error-list:first-child,
body.myneato .page .container.register-neato .robot-rsn .parsley-error-list:first-child,
body.myneato .page .register-neato.small-container .robot-rsn .parsley-error-list:first-child {
  display: none;
}
body.myneato .robot-rsn .robot-prefix-select li.required {
  display: none !important;
}
body.myneato .robot-rsn .robot-prefix-select select.parsley-error + .parsley-error-list {
  margin-top: 0 !important;
}
body.myneato .robot-rsn .robot-prefix-select select.parsley-error + .parsley-error-list {
  margin-top: 0 !important;
}
body.myneato .page .container.beta #pop-help,
body.myneato .page .container.register-neato #pop-help,
body.myneato .page .container.register-neato #rsn-help {
  clear: both;
  margin-top: 1em;
}
body.myneato .page .container.register-neato .robot-purchase, body.myneato .page .register-neato.small-container .robot-purchase {
  width: 48%;
  margin-left: 4%;
  float: left;
}
body.myneato .page .container.register-neato .robot-pd-selector,
body.myneato .page .register-neato.small-container .robot-pd-selector {
  width: 29%;
  margin-right: 4%;
  float: left;
}

body.myneato .page .container.register-neato .robot-rsn h3, body.myneato .page .register-neato.small-container .robot-rsn h3 {
  float: left;
}

body.myneato .page .register-neato.small-container .field::before, body.myneato .page .register-neato.small-container .field::after {
  content: " ";
  display: table;
}
body.myneato .page .container.register-neato .field::after, body.myneato .page .register-neato.small-container .field::after {
  clear: both;
}

body.myneato .page .container.register-neato .field.phone-number,
body.myneato .page .register-neato.small-container .field.phone-number,
body.myneato .page .add-personal-info .field.phone-number {
  width: 35%;
  float: left;
}

body.myneato .page .container.register-neato .field.company, body.myneato .page .register-neato.small-container .field.company,
body.myneato .page .add-personal-info .field.company {
  width: 62%;
  margin-left: 3%;
  float: left;
}

body.myneato .page .container.register-neato .field.city, body.myneato .page .register-neato.small-container .field.city,
body.myneato .page .container.register-neato .field.state, body.myneato .page .register-neato.small-container .field.state,
body.myneato .page .container.register-neato .field.zip, body.myneato .page .register-neato.small-container .field.zip,
body.myneato .page .container.register-neato .field.country, body.myneato .page .register-neato.small-container .field.country,
body.myneato .page .add-personal-info .field.city,
body.myneato .page .add-personal-info .field.state,
body.myneato .page .add-personal-info .field.zip,
body.myneato .page .add-personal-info .field.country  {
  float: left;
}

body.myneato .page .container.register-neato .field.city, body.myneato .page .register-neato.small-container .field.city,
body.myneato .page .container.register-neato .field.country, body.myneato .page .register-neato.small-container .field.country,
body.myneato .page .add-personal-info .field.city,
body.myneato .page .add-personal-info .field.country {
  width: 60%;
}

body.myneato .page .container.register-neato .field.state, body.myneato .page .register-neato.small-container .field.state,
body.myneato .page .container.register-neato .field.zip, body.myneato .page .register-neato.small-container .field.zip,
body.myneato .page .add-personal-info .field.state,
body.myneato .page .add-personal-info .field.zip {
  width: 36%;
  margin-left: 4%;
}

body.myneato .page .container.register-neato .field.country label,
body.myneato .page .register-neato.small-container .field.country label,
body.myneato .page .add-personal-info .field.country label,
body.myneato .page .add-personal-info.small-container .field.country label {
  display: block;
}

body.myneato .page .container.my-neato .registered-neatos, body.myneato .page .my-neato.small-container .registered-neatos {
  position: relative;
  text-align: center;
}

body.myneato .page .container.my-neato .registered-neatos .button.register-neato,
body.myneato .page .my-neato.small-container .registered-neatos .button.register-neato,
body.myneato .page .container.my-neato .registered-neatos .register-neato.button-hollow,
body.myneato .page .my-neato.small-container .registered-neatos .register-neato.button-hollow {
  margin-top: 45px;
}

body.myneato .page .container.my-neato .registered-neatos .list-robots,
body.myneato .page .my-neato.small-container .registered-neatos .list-robots {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body.myneato .page .container.my-neato .registered-neatos .list-robots::before,
body.myneato .page .container.my-neato .registered-neatos .list-robots::after {
  content: " ";
  display: table;
}
body.myneato .page .container.my-neato .registered-neatos .list-robots::after {
  clear: both;
}

body.myneato .page .container.my-neato .registered-neatos .robot,
body.myneato .page .my-neato.small-container .registered-neatos .robot,
body.software-updates .updater .robot {
  border: 2px solid #c8d1d3;
  border-radius: 10px;
  color: #849ba1;
  list-style-type: none;
  padding: 1em;
  max-width: 265px;
  margin: 0 0 30px 30px;
  text-align: center;
}

body.myneato .page .container.my-neato .registered-neatos .robot:nth-child(4n + 1),
body.myneato .page .my-neato.small-container .registered-neatos .robot:nth-child(4n + 1) {
  margin-left: 0;
  clear: left;
}

body.myneato .page .container.my-neato .registered-neatos .robot:before,
body.myneato .page .my-neato.small-container .registered-neatos .robot:before {
  display: none;
}

body.myneato .page .container.my-neato .registered-neatos .robot img,
body.myneato .page .my-neato.small-container .registered-neatos .robot img,
body.myneato .robot img.neatoModelImage {
  margin: 0 0 1em -10px;
}

body.myneato .page .container.my-neato .registered-neatos .robot .robot-details,
body.myneato .page .my-neato.small-container .registered-neatos .robot .robot-details {
  font-size: 0.75em;
}

body.myneato .page .container.my-neato .registered-neatos .robot .robot-details ul,
body.myneato .page .my-neato.small-container .registered-neatos .robot .robot-details ul {
  font-size: 1.25em;
  margin: 1em 0 0;
}

body.myneato .page .container.my-neato .registered-neatos .robot .robot-details li,
body.myneato .page .my-neato.small-container .registered-neatos .robot .robot-details li {
  margin-bottom: 0.5em;
}

body.myneato .page .container.my-neato .registered-neatos .robot em,
body.myneato .page .my-neato.small-container .registered-neatos em {
  font-weight: bold;
  font-style: normal;
}

body.myneato .page .container.my-neato .registered-neatos .robot h4,
body.myneato .page .my-neato.small-container .registered-neatos .robot h4,
body.software-updates .updater .robot h4 {
  color: #22b1d1;
  font-size: 1.25em;
  margin: 0 0 0.5em;
}

body.myneato .page .container.my-neato .registered-neatos .robot h5,
body.myneato .page .my-neato.small-container .registered-neatos .robot h5,
body.software-updates .updater .robot h5 {
  font-size: 1.25em;
}

/* END EDIT */

.robot-series-small {
  float: left;
  margin-right: 5%;
  width: 65%; }
  .robot-series-small .series h2 {
    font-size: 1.33333em;
    font-weight: 300; }

.sidebar-support {
  background-color: #f2f6f7;
  border-top: 5px solid #31b1d0;
  margin-bottom: 1.5em;
  padding: 1.5em 1.5em 0.5em; }
  .sidebar-support h3 {
    color: #31b1d0;
    margin: 0 0 1em; }
  .sidebar-support a {
    color: #524c43; /* Edit */
    display: block;
    margin: 0 0 1em; }
    .sidebar-support a:hover {
      color: #31b1d0; }
      .sidebar-support .links .fa {
        width: 25px;
        margin-right: 5px; }
        .sidebar-support .links .fa-info,
        .sidebar-support .links .fa-pencil-square-o {
          line-height: 1.65;
        }
.support-search-wrapper {
  font-size: 18px;
  margin-bottom: 35px; }
.support-search-field .search-field {
  background-color: #fafafa;
  font-size: 18px;
  margin-bottom: 25px; }
.support-search-wrapper .search-field {
  background-color: #ffffff;
  margin-bottom: 0; }


#where-to-buy {
  margin-bottom: 60px;
}
#where-to-buy h2 {
  margin-bottom: 60px;
}

/*
==============
SUPPORT CENTER
==============
*/

.page-contact-us h2,
.page-nous-contacter h2,
.page-kontakt h2,
.page-contattaci h2,
.page-contacto h2,
.page-kontakta-oss h2 {
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: left;
}

.page-contact-us table tr,
.page-nous-contacter table tr,
.page-kontakt table tr,
.page-contattaci table tr,
.page-contacto table tr,
.page-kontakta-oss table tr {
  border-bottom: 1px solid #f2f6f7;
}
.page-contact-us table td,
.page-nous-contacter table td,
.page-kontakt table td,
.page-contattaci table td,
.page-contacto table td,
.page-kontakta-oss table td {
  padding: 10px 0;
}

.support-center::before, .support-center::after,
.search-results::before, .search-results::after,
.support-group::before, .support-group::after,
.support-quick-links ul::before, .support-quick-links ul::after,
.support-group p.more-support-articles::before, .support-group p.more-support-articles::after,
.support-columns::before, .support-columns::after {
  content: " ";
  display: table;
}
.support-center::after,
.search-results::after,
.support-group::after,
.support-quick-links ul::after,
.support-group p.more-support-articles::after,
.support-columns::after {
  clear: both;
}

.support-select {
  font-size: 14px;
}
.container.support,
.search-results {
  font-size: 14px;
  padding: 0 25px 50px;
}

.support-center {
  float: left;
  padding-right: 5%;
  padding-top: 75px;
  padding-bottom: 10px;
  width: 70%;
}

.support .sidebar,
.search-results .sidebar {
  padding-top: 75px;
}

.support-columns {
  clear: both;
}

.live-chat-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
}

.live-chat-button a {
  background-color: #dc4405;
  border-radius: 2em;
  color: #ffffff;
  display: block;
  font-size: 1.15em;
  font-weight: 500;
  padding: 11px 25px 12px 17px;
  text-align: center;
  transition: all 0.2s;
}
.live-chat-button a:hover {
  background-color: #c33c04;
}
.live-chat-button.offline,
.live-chat-button.offline a:hover {
  background-color: #83989b;
}
.live-chat-button .fa {
  float: left;
  line-height: 1.5;
  margin: 0 10px 0 5px;
  width: 25px;
  text-align: center;
}
h2.topic-title,
h3.topic-title {
	border-bottom: 1px solid #31b1d0;
	margin-bottom: 5px;
}
h2.topic-title-sm,
h3.topic-title-sm {
  color: #31b1d0;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 25px;
  color: #31b1d0;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 5px;
}
h2.topic-title-lg,
h3.topic-title-lg  {
  border-bottom: 1px solid #f2f6f7;
  color: #31b1d0;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 25px;
  color: #31b1d0;
  font-size: 20px;
  padding-bottom: 5px;
}

h2.article-title,
h3.article-title {
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 5px;
}

h2.faq-title,
h3.faq-title  {
  color: #31b1d0;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 5px;
  color: #31b1d0;
  font-size: 20px;
  padding-bottom: 5px;
}

.support-group {
  margin-bottom: 40px;
}
.support-group .article-list,
.support-group .article-grid {
  margin: 0;
  padding: 0;
}
.support-group .article-grid {
  margin: 15px 0 0;
}
.support-group .article-grid::before, .support-group .article-grid::after {
  content: " ";
  display: table;
}
.support-group .article-grid::after {
  clear: both;
}
.support-group .article-list li {
  font-size: 14px;
  line-height: 1.25;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.support-group .article-list li::before,
.support-group .article-grid li::before {
  content: "";
  display: none;
  position: static;
  width: auto;
}
.support-group .article-list li .fa {
  color: #31b1d0;
  margin-right: 15px;
}
.support-group .article-list li a {
  color: #524c43;
  display: block;
  border-bottom: 1px solid #f2f6f7;
  padding: 10px 0 12px;
}
.support-group .article-list li a:hover {
  color: #31b1d0;
}
.support-group .article-grid li {
  float: left;
  margin: 0 15px 15px 0;
  padding: 0;
}
.support-group .article-grid li a {
  color: #524c43;
  display: block;
}
.support-group .article-grid .error-message {
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  width: 170px;
  padding: 10px 10px;
  background-color: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.support-group .article-grid .error-border {
  border: 1px solid #ddd;
  margin: 0px auto;
  padding: 5px 0;
  width: 150px;
  height: 120px;
  background-color: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.support-group .article-grid .error-message::after {
  content: "View Details";
  display: block;
  background-color: #83989b;
  color: white;
  margin: 10px auto 0;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.wpml-fr .support-group .article-grid .error-message::after {
  content: "Afficher les détails";
}
.wpml-de.support-group .article-grid .error-message::after {
  content: "Details anzeigen";
}
.wpml-it .support-group .article-grid .error-message::after {
  content: "Visualizza dettagli";
}
.wpml-ja .support-group .article-grid .error-message::after {
  content: "詳細を見る";
}
.wpml-es .support-group .article-grid .error-message::after {
  content: "Ver detalles";
}
.wpml-sv .support-group .article-grid .error-message::after {
  content: "Visa detaljer";
}
.support-group .article-grid li a:hover .error-message::after {
  background-color: #22b1d1;
}
.support-group p.more-support-articles a {
  clear: both;
  display: block;
  float: left;
  background-color: #83989b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #ffffff;
  padding: 5px 10px;
  text-align: right;
}
.support-group p.more-support-articles a:hover {
  background-color: #22b1d1;
}

.support-group-sm {
  float: left;
  margin-bottom: 40px;
  width: 560px;
}
.support-group-sm.odd {
  margin-right: 30px;
  clear: both;
}
.support-group-sm h3.topic-title-sm {
  border-bottom: 1px solid #f2f6f7;
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.support-group .topic-desc {
  color: #6b6358;
  margin-bottom: 10px;
}
.support-group-sm .article-list {
  margin: 0;
  padding: 0;
}
.support-group-sm .article-list li {
  font-size: 14px;
  line-height: 1.25;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.support-group-sm .article-list li::before {
  content: "";
  display: none;
  position: static;
  width: auto;
}
.support-group-sm .article-list li .fa {
  color: #31b1d0;
  margin-right: 15px;
}
.support-group-sm .article-list li a {
  color: #524c43;
  display: block;
  padding: 5px 0 5px;
}
.support-group-sm .article-list li a:hover {
  color: #31b1d0;
}
.support-group-sm p.more-support-articles {
  float: right;
  margin-top: -34px;
}
.support-group-sm p.more-support-articles a {
  color: #839ba1;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
}
.support-group p.more-support-articles a:hover ,
.support-group p.more-support-articles a:hover {
  background-color: #22b1d1;
}

.support-topic .article-list,
.search-results .article-list {
  margin: 0;
  padding: 0;
}
.support-topic .article-list li,
.search-results .article-list li {
  list-style-type: none;
  margin: 0 0 25px;
  padding: 0;
}
.support-topic .article-list h3 i,
.search-results .article-list h3 i {
  width: 45px;
}
.support-topic .article-list p,
.search-results .article-list p {
  font-size: 14px;
  line-height: 1.35;
}
.support-topic .article-list p a,
.search-results .article-list p a {
  color: #524c43;
}
.support-topic .article-list li::before,
.search-results .article-list li::before {
  content: "";
  display: none;
  position: static;
  width: auto;
}
.support-topic .article-list li a .fa,
.search-results .article-list li a .fa {
  color: #524c43;
}

.ui-menu {
  border: 2px solid #f2f6f7 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background: #ffffff !important;
  color: #22b1d1 !important;
  font-family: inherit !important;
  padding: 0 !important;
}

.post-support_article .ui-autocomplete,
.page-support .ui-autocomplete {
  width: 291px;
}

.ac-title {
  color: #31b1d0;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0.25em;
}

.ac-description {
  color: #83989b;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.ui-menu-item a {
  border-bottom: 1px solid #f2f6f7 !important;
  padding: 0.5em 1em !important;
}
.page-support .ui-state-hover, .page-support .ui-widget-content .ui-state-hover, .page-support .ui-widget-header .ui-state-hover,
.page-support .ui-state-focus, .page-support .ui-widget-content .ui-state-focus, .page-support .ui-widget-header .ui-state-focus,
.support .ui-state-hover, .support .ui-widget-content .ui-state-hover, .support .ui-widget-header .ui-state-hover,
.support .ui-state-focus, .support .ui-widget-content .ui-state-focus, .support .ui-widget-header .ui-state-focus {
  border-bottom: 1px solid #f2f6f7 !important;
  border-width: 0 0 1px 0 !important;
  background: #22b1d1 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  font-weight: normal !important;
  color: #ffffff !important;
  cursor: pointer !important;
}
.ui-state-hover .ac-title, .ui-widget-content .ui-state-hover .ac-title, .ui-widget-header .ui-state-hover .ac-title,
.ui-state-focus .ac-title, .ui-widget-content .ui-state-focus .ac-title, .ui-widget-header .ui-state-focus .ac-title,
.ui-state-hover .ac-description, .ui-widget-content .ui-state-hover .ac-description, .ui-widget-header .ui-state-hover .ac-description,
.ui-state-focus .ac-description, .ui-widget-content .ui-state-focus .ac-description, .ui-widget-header .ui-state-focus .ac-description {
  color: #ffffff;
}
.page-support .ui-menu li::before,
.support .ui-menu li::before,
.footer-container .ui-menu li::before {
  content: "";
  display: none;
  position: static;
  width: auto;
}

.post-support_article .accessory {
  float: none;
  width: 100%;
  margin: 1em 0;
}
.post-support_article .accessory a.accessory-img-link {
  float: left;
  width: 25%;
}
.post-support_article .accessory .info {
  float: left;
  width: 70%;
  padding: 2% 0 5% 5%;
  text-align: left;
}
.post-support_article .accessory h4 {
  margin: 1em 0;
}
.post-support_article .accessory h4 a {
  font-weight: 500;
  width: 100%;
  margin-bottom: 1em;
}
.post-support_article .accessory .wtb-links a {
  clear: none;
  display: block;
  float: left;
  font-weight: 300;
  width: 47.5%;
}
.post-support_article .accessory .wtb-links a:nth-child(odd) {
  margin-right: 5%;
  clear: both;
}

.nav-previous {
  text-align: right;
}

.nav-previous a,
.nav-next a {
  background-color: #83989b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #ffffff;
  display: block;
  float: left;
  padding: 5px 10px;
}

.nav-previous a:hover ,
.nav-next a:hover {
  background-color: #22b1d1;
}

.nav-previous a {
  float: right;
}

.panel-title a:before {
  content: "\f055";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  width: 45px;
}

/* Support Tables */

.support_table {
  margin: 2em 0;
  width: 100%;
}
.support_table_full_width {
  width: 153.9%;
}
.support_table tbody tr:first-child {
  border-top: 1px solid #f2f6f7;
}
.support_table tbody tr {
  border-bottom: 1px solid #f2f6f7;
}
.support_table td,
.support_table th {
  border-right: 1px solid #f2f6f7;
  padding: 10px 15px 10px 15px;
  vertical-align: top;
}
.support_table th {
  background-color: #f2f6f7;
  color: #31b1d0;
  text-align: left;
}
.support_table td:last-child,
.support_table th:last-child {
  border-right: 0;
}
.support_table_dark tbody tr:first-child {
  border-color: #c8d1d3;
}
.support_table_dark tbody tr {
  border-color: #c8d1d3;
}
.support_table_dark td,
.support_table_dark th {
  border-color: #c8d1d3;
}
.support_table_dark th {
  background-color: #c8d1d3;
}

.support_table .error-message {
  font-size: 0.9em;
  font-family: 'Droid Sans Mono', sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.2em;
  width: 170px;
  padding: 10px 10px;
  background-color: #eee;
}

.support_table .error-border {
  border: 1px solid;
  margin: 0px auto;
  padding: 5px;
  width: 150px;
  height: 113px;
  background-color: white;
}

.support_table .error-has-okay::after {
  content: "OKAY";
  letter-spacing: 3px;
  display: block;
  background-color: #939598;
  color: white;
  margin: 4px auto 0;
  width: 84px;
  margin: 10 auto;
  -webkit-border-radius: 140px;
  border-radius: 140px;
  text-align: center;
}


/* Upvote/Downvote Rating System */

.evaluate-shell {
  padding-top: 25px;
}
.article-rating,
.rate-div {
  border-top: 1px solid #c8ebf3;
  padding-top: 25px;
}

/* Panels */

.panel {
  background-color: #fff;
}
.panel-body {
  padding: 5px 0 30px 45px
}
.panel-heading {
  padding: 15px 0;
}
.panel-heading h4 {
  color: #22b1d1;
  font-size: 1.44444em;
  font-weight: 400;
  margin: 0;
}
.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}
.panel-title a:before {
  content: "\f055";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  width: 45px;
}
.panel-title>a {
  color: inherit
}
.panel>.list-group {
  margin-bottom: 0
}
.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}
.panel>.list-group: first-child .list-group-item: first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}
.panel>.list-group: last-child .list-group-item: last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}
.panel-heading+.list-group .list-group-item: first-child {
  border-top-width: 0
}
.panel>.table,.panel>.table-responsive>.table {
  margin-bottom: 0
}
.panel>.table: first-child,.panel>.table-responsive: first-child>.table: first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}
.panel>.table: first-child>thead: first-child>tr: first-child td: first-child,.panel>.table-responsive: first-child>.table: first-child>thead: first-child>tr: first-child td: first-child,.panel>.table: first-child>tbody: first-child>tr: first-child td: first-child,.panel>.table-responsive: first-child>.table: first-child>tbody: first-child>tr: first-child td: first-child,.panel>.table: first-child>thead: first-child>tr: first-child th: first-child,.panel>.table-responsive: first-child>.table: first-child>thead: first-child>tr: first-child th: first-child,.panel>.table: first-child>tbody: first-child>tr: first-child th: first-child,.panel>.table-responsive: first-child>.table: first-child>tbody: first-child>tr: first-child th: first-child {
  border-top-left-radius: 3px
}
.panel>.table: first-child>thead: first-child>tr: first-child td: last-child,.panel>.table-responsive: first-child>.table: first-child>thead: first-child>tr: first-child td: last-child,.panel>.table: first-child>tbody: first-child>tr: first-child td: last-child,.panel>.table-responsive: first-child>.table: first-child>tbody: first-child>tr: first-child td: last-child,.panel>.table: first-child>thead: first-child>tr: first-child th: last-child,.panel>.table-responsive: first-child>.table: first-child>thead: first-child>tr: first-child th: last-child,.panel>.table: first-child>tbody: first-child>tr: first-child th: last-child,.panel>.table-responsive: first-child>.table: first-child>tbody: first-child>tr: first-child th: last-child {
  border-top-right-radius: 3px
}
.panel>.table: last-child,.panel>.table-responsive: last-child>.table: last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}
.panel>.table: last-child>tbody: last-child>tr: last-child td: first-child,.panel>.table-responsive: last-child>.table: last-child>tbody: last-child>tr: last-child td: first-child,.panel>.table: last-child>tfoot: last-child>tr: last-child td: first-child,.panel>.table-responsive: last-child>.table: last-child>tfoot: last-child>tr: last-child td: first-child,.panel>.table: last-child>tbody: last-child>tr: last-child th: first-child,.panel>.table-responsive: last-child>.table: last-child>tbody: last-child>tr: last-child th: first-child,.panel>.table: last-child>tfoot: last-child>tr: last-child th: first-child,.panel>.table-responsive: last-child>.table: last-child>tfoot: last-child>tr: last-child th: first-child {
  border-bottom-left-radius: 3px
}
.panel>.table: last-child>tbody: last-child>tr: last-child td: last-child,.panel>.table-responsive: last-child>.table: last-child>tbody: last-child>tr: last-child td: last-child,.panel>.table: last-child>tfoot: last-child>tr: last-child td: last-child,.panel>.table-responsive: last-child>.table: last-child>tfoot: last-child>tr: last-child td: last-child,.panel>.table: last-child>tbody: last-child>tr: last-child th: last-child,.panel>.table-responsive: last-child>.table: last-child>tbody: last-child>tr: last-child th: last-child,.panel>.table: last-child>tfoot: last-child>tr: last-child th: last-child,.panel>.table-responsive: last-child>.table: last-child>tfoot: last-child>tr: last-child th: last-child {
  border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd
}
.panel>.table>tbody: first-child>tr: first-child th,.panel>.table>tbody: first-child>tr: first-child td {
  border-top: 0
}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
  border: 0
}
.panel>.table-bordered>thead>tr>th: first-child,.panel>.table-responsive>.table-bordered>thead>tr>th: first-child,.panel>.table-bordered>tbody>tr>th: first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th: first-child,.panel>.table-bordered>tfoot>tr>th: first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th: first-child,.panel>.table-bordered>thead>tr>td: first-child,.panel>.table-responsive>.table-bordered>thead>tr>td: first-child,.panel>.table-bordered>tbody>tr>td: first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td: first-child,.panel>.table-bordered>tfoot>tr>td: first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td: first-child {
  border-left: 0
}
.panel>.table-bordered>thead>tr>th: last-child,.panel>.table-responsive>.table-bordered>thead>tr>th: last-child,.panel>.table-bordered>tbody>tr>th: last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th: last-child,.panel>.table-bordered>tfoot>tr>th: last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th: last-child,.panel>.table-bordered>thead>tr>td: last-child,.panel>.table-responsive>.table-bordered>thead>tr>td: last-child,.panel>.table-bordered>tbody>tr>td: last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td: last-child,.panel>.table-bordered>tfoot>tr>td: last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td: last-child {
  border-right: 0
}
.panel>.table-bordered>thead>tr: first-child>td,.panel>.table-responsive>.table-bordered>thead>tr: first-child>td,.panel>.table-bordered>tbody>tr: first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr: first-child>td,.panel>.table-bordered>thead>tr: first-child>th,.panel>.table-responsive>.table-bordered>thead>tr: first-child>th,.panel>.table-bordered>tbody>tr: first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr: first-child>th {
  border-bottom: 0
}
.panel>.table-bordered>tbody>tr: last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr: last-child>td,.panel>.table-bordered>tfoot>tr: last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr: last-child>td,.panel>.table-bordered>tbody>tr: last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr: last-child>th,.panel>.table-bordered>tfoot>tr: last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr: last-child>th {
  border-bottom: 0
}
.panel>.table-responsive {
  border: 0;
  margin-bottom: 0
}
.panel-group {
  margin-bottom: 20px
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden
}
.panel-group .panel+.panel {
  margin-top: 5px
}
.panel-group .panel-heading {
  border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #ddd
}
.panel-default {
  border-color: #ddd
}
.panel-default>.panel-heading {
  color: #333
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-body: before,.panel-body: after,.modal-footer: before,.modal-footer: after {
  content: " ";
  display: table
}
.clearfix: after,.container: after,.container-fluid: after,.row: after,.form-horizontal .form-group: after,.btn-toolbar: after,.btn-group-vertical>.btn-group: after,.nav: after,.navbar: after,.navbar-header: after,.navbar-collapse: after,.pager: after,.panel-body: after,.modal-footer: after {
  clear: both
}

.collapse {
  display: none;
  /*
  float: left;
  clear: both;
  */
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease
}

.page-contact-us .wysiwyg-area,
.page-nous-contacter .wysiwyg-area,
.page-kontakt .wysiwyg-area,
.page-contattaci .wysiwyg-area,
.page-contacto .wysiwyg-area,
.page-kontakta-oss .wysiwyg-area {
  font-size:14px;
}

/*
==============
LANGUAGE EDITS
==============
*/

.hero-neato-botvac {
  background-image: url("assets/images/hero/hero-botvac.jpg");
}
.hero-neato-xv {
  background-image: url("assets/images/hero/hero-xv.jpg");
}
/* FRENCH */
.page-en-7.wpml-fr .hero-subpage h1,
.post-en-10415.wpml-fr .hero-subpage h1 {
  font-size: 2.9em;
  line-height: 1.33;
  margin-bottom: 0.31em;
}
.post-robot.wpml-fr .hero-subpage p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.65;
  max-width: 20em;
}
.post-robot.wpml-fr .content-area.series-id-23 .included,
.post-robot.wpml-fr .content-area.series-id-24 .included {
  white-space: nowrap;
}
.page-politique-en-matiere-de-protection-de-la-vie-privee.wpml-fr .hero-subpage h1 {
  font-size: 2.9em;
  line-height: 1.33;
  margin-bottom: 0.31em;
}
/* GERMAN */
.page-produkte.wpml-de .hero-subpage h1 {
  font-size: 2.5em;
  line-height: 1.55;
  margin-bottom: 0.31em;
}
.post-robot.wpml-de .hero-subpage p {
  font-size: 1em;
  font-weight: 300;
  line-height: 2;
  max-width: 21em;
}
.about-section {
  min-height: 24em;
}
.page-uber-uns.wpml-de .button {
  font-size: 1em;
}
/* ITALIAN */
.page-prodotti.wpml-it .hero-subpage h1 {
  font-size: 2.8em;
  line-height: 1.37;
  margin-bottom: 0.29em;
}
.post-robot.wpml-it .hero-subpage p {
  font-size: 1em;
  font-weight: 300;
  line-height: 2;
  max-width: 21em;
}
.post-robot.wpml-it .button-outline{
  font-size: 1em;
}
.page-informazioni-su-di-noi.wpml-it address {
  font-size: 0.9em;
}
/* JAPANESE */
.post-robot.wpml-ja .hero-subpage p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.45;
  max-width: 21em;
}
/* SPANISH */
.page-productos.wpml-es .hero-subpage h1 {
  font-size: 2.8em;
  line-height: 1.37;
  margin-bottom: 0.29em;
}
.post-robot.wpml-es .hero-subpage p,
.post-robot.wpml-es .hero-subpage p {
  font-size: 1em;
  font-weight: 300;
  line-height: 2;
  max-width: 21em;
}
.post-robot.wpml-es .hero-subpage .button,
.post-robot.wpml-es .hero-subpage .button {
  font-size: 1em;
}
.page-quienes-somos.wpml-es address {
  font-size: 0.9em;
}
/* SWEDISH */
.page-produkter.wpml-sv .hero-subpage h1 {
  font-size: 2.8em;
  line-height: 1.37;
  margin-bottom: 0.29em;
}

/*
=================
LANGUAGE SELECTOR
=================
*/

#country-selector {
  margin-top: 20px;
}

#country-selector h6 {
  font-size: 14px;
  margin-bottom: 5px;
}

#country-selector .popup-select {
  width: 280px;
  display: block;
  padding: 5px 13px;
  color: #333;
  cursor: pointer;
  position: relative;
  margin-top: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ccc));
  background-image: -webkit-linear-gradient(to bottom,#fff,#ccc);
  background-image: -moz-linear-gradient(to bottom,#fff,#ccc);
  background-image: -ms-linear-gradient(to bottom,#fff,#ccc);
  background-image: -o-linear-gradient(to bottom,#fff,#ccc);
  background-image: linear-gradient(to bottom,#fff,#ccc);
}

.popup-select .fa-sort {
  float: right;
  margin-top: 5px;
}

.intl-pane {
  padding: 15px 13px;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 1000;
  background-color: #524c43;
  width: inherit;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.4);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.intl-label {
  color: #fff;
  font-weight: bold;
}

.hide {
  display: none;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


.chosen-container-single .chosen-single {
  color: #333;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 5px;
  background-color: #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ccc));
  background-image: -webkit-linear-gradient(to bottom,#fff,#ccc);
  background-image: -moz-linear-gradient(to bottom,#fff,#ccc);
  background-image: -ms-linear-gradient(to bottom,#fff,#ccc);
  background-image: -o-linear-gradient(to bottom,#fff,#ccc);
  background-image: linear-gradient(to bottom,#fff,#ccc);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
white-space: nowrap;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 25px;
  height: 100%;
}

.chosen-container-single .chosen-single div i:before {
  color: #333;
  content: "\f0d7";
  font-size: 18px;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 3px;
  right: 0;
  width: 25px;
  height: 100%;
}

.chosen-container-singleActive .chosen-single div i:before {
  content: "\f0d8";
  font-weight: bold;
}


.chosen-container-single .chosen-search input[type="text"] {
  background-color: #fff;
  background-image: url("assets/images/search-alt.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 20px;
}

#lang_sel_list {
  font-family: inherit;
  height: auto;
  margin-top: 3px;
}
#lang_sel_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lang_sel_list li::before {
  content: "";
}
#lang_sel_list li {
  float: left; 
  margin: 7px 0 0 0 !important;
  padding: 0 !important;
  width: 33%; 
}

#lang_sel_list li a,
#lang_sel_list li a:visited {
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
}

#lang_sel_list li a span,
#lang_sel_list li a:visited span {
  padding: 2px 4px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#lang_sel_list li a:hover span {
  background-color: #2c2925;
}

#lang_sel_list a.lang_sel_sel .icl_lang_sel_current {
  background-color: #dc4405;
  color: #fff;
}

#lang_sel_list li a:hover .icl_lang_sel_current {
  background-color: #c33c04;
}

.chosen-container-single .chosen-drop {
  margin-top: -14px;
  background-clip: padding-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 0;
  background: #fff;
}

.chosen-search-wrapper {
  background-color: #d2d2d2;
  margin-bottom: -5px;
  padding: 5px 5px 5px;
  border-radius: 0 0 5px 5px;
}

.countrysearch {
  margin: 0;
}

#country-picker{
  display:none;
}

.chosen-search .ui-autocomplete,
.country-autocomplete {
  z-index: 1090;
  max-height: 230px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

.ui-autocomplete {
  z-index: 1000;
}

.country-autocomplete {
  width: 244px;
}

.country-autocomplete li a {
  font-size: 15px;
}
  
.AutocompleteDefault {
  width: 245px !important;
  left: 5px !important;
}
.AutocompleteDefault .ui-menu-item a:hover {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.AutocompleteDefault .ui-menu-item a:hover {
  background-color: #31b1d0;
  color: #fff;
}

/*
============
WHERE TO BUY
============
*/

.where-to-buy-picker::before,
.where-to-buy-picker::after {
  content: " ";
  display: table;
}
.where-to-buy-picker::after {
  clear: both;
}

.where-to-buy-picker h2 {
  float: left;
  font-size: 2em;
  font-weight: 300;
  text-align: left;
}
#where-to-buy-filter form,
#where-to-buy-filter #country-picker,
#where-to-buy-filter #product-picker {
  display: inline;
  margin: 0;
}
.where-to-buy-picker #country-picker {
  display: block;
  float: left;
  margin: 14px 0 0 15px;
}


/*
===============
LIVE CHAT MODAL
===============
*/

#live-chat-modal .form-group {
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}
#live-chat-modal .form-groups::before,
#live-chat-modal .form-groups::after {
    content: " ";
    display: table;
}
#live-chat-modal .form-groups::after {
    clear: both;
}
#live-chat-modal .form-group-left {
  float: left;
  margin-right: 2em;
}
#live-chat-modal .form-group-right {
  float: left;
}
#live-chat-modal .form-group input,
#live-chat-modal .form-group textarea {
  color: #333;
  display: inline;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  width: 300px;
  padding: 8px;
  border: 2px solid #c7d1d3;
  border-radius: 5px;
  resize: none;
}
#live-chat-modal .form-group input::-webkit-input-placeholder,
#live-chat-modal .form-group textarea::-webkit-input-placeholder {
  color: #849ba1;
}
#live-chat-modal .form-group input:-moz-placeholder,
#live-chat-modal .form-group textarea:-moz-placeholder {
  color: #849ba1;
}
#live-chat-modal .form-group input::-moz-placeholder,
#live-chat-modal .form-group textarea::-moz-placeholder {
  color: #849ba1;
}
#live-chat-modal .form-group input:-ms-input-placeholder,
#live-chat-modal .form-group textarea:-ms-input-placeholder {
  color: #849ba1;
}
#live-chat-modal .form-group label {
  color: #22b1d1;
  margin-bottom: 10px;
  margin-left: 15px;
}
#live-chat-modal .form-group-left label {
  color: #22b1d1;
}
#live-chat-modal .submit-button {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  clear: both;
  border: 2px solid #DC4405;
  font-weight: 400;
  border-radius: 44px;
  color: #DC4405;
  font-size: 18px;
  padding: 12px 44px 12px 44px !important;
  cursor: pointer;
  margin: 30px auto 0.5em !important;
  width: 210px;
}
#live-chat-modal h2 {
  border-bottom: 1px solid #f2f6f7;
  color: #22b1d1;
  font-size: 48px;
  line-height: 64px;
  font-weight: 100;
  margin: 0 0 15px;
  padding: 0 0 25px;
  text-align: center;
}
#live-chat-modal .cancel-live-chat {
  font-size: 16px;
  font-weight: 400;
  color: #22b1d1;
}
#live-chat-modal .required {
  color: #DC4405;
  width: 30px;
  vertical-align: top;
}
#live-chat-modal .optional {
  color: transparent;
  width: 30px;
}

/*
=========
NEWS PAGE
=========
*/
.hero-news {
  min-height: 270px;
}
.hero-news img {
  float: left;
  margin-right: 2em;
  max-width: 220px;
  max-height: 90px
}
.hero-news p {
  float: left;
  padding-top: 0.125em;
  max-width: 28em;
}
.hero-news blockquote {
  font-weight: 200;
  font-style: italic;
}
.hero-news strong {
  font-weight: 400;
}
.page-news .owl-theme .owl-controls,
.page-en-105 .owl-theme .owl-controls {
  padding: 3em 2.5em 0;
  text-align: center;
  top: -5.5em;
}

.news-slider {
  position: relative;
}
.page-en-105 .owl-theme .owl-controls .owl-page:nth-child(1) span,
.page-news .owl-theme .owl-controls .owl-page:nth-child(1) span {
  background: #6ecce0;
}
.page-en-105 .owl-theme .owl-controls .owl-page:nth-child(2) span,
.page-news .owl-theme .owl-controls .owl-page:nth-child(2) span {
  background: #6ecce0;
}
.page-en-105 .owl-theme .owl-controls .owl-page:nth-child(3) span,
.page-news .owl-theme .owl-controls .owl-page:nth-child(3) span {
  background: #6ecce0;
}
.page-en-105 .owl-theme .owl-controls .owl-page:nth-child(4) span,
.page-news .owl-theme .owl-controls .owl-page:nth-child(4) span {
  background: #6ecce0;
}
.page-en-105 .owl-theme .owl-controls .owl-page.active span,
.page-news .owl-theme .owl-controls .owl-page.active span {
  background: #d5f0f6;
}
.next-news-slide {
  background: url("assets/images/news-next.png") no-repeat;
  color: #98aaaf;
  display: block;
  width: 250px;
  height: 270px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  text-align: center;
}
.next-news-slide:hover {
  color: #abbabe;
}
.next-news-slide .fa {
  font-size: 100px;
  line-height: 270px;
  padding-left: 20px;
} 

.news-article-intro {
  background-color: #ffffff;
  float: left;
  width: 100%;
  margin: 0 0 2px 0;
  padding: 15px 20px;
  position: relative;
}
.news-article-intro h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.news-article-intro .content {
  margin: 0 0 10px;
}
.news-article-intro p {
  color: #524c43;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.news-article-intro p strong {
  font-weight: 400;
}
.news-article-intro .more-news {
  color: #83989b;
  font-size: 14px;
  font-weight: 300;
}
.news-article-intro.article-col1 {
  margin-right: 0;
}

/*
================
SOFTWARE UPDATES
================
*/

body.software-updates.modal-open {
  overflow: hidden;
}
.software-updates .updater {
  overflow: scroll;
}
.software-updates .updater .container {
  position: relative;
}
.software-updates .updater .page,
.software-updates .updater {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.software-updates .updater h1 {
  color: #849ba1;
  font-size: 2.66667em;
  font-weight: 100;
  line-height: 1.1;
  margin-bottom: 1em;
  text-align: center;
}
.software-updates .updater h2 {
  color: #22b1d1;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 1.5em;
  text-align: center;
}
.software-updates .updater a.close-updater {
  color: #dc4405;
  position: absolute;
  top: 70px;
  right: 30px;
}

/* Check Version */
.software-updates .updater .check-version {
  text-align: center;
}
.software-updates .updater .check-version p {
  color: #849ba1;
  font-size: 1.33334em;
  font-weight: 300;
  margin: 0 auto 1em;
  width: 75%;
  text-align: center;
}
.software-updates .updater .check-version .robot {
  float: none;
  margin: 0 auto 2em !important;
  max-width: 340px;
}
.software-updates .updater .check-version .robot h5 {
  margin: 0 0 1em;
}
.software-updates .updater .model-image-overlay {
  position: relative;
}
.software-updates .updater .model-image-overlay i.fa {
  color: rgba(48,165,52,0.75);
  font-size: 5em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.75em;
}
.software-updates .updater.updater-pane-noupdates .check-version p,
.software-updates .updater.updater-pane-begin-3-1-2 .check-version p {
  color: #30a534;
}
.software-updates .updater.updater-pane-noupdates .check-version .robot h5 {
  margin-bottom: 0.5em;
}
.software-updates .updater .check-version .button.close-updater {
  color: #fff;
  position: static;
  top: auto;
  right: auto;
}
.software-updates .updater .check-version .button {
  font-size: 1em;
  padding: 12px 35px 12px 35px;
  width: 290px;
}
.software-updates .updater .check-version .field .has-help {
  float: left;
  width: 88%;
}
.software-updates .updater .check-version .field .help-link {
  color: #dc4405;
  float: left;
}
.software-updates .updater .check-version .field i.fa-question-circle {
  width: 12%;
  line-height: 2.1em;
  text-align: right;
}
.software-updates .updater p,
.software-updates .updater p + p,
.software-updates .updater p + ul,
.software-updates .updater p + ol,
.software-updates .updater ol + p,
.software-updates .updater ul + p {
  margin: 0 0 1em;
  text-align: left;
}
p.no-updates {
  color: #30a534;
  text-align: center;
}
.page-en-botvac-updates p.no-updates {
  font-size: 1.33334em;
  font-weight: 300;
  margin: 0 auto 1em;
  text-align: center;
}

/* New Version */
.software-updates .updater .version-info {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.software-updates .updater .version-info .fa-exclamation-triangle {
  color: #dc4405;
}
.software-updates .updater .version-info h3 {
  color: #22b1d1;
  font-size: 2em;
  font-weight: 300;
}
.software-updates .updater .version-info h3 .badge {
  display: inline-block;
  background-color: #dc4405;
  border-radius: 2em;
  border: 2px solid #dc4405;
  color: #fefefe;
  display: inline-block;
  font-size: 0.4em;
  font-weight: 500;
  margin: 0.95em 0 0;
  padding: 2px 8px;
  vertical-align: top;
}
.software-updates .updater p.version-robots {
  color: #849ba1;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 1em;
}
.software-updates .updater .version-info p,
.software-updates .updater .version-info p + p,
.software-updates .updater .version-info p + ul,
.software-updates .updater .version-info p + ol,
.software-updates .updater .version-info ol + p,
.software-updates .updater .version-info ul + p {
  margin: 0 0 1em;
}
.software-updates .updater .version-info .view-release-notes {
  display: inline-block;
  margin-bottom: 2em;
}
.software-updates .updater .version-info ol {
  font-size: 0.9em;
  margin-bottom: 2em;
  padding-left: 25px;
  text-align: left;
}
.software-updates .updater .os-support::before, .software-updates .updater .os-support::after {
  content: " ";
  display: table;
}
.software-updates .updater .os-support::after {
  clear: both;
}
.software-updates .updater .os-support {
  float: left;
  font-weight: 300;
  width: 47.5%;
}
.software-updates .updater .version-info h4,
.software-updates .updater .os-support h4 {
  color: #849ba1;
  font-size: 1.44444em;
}
.software-updates .updater .os-support h5 {
  font-size: 1.2em;
}
.software-updates .updater .os-support h6 {
  font-size: 1em;
}
.software-updates .updater .os-support h4,
.software-updates .updater .version-info h4,
.software-updates .updater .os-support h5,
.software-updates .updater .os-support h6 {
  margin-bottom: 0.75em;
}

/* Steps */
.software-updates .updater .update-process h1 {
  margin-bottom: 2em;
}
.software-updates .updater-sidebar {
  width: 265px;
  float: left;
}
.software-updates .updater .updater-sidebar .robot {
  margin: 30px 0 20px;
  max-width: none;
  width: 100%;
}
.software-updates .updater .step {
  border: 2px solid #c8d1d3;
  border-radius: 10px 10px 0 0;
  color: #849ba1;
  font-weight: 300;
  padding: 10px;
  width: 265px;
}
.software-updates .updater .step.active {
  background-color: #849ba1;
  border-color: #849ba1;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.software-updates .updater .step:nth-child(2){
  border-radius: 0;
  margin: -2px 0;
}
.software-updates .updater .step:nth-child(3){
  border-radius: 0 0 10px 10px;
}
.software-updates .updater .step-title {
  font-size: 1.44444em;
}
.software-updates .updater .step-content {
  margin-left: 365px;
  text-align: center;
}
.software-updates .updater .step-content h2 {
  text-align: center;
  margin-bottom: 1.25em;
}
.software-updates .updater .need-help {
  color: #dc4405;
  display: block;
  font-size: 1.44444em;
  font-weight: 300;
  margin-top: 1em;
  text-align: center;
}
.software-updates .updater .windows-download::before, .software-updates .updater .windows-download::after,
.software-updates .updater .mac-download::before, .software-updates .updater .mac-download::after {
  content: " ";
  display: table;
}
.software-updates .updater .windows-download::after,
.software-updates .updater .mac-download::after {
  clear: both;
}
.software-updates .updater .windows-infographic,
.software-updates .updater .mac-infographic {
  margin-bottom: 1em;
  width: 776px;
  height: 266px;
  position: relative;
}
.software-updates .updater .windows-infographic {
  background: url("assets/images/updates/process_win.png") no-repeat;
}
.software-updates .updater .mac-infographic {
  background: url("assets/images/updates/process_mac.png") no-repeat;
}
.software-updates .updater .windows-infographic .button,
.software-updates .updater .mac-infographic .button {
  border-radius: 3em;
  font-size: 0.8em;
  padding: 18px 12px;
  width: 100%;
  text-align: center;
}
.software-updates .updater .install-button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #849ba1;
}
.software-updates .updater .download-save {
  left: 0;
  right: 403px;
  bottom: 24px;
  padding: 0 27px;
  position: absolute;
}
.software-updates .updater .install-tool {
  left: 403px;
  right: 0;
  bottom: 22px;
  padding: 0 20px;
  position: absolute;
}
.software-updates .updater .download-save-text,
.software-updates .updater .install-tool-text {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.software-updates .updater .download-save-text {
  width: 47.5%;
  margin-right: 5%;
  float: left;
}
.software-updates .updater .install-tool-text {
  width: 47.5%;
  float: left;
}
.software-updates .updater .updater-caption {
  color: #524c43;
}

/*
.software-updates .updater .download-title {
  font-size: 1.44444em;
}
.software-updates .updater .download-size {
  display: block;
  font-size: 0.6em;
}
.software-updates .updater .download-button {
  width: 100%;
}
.software-updates .updater .update-screenshots {
  margin-bottom: 1.5rem;
}
.software-updates .updater .update-screenshot {
  background-color: #f2f6f7;
  color: #849ba1;
  display: inline-block;
  margin-right: 20px;
  padding: 2px;
}
.software-updates .updater .update-screenshot i.fa {
  background-color: #ffffff;
  font-size: 5em;
  width: 332px;
  height: 171px;
  line-height: 171px;
  text-align: center;
}
.software-updates .updater .update-screenshot:nth-child(2){
  margin-right: -1px;
}
.software-updates .updater .update-screenshot span {
  display: block;
  text-align: center;
}*/



.software-updates .updater .update-process .button-outline {
  margin-top: 1.5rem;
}

/* Prepare Robot */
.software-updates .updater .update-process .prepare-robot {
  counter-reset: li;
  margin: 0 0 2.5rem 0;
  padding-left: 0;
  text-align: left;
}
.software-updates .updater .update-process .prepare-robot  > li {
  position: relative;
  margin: 0 0 1em 2em;
  padding: 4px 60px 4px 15px;
  list-style: none;
}
.software-updates .updater .update-process .prepare-robot  > li:before {
  border-radius: 2em;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0em;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  /* Some space between the number and the content in browsers that support
     generated content but not positioning it (Camino 2 is one example) */
  margin-right: 10px;
  padding: 4px;
  color: #fff;
  background: #dc4405;
  font-weight: bold;
  text-align: center;
}
.software-updates .updater .update-process .prepare-robot .product-bottom {
  width: 552px;
  height: 250px;
}
.software-updates .updater .update-process .prepare-robot li a i {
  color: #dc4405;
}
.software-updates .updater .update-process .prepare-robot li p#mini-usb {
  margin: 0;
}
.software-updates .updater .update-process .prepare-robot li #mini-usb img {
  margin-top: 2em;
}
/* Start Update */
.software-updates .updater.updater-updating {
  background-color: #c1cbcd;
}
.software-updates .updater-updating .robot {
  background-color: #fff;
  border-color: #fff !important;
}
.software-updates .updater-status {
  background-color: #fff;
  border-radius: 10px;
  min-height: 565px;
  padding: 2em;
  position: relative;
  text-align: center;
  width: 100%
}
.software-updates .updater.updater-updating .step-content h2 {
  text-align: center;
}
.software-updates .updater.updater-updating .step {
  border-color: #b6c3c6;
}
.software-updates .updater.updater-updating .step.active {
  background-color: #83989b;
  border-color: #83989b;
  color: #c1cbcd;
}

/*
===============
SINGLE PRODUCTS
===============
*/

.QrCode {
  display: none;
}

.product-main {
  float: left;
  margin-right: 5%;
  width: 50%;
  position: relative;
}
.product-main-image {
  max-height: 360px;
  max-width: 540px;
  margin-bottom: 20px;
  text-align: center;
}
.product-additional-images {
  font-size: 0;
}
 .product-thumb {
  border: 2px solid #e4ecee;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  float: left;
  height: 92px;
  margin-right: 20px;
  text-align: center;
}
 .product-thumb.active {
  border-color: #849ba1;
 }
.product-additional-images .product-thumb:last-child {
  margin-right: 0;
}
.product-additional-images img {
  width: 88px;
  vertical-align: middle;
}
.product-additional-images .product-thumb:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.product-main-image img {
  max-height: 100%;
  max-width: 100%;
}
.product-image-prev,
.product-image-next {
  background-color: #e4ecee;
  color: #849ba1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 40%;
  z-index: 1;
}
.product-image-prev {
  left: -20px;
}
.product-image-next {
  right: 15px;
}
.product-image-prev i,
.product-image-next i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.product-sidebar {
  float: right;
  width: 45%;
  margin-bottom: 1.5em;
}
.product-sidebar h2 {
  margin: 30px 0; 
  text-align: left;
}
.product-description {
  color: #83989b;
  font-weight: 300;
  margin-bottom: 1.65em;
}
.product-description strong {
  display: block;
  margin-bottom: 1em;
}
.product-robot .product-description {
  font-size: 28px;
}
.product-robot .product-description p {
  line-height: 1.35;
}
.product-description p.product-inventory {
  color: #c8d1d3;
  font-size: 16px;
  font-weight: 300;
}
.product-description p + p {
  margin-top: 10px;
}
.product-sidebar .price {
  color: #83989b;
  font-size: 24px;
  font-weight: 300;
  float: left;
  width: 42.5%;
  margin-right: 5%;
}
.product-sidebar .price .msrp,
.rebate {
  color: #83989b;
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.rebate {
  color: #dc4405;
  font-weight: normal;
}
.product-sidebar .call-to-action .where-to-buy {
  float: right;
  margin-top: 10px;
}
.product-footer {
  clear: both;
}
.product-sidebar .additional-actions {
  float: right;
  padding-top: 21px;
}
.whats-in-the-box {
  background-color: #f2f6f7;
  color: #849ba1;
  float: left;
  width: 30%;
  margin-bottom: 1.5em;
  padding: 1.25em 1.5em 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.whats-in-the-box h3 {
  margin-bottom: 20px;
}
.whats-in-the-box ul {
  padding-left: 15px;
}
.whats-in-the-box li::before {
  color: #849ba1;
  top: -11px;
}
.product-sidebar .additional-actions .share-product {
  background-color: #f6f9f9;
  color: #849ba1;
  display: inline-block;
  font-size: 28px;
  font-weight: 300;
  height: 50px;
  line-height: 50px; 
  padding: 0 15px;
  vertical-align: middle;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.product-sidebar .additional-actions .share-product a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-left: 5px;
}
.product-sidebar .additional-actions .share-product a i {
  color: #849ba1;
  font-size: 32px;
  line-height: 50px; 
}
.product-sidebar .price {
  color: #83989b;
  font-size: 40px;
  font-weight: 300;
  padding-right: 5px;
}
.product-additional-info .detailed-description {
  color: #849ba1;
  float: left;
  margin-right: 5%;
  width: 65%; 
  font-size: 24px;
  font-weight: 300;
}
#product-tabs {
  font-family: "Roboto", sans-serif !important;
  border: none !important;
  background: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
#product-tabs .ui-widget-header {
  font-weight: normal !important;
}
#product-tabs .ui-tabs-panel {
  padding: 0 !important;
}
#product-tabs #product-tab-list {
  display: none;
}
#product-tabs #product-tab-list.ui-tabs-nav {
  display: block;
}
#product-tabs .ui-tabs-nav {
  border: none !important;
  background: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  border-bottom-radius: 0 !important;
  margin: 0 auto;
  max-width: 1150px;
  padding: 0 !important;
}
#product-tabs .ui-tabs-nav li {
  background: #fff;
  border-width: 0px !important;
  margin: 0 10px 0 0;
}
#product-tabs .ui-tabs-nav a {
  background-color: #f2f6f7;
  border: 2px solid #f2f6f7;
  border-color: #f2f6f7 #f2f6f7 #e4ecee #f2f6f7;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #83989b;
}
#product-tabs .ui-tabs-nav a:active {
  outline: none;
}
#product-tabs .ui-tabs-nav .ui-state-active a {
  background: #fff;
  border-color: #e4ecee #e4ecee #fff #e4ecee;
  color: #31b1d0;
  outline: none;
}
#product-tabs .ui-tabs-nav a:hover {
  background: #e4ecee;
  border-color: #e4ecee;
  color: #83989b;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#product-tabs .ui-tabs-nav .ui-state-active a:hover {
  background: #fff;
  border-color: #e4ecee #e4ecee #fff #e4ecee;
  color: #31b1d0;
}
#product-tabs .ui-tabs-nav li:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
#product-tabs .ui-tabs-panel {
  border-top: 2px solid #e4ecee;
}
#product-tabs .ui-tabs-nav li {
  top: 2px;
}
#product-tabs .product-structure {
  padding-top: 40px;
  padding-bottom: 0px;
}
.product-top,
.product-bottom {
  position: relative;
}
#product-tabs .product-top,
#product-tabs .product-bottom {
  float: left;
  width: 552px;
  height: 376px;
  position: relative;
}
#product-tabs .product-top {
  margin-right: 46px;
}

/* Start Edit */
.modal-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .modal-container:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; } }

.modal-container .modal-content {
  background-color: #fafafa;
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 1em;
  padding: 2em;
  position: relative; }
  @media (min-width: 1024px) {
    .modal-container .modal-content {
      padding: 2em;
      vertical-align: middle;
    } }
/* End Edit */

.product-callout {
  background-color: #31b1d0;
  color: #fff;
  border-radius: 36px;
  font-size: 12px;
  line-height: 36px;
  position: absolute;
  width: 110px;
  text-align: center;
}
.product-callouts-left .product-callout {
  left: 0;
}
.product-callouts-right .product-callout {
  right: 0;
}

.product-botvac .product-callout.laser-top { top: 90px; }
.product-botvac .product-callout.robot-top { top: 131px; }
.product-botvac .product-callout.dirt-bin { top: 188px; }
.product-botvac .product-callout.cleaning-spot { top: 267px; }

.product-botvac .product-callout.screen { top: 99px; }
.product-botvac .product-callout.bumper { top: 217px; }
.product-botvac .product-callout.cleaning-house { top: 267px; width: 130px; }

.product-botvac .product-callout.drop-sensor { top: 35px; }
.product-botvac .product-callout.brush-guard { top: 90px; }
.product-botvac .product-callout.side-brush { top: 131px; }
.product-botvac .product-callout.wheels { top: 246px; }

.product-botvac .product-callout.brush { top: 90px; }
.product-botvac .product-callout.battery-door { top: 147px; }
.product-botvac .product-callout.sn-label { top: 188px; }
.product-botvac .product-callout.charging-contacts { top: 267px; width: 130px; }



.product-xv .product-callout.laser-top { top: 91px; }
.product-xv .product-callout.dirt-bin { top: 217px; }

.product-xv .product-callout.screen { top: 91px; }
.product-xv .product-callout.start-button { top: 132px; }
.product-xv .product-callout.bumper { top: 236px; }

.product-xv .product-callout.drop-sensor { top: 35px; }
.product-xv .product-callout.brush-guard { top: 116px; }
.product-xv .product-callout.wheels { top: 246px; }

.product-xv .product-callout.brush { top: 90px; }
.product-xv .product-callout.sn-label { top: 147px; }
.product-xv .product-callout.battery-door { top: 188px; }
.product-xv .product-callout.charging-contacts { top: 267px; width: 130px; }

#product-tabs .specifications .product-spec-table {
  padding-top: 25px;
}
#product-tabs .specifications table:first-child {
  margin-right: 30px;
}
#product-tabs .specifications .comparison-chart {
  float: left;
  width: 560px;
  margin-bottom: 30px;
}
#product-tabs .specifications .comparison-chart td {
  background-color: #fff;
  border-color: #e4ecee;
}
#product-tabs .specifications .comparison-chart .neato {
  background-color: #f6f9f9;
  border-color: #e4ecee;
  color: #849ba1;
  text-align: left;
}
#product-tabs .specifications .comparison-chart td:first-child {
  width: 20%;
}
#product-tabs .specifications .comparison-chart td:last-child {
  width: 23%;
}
#product-tabs .specifications .comparison-chart .hoverable-row:hover td {
  background-color: #fafafa;
}
.product-additional-info .in-the-box p:first-child {
  color: #2c2925;
  font-size: 1.33334em;
  font-weight: 300;
  margin-bottom: 14px;
}
.product-additional-info .features-list {
  margin-bottom: 60px;
}
.product-additional-info .features-list h3 {
  font-size: 1.33334em;
}
.product-additional-info p.features-info {
  color: #83989b;
  font-size: 24px;
  font-weight: 300;
  width: 80%;
  margin: 0 auto 60px;
  text-align: center;
}
.product-additional-info .includes-header {
  color: #31b1d0;
  display: block;
  font-weight: normal;
  margin-bottom: 15px;
}
.product-additional-info .included ul {
  list-style-type: none;
  padding: 0;
}
.product-additional-info .included ul li {
  margin-bottom: 5px;
  padding: 0;
}
.product-additional-info .included ul li::before {
  content: "";
}

.product-videos {
  height: 435px;
  background: url("assets/images/botvac-series/videos.jpg") no-repeat;
}
.product-videos .container {
  padding: 55px 25px 0;
}
.product-videos::before, .product-videos::after {
  content: " ";
  display: table;
}
.product-videos::after {
  clear: both;
}
.product-video-col {
  width: 50%;
  float: left;
}
.product-video {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  padding: 20px 20px 10px 20px;
  width: 480px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}
.product-video-title {
  color: #db451b;
  display: block;
  font-size: 1.3334em;
  font-weight: 300;
  text-align: center;
}

.product-accessory .container {
  padding: 75px 110px 75px 25px;
  position: relative;
}
.product-accessory-prev,
.product-accessory-next {
  background-color: #e4ecee;
  color: #849ba1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 40%;
  z-index: 1;
}
.product-accessory-prev {
  left: 20px;
}
.product-accessory-next {
  right: 20px;
}
.product-accessory-prev i,
.product-accessory-next i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.product-accessories-nav {
  background-color: #f2f6f7;
  padding: 40px 0;
  text-align: center;
}
.product-accessories-thumbs {
  font-size: 0;
}
.product-accessory-thumb {
  display: inline-block;
  border: 2px solid #e4ecee;
  line-height: 1;
  margin: 0 10px;
  width: 110px;
  height: 110px;
}
.product-accessory-thumb.active {
  border-color: #849ba1;
}
.product-accessory-thumb a {
  width: 106px;
  height: 106px;
  display: block;
}
.product-accessory-thumb img {
  width: 106px;
  height: 106px;
}
.product-accessory-tile {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.product-accessories-nav h3 {
  color: #83989b;
  margin-top: 30px;
}
.product-accessories-nav-title-print {
  display: none;
}

/*
=============
TELL A FRIEND
=============
*/

#TellAFriend_BoxContainer {
  background-color: #fafafa!important;
  border-radius: 5px!important;
  border-width: 0!important;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3)!important;
  padding: 1em!important;
  width: auto!important;
  height: auto!important;
}
#TellAFriend_BoxContainerHeader {
  background-color: transparent!important;
  margin-bottom: 30px;
}
#TellAFriend_BoxTitle {
  float:left!important;
  width:180px!important;
  margin:0px!important;
  color:#63bfd5!important;
  font-family: "Roboto", sans-serif!important;
  font-size:19px!important;
  font-weight:bold!important;
}
#TellAFriend_BoxContainerHeader a {
  color: #63bfd5!important;
  font-family: "Roboto", sans-serif!important;
  font-size:18px!important;
  font-weight: 300!important;
}
#TellAFriend_BoxClose {
  float: right !important;
  font-size:18px!important;
  width: 50px !important;
  margin: 0 !important;
}
#TellAFriend_BoxLabel {
  font-family: "Roboto", sans-serif!important;
  font-size: 28px!important;
  font-weight: 300!important;
  color: #849ba1!important;
  padding-top: 0!important;
}
.TellAFriend_BoxContainerBody {
  text-align:center!important;
}
.TellAFriend_TextBox {
  border-radius: 10px!important;
}
.TellAFriend_Button {
  background-color: #dc4405!important;
  border-radius: 2em!important;
  border: 2px solid #dc4405!important;
  color: #fefefe!important;
  display: inline-block!important;
  font-size: 21px!important;
  font-weight: 500!important;
  margin: 0!important;
  padding: 12px 44px 12px 44px!important;
  text-decoration: none!important;
  transition: all 0.2s!important;
  width: auto!important;
}
.TellAFriend_Button, .TellAFriend_Button:hover {
  background-color: #c33c04!important;
  border: 2px solid #c33c04!important;
  color: #fefefe!important;
}

/*
===========
ACCESSORIES
===========
*/

.accessories-landing {
  float: none !important;
  margin: 0 auto !important;
}
.accessories-landing h3 {
  font-size: 1.33333em;
  font-weight: 300; 
  margin-bottom: 30px;
}

/*
=========
NEW MODAL
=========
*/
.close:hover,
.close:focus {
  cursor: pointer;
}
button.close {
  color: #31b1d0;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  padding: 0.25em 0.55em;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 10px auto;
}
.modal-content {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  margin: 1em;
  padding: 2em;
  position: relative;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #FFFFFF;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
*/
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
}
.modal-footer {
  margin-top: 2em;
  text-align: center;
}
.modal-footer h4 {
  color: #31b1d0;
  margin-bottom: 0.5em;
}
.modal-footer .basic-input {
  border-radius: 3px;
  margin-bottom: 0;
  padding: 0.06em 0.2em;
}
.modal-footer-embed {
  width: 33%;
  float: left;
}
.modal-footer-links {
  width: 40%;
  float: left;
  margin: 0 2%;
}
.modal-footer-share {
  width: 23%;
  float: left;
  padding: 4px 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
  .page-en-register-neato .modal-dialog {
    font-size: 0.8em;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/*
============
REBATE OFFER
============
*/
.hero-rebate {
  background-image: url("assets/images/hero/hero-rebate.jpg");
}
.rebate-intro {
  color: #849ba1;
  font-size: 1.33333em;
  font-weight: 300;
  text-align: center;
}
.rebate-offer {
  text-align: center;
}
.hero-rebate h1 {
  max-width: 455px;
}
.hero-rebate .container {
  padding: 40px 25px;
}
.rebate-offer .robot {
  border: 0;
  margin: 0% 5%;
  width: 40%;
}
.rebate-offer .robot .info {
  text-align: center;
}
.rebate-offer .robot .description {
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 2em;
  text-align: center;
}
.rebate-offer .robot:nth-of-type(2n) {
  clear: both;
}

/*
============
REBATE OFFER
============
*/
.hero-holiday-rebate {
  background-image: url("assets/images/hero/hero-holiday-rebate.jpg");
}
.holiday-rebate-offer h2 {
  color: #AA0009;
}
.holiday-rebate-offer a,
.holiday-rebate-offer a:hover {
  color: #006837;
}
.holiday-rebate-offer .button-outline {
  border-color: #AA0009;
  color: #AA0009 !important;
}
.holiday-rebate-offer .button-outline:hover {
  background-color: #AA0009;
  color: #FFFFFF !important;
}
.hero-holiday-rebate h1 {
  max-width: 455px;
}
.hero-holiday-rebate p strong {
  color: #8CC63F;
}
.hero-holiday-rebate .container {
  padding: 40px 25px;
}

/*
=================
COUNTRY SELECTION
=================
*/
.open-country-modal {
    display: none;
}

.splash-wrap #bg {
    text-align: left;
}

.splash-wrap a,
.splash-wrap a:link,
.splash-wrap a:hover,
.splash-wrap a:active,
.splash-wrap a:visited {
    color: #63bfd5;
    text-decoration: none;
}

.splash-wrap .splash-modal {
    margin: 0 auto;
    position: relative;
}

.splash-wrap h1 {
    color: #524c43;
    font-size: 2em;
    font-weight: 300;
    margin: 0 0 30px 0;
    padding-top: 0;
}
.splash-wrap h2 {
    border-bottom: 1px solid #f0f0f0;
    color: #83989b;
    font-size: 1.33334em;
    font-weight: 400;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-align: left;
}

.splash-wrap .splash-header {
    padding: 20px 10px 0;
}

.splash-wrap .splash-content {
    position: relative;
}
.splash-wrap .splash-content::before, .splash-wrap .splash-content::after {
    content: " ";
    display: table; }
.splash-wrap .splash-content::after {
    clear: both; }

.splash-wrap .splash-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.splash-wrap .splash-content li {
    color: #63bfd5;
    margin-bottom: 0.5em;
    padding: 0;
    text-align: left;
}

.splash-wrap .splash-content li:before {
    content: "";
}

.splash-wrap .col-1,
.splash-wrap .col-2,
.splash-wrap .col-3 {
    margin-bottom: 30px;
}

/*
=============
NEW PET PAGES
=============
*/
.pet-landing-page .plp-top h2 {
  font-size: 32px;
  margin-bottom: 0.5em;
}
.pet-landing-page .plp-top .update-message {
  font-size: 18px;
  padding: 0 125px;
}
.pet-landing-page .plp-top {
  margin-bottom: -45px;
  padding-bottom: 0;
  padding-top: 30px;
}
.pet-landing-page .plp-tools {
  background-image: url("assets/images/pet/tools.jpg");
  background-position: center top;
  padding-bottom: 2em;
  text-align: center;
}
.pet-landing-page .plp-tools h2 {
  font-size: 42px;
  font-weight: 400;
  margin-top: -10px;
  color: #fff;
}
.pet-landing-page .plp-tools p {
  font-size: 32px;
  font-weight: 300;
  margin: 0 auto;
  position: relative;
  width: 750px;
}
.pet-landing-page .plp-tools a {
  color: #000;
}
.pet-landing-page .plp-tools i {
  color: #31b1d0;
  margin-top: 10px;
  position: absolute;
  right: 0;
}
.pet-landing-page .plp-infographics .plp-col-1,
.pet-landing-page .plp-infographics .plp-col-2,
.pet-landing-page .plp-infographics .plp-col-3 {
  float: left;
  font-weight: 300;
  padding: 0 20px;
  text-align: center;
  width: 33%;
}
.pet-landing-page .plp-infographics h3 {
  margin: 20px 0;
}
.plp-pet-images {
  background-image: url("assets/images/pet/pet-images.jpg");
  background-position: center top;
  height: 226px;
}
.plp-shedders {
  background-color: #f1593a;
  color: #fff;
}
.plp-robots {
  color: #524c43;
}
.plp-shedders .container,
.plp-robots .container {
  padding: 50px 0;
  position: relative; 
}
.plp-shedders h2,
.plp-robots h2 {
  color: #fff;
  float: left;
  margin-bottom: 0px;
  padding-left: 20px;
  width: 50%;
  text-align: left;
}
.plp-robots h2 {
  color: #524c43;
}
.plp-robots .trademark {
  font-size: 12px;
}
.plp-shedders {
  font-weight: 300;
}
.plp-shedders .plp-shedder-question {
  bottom: 50px;
  left: 50%;
  position: absolute;
}
.plp-robots .plp-learn-more {
  font-weight: 300;
  position: static;
}
.plp-shedders .plp-shedder-question a {
  color: #fff;
  margin-top: 20px;
}
.plp-shedders .plp-shedder-question a:hover {
  color: #f1593a;
}
.plp-robots .plp-learn-more a {
  color: #0090bb;
}
.pet-landing-page .plp-robots .plp-col-1,
.pet-landing-page .plp-robots .plp-col-2,
.pet-landing-page .plp-robots .plp-col-3,
.pet-landing-page .plp-robots .plp-col-4 {
  color: #31b1d0;
  float: left;
  font-weight: 300;
  padding: 0 20px;
  text-align: center;
  width: 25%;
}
.pet-landing-page .plp-cta {
  background-color: #0090bb;
  color: #000;
  padding: 1em 0;
}
.pet-landing-page .plp-cta p {
  font-size: 32px;
  margin: 0 auto;
  position: relative;
  width: 950px;
}
.pet-landing-page .plp-cta .plp-white {
  color: #fff;
  font-weight: 200;
}
.pet-landing-page .plp-cta i {
  color: #c2d82e;
  margin-top: 10px;
  position: absolute;
  right: 0;
}
.pet-landing-page .plp-cat-house h2 {
  margin: 0;
  padding: 2em 0 0.5em;
}
.pet-landing-page .plp-cat-house .update-message {
  margin-bottom: 15em;
  padding-top: 0;
}
.plp-cat-house {
  background-image: url("assets/images/pet/sweepstakes-cat.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.plp-cat-house .plp-sweep-link {
  cursor: pointer;
  display: block;
  font-size: 0.1em;
  position: absolute;
  height: 425px;
  width: 510px;
  top: 135px;
  right: 0;
  text-indent: -9999px;
  z-index: 100;
}
.plp-sweepstakes {
  background-image: url("assets/images/pet/sweepstakes-dog.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  height: 913px;
}
.plp-sweepstakes h2 {
  color: #c2d82e;
  font-size: 32px;
  height: 138px;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
}
.plp-sweepstakes h2 strong {
  color: #fff;
}
.plp-sweepstakes .plp-sweep-link {
  cursor: pointer;
  display: block;
  font-size: 0.1em;
  position: absolute;
  height: 370px;
  width: 300px;
  top: 72px;
  left: 45px;
  right: 0;
  margin: 0 auto;
  text-indent: -9999px;
  z-index: 100;
}
.plp-sweepstakes .plp-sweepstakes-wrapper {
  height: 913px;
  width: 1148px;
  margin: 0 auto;
  position: relative;
}
.plp-sweepstakes .plp-sweepstakes-widget {
  width: 401px;
  position: absolute;
  top: 138px;
  right: 0;
}
.plp-praise {
  margin-top: -100px;
  padding-top: 0px;
}
.plp-praise h2 {
  color: #524c43;
  padding: 0 20px;
  text-align: left;
}
.pet-landing-page .plp-praise .plp-col-1,
.pet-landing-page .plp-praise .plp-col-2 {
  float: left;
  font-size: 24px;
  font-weight: 300;
  padding: 0 65px 45px 20px;
  text-align: left;
  width: 50%;
}
.pet-landing-page .plp-praise .plp-col-1 {
  clear: left;
}
.pet-landing-page .plp-praise img {
  margin-bottom: 10px;
}
.pet-landing-page .plp-praise p {
  margin-bottom: 0px;
}
.pet-landing-page .plp-praise a {
  font-size: 16px;
}
.pet-landing-page .flipbook-container .button {
  border-radius: 0px !important;
}

.pet-landing-page .carousel {
  width: 1144px;
  height: 884px;
  margin: 0 auto 20px;
  position: relative;
}
.pet-landing-page .carousel-caption {
  display: none;
  position: absolute;
}
.pet-landing-page .about-neato-sections .container {
  padding: 0px 20px;
}
.shed-solutions-meta {
  height: 30px;
  line-height: 20px;
  padding: 5px 20px !important;
  width: 700px
}
.shed-solutions-meta h4 {
  float: left;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
#share-shed-solutions {
  float: left;
  width: 50%;
  height: 20px;
  line-height: 20px;
}
#download-shed-solutions {
  float: right;
  width: 50%;
  text-align: right;
  height: 20px;
  line-height: 20px;
}
#download-shed-solutions a {
  color: #dc4405;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}

.carousel-control-not-clicked {
  opacity: 1 !important;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.pet-landing-page .link-1 {
  display: block;
  left: 755px;
  top: 320px;
  width: 239px;
  height: 19px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-2 {
  display: block;
  left: 842px;
  top: 741px;
  width: 104px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-3 {
  display: block;
  left: 235px;
  top: 148px;
  width: 143px;
  height: 19px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-4 {
  display: block;
  left: 1004px;
  top: 673px;
  width: 35px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-5 {
  display: block;
  left: 1004px;
  top: 761px;
  width: 34px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-6 {
  display: block;
  left: 1008px;
  top: 699px;
  width: 34px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-7 {
  display: block;
  left: 747px;
  top: 474px;
  width: 237px;
  height: 18px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-8 {
  display: block;
  left: 119px;
  top: 490px;
  width: 94px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-9 {
  display: block;
  left: 361px;
  top: 797px;
  width: 36px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-10 {
  display: block;
  left: 762px;
  top: 586px;
  width: 69px;
  height: 16px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-11 {
  display: block;
  left: 746px;
  top: 213px;
  width: 239px;
  height: 18px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-12 {
  display: block;
  left: 250px;
  top: 791px;
  width: 33px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-13 {
  display: block;
  left: 761px;
  top: 791px;
  width: 64px;
  height: 16px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-14 {
  display: block;
  left: 621px;
  top: 752px;
  width: 70px;
  height: 11px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-15 {
  display: block;
  left: 847px;
  top: 752px;
  width: 77px;
  height: 11px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-16 {
  display: block;
  left: 360px;
  top: 328px;
  width: 78px;
  height: 11px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-16 {
  display: block;
  left: 360px;
  top: 328px;
  width: 78px;
  height: 11px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-17 {
  display: block;
  left: 168px;
  top: 551px;
  width: 195px;
  height: 190px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-18 {
  display: block;
  left: 401px;
  top: 551px;
  width: 195px;
  height: 190px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-19 {
  display: block;
  left: 637px;
  top: 551px;
  width: 195px;
  height: 190px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-20 {
  display: block;
  left: 863px;
  top: 551px;
  width: 195px;
  height: 190px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-21 {
  display: block;
  left: 323px;
  top: 772px;
  width: 534px;
  height: 25px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-22 {
  display: block;
  left: 635px;
  top: 261px;
  width: 106px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-23 {
  display: block;
  left: 562px;
  top: 369px;
  width: 166px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-24 {
  display: block;
  left: 562px;
  top: 426px;
  width: 268px;
  height: 28px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-25 {
  display: block;
  left: 562px;
  top: 489px;
  width: 121px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-26 {
  display: block;
  left: 562px;
  top: 537px;
  width: 127px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-27 {
  display: block;
  left: 562px;
  top: 587px;
  width: 166px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-28 {
  display: block;
  left: 562px;
  top: 635px;
  width: 170px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-29 {
  display: block;
  left: 562px;
  top: 688px;
  width: 246px;
  height: 30px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-30 {
  display: block;
  left: 562px;
  top: 752px;
  width: 240px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-31 {
  display: block;
  left: 847px;
  top: 262px;
  width: 109px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-32 {
  display: block;
  left: 847px;
  top: 387px;
  width: 101px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-33 {
  display: block;
  left: 847px;
  top: 433px;
  width: 149px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-34 {
  display: block;
  left: 847px;
  top: 478px;
  width: 133px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-35 {
  display: block;
  left: 847px;
  top: 523px;
  width: 112px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-36 {
  display: block;
  left: 847px;
  top: 568px;
  width: 186px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-37 {
  display: block;
  left: 847px;
  top: 612px;
  width: 202px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-38 {
  display: block;
  left: 847px;
  top: 657px;
  width: 197px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-39 {
  display: block;
  left: 847px;
  top: 702px;
  width: 157px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-40 {
  display: block;
  left: 847px;
  top: 747px;
  width: 126px;
  height: 12px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-41 {
  display: block;
  left: 847px;
  top: 791px;
  width: 150px;
  height: 13px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-42 {
  display: block;
  left: 405px;
  top: 270px;
  width: 160px;
  height: 14px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-43 {
  display: block;
  left: 405px;
  top: 288px;
  width: 317px;
  height: 14px;
  position: absolute;
  z-index: 100;
}

.pet-landing-page .link-44 {
  display: block;
  left: 405px;
  top: 590px;
  width: 113px;
  height: 14px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-45 {
  display: block;
  left: 405px;
  top: 802px;
  width: 117px;
  height: 14px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-46 {
  display: block;
  left: 1066px;
  top: 807px;
  width: 23px;
  height: 10px;
  position: absolute;
  z-index: 100;
}

.pet-landing-page .link-47 {
  display: block;
  left: 151px;
  top: 722px;
  width: 416px;
  height: 19px;
  position: absolute;
  z-index: 100;
}
.pet-landing-page .link-48 {
  display: block;
  left: 52px;
  top: 757px;
  width: 55px;
  height: 18px;
  position: absolute;
  z-index: 100;
}

.pet-community-col {
  float: left;
  padding: 0 10%;
  width: 50%;
}
.pet-community-col h3 {
  margin-bottom: 1em;
}

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  font-size: 48px;
  color: #dc4405;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control.left:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right:hover {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa,
.carousel-control .fa {
  position: absolute;
  top: 30px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .fa-arrow-circle-left {
  left: 50%;
  margin-left: -50px;
}
.carousel-control .icon-next,
.carousel-control .fa-arrow-circle-right {
  right: 50%;
  margin-right: -50px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-footer {
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto 20px;
  padding: 20px 30px 25px;
  text-align: center;
  width: 1144px;
}
.carousel-share h4 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .fa-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

/*
====================
LOOK WE'RE DIFFERENT
====================
*/
.wd-stop img,
.wd-robots img {
  height: auto;
  max-width: 100%;
}
.hero-wd {
  background-image: url("assets/images/different/hero.jpg");
  height: 500px;
}
.hero-wd .container {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.hero-wd h1 {
  font-size: 36px;
  font-weight: 300;
  position: absolute;
  right: 0;
  text-align: center;
  top: 205px;
  width: 225px;
}
.wd-top {
  padding-bottom: 0;
}
.wd-top h2 {
  margin-bottom: 0;
}
.wd-row {
  margin: 0 auto;
  padding: 0 25px;
  width: 1010px;
}
.wd-col-1,
.wd-col-2 {
  width: 50%;
  float: left;
}
.wd-row .wd-col-2 {
  padding-top: 50px;
}

.wd-row .wd-col-2 h3 {
  font-size: 48px;
  font-weight: 100;
}
.wd-row .wd-subheading {
  color: #38B1D0;
  margin: 5px 0 5px;
}
.wd-row p {
  margin: 10px 0 5px;
}
.wd-smart {
  margin-top: 60px;
}
.wd-smart h2 {
  background-color: #C2D82E;
  color: #fff;
  font-size: 72px;
  padding: 30px 0 20px;
}
.wd-robots {
  background-color: #0090BB;
  color: #fff;
}
.wd-robots .container {
  padding-bottom: 30px;
  padding-top: 15px;
}
.wd-robots .wd-col-1 {
  padding: 0 110px 0 0;
}
.wd-robots .wd-col-2 {
  padding: 0 70px 0 70px;
}
.wd-robots .wd-col-1 p.lead,
.wd-robots .wd-col-2 p.lead {
  font-size: 1.2em;
}
.wd-stop .container {
  padding: 60px 25px 0px;
}
.wd-stop h2 {
  color: #524c43;
}
.wd-learn-more {
  padding: 75px 0 90px;
}
.wd-learn-more p {
  margin-bottom: 60px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

    .splash-wrap #bg {
        text-align: center;
    }

    .splash-wrap h1 {
        margin: 0 0 40px 0;
    }

    .splash-wrap .col-wrap {
        text-align: left;
        margin: 0 auto;
        max-width: 700px;
    }

    .splash-wrap .col-1 {
        float: left;
        width: 40%;
        margin-right: 10%;
    }
    .splash-wrap .col-2 {
        float: left;
        width: 40%;
    }
    .splash-wrap .col-3 {
        clear: both;
    }

    .splash-wrap .splash-content ul {
        margin: 0;
        padding: 0;
    }

    .splash-wrap .splash-content li {
        margin: 0 0 0.5em 0;
        padding: 0;
    }

    .splash-wrap .sub-col-1 {
        float: left;
        width: 50%;
    }

    .splash-wrap .sub-col-2 {
        float: left;
        width: 50%;
    }

}

@media only screen and (min-width: 1024px) {
    .splash-wrap {
        min-width: 900px;
    }
    .splash-wrap .col-wrap {
        max-width: 800px;
    }
    .splash-wrap .col-1 {
        width: 20%;
        margin-right: 5%;
    }
    .splash-wrap .col-2 {
        width: 20%;
        margin-right: 5%;
    }
    .splash-wrap .col-3 {
        clear: none;
        float: left;
        width: 50%;
    }
}