/*
Theme Name: Bookeo


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'DIN';
  src: url("fonts/DIN-BoldAlternate.eot");
  src: url("fonts/DIN-BoldAlternate.eot?#iefix") format("embedded-opentype"), url("fonts/DIN-BoldAlternate.woff") format("woff"), url("fonts/DIN-BoldAlternate.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url("fonts/DIN-RegularAlternate.eot");
  src: url("fonts/DIN-RegularAlternate.eot?#iefix") format("embedded-opentype"), url("fonts/DIN-RegularAlternate.woff") format("woff"), url("fonts/DIN-RegularAlternate.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN';
  src: url("fonts/DIN-MediumAlternate.eot");
  src: url("fonts/DIN-MediumAlternate.eot?#iefix") format("embedded-opentype"), url("fonts/DIN-MediumAlternate.woff") format("woff"), url("fonts/DIN-MediumAlternate.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

html {
  box-sizing: border-box;
  font-size: 57%;
}

@media (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #474545;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 350;
  letter-spacing: .01em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}

blockquote *:last-child {
  margin: 0;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #1558B0;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 4.5rem;
  letter-spacing: .15rem;
  line-height: 4.45rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:hover, .button:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
  text-decoration: none !important;
  background-color: #1C1C1C;
  background-image: -webkit-linear-gradient(47deg, #0ec5cc 0%, #305eae 100%);
  background-image: linear-gradient(43deg, #0ec5cc 0%, #305eae 100%);
  border: none;
  color: #ffffff;
  outline: 0;
}

.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  border: 1px solid #1558B0;
  color: #1558B0;
  background-color: transparent;
}

.button.button-outline:hover, .button.button-outline:focus,
button.button-outline:hover,
button.button-outline:focus,
input[type='button'].button-outline:hover,
input[type='button'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='submit'].button-outline:hover,
input[type='submit'].button-outline:focus {
  color: white;
  background-color: transparent;
  border-color: #1558B0;
}

.button.button-white,
button.button-white,
input[type='button'].button-white,
input[type='reset'].button-white,
input[type='submit'].button-white {
  border: 1px solid white;
  color: #1558B0;
  background-color: white;
}

.button.button-white:hover, .button.button-white:focus,
button.button-white:hover,
button.button-white:focus,
input[type='button'].button-white:hover,
input[type='button'].button-white:focus,
input[type='reset'].button-white:hover,
input[type='reset'].button-white:focus,
input[type='submit'].button-white:hover,
input[type='submit'].button-white:focus {
  background-color: #1558B0;
  background-image: none;
  border-color: #1558B0;
  color: #ffffff;
  outline: 0;
}

.button.button-outline-white, .contact-page input.button[type="submit"],
button.button-outline-white,
input[type='button'].button-outline-white,
.contact-page input[type='button'][type="submit"],
input[type='reset'].button-outline-white,
.contact-page input[type='reset'][type="submit"],
input[type='submit'].button-outline-white,
.contact-page input[type='submit'][type="submit"] {
  border: 1px solid white;
  color: white;
  background-color: transparent;
}

.button.button-outline-white:hover, .contact-page input.button[type="submit"]:hover, .button.button-outline-white:focus, .contact-page input.button[type="submit"]:focus,
button.button-outline-white:hover,
button.button-outline-white:focus,
input[type='button'].button-outline-white:hover,
.contact-page input[type='button'][type="submit"]:hover,
input[type='button'].button-outline-white:focus,
.contact-page input[type='button'][type="submit"]:focus,
input[type='reset'].button-outline-white:hover,
.contact-page input[type='reset'][type="submit"]:hover,
input[type='reset'].button-outline-white:focus,
.contact-page input[type='reset'][type="submit"]:focus,
input[type='submit'].button-outline-white:hover,
.contact-page input[type='submit'][type="submit"]:hover,
input[type='submit'].button-outline-white:focus,
.contact-page input[type='submit'][type="submit"]:focus {
  color: #1558B0;
  background-color: white;
  background-image: none;
}

.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  color: #1558B0;
  background-color: transparent;
  border-color: transparent;
}

.button.button-clear:hover, .button.button-clear:focus,
button.button-clear:hover,
button.button-clear:focus,
input[type='button'].button-clear:hover,
input[type='button'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='submit'].button-clear:hover,
input[type='submit'].button-clear:focus {
  color: #1C1C1C;
  background-color: transparent;
  border-color: transparent;
}

.button-caption {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #a1f7ff;
}

code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  padding: .2rem .5rem;
  margin: 0 .2rem;
  word-wrap: break-word;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #1558B0;
  font-family: Menlo, Consolas, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, monospace;
}

pre > code {
  background: transparent;
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border: 0.1rem solid #d1d1d1;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: border-box;
  height: 4.5rem;
  padding: .6rem 1.0rem;
  width: 100%;
  color: #1C1C1C;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border: 0.1rem solid #1558B0;
  outline: 0;
}

textarea {
  padding-bottom: .6rem;
  padding-top: .6rem;
  min-height: 12rem;
}

label,
legend {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
}

.label-inline {
  font-weight: normal;
  display: inline-block;
  margin-left: .5rem;
}

.gform_wrapper ul {
  list-style: none;
}

.gform_wrapper ul li {
  margin: 0;
}

.gform_wrapper label {
  display: none;
}

.gform_wrapper .ginput_container_name span input {
  margin-right: 2%;
}

@media (min-width: 400px) {
  .gform_wrapper .ginput_container_name span input {
    width: 48.5%;
  }
}

.gform_wrapper .ginput_container_name span:last-of-type input {
  margin-right: 0;
}

.gform_wrapper .gform_footer {
  text-align: center;
}

.validation_error,
.gform_confirmation_message {
  text-align: center;
  padding: 25px 15px;
  font-weight: 600;
  color: white;
  margin: 20px 0;
  border-top: 1px solid #a1f7ff;
  border-bottom: 1px solid #a1f7ff;
}

.validation_message {
  margin-top: -5px;
  margin-bottom: 25px;
  background: #ff7b58;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 4px;
}

.container {
  position: relative;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.container.skinny {
  max-width: 900px;
}

.container.wide {
  max-width: 1200px;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 95%;
  }
  .column,
  .columns {
    margin-left: 3%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 5.58333%;
  }
  .two.columns {
    width: 14.16667%;
  }
  .three.columns {
    width: 22.75%;
  }
  .four.columns {
    width: 31.33333%;
  }
  .five.columns {
    width: 39.91667%;
  }
  .six.columns {
    width: 48.5%;
  }
  .seven.columns {
    width: 57.08333%;
  }
  .eight.columns {
    width: 65.66667%;
  }
  .nine.columns {
    width: 74.25%;
  }
  .ten.columns {
    width: 82.83333%;
  }
  .eleven.columns {
    width: 91.41667%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 31.33333%;
  }
  .two-thirds.column {
    width: 65.66667%;
  }
  .one-half.column {
    width: 48.5%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.58333%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.16667%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25.75%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.33333%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 42.91667%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 51.5%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.08333%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 68.66667%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 77.25%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 85.83333%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 94.41667%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.33333%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 68.66667%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 51.5%;
  }
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

a {
  color: #1558B0;
  text-decoration: none;
  word-wrap: break-word;
}

a:hover {
  color: #1C1C1C;
}

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 0;
}

dl dl ul,
dl ol,
ol dl ul,
ol ol,
ul dl ul,
ul ol {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3.0rem;
}

dl {
  list-style: none;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

dt,
dd,
li {
  margin-bottom: 1.0rem;
}

.list-tick li, .all-plans-banner ul li {
  padding-left: 30px;
  list-style: none;
  position: relative;
}

.list-tick li:before, .all-plans-banner ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url(images/tick.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.list-tick .list-tick-title, .all-plans-banner ul .list-tick-title {
  margin: 0;
}

.list-tick p, .all-plans-banner ul p {
  font-size: 1.3rem;
}

.list {
  list-style: none;
}

.list .list-item {
  padding-left: 40px;
  padding-right: 25px;
  position: relative;
}

.list .list-item .list-image {
  position: absolute;
  top: -3px;
  left: 0;
  width: 35px;
  height: auto;
}

.list .list-item .list-title {
  text-transform: none;
  color: #1558B0;
}

.list .list-item .list-content {
  font-size: 1.4rem;
}

@media (min-width: 750px) {
  .list .list-item {
    width: 50%;
    float: left;
  }
  .list .list-item:nth-child(2n + 1) {
    clear: both;
  }
  .list .list-item .list-content {
    height: 145px;
  }
}

@media (min-width: 1100px) {
  .list .list-item {
    width: 33.3333%;
  }
  .list .list-item:nth-child(2n + 1) {
    clear: none;
  }
  .list .list-item:nth-child(3n + 1) {
    clear: both;
  }
  .list .list-item .list-content {
    height: 160px;
  }
}

ul.menu {
  list-style: none;
}

hr {
  border-top: 0.1rem solid #f4f5f6;
  margin-bottom: 3.5rem;
  margin-top: 3rem;
}

.button,
button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

table {
  width: 100%;
}

th,
td {
  border-bottom: .1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
.customer-stories-banner .item h1,
.here-to-help-banner .item h1,
.customer-stories-banner .item h2,
.here-to-help-banner .item h2,
h4,
h5,
h6 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 2.0rem;
  margin-top: 0;
  letter-spacing: 0.01em;
}

h5,
h6 {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-weight: 600;
  font-size: 4.0rem;
  line-height: 1;
}

h2 {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
}

h3, .customer-stories-banner .item h1, .here-to-help-banner .item h1, .customer-stories-banner .item h2, .here-to-help-banner .item h2 {
  font-weight: 600;
  font-size: 3.0rem;
  line-height: 1.1;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.2;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.4;
}

@media (min-width: 400px) {
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 3.8rem;
  }
  h3, .customer-stories-banner .item h1, .here-to-help-banner .item h1, .customer-stories-banner .item h2, .here-to-help-banner .item h2 {
    font-size: 3.2rem;
  }
  h4 {
    font-size: 3.0rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.relative {
  position: relative;
}

.taleft {
  text-align: left;
}

.taright {
  text-align: right;
}

.tacenter {
  text-align: center;
}

.clearfix, .products-slider, .all-plans-banner ul, .featured-customers {
  *zoom: 1;
}

.clearfix:after, .products-slider:after, .all-plans-banner ul:after, .featured-customers:after, .clearfix:before, .products-slider:before, .all-plans-banner ul:before, .featured-customers:before {
  content: '';
  display: table;
}

.clearfix:after, .products-slider:after, .all-plans-banner ul:after, .featured-customers:after {
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

.quote-icon, .customer-story .testimonial-box:before, .customer-story .solutions-item:before {
  content: '';
  background: url("images/quote.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}

.banner {
  padding: 45px 0;
  position: relative;
}

.banner.slim {
  padding: 25px 0;
}

.banner.thick {
  padding: 50px 0;
}

.banner.consecutive:nth-of-type(2n+1) {
  background-color: #F4F4F4;
}

@media (min-width: 1280px) {
  .banner {
    padding: 65px 0;
  }
  .banner.slim {
    padding: 25px 0;
  }
  .banner.thick {
    padding: 100px 0;
  }
}

.dark {
  background-color: #444444;
  color: white;
}

.light {
  background-color: #F4F4F4;
}

.primary {
  background-color: #1558B0;
}

.white {
  background: white;
}

.grid {
  background-image: -webkit-linear-gradient(bottom, transparent 24%, rgba(50, 50, 50, 0.05) 25%, rgba(50, 50, 50, 0.05) 26%, transparent 27%, transparent 74%, rgba(50, 50, 50, 0.05) 75%, rgba(50, 50, 50, 0.05) 76%, transparent 77%, transparent), -webkit-linear-gradient(left, transparent 24%, rgba(50, 50, 50, 0.05) 25%, rgba(50, 50, 50, 0.05) 26%, transparent 27%, transparent 74%, rgba(50, 50, 50, 0.05) 75%, rgba(50, 50, 50, 0.05) 76%, transparent 77%, transparent);
  background-image: linear-gradient(0deg, transparent 24%, rgba(50, 50, 50, 0.05) 25%, rgba(50, 50, 50, 0.05) 26%, transparent 27%, transparent 74%, rgba(50, 50, 50, 0.05) 75%, rgba(50, 50, 50, 0.05) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(50, 50, 50, 0.05) 25%, rgba(50, 50, 50, 0.05) 26%, transparent 27%, transparent 74%, rgba(50, 50, 50, 0.05) 75%, rgba(50, 50, 50, 0.05) 76%, transparent 77%, transparent);
  background-size: 35px 35px, 35px 35px;
}

.gradient, .page-header.gradient-bg {
  background-color: #1558B0;
  background-image: -webkit-linear-gradient(47deg, #0ec5cc 0%, #305eae 100%);
  background-image: linear-gradient(43deg, #0ec5cc 0%, #305eae 100%);
  color: white;
}

.gradient a, .page-header.gradient-bg a {
  color: inherit;
}

.gradient a:hover, .page-header.gradient-bg a:hover {
  text-decoration: underline;
}

.gradient-grid {
  background-color: #1558B0;
  background-image: -webkit-linear-gradient(bottom, transparent 24%, rgba(50, 50, 50, 0.05) 25%, rgba(50, 50, 50, 0.05) 26%, transparent 27%, transparent 74%, rgba(50, 50, 50, 0.05) 75%, rgba(50, 50, 50, 0.05) 76%, transparent 77%, transparent), -webkit-linear-gradient(left, transparent 24%, rgba(50, 50, 50, 0.05) 25%, rgba(50, 50, 50, 0.05) 26%, transparent 27%, transparent 74%, rgba(50, 50, 50, 0.05) 75%, rgba(50, 50, 50, 0.05) 76%, transparent 77%, transparent), -webkit-linear-gradient(47deg, #0ec5cc 0%, #305eae 100%);
  background-image: linear-gradient(0deg, transparent 24%, rgba(50, 50, 50, 0.05) 25%, rgba(50, 50, 50, 0.05) 26%, transparent 27%, transparent 74%, rgba(50, 50, 50, 0.05) 75%, rgba(50, 50, 50, 0.05) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(50, 50, 50, 0.05) 25%, rgba(50, 50, 50, 0.05) 26%, transparent 27%, transparent 74%, rgba(50, 50, 50, 0.05) 75%, rgba(50, 50, 50, 0.05) 76%, transparent 77%, transparent), linear-gradient(43deg, #0ec5cc 0%, #305eae 100%);
  background-size: 35px 35px, 35px 35px, auto;
  background-attachment: scroll, scroll, fixed;
  color: white;
}

.color-white {
  color: white;
}

.color-primary {
  color: #1558B0;
}

.link-strong {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-strong i {
  margin-right: 1rem;
  vertical-align: middle;
}

.background-image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.background-image img {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: .9;
}

/*-- Edit  --*/
.edit_link {
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 99999;
  background-color: white;
  border: solid 1px #444444;
  padding: 10px 15px 10px 20px;
  display: inline-block;
  opacity: .5;
  font-size: 1.7rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.edit_link:hover {
  opacity: 1;
}

.edit_link a {
  margin-left: 1em;
  color: #444444;
  background-color: transparent !important;
  text-transform: uppercase;
  font-weight: 500;
}

#social {
  list-style: none;
}

#social i {
  margin-top: 5px;
}

#social li {
  display: inline-block;
}

#social a {
  padding: 5px;
  font-size: 2rem;
  display: inline-block;
  background: white;
  border-radius: 4px;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  padding: 0;
  text-align: center;
  color: #444444;
  margin: 0 5px;
  border: 1px solid white;
}

#social a:hover, #social a:focus {
  color: white;
  background-color: transparent;
  border: 1px solid white;
}

.text-banner {
  text-align: center;
}

.text-banner p:last-child {
  margin-bottom: 0;
}

.text-banner a:last-child {
  margin-bottom: 0;
}

.text-banner-bold {
  font-weight: 700;
}

.count-banner {
  text-align: center;
  color: white;
}

.count-banner .four.columns {
  margin-bottom: 2.5rem;
}

@media (min-width: 1280px) {
  .count-banner .four.columns {
    margin-bottom: 0;
  }
}

.count-banner .count-title {
  font-weight: 100;
  margin-bottom: 3.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.7rem;
}

.count-banner .count-label {
  margin: 0 auto;
  width: 250px;
  font-weight: 600;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.count-banner .count-label:before, .count-banner .count-label:after {
  position: absolute;
  opacity: 1;
  content: '';
  border-color: white;
  border-style: solid;
  border-width: 0px;
}

.count-banner .count-label:before {
  top: 15px;
  left: 0;
  right: 0;
  bottom: 15px;
  content: '';
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.count-banner .count-label:after {
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-left-width: 1px;
  border-right-width: 1px;
}

.count-banner .count-label.active:after, .count-banner .count-label.active:before {
  opacity: .8;
}

#count-payments:before {
  content: '$';
}

.products-banner:after {
  content: '';
  display: table;
  clear: both;
}

.products-banner {
  border-top: 4px solid #1558B0;
}

.products-banner .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  float: left;
  background: black;
  text-align: center;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  color: white;
}

.products-banner .item .inner {
  padding: 7.5%;
  z-index: 3;
  position: relative;
}

.products-banner .item .title {
  font-size: 2rem;
  font-weight: 600;
}

.products-banner .item .content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.products-banner .item .button {
  position: relative;
}

.products-banner .item .button:after {
  content: attr(data-clicked);
  color: #1558B0;
  background-color: white;
  border-radius: inherit;
  border: inherit;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.products-banner .item .background-image {
  opacity: .5;
  z-index: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.products-banner .item .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  background-image: -webkit-linear-gradient(47deg, #0ec5cc 0%, #305eae 100%);
  background-image: linear-gradient(43deg, #0ec5cc 0%, #305eae 100%);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.products-banner .item.active {
  background-color: #163364;
}

.products-banner .item.active .content {
  max-height: none;
  opacity: 1;
}

.products-banner .item.active .button:after {
  opacity: 1;
}

.products-banner .item.active .overlay {
  opacity: .9;
}

@media (min-width: 1280px) {
  .products-banner .item {
    width: 33.333%;
    min-height: 40rem;
  }
  .products-banner .item .inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .products-banner .item .inner .content {
    max-height: 0;
  }
  .products-banner .item.active .content {
    max-height: 20rem;
  }
}

.products-slider {
  width: 100%;
  overflow: hidden;
}

.products-slider .item {
  min-height: 450px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  margin: 0;
  float: left;
  background: black;
  text-align: center;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  color: white;
}

.products-slider .item .inner {
  opacity: .1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  max-width: 500px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: opacity .7s ease;
  transition: opacity .7s ease;
  width: 75%;
}

@media (min-width: 800px) {
  .products-slider .item .inner {
    padding: 7.5%;
  }
}

.products-slider .item .title {
  font-size: 1.5rem;
  font-weight: 500;
}

.products-slider .item .content {
  overflow: hidden;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  font-size: 2.5rem;
  line-height: 1.2;
}

.products-slider .item .button {
  position: relative;
}

.products-slider .item .background-image {
  opacity: .5;
  z-index: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.products-slider .item .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  background-image: -webkit-linear-gradient(47deg, #0ec5cc 0%, #305eae 100%);
  background-image: linear-gradient(43deg, #0ec5cc 0%, #305eae 100%);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.products-slider .item.is-selected .inner {
  opacity: 1;
}

.products-slider .item.is-selected .overlay {
  opacity: .8;
}

.testimonials-banner {
  text-align: center;
}

.testimonials-banner .background-image {
  background-position: bottom;
}

.testimonials-banner .title {
  margin: 0;
}

.testimonials-banner .subtitle {
  display: block;
  color: #a1f7ff;
  margin-bottom: 50px;
}

.testimonials-banner .testimonials-slider {
  opacity: 0;
  height: 200px;
}

.testimonials-banner .testimonials-slider.flickity-enabled {
  height: auto;
  opacity: 1;
}

.testimonials-banner .testimonials-slider .flickity-page-dots {
  bottom: 25px;
}

.testimonials-banner .testimonials-slider .flickity-page-dots .dot:nth-last-child(1):first-child, .testimonials-banner .testimonials-slider .flickity-page-dots .dot:nth-last-child(1):first-child ~ .dot {
  display: none;
}

.testimonials-banner .testimonial-item {
  width: 100%;
}

.testimonials-banner .testimonial-item .author {
  margin: 50px 0;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.testimonials-banner .testimonial-item .author em {
  font-weight: 100;
  letter-spacing: 0.02;
}

.testimonials-banner.customer-testimonials-banner .quote-mark {
  opacity: .7;
  font-size: 10rem;
  font-family: 'Georgia';
  height: 8rem;
  margin-top: -2rem;
}

.testimonials-banner.customer-testimonials-banner.gradient-dark .gradient, .testimonials-banner.customer-testimonials-banner.gradient-dark .page-header.gradient-bg {

}

.testimonials-banner.customer-testimonials-banner .button-caption {
  color: white;
}

.help-banner .button {
  display: block;
  margin: 10px auto;
  width: 200px;
}

@media (min-width: 1280px) {
  .help-banner strong, .help-banner .button {
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .help-banner .button {
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.customer-stories-banner, .here-to-help-banner {
  position: relative;
}

.customer-stories-banner .item, .here-to-help-banner .item {
  width: 100%;
  padding: 75px 5%;
  text-align: center;
  margin: 0 auto;
}

.customer-stories-banner .item:nth-last-child(n+2), .customer-stories-banner .item:nth-last-child(n+2) ~ .item, .here-to-help-banner .item:nth-last-child(n+2), .here-to-help-banner .item:nth-last-child(n+2) ~ .item {
  float: left;
  margin: 0;
}

.customer-stories-banner .item .overlay, .here-to-help-banner .item .overlay {
  background: black;
  opacity: .7;
}

.customer-stories-banner .item .inner, .here-to-help-banner .item .inner {
  position: relative;
  z-index: 3;
  color: white;
  padding: 0 10%;
}

.customer-stories-banner .item .inner p:last-child, .here-to-help-banner .item .inner p:last-child {
  margin: 0;
}

.customer-stories-banner .item .title, .here-to-help-banner .item .title {
  font-weight: 100;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 750px) {
  .customer-stories-banner .item, .here-to-help-banner .item {
    width: 50%;
  }
}

.pricing-banner {
  text-align: center;
}

.pricing-banner .container {
  max-width: 700px;
}

.pricing-banner .pricing-box {
  background-color: white;
  margin: 15px 1%;
  display: inline-block;
  vertical-align: top;
  width: 265px;
  border-radius: 3px;
  overflow: hidden;
}

.pricing-banner .pricing-box .category {
  background: #444444;
  color: white;
  padding: 5px;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.pricing-banner .pricing-box .price-wrap {
  padding: 35px 25px;
}

.pricing-banner .pricing-box .price-wrap .price {
  font-size: 6rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

.pricing-banner .pricing-box .price-wrap .price sup {
  font-size: .3em;
  position: relative;
  top: -1.6em;
}

.pricing-banner .pricing-box .price-wrap .price sup:before {
  content: '.';
}

.pricing-banner .pricing-box .price-wrap .price:before {
  font-weight: 500;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: '$';
}

.pricing-banner .pricing-box .price-wrap .price-sub {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 500;
}

.pricing-banner .pricing-box .box-row {
  font-size: 1.5rem;
  padding: 0px 10px;
  border-bottom: 1px solid #F4F4F4;
}

.pricing-banner .pricing-box .box-row span {
  display: block;
  margin: 15px 0;
}

.pricing-banner .pricing-box .box-row span:nth-last-child(n+2),
.pricing-banner .pricing-box .box-row span:nth-last-child(n+2) ~ span {
  margin: 0;
}

.pricing-banner .pricing-box .box-row span:nth-last-child(n+2):first-of-type,
.pricing-banner .pricing-box .box-row span:nth-last-child(n+2) ~ span:first-of-type {
  margin-top: 5.5px;
}

.pricing-banner .pricing-box .box-row span:nth-last-child(n+2):last-of-type,
.pricing-banner .pricing-box .box-row span:nth-last-child(n+2) ~ span:last-of-type {
  margin-bottom: 5.5px;
}

.pricing-banner .pricing-box .box-row:last-of-type {
  border-bottom: none;
}

.pricing-banner .pricing-box .features .sub {
  font-size: 1.2rem;
}

.pricing-banner .pricing-subtext {
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 1.3rem;
}

@media (min-width: 1230px) {
  .pricing-banner .container {
    max-width: 100%;
  }
}

.features-popup {
  display: none;
  background: white;
  border-radius: 4px;
  padding: 5rem;
}

.features-popup .close-button {
  margin: 0;
}

.all-plans-banner {
  background-color: black;
}

.all-plans-banner .background-image {
  opacity: .2;
}

.all-plans-banner .overlay {
  opacity: .7;
}

.all-plans-banner .title {
  text-align: center;
  margin-bottom: 50px;
}

.all-plans-banner ul {
  max-width: 300px;
  margin: 0 auto;
}

.all-plans-banner ul li {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.all-plans-banner ul li:before {
  background-image: url(images/tick-solid.png);
  opacity: 1;
}

@media (min-width: 580px) {
  .all-plans-banner ul {
    max-width: 600px;
  }
  .all-plans-banner ul li {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .all-plans-banner ul {
    max-width: none;
  }
  .all-plans-banner ul li {
    width: 33.333%;
  }
}

.faqs-banner .title {
  margin-bottom: 0;
  background: #F4F4F4;
  font-weight: 800;
  color: #444444;
  padding: 10px 25px;
  font-size: 1.8rem;
}

.faqs-banner .faq-category {
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  overflow: hidden;
  margin: 50px 0;
}

/* .scss */
.accordion-header {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  padding: 15px 45px 15px 20px;
  font-weight: 600;
  border-top: 1px solid #F4F4F4;
  font-size: 1.4rem;
}

.accordion-header:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.accordion-header.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-content {
  padding: 15px 45px 15px 20px;
  position: relative;
  font-size: 1.4rem;
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  border-radius: 2px;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.reservations-banner .image-container {
  display: block;
}

.reservations-banner .image-container img {
  max-width: 100%;
}

.reservations-banner .title {
  font-size: 2.5rem;
}

.reservations-banner .list-tick:after,
.reservations-banner .all-plans-banner ul:after,
.all-plans-banner .reservations-banner ul:after {
  content: '';
  display: table;
  clear: both;
}

.reservations-banner .list-tick li, .reservations-banner .all-plans-banner ul li, .all-plans-banner .reservations-banner ul li {
  margin-top: 10px;
  float: left;
  margin-right: 3%;
}

.reservations-banner .list-tick li:nth-of-type(2n), .reservations-banner .all-plans-banner ul li:nth-of-type(2n), .all-plans-banner .reservations-banner ul li:nth-of-type(2n) {
  margin-right: 0;
}

.reservations-banner .list-tick li p, .reservations-banner .all-plans-banner ul li p, .all-plans-banner .reservations-banner ul li p {
  margin-bottom: 0;
}

@media (min-width: 400px) {
  .reservations-banner .image-container img {
    max-width: 100%;
  }
  .reservations-banner .list-tick li, .reservations-banner .all-plans-banner ul li, .all-plans-banner .reservations-banner ul li {
    width: 48.5%;
  }
}

.header-padding {
  height: 76px;
}

.home .header-padding {
  height: 0;
}

.header {
  padding: 13.5px 0;
  height: 76px;
  position: fixed;
  max-height: 100vh;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
  border-bottom: 1px solid rgba(244, 244, 244, 0.7);
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header .header-wrap {
  position: relative;
  height: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header .header-wrap .row {
  position: relative;
  z-index: 1;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.header.open {
  height: auto;
  overflow: visible;
}

.header nav {
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 500;
  width: 100%;
  text-align: right;
  pointer-events: none;
}

.header nav ul {
  list-style: none;
  margin: 0;
  pointer-events: none;
}

.header nav ul li {
  display: block;
  margin: 0;
  pointer-events: all;
}

.header nav ul li a {
  color: #1C1C1C;
  padding: 13.5px 0;
  display: block;
}

.header nav ul li a:hover, .header nav ul li a:focus {
  color: #1558B0;
}

.header nav ul li.current-menu-item a {
  color: #1558B0;
}

.header nav .sub-menu {
  display: none;
}

.header .header-product-nav {
  margin-right: auto;
  margin: 0;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-left: 0;
}

.header .header-product-nav li a {
  color: #e26943;
  text-transform: none;
  vertical-align: middle;
  font-weight: 700;
}

.header .menu-btn {
  float: right;
  height: 5rem;
  line-height: 5rem;
  font-size: 3rem;
  padding: 0 2rem;
  margin-right: -2rem;
}

.header-extras {
  text-align: right;
  margin-top: 2rem;
  display: flex;
}

.header-extras .button-outline {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}


.header-extras #lang_sel {
  width: auto !important;
}

.header-extras #lang_sel ul {
  border: none !important;
}

.header-extras #lang_sel ul > li {
  width: auto !important;
  margin-top: 0.86rem !important;
  position: relative;
}

.header-extras #lang_sel > ul > li:after {
  content: '\f0d7';
  font-family: FontAwesome;
  color: rgb(120,120,120) !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;

}

.header-extras #lang_sel ul > li > ul {
  margin-top: 5px !important;
}

.header-extras #lang_sel > ul > li > a {
  background: transparent !important;
  color: rgb(120,120,120) !important;
}

.header-extras #lang_sel > ul > li > ul {
  padding-top: 2.4rem !important;
  width: 100% !important;
  
}

.header-extras #lang_sel > ul > li > ul > li {
  margin: 0 !important;
  width: 100% !important;
}

.header-extras #lang_sel > ul > li > ul > li > a {
  width: 100% !important;
}

.header-extras #lang_sel > ul > li > ul > li:last-of-type > a {
  border-radius: 0 0 10px 10px;
}

.header-extras #lang_sel a {
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  border: none;
  color: rgb(120,120,120);
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 1rem 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}

#lang_sel a:hover, #lang_sel ul ul a:hover, #lang_sel :hover>a, #lang_sel ul ul :hover>a{
  background: #1558B0;
  color: white;

}

@media (max-width: 1280px) {
	#lang_sel li ul {
		visibility: hidden !important;
		height: 0 !important;
	}

	#lang_sel li.active > ul {
	  height: auto !important;
	  visibility: visible !important;
	}
}



#logo {
  height: 5rem;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

#logo img {
  height: 100%;
}

@media (min-width: 1280px) {
  .header {
    height: 76px;
    overflow: visible;
  }

  .header-wrap .row {
    display: flex;
    justify-content: space-between;
  }

  .header-wrap .row:after {
    display: none;
  }

  .header.open {
    height: 76px;
    overflow: visible;
  }
  .header .menu-btn {
    display: none;
  }
  .home .header {
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .home .header.opaque {
    background-color: white;
    border-bottom: 1px solid rgba(244, 244, 244, 0.7);
  }
  .header nav {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    float: right;
  }
  .header nav ul {
    display: block;
  }
  .header nav ul li {
    display: inline-block;
  }
  .header nav ul li a {
    padding: 13.5px;
  }
  .header .header-product-nav {
    display: none;
    float: none;
  }
  .header .header-extras {
    display: none;
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    margin-top: 0;
    width: auto;
  }


  .header.home-header nav.header-nav {
    /*float: none;*/
    /*position: absolute;*/
/*    top: auto;
    right: auto;
    bottom: auto;
    left: auto;*/
    /*-webkit-transform: translateX(-50%);*/
            /*transform: translateX(-50%);*/
    /*top: 0;*/
    /*left: 50%;*/
  }
  .header.home-header .header-extras {
    display: inline-block;
  }
  #logo {
    height: 100%;
  }
}

@media (min-width: 980px) {
  .header .header-product-nav {
    display: inline-block;
    margin-left: 25px;
    float: none;
  }
}

@media (min-width: 1225px) {
  .header .header-nav {
/*    float: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    left: 50%;*/
  }
  .header .header-extras {
    display: inline-block;
  }
}

.page-header {
  color: white;
  min-height: 460px;
  overflow: hidden;
  background-color: black;
}

.page-header.white-bg {
  min-height: 150px;
  background-color: white;
  color: inherit;
  margin-top: 0px;
  padding: 50px 0 35px 0;
}

.page-header.white-bg .page-header-content {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0px;
  -webkit-transform: none;
          transform: none;
}

.page-header.grey-bg {
  min-height: 250px;
  background-color: #F4F4F4;
  color: inherit;
}

.page-header.gradient-bg {
  min-height: 250px;
}

.page-header .page-header-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
}

.page-header .page-header-content h1, .page-header .page-header-content h2 {
  margin-bottom: 10px;
}

.page-header .page-header-content p,
.page-header .page-header-content a:last-child {
  margin-bottom: 0;
}

.page-header .page-header-content blockquote {
  border-left: none;
  opacity: .6;
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.page-header .page-header-content a.button {
  margin-top: 1.5rem;
}

.page-header .background-image,
.page-header .parallax {
  opacity: .7;
  z-index: 1;
}

.slideshow-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 450px;
  padding: 0;
}

.slideshow-bg .slide {
  height: 100%;
  width: 100%;
}

.slideshow-bg .slide .page-header-content {
  opacity: 0;
}

.slideshow-bg .slide.is-selected .page-header-content {
  opacity: 1;
}

.header nav a[href^="#"]:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  margin-left: 5px;
}

.dropdown-menu {
  position: relative;
  background-color: white;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  position: fixed;
  top: 70px;
  right: 0;
  bottom: auto;
  left: 0;
  padding-bottom: 25px;
  z-index: -100;
}

.dropdown-menu.active {
  height: auto;
  opacity: 1;
  padding-top: 1.5rem;
  height: 100vh;
  z-index: 10;
}

.dropdown-menu.active .title,
.dropdown-menu.active .description {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.dropdown-menu a {
  padding: 3% 4%;
  float: left;
  width: 100%;
  margin: 0;
  color: inherit;
  display: block;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
  background-color: rgba(244, 244, 244, 0.3);
}

.dropdown-menu a:last-of-type {
  border-right: none;
}

.dropdown-menu .title,
.dropdown-menu .description {
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  opacity: 0;
}

.dropdown-menu .title {
  color: #1558B0;
}

.dropdown-menu .description {
  margin: 0;
}

.dropdown-menu .close-btn {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 5%;
  background-color: #1558B0;
  width: 3rem !important;
  text-align: center;
  height: 3rem;
  line-height: 2.8rem;
  font-size: 2.5rem;
  padding: 0;
  border-radius: 100%;
  color: white;
  font-weight: 500;
  z-index: 10;
}

.dropdown-menu .close-btn:hover, .dropdown-menu .close-btn:focus {
  opacity: 1;
  background-color: #1558B0;
}

@media (min-width: 1280px) {
  .dropdown-menu {
    position: absolute;
    top: 100%;
    border-bottom: 1px solid #F4F4F4;
    border-top: 1px solid #F4F4F4;
    margin-bottom: 0;
    margin-top: 0;
  }
  .dropdown-menu.active {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .dropdown-menu a {
    border-right: 1px solid #F4F4F4;
  }
  .dropdown-menu a:nth-last-child(n+1),
  .dropdown-menu a:nth-last-child(n+1) ~ a {
    width: 100%;
  }
  .dropdown-menu a:nth-last-child(n+2),
  .dropdown-menu a:nth-last-child(n+2) ~ a {
    width: 50%;
  }
  .dropdown-menu a:nth-last-child(n+3),
  .dropdown-menu a:nth-last-child(n+3) ~ a {
    width: 33.33333%;
  }
  .dropdown-menu a:nth-last-child(n+4),
  .dropdown-menu a:nth-last-child(n+4) ~ a {
    width: 25%;
  }
  .dropdown-menu a:nth-last-child(n+5),
  .dropdown-menu a:nth-last-child(n+5) ~ a {
    width: 20%;
  }
  .dropdown-menu .close-btn {
    display: none;
  }
}

.footer {
  font-size: 1.3rem;
  text-align: left;
}

.footer ul {
  margin: 0;
  margin-bottom: 2rem;
}

.footer .float-right {
  float: right;
}

.footer .footcol {
  width: 48.5%;
  float: left;
  margin-left: 3%;
}

.footer .footcol:nth-child(3) {
  clear: left;
  margin-left: 0;
}

.footer .footcol:first-child {
  margin-left: 0;
}

.footer .footcol:nth-child(5) {
  clear: both;
  margin-left: 0;
  width: 100%;
  text-align: center;
}

.footer .footcol h6 {
  font-size: 1.2rem;
}

.footer a {
  color: inherit;
}

.footer a:hover {
  color: inherit;
  text-decoration: underline;
}

.footer h6 {
  margin-bottom: 10px;
}

.footer .menu li {
  margin: 0;
}

.footer .menu li.has-children {
  display: none;
}

.footer .menu li a {
  font-size: .8em;
  color: white;
}

.footer #social {
  margin-bottom: 1rem;
}

@media (min-width: 450px) {
  .footer.four .footcol {
    width: 22.75%;
  }
  .footer.four .footcol:nth-child(3) {
    clear: none;
    margin-left: 3%;
  }
  .footer.four .footcol.two {
    width: 14.16667%;
  }
  .footer.four .footcol.three {
    width: 22.75%;
  }
  .footer.four .footcol:last-of-type {
    text-align: right;
  }
  .footer.four .footcol:nth-child(5) {
    clear: none;
    margin-left: 3%;
    width: 14.16667%;
  }
  .footer.four .footcol h6 {
    font-size: 1.5rem;
  }
}

@media (min-width: 550px) {
  .footer.five .footcol {
    width: 22.75%;
    font-size: 1.2rem;
  }
  .footer.five .footcol:nth-child(3) {
    clear: none;
    margin-left: 3%;
  }
  .footer.five .footcol.two {
    width: 14.16667%;
  }
  .footer.five .footcol.three {
    width: 22.75%;
  }
  .footer.five .footcol:last-of-type {
    text-align: right;
  }
  .footer.five .footcol:nth-child(5) {
    clear: none;
    margin-left: 3%;
    width: 14.16667%;
  }
  .footer.five .footcol h6 {
    font-size: 1.5rem;
  }
}

@media (min-width: 675px) {
  .footer.five .footcol {
    font-size: 1.5rem;
  }
}

.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom .menu {
  float: left;
}

.footer-bottom .menu li {
  vertical-align: top;
  display: inline-block;
}

.footer-bottom .menu li:after {
  content: ' | ';
}

.footer-bottom .menu li:last-of-type:after {
  content: '';
}

.footer-bottom .menu li a {
  color: inherit;
}

.security img {
  width: 100%;
  max-width: 10rem;
  height: auto;
  margin-bottom: 1rem;
}

#trustimg {
  max-width: 7rem;
}

.footer-thrive {
  font-size: 1.2rem;
  -moz-text-align-last: right;
       text-align-last: right;
  clear: both;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
}

ul.share-buttons li {
  display: inline-block;
}

ul.share-buttons li a {
  background: white;
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  text-align: center;
  line-height: 2.8rem;
}

ul.share-buttons li a:hover, ul.share-buttons li a:focus {
  background: #1558B0;
  color: white;
}

ul.share-buttons li a i {
  vertical-align: middle;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.integrations-images {
  margin-top: 50px;
}

.integrations-images .item {
  position: relative;
  height: 50px;
  width: 110px;
  display: inline-block;
  margin: 10px;
}

.integrations-images .item .background-image {
  background-size: contain;
}

.about-who-banner {
  font-size: 1.5rem;
}

.about-who-banner .sub-text {
  font-size: 1.8rem;
}

.about-who-banner .count {
  color: #1558B0;
  font-weight: 100;
  font-size: 5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.about-who-banner .count-container {
  margin-bottom: 50px;
  margin-top: 15px;
}

.about-who-banner .count-container:last-of-type {
  margin: 0;
}

.about-who-banner .count-label {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(68, 68, 68, 0.7);
  position: relative;
  padding-top: 15px;
  margin-top: 25px;
}

.about-who-banner .count-label:before {
  content: '';
  height: 2px;
  width: 40px;
  background-color: rgba(68, 68, 68, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

.about-support-banner {
  padding-bottom: 0;
}

.about-support-banner .about-support-grid {
  border-top: 1px solid white;
  margin-top: 35px;
}

.about-support-banner .about-support-grid .grid-item {
  text-align: center;
  float: left;
  font-size: 1.5rem;
  width: 100%;
  padding: 0 15%;
}

.about-support-banner .about-support-grid .grid-item img {
  width: 80%;
  max-width: 150px;
  height: auto;
}

.about-support-banner .about-support-grid .grid-item svg {
  display: block;
  margin: 0 auto 35px auto;
}

.about-support-banner .about-support-grid .grid-item .shadow {
  opacity: .2;
}

.about-support-banner .about-support-grid .grid-item .shadow ellipse {
  fill: #c1c1c1;
}

.about-support-banner .about-support-grid .grid-item .title {
  color: #1558B0;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (min-width: 800px) {
  .about-support-banner .about-support-grid .grid-item {
    width: 33.333%;
    border-right: 1px solid white;
    padding: 50px;
  }
  .about-support-banner .about-support-grid .grid-item:last-of-type {
    border-right: none;
  }
}

.contact-page {
  padding: 25px 0 0 0;
}

.contact-page h6 {
  margin: 0;
}

.contact-page .content-col {
  position: relative;
}

.contact-page .content-col:after {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  right: -17.5%;
  background-image: -webkit-linear-gradient(rgba(161, 247, 255, 0) 10%, #a1f7ff 50%, rgba(161, 247, 255, 0) 90%);
  background-image: linear-gradient(rgba(161, 247, 255, 0) 10%, #a1f7ff 50%, rgba(161, 247, 255, 0) 90%);
  display: block;
  position: absolute;
  opacity: .8;
}

.contact-page .bottom-content {
  border-top: 1px solid #a1f7ff;
}

.contact-page .bottom-content ul {
  margin: 0;
  margin-top: 15px;
}

.contact-page .contact-tagline {
  margin-bottom: 25px;
  display: block;
}

.contact-page #social a {
  color: #1558B0;
  font-size: 2.5rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
}

.contact-page #social a:hover {
  color: white;
}

.product-try-buttons {
  text-align: center;
  margin-top: 3rem;
}

.product-try-buttons a {
  margin: 0 .5rem;
}

.product-features-grid {
  margin-top: 50px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
}

.product-features-grid .image {
  width: 40px;
  height: auto;
  margin-bottom: 20px;
}

.product-features-grid .item {
  float: left;
  width: 100%;
  padding: 40px 30px;
  text-align: center;
  font-size: 1.3rem;
  border-bottom: 1px solid #dbdbdb;
}

.product-features-grid .item:last-of-type {
  border-bottom: none;
}

.product-features-grid .content {
  height: 6rem;
}

.product-features-grid .link {
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #1558B0;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 400px) {
  .product-features-grid {
    padding: 0;
  }
}

@media (min-width: 600px) {
  .product-features-grid .item {
    width: 50%;
    border-right: 1px solid #dbdbdb;
  }
  .product-features-grid .item:nth-of-type(2n) {
    border-right: none;
  }
}

@media (min-width: 760px) {
  .product-features-grid .item {
    width: 33.333333%;
  }
  .product-features-grid .item:nth-of-type(2n) {
    border-right: 1px solid #dbdbdb;
  }
  .product-features-grid .item:nth-of-type(3n+3) {
    border-right: none;
  }
  .product-features-grid .item:nth-of-type(1n+7) {
    border-bottom: none;
  }
}

.escape-text-banner .button {
  display: block;
  width: 200px;
  margin: 10px auto;
}

@media (min-width: 666px) {
  .escape-text-banner .button {
    display: inline-block;
    width: auto;
    margin: 0;
  }
}

.product-features-nav {
  text-align: center;
}

.product-features-nav .container {
  width: 100%;
}

@media (max-width: 755px) {
  .product-features-nav .container {
    max-width: 450px;
  }
}

.product-features-nav .navitem {
  display: inline-block;
  height: 100px;
  width: 100px;
  padding: 10px 5px 5px 5px;
  font-size: 10px;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: inherit;
  vertical-align: top;
  line-height: 1.2;
  border-radius: 10px;
  margin: 0;
}

.product-features-nav .navitem .icon {
  height: 35px;
  width: 35px;
  display: block;
  margin: 0 auto 15px auto;
}

.product-features-nav .navitem .icon img {
  max-width: 100%;
  height: auto;
}

.product-features-nav .navitem .icon img.hover {
  display: none;
}

.product-features-nav .navitem span {
  display: block;
}

.product-features-nav .navitem:hover, .product-features-nav .navitem:focus, .product-features-nav .navitem.active {
  background-color: #1558B0;
  color: white;
}

.product-features-nav .navitem:hover .icon img, .product-features-nav .navitem:focus .icon img, .product-features-nav .navitem.active .icon img {
  display: none;
}

.product-features-nav .navitem:hover .icon img.hover, .product-features-nav .navitem:focus .icon img.hover, .product-features-nav .navitem.active .icon img.hover {
  display: block;
}

.product-feature {
  opacity: 1;
  overflow: hidden;
}

.product-feature.hidden {
  opacity: 0;
  height: 0;
}

.product-feature .text-banner {
  font-weight: 400;
  padding-bottom: 95px;
}

.product-feature .feature-image {
  position: relative;
  margin-top: -75px;
}

.product-feature .feature-image .spinner {
  position: absolute;
  top: calc(50% - 100px);
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}

.product-feature .feature-image .spinner > div {
  background-color: #1558B0;
  background-image: -webkit-linear-gradient(47deg, #0ec5cc 0%, #305eae 100%);
  background-image: linear-gradient(43deg, #0ec5cc 0%, #305eae 100%);
  background-attachment: fixed;
  background-position: center;
}

.product-feature .feature-image img {
  width: 90%;
  height: auto;
}

@media (min-width: 1280px) {
  .product-feature .feature-image {
    margin-top: -150px;
  }
  .product-feature .feature-image .spinner {
    top: calc(50% - 150px);
  }
  .product-feature .text-banner {
    height: 300px;
    padding-bottom: 50px;
  }
}

.customer-boxes {
  text-align: center;
  padding-top: 0;
}

.customer-boxes .box {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  background-color: white;
  margin: 0 1% 25px 1%;
  padding: 0 0 10px 0;
}

.customer-boxes .box p:last-of-type {
  margin: 0;
}

.customer-boxes .box .upper {
  height: 200px;
}

.customer-boxes .box .background-image {
  z-index: 1;
  opacity: .6;
}

.customer-boxes .box .overlay {
  z-index: 2;
  background-color: black;
  opacity: .5;
}

.customer-boxes .box .quote {
  font-weight: 600;
  color: white;
  font-size: 1.4rem;
  padding: 0 10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.customer-boxes .box .lower {
  font-size: 1.2rem;
}

.customer-boxes .box .owner {
  margin-top: 10px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  opacity: .7;
}

.customer-boxes .box .business {
  text-transform: uppercase;
  font-weight: 600;
  opacity: .8;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}

.customer-story .testimonial-section .testimonial-box {
  background: none;
}

.customer-story .testimonial-section .testimonial-box .testimonial {
  color: #1558B0;
}

.customer-story .testimonial-section .testimonial-box:before {
  background-image: url(images/quote-dark.png);
}

.customer-story .content-section .image {
  height: 30rem;
  width: 30rem;
  overflow: hidden;
  border-radius: 100%;
}

@media (max-width: 1280px) {
  .customer-story .content-section .image {
    margin: 0 auto 5rem auto;
  }

    .header .header-extras .button {
    margin-right: 0.5rem;
  }
 
  .header .header-extras #lang_sel {
    margin-left: auto;
  }
}

.customer-story .testimonial-box {
  max-width: 60rem;
  margin: 0 auto;
  background: #ececec;
  padding: 5rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.customer-story .testimonial-box:before {
  margin: 0 auto 2rem auto;
}

.customer-story .testimonial-box .testimonial {
  font-size: 2.7rem;
  font-style: italic;
  color: #32A3C5;
  margin-bottom: 4rem;
  line-height: 1.3;
}

.customer-story .testimonial-box .author strong {
  font-weight: 500;
}

@media (max-width: 1280px) {
  .customer-story .challenges-section .testimonial-box {
    margin-bottom: 5rem;
  }
}

.customer-story .story-section .title {
  padding: 4rem 2rem 2rem 2rem;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.customer-story .story-section .content {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  padding: 4rem 0;
}

.customer-story .story-section .testimonial-box {
  padding-top: 0;
  background: none;
  color: white;
}

.customer-story .story-section .testimonial-box:before {
  background-image: url(images/quote-white.png);
}

.customer-story .story-section .testimonial-box .testimonial {
  color: white;
}

@media (max-width: 550px) {
  .customer-story .story-section .content {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.customer-story .solutions-item {
  border-top: 1px solid #e3e3e3;
  padding: 2rem 0 2rem 8rem;
  position: relative;
}

.customer-story .solutions-item .intro {
  color: #969696;
  font-style: italic;
  font-weight: bold;
}

.customer-story .solutions-item:before {
  position: absolute;
  top: 2.5rem;
  right: auto;
  bottom: auto;
  left: 2rem;
}

@media (max-width: 450px) {
  .customer-story .solutions-item {
    padding-left: 0;
  }
  .customer-story .solutions-item:before {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 2rem;
  }
}

.featured-customers {
  text-align: center;
  border-top: 1px solid #F4F4F4;
}

.featured-customers .box {
  display: block;
  float: left;
  background-color: white;
  border-right: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  margin: 15px 0;
}

.featured-customers .box .upper {
  height: 200px;
  border-bottom: 1px solid #F4F4F4;
}

.featured-customers .box .upper .background-image {
  background-position: top center;
}

.featured-customers .box .lower {
  padding: 25px 5%;
}

.featured-customers .box .business {
  color: #1558B0;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 300px;
  margin: 0 auto;
  height: 5rem;
  display: block;
  position: relative;
}

.featured-customers .box .business span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.featured-customers .box .content {
  margin: 15px 0;
  font-size: 1.4rem;
}

.customers-contact-banner {
  font-weight: 500;
}

.customers-contact-banner .container {
  max-width: 600px;
}

.customers-contact-banner .button {
  margin-bottom: 0;
}

@media (min-width: 450px) {
  .featured-customers .box {
    width: 49.25%;
    margin: 1.25%;
    margin-right: 0;
  }
  .featured-customers .box .content {
    height: 175px;
  }
  .featured-customers .box:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 600px) {
  .featured-customers .box .content {
    height: 125px;
  }
}

@media (min-width: 1280px) {
  .featured-customers .box {
    width: 32.5%;
  }
  .featured-customers .box .content {
    height: 150px;
  }
  .featured-customers .box:nth-child(2n+1) {
    margin-left: 1.25%;
  }
  .featured-customers .box:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (min-width: 600px) {
  .featured-customers .box .content {
    height: 125px;
  }
}

.demos-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.demos-banner .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #F4F4F4;
  max-width: 400px;
  margin-bottom: 3rem;
	margin-right: 1rem;
  border-radius: 10px 10px 0px 0px;
}

.demos-banner .item:nth-child(2n + 3) {
  clear: both;
  margin-left: 0;
}

@media (max-width: 849px) {
  .demos-banner .item {
    margin: 0 auto 5rem auto;
    float: none;
  }
  .demos-banner .item .inner {
    height: auto !important;
  }
  .demos-banner .item:nth-child(2n + 3) {
    margin-left: auto;
  }
}

.demos-banner .item .image {
  position: relative;
  width: 100%;
  height: 200px;
}

.demos-banner .item .image .overlay {
  background-color: black;
  z-index: 2;
  opacity: .4;
}

.demos-banner .item .image .background-image {
  z-index: 0;
}

.demos-banner .item .image .title {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  font-size: 2.2rem;
  font-weight: 600;
  color: white;
  margin: 0;
  text-align: center;
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
  text-transform: uppercase;
  z-index: 3;
  width: 100%;
}

.demos-banner .item .inner {
  font-size: 1.4rem;
  padding: 0 10% 25px 10%;
}

.demos-banner .item .foot {
  font-size: 1.4rem;
  background-color: #F4F4F4;
  color: #444444;
  padding: 10px 10%;
  margin-top: auto;
}

.demos-banner .item p:last-child {
  margin: 0;
}

.demos-banner .item .buttons-wrap {
  padding: 25px 15px;
  text-align: center;
}

.demos-banner .item .button {
  padding: 0 10px;
  margin: .5rem 0;
}

.why-bookeo-banner .item:after {
  content: '';
  display: table;
  clear: both;
}

.why-bookeo-banner .item {
  padding: 20px;
  float: left;
}

.why-bookeo-banner .item:nth-child(2n+3) {
  clear: both;
}

.why-bookeo-banner .item .icon {
  background-color: rgba(21, 88, 176, 0.9);
  border-radius: 50%;
  height: 45px;
  width: 45px;
  float: left;
  text-align: center;
  position: relative;
}

.why-bookeo-banner .item .icon img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  height: auto;
  width: auto;
  max-height: 50%;
  max-width: 50%;
  display: block;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.why-bookeo-banner .item .content-wrap {
  width: auto;
  padding-left: 65px;
  padding-right: 5%;
}

.why-bookeo-banner .item .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #444444;
  margin-bottom: 10px;
}

@media (min-width: 1280px) {
  .why-bookeo-banner .item {
    width: 50%;
  }
  .why-bookeo-banner .item .icon {
    width: 75px;
    height: 75px;
  }
  .why-bookeo-banner .item .content-wrap {
    padding-left: 100px;
  }
}

.here-to-help-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.here-to-help-banner .banner-title {
  width: 100%;
  background-color: #050505;
  padding: 25px;
  text-align: center;
  font-weight: 100;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  margin: 0;
}

.here-to-help-banner .item .overlay {
  opacity: .85;
}

.here-to-help-banner .item .title {
  font-size: inherit;
  font-weight: 800;
  color: #1558B0;
}

.here-to-help-banner .item .content {
  font-size: 1.4rem;
}

.integrations-page-banner {
  background-color: #f4f4f4;
}

.integrations-page-banner:nth-child(2n+1) {
  background-color: rgba(244, 244, 244, 0.5);
}

.integrations-page-banner .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.integrations-page-banner .container .title {
  width: 100%;
  margin-bottom: 25px;
}

.integrations-page-banner .item {
  display: inline-block;
  position: relative;
  background-color: white;
  border: 1px solid #d1d1d1;
  width: 225px;
  height: 225px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.integrations-page-banner .item:hover, .integrations-page-banner .item:focus {
  box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.integrations-page-banner .item img {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  max-width: 80%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.disclaimer {
  font-size: 1.2rem;
}

.api-template.bottom .sidebar {
  opacity: 0;
}

.api-template hr {
  margin-top: 0;
  margin-bottom: 25px;
}

.api-template h3, .api-template .customer-stories-banner .item h1, .customer-stories-banner .item .api-template h1, .api-template .here-to-help-banner .item h1, .here-to-help-banner .item .api-template h1, .api-template .customer-stories-banner .item h2, .customer-stories-banner .item .api-template h2, .api-template .here-to-help-banner .item h2, .here-to-help-banner .item .api-template h2 {
  margin-top: 2em;
}

.api-template h3:first-child, .api-template .customer-stories-banner .item h1:first-child, .customer-stories-banner .item .api-template h1:first-child, .api-template .here-to-help-banner .item h1:first-child, .here-to-help-banner .item .api-template h1:first-child, .api-template .customer-stories-banner .item h2:first-child, .customer-stories-banner .item .api-template h2:first-child, .api-template .here-to-help-banner .item h2:first-child, .here-to-help-banner .item .api-template h2:first-child {
  margin-top: 0;
}

.api-template .sidebar {
  pointer-events: none;
  padding-bottom: 0;
  z-index: 10;
}

.api-template .sidebar-menu {
  pointer-events: all;
  list-style: none;
}

.api-template .sidebar-menu .current-menu-item a {
  color: black;
}

.api-template .sidebar-menu a {
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.api-template .sidebar-menu a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-left: .5em;
  vertical-align: top;
}

@media (min-width: 1280px) {
  .api-template .sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .api-template.stuck .sidebar {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 76px;
    left: 0;
  }
}

.escape-rooms-section-1 {
  text-align: center;
  padding-bottom: 175px;
}

.escape-rooms-section-1 .main-title {
  font-weight: 100;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 35px;
}

.escape-rooms-section-1 .item {
  padding: 50px 2%;
  background-attachment: fixed;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  float: left;
  margin: 10px 0;
}

.escape-rooms-section-1 .item .overlay {
  background-color: white;
  opacity: .1;
}

.escape-rooms-section-1 .item .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 35px auto;
}

.escape-rooms-section-1 .item .icon img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}

.escape-rooms-section-1 .item .title {
  font-size: 1.6rem;
  position: relative;
  height: 3rem;
  line-height: 1;
}

.escape-rooms-section-1 .item .title span {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.escape-rooms-section-1 .item p {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
}

@media (min-width: 400px) {
  .escape-rooms-section-1 .item {
    width: 48%;
    margin-left: 2.6%;
  }
  .escape-rooms-section-1 .item:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 750px) {
  .escape-rooms-section-1 .item {
    width: 23%;
  }
  .escape-rooms-section-1 .item:nth-of-type(2n+1) {
    margin-left: 2.6%;
  }
  .escape-rooms-section-1 .item:first-child {
    margin-left: 0;
  }
}

.escape-rooms-section-2 {
  text-align: center;
}

.escape-rooms-section-2 .container {
  max-width: 1000px;
  margin-top: 25px;
}

@media (min-width: 750px) {
  .escape-rooms-section-2 .container {
    margin-top: 0;
  }
}

.escape-rooms-section-2 .image-container {
  margin: 0 auto;
  float: none;
  margin-top: -250px;
  max-width: 700px;
}

.escape-rooms-section-2 img {
  max-width: 100%;
}

.escape-rooms-section-2 .list-tick, .escape-rooms-section-2 .all-plans-banner ul, .all-plans-banner .escape-rooms-section-2 ul {
  text-align: left;
}

.escape-rooms-section-2 .list-tick .item, .escape-rooms-section-2 .all-plans-banner ul .item, .all-plans-banner .escape-rooms-section-2 ul .item {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.escape-rooms-section-2 .list-tick .item .list-tick-title, .escape-rooms-section-2 .all-plans-banner ul .item .list-tick-title, .all-plans-banner .escape-rooms-section-2 ul .item .list-tick-title {
  font-size: 1.4rem;
  text-transform: none;
  color: #1558B0;
  margin-bottom: 10px;
}

@media (min-width: 650px) {
  .escape-rooms-section-2 .list-tick .item, .escape-rooms-section-2 .all-plans-banner ul .item, .all-plans-banner .escape-rooms-section-2 ul .item {
    width: 47.5%;
    margin-left: 5%;
  }
  .escape-rooms-section-2 .list-tick .item:nth-of-type(2n+1), .escape-rooms-section-2 .all-plans-banner ul .item:nth-of-type(2n+1), .all-plans-banner .escape-rooms-section-2 ul .item:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
  }
}

@media (min-width: 750px) {
  .escape-rooms-section-2 .list-tick .item, .escape-rooms-section-2 .all-plans-banner ul .item, .all-plans-banner .escape-rooms-section-2 ul .item {
    width: 30%;
    margin-left: 5%;
  }
  .escape-rooms-section-2 .list-tick .item:nth-of-type(2n+1), .escape-rooms-section-2 .all-plans-banner ul .item:nth-of-type(2n+1), .all-plans-banner .escape-rooms-section-2 ul .item:nth-of-type(2n+1) {
    margin-left: 5%;
    clear: none;
  }
  .escape-rooms-section-2 .list-tick .item:nth-of-type(3n + 1), .escape-rooms-section-2 .all-plans-banner ul .item:nth-of-type(3n + 1), .all-plans-banner .escape-rooms-section-2 ul .item:nth-of-type(3n + 1) {
    margin-left: 0;
    clear: left;
  }
}

.escape-stories .item {
  position: relative;
}

.escape-stories .item .background-image {
  z-index: 0;
}

.escape-stories .item:nth-child(2) .background-image {
  background-size: 150%;
  opacity: .2;
  mix-blend-mode: multiply;
}

@media (min-width: 750px) {
  .escape-stories .item:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
  }
}

.escape-rooms-section-4 {
  padding-bottom: 0;
  margin-bottom: -25px;
}

.try-a-demo-now .button {
  margin: 7px;
}

.escape-integrations .integrations-images .item {
  width: 130px;
  height: 60px;
}

.news-nav {
  text-align: center;
  text-transform: uppercase;
}

.news-nav .cat-item {
  display: inline-block;
  margin: 0 2rem;
  font-weight: 400;
  font-size: 1.5rem;
}

.news-nav .cat-item a {
  display: block;
  padding: 1.5rem 0rem;
  border-bottom: 2px solid transparent;
  color: #969696;
}

.news-nav .current-cat a {
  border-bottom-color: #1558B0;
  color: #1558B0;
}

.news-grid .container {
  padding: 0;
}

@media (min-width: 550px) {
  .news-grid .container {
    padding: 0 20px;
  }
}

.cat, .date {
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #969696;
  font-weight: 600;
  font-size: 1.3rem;
}

.date {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post-title {
  margin: 3rem 0;
  line-height: 1.4;
  font-size: inherit;
  font-weight: 200;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.news-grid-item {
  float: left;
  background: white;
  margin-bottom: 2.5rem;
  position: relative;
  width: 100%;
  color: #1C1C1C;
  height: 26rem;
}

.news-grid-item .content {
  float: left;
  height: 100%;
  width: 19rem;
  padding: 2rem;
  position: relative;
}

.news-grid-item .date {
  position: absolute;
  bottom: 2.5rem;
}

.news-grid-item .image {
  float: left;
  height: 100%;
  position: relative;
  width: calc(100% - 19rem);
  background: #212121;
}

.news-grid-item .image:before, .news-grid-item .image:after {
  -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.news-grid-item .image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.news-grid-item .image:after {
  content: "READ";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  height: 5rem;
  font-size: 2rem;
  width: 10rem;
  line-height: 4.7rem;
  font-weight: 100;
  mix-blend-mode: hard-light;
}

@media (min-width: 550px) {
  .news-grid-item .image .content {
    width: 25rem;
  }
  .news-grid-item .image .image {
    width: calc(100% - 25rem);
  }
}

.news-grid-item:hover .title, .news-grid-item:focus .title {
  color: #1558B0;
}

.news-grid-item:hover .image:after, .news-grid-item:hover .image:before, .news-grid-item:focus .image:after, .news-grid-item:focus .image:before {
  opacity: 1;
}

.navigation {
  text-align: center;
  margin-top: 2.5rem;
}

.navigation ul {
  text-decoration: none;
  margin: 0;
  position: relative;
}

.navigation ul li {
  display: inline-block;
  margin: 0 .5rem;
}

.navigation ul li.next {
  position: absolute;
  right: 0;
}

.navigation ul li.prev {
  position: absolute;
  left: 0;
}

.navigation ul li a {
  display: block;
  background: white;
  min-width: 3rem;
  padding: 0 1rem;
  height: 3rem;
  line-height: 2.8rem;
  border-radius: 3px;
  border: 1px solid #c1c1c1;
}

.navigation ul li a:hover, .navigation ul li a:focus {
  background: #1558B0;
  color: white;
  border-color: #1558B0;
}

.single-post-container {
  max-width: 930px;
}

.category-list {
  margin-top: 5rem;
}

.category-list .cat-item {
  list-style: none;
  margin-bottom: 1rem;
}

.category-list .cat-item a {
  display: block;
  text-transform: uppercase;
  background: #e7e7e7;
  color: #1C1C1C;
  padding: 1rem 1.5rem;
  font-weight: 500;
  font-size: 1.4rem;
}

.category-list .cat-item a:hover, .category-list .cat-item a:focus {
  color: white;
  background: #1558B0;
}

.single-post .sidebar {
  float: right;
  width: 24rem;
}

.single-post .sidebar .related a:after {
  content: '';
  display: table;
  clear: both;
}

.single-post .sidebar .related a {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: white;
  margin-bottom: 10px;
}

.single-post .sidebar .related a .image {
  height: 70px;
  width: 70px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #e7e7e7;
}

.single-post .sidebar .related a span {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  width: calc(100% - 70px);
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 1.3;
}

.sidebar-signup{
  margin-top: 5rem;
}

.sidebar-signup .float-left{
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #1558B0;
}

.single-post .main-content {
  float: left;
  width: calc(100% - 27rem);
  padding-right: 3rem;
  border-right: 1px solid #c1c1c1;
}

.single-post .main-content img:not(.featured-image) {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.single-post .featured-image {
  width: 100%;
  height: auto;
}

.single-post .single-post-header {
  border-bottom: 4px solid white;
  margin-bottom: 3rem;
}

.single-post .single-post-footer {
  border-top: 4px solid white;
  margin-top: 5rem;
  padding: 2rem 0 0 0;
  text-align: center;
  color: #969696;
}

.single-post .cat {
  float: left;
}

.single-post .date {
  float: right;
}

.single-post .post-title {
  clear: both;
  margin-top: 1.5rem;
  font-size: 3.3rem;
}

@media (max-width: 700px) {
  .single-post .main-content {
    float: none;
    width: 100%;
    border: none;
    padding: 0;
  }
  .single-post .sidebar {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 40rem;
  }
}

.single-post-back-btn {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "DIN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #32A3C5;
  font-weight: 500;
  line-height: 2rem;
  vertical-align: middle;
}

.single-post-back-btn:before {
  content: '';
  vertical-align: middle;
  margin-right: .5em;
  display: inline-block;
  height: 1.4em;
  width: 1.4em;
  background: url(images/back.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}

.news-mail {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 45px;
  padding-bottom: 0;
}

.archive .page-header-content{
  position: relative;
  transform: translate(0);
}

.news-mail .container:before {
  content: '';
  float: left;
  display: block;
  vertical-align: middle;
  height: 45px;
  width: 6rem;
  background-image: url(images/mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
}

.news-mail .mc-form:after {
  content: '';
  display: table;
  clear: both;
}

.news-mail .mc-form {
  float: right;
  margin: 0;
}

.news-mail .mc-form label {
  display: none;
  line-height: 1.4;
}

.news-mail .mc-form input {
  display: block;
  float: left;
  width: calc(100% - 4rem);
  border-radius: 7px 0 0 7px;
  margin: 0;
  border: 1px solid #1558B0;
}

.news-mail .mc-form input[type="submit"] {
  float: right;
  width: 4rem;
  padding: 0 1rem;
  border: none;
  border-radius: 0 7px 7px 0;
}

#mc_embed_signup{
  display: inline-block;
}
#mce-responses{
  line-height: 1.4;
  margin: 20px auto 0 auto;
  font-weight: 100;
  max-width: 500px;
}

.page-header-content .news-mail{
  margin-top: 2rem;
  text-align: center;
}

.page-header-content .news-mail:after{
  content: '';
  display: table;
  clear: both;
}

.page-header-content .news-mail .mc-form{
  display: inline-block;
  float: none;
  margin: 0 auto;
  vertical-align: middle;
}

.page-header-content .news-mail .float-left{
  display: inline-block;
  float: none;
  margin: 0 auto;
  vertical-align: middle;
}
@media (max-width: 450px) {
  .news-mail {
    line-height: 1.4;
    text-align: center;
  }
  .news-mail #mc_embed_signup{
    margin-top: 1.5rem;
  }
  .sidebar .news-mail #mc_embed_signup{
    margin: 0 auto;
  }
  .sidebar .news-mail .mc-form{
    margin: 0 auto;
  }
  .news-mail .float-left, .news-mail .mc-form, .news-mail .container:before {
    float: none;
    margin: 2rem auto;
  }
}

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 150px;
  height: 150px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background-image: none;
  background-color: transparent;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #1558B0;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  left: 20px;
}

.flickity-prev-next-button.next {
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  right: 20px;
}

@media (min-width: 800px) {
  .flickity-prev-next-button.previous {
    left: calc(50% - 375px);
  }
  .flickity-prev-next-button.next {
    right: calc(50% - 375px);
  }
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 45%;
  height: 45%;
}

.flickity-prev-next-button .arrow {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  fill: white;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: white;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: white;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.5;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

/* PARALLAX */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*# sourceMappingURL=maps/style.css.map */

/* piesync integrations */
.cleanslate button.psw-button,
.cleanslate div.psw-full-description,
.cleanslate div.psw-provider-selection,
.cleanslate input.psw-search {
  display: none!important;
}

.cleanslate div.psw-provider-list {
  max-height: 560px!important;
}

/* override FontAwsome solid, used in Elementor, to use FontAwesome standard, for the fa icons. Especially Facebook, Twitter */
/*i.fa.fa-facebook,
i.fa.fa-twitter {
    font: unset;
    font-family: FontAwesome !important;
    font-size: 2rem;
    line-height: 2rem !important;
}
*/

@font-face {
    font-family: 'BookeoSite';
	src: url("fonts/bookeosite.eot?v=1.0.0");
    src: url("fonts/bookeosite.eot?v=1.0.0#iefix") format("embedded-opentype"), url("fonts/bookeosite.woff?v=1.0.0") format("woff"), url("fonts/bookeosite.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}
i.fa.fa-facebook,
i.fa.fa-twitter {
    font: unset;
    font-family: BookeoSite !important;
    font-size: 2rem;
    line-height: 2rem !important;
}
i.fa-facebook:before {
    content: "\e900";
}
i.fa-twitter:before {
    content: "\e901";
}

.pricingColumn .elementor-widget-wrap {
	flex-direction: column;
}

.pricingColumn .elementor-widget-wrap .pricingColumnText {
	flex-grow: 5;
}
