/**
 * This project's description goes here
 *
 * @author  AOC
 * @version v0.0.0
 */
/**
 * Variables to be used throughout the project
 */
/* Menu link hover underline */
/* Menu mixin */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
 * Typography is specified in here.
 */
@font-face {
  font-family: "F37 Ginger";
  src: url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Bold.eot");
  src: url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Bold.eot?#iefix") format("embedded-opentype"), url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Bold.woff2") format("woff2"), url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "F37 Ginger";
  src: url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Regular.eot");
  src: url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Regular.eot?#iefix") format("embedded-opentype"), url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Regular.woff2") format("woff2"), url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "F37 Ginger";
  src: url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Light.eot");
  src: url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Light.eot?#iefix") format("embedded-opentype"), url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Light.woff2") format("woff2"), url("https://floatapp.com/wp-content/themes/float/assets/fonts/F37Ginger-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #26262A;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
.hero-title {
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #393f4f;
}

.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero .hero-title {
  color: #FFF;
}

strong {
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.light {
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

h1, .h1, .hero-title {
  font-size: 56px;
  line-height: 58px;
  color: #FFF;
  letter-spacing: -3px;
  margin-bottom: 35px;
  margin: 0px 0 0.67em;
}
@media (max-width: 991px) {
  h1, .h1, .hero-title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  h1, .h1, .hero-title {
    font-size: 36px;
    line-height: 39px;
  }
}

.hero-title {
  display: block;
}

.pricing-col h1 {
  font-size: 100px;
  line-height: 100px;
  margin-top: 0;
  margin-bottom: 5px;
}

h2, h1.like-h2, p.pricing-number, .like-h2 {
  font-size: 42px;
  line-height: 46px;
  margin: 0px 0 0.67em;
}
@media (min-width: 1024px) and (max-width: 992px) {
  h2, h1.like-h2, p.pricing-number, .like-h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  h2, h1.like-h2, p.pricing-number, .like-h2 {
    font-size: 28px;
    line-height: 31px;
  }
}

p.pricing-number {
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
}

h3, .like-h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 0.67em;
}
@media (max-width: 991px) {
  h3, .like-h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 320px) {
  h3, .like-h3 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

h4 {
  font-size: 21px;
  line-height: 25px;
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 993px) and (max-width: 1199px) {
  h4 {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 16px;
    line-height: 19px;
  }
}

.btn-row h4 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .btn-row h4 {
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 15px;
    line-height: 18px;
  }
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .intro-copy h1, .intro-copy h2, .intro-copy h3, .intro-copy h4, .intro-copy h5 {
  font-weight: 800;
  margin: 1.5em 0 1em;
}
.text-content h1:first-child, .text-content h2:first-child, .text-content h3:first-child, .text-content h4:first-child, .text-content h5:first-child, .intro-copy h1:first-child, .intro-copy h2:first-child, .intro-copy h3:first-child, .intro-copy h4:first-child, .intro-copy h5:first-child {
  margin-top: 0;
}
.text-content h1, .intro-copy h1 {
  margin: 1em 0 0.67em;
}

p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
}
p strong {
  font-weight: 800;
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
p a {
  color: #0075c9;
  text-decoration: underline;
}
p a:hover {
  color: #0075c9;
}
p.quoter {
  text-transform: uppercase;
}

ul li {
  font-size: 18px;
}

table {
  font-size: 18px;
}
table tr td {
  padding: 10px;
}

.coral {
  color: #f27173;
}

.teal {
  color: #1ccfc9;
}

.blue {
  color: #0075c9;
}

.lblue {
  color: #00a7e1;
}

.navy {
  color: #393f4f;
}

.green {
  color: #c2e76b;
}

.oblue {
  color: #448edd;
}

.quickbooks-green {
  color: #2ca01c;
}

.freeagent-blue {
  color: #007abf;
}

.xero-blue {
  color: #00A3D3;
}

.pricing-hero h1, .pricing-hero h2, .pricing-hero h3, .pricing-hero h4, .pricing-hero h5, .pricing-hero p {
  color: #FFF;
}

/**
 * Buttons are specified in here.
 */
.btn-blok {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  background-color: #0075c9;
  border: 0;
  padding: 13px 80px 13px 30px;
  color: #FFF;
  display: inline-block;
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn-blok {
    font-size: 16px;
  }
}
.btn-blok:hover {
  text-decoration: none;
  color: inherit;
}
.btn-blok:focus {
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn-blok {
    padding-right: 70px;
  }
}
@media (max-width: 576px) {
  .btn-blok {
    padding-right: 65px;
    padding-left: 25px;
  }
}
.btn-blok span {
  position: relative;
  z-index: 10;
}
.btn-blok:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/btn-blok-end.png);
  background-image: url(../img/btn-blok-end.svg);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
}
.btn-blok:hover {
  text-decoration: none;
}
.btn-blok:before {
  bottom: 0;
  right: -1px;
}
.btn-blok.btn-yellow {
  background-color: #f6e948;
  color: #393f4f;
}
.btn-blok.btn-yellow:hover {
  background-color: #00a7e1;
  color: #FFF;
}
.btn-blok.btn-white {
  background-color: #FFF;
  color: #393f4f;
}
.btn-blok.btn-white:hover {
  background-color: #0075c9;
  color: #FFF;
}
.btn-blok.btn-coral {
  background-color: #f27173;
  color: #393f4f;
}
.btn-blok.btn-coral:hover {
  background-color: #448edd;
  color: #FFF;
}
.btn-blok.btn-teal {
  background-color: #1ccfc9;
  color: #393f4f;
}
.btn-blok.btn-teal:hover {
  background-color: #00a7e1;
  color: #FFF;
}
.btn-blok.btn-lblue {
  background-color: #00a7e1;
  color: #393f4f;
}
.btn-blok.btn-lblue:hover {
  background-color: #1ccfc9;
}
.btn-blok.btn-navy, .btn-blok.btn-other {
  background-color: #393f4f;
}
.btn-blok.btn-navy:hover, .btn-blok.btn-other:hover {
  background-color: #c2e76b;
}
.btn-blok.btn-quickbooks {
  background-color: #2ca01c;
}
.btn-blok.btn-quickbooks:hover {
  background-color: #c2e76b;
  color: #FFF;
}
.btn-blok.btn-xero {
  background-color: #00A3D3;
}
.btn-blok.btn-xero:hover {
  background-color: #c2e76b;
  color: #FFF;
}
.btn-blok.btn-freeagent {
  background-color: #007abf;
}
.btn-blok.btn-freeagent:hover {
  background-color: #c2e76b;
  color: #FFF;
}
.btn-blok.btn-stroke-blue {
  border: 1px solid #0075c9;
}
.btn-blok.btn-stroke-blue:before {
  background-image: url(../img/btn-blok-end-blue.png);
  background-image: url(../img/btn-blok-end-blue.svg);
}
.btn-blok.btn-stroke-blue:hover {
  background: #0075c9;
  color: #FFF;
}
.btn-blok.btn-stroke-lblue {
  border: 1px solid #00a7e1;
}
.btn-blok.btn-stroke-lblue:before {
  background-image: url(../img/btn-blok-end-lblue.png);
  background-image: url(../img/btn-blok-end-lblue.svg);
}
.btn-blok.btn-stroke-lblue:hover {
  background: #00a7e1;
  color: #FFF;
}
.btn-blok.btn-stroke-teal {
  border: 1px solid #1ccfc9;
}
.btn-blok.btn-stroke-teal:before {
  background-image: url(../img/btn-blok-end-teal.png);
  background-image: url(../img/btn-blok-end-teal.svg);
}
.btn-blok.btn-stroke-teal:hover {
  background: #1ccfc9;
  color: #FFF;
}
.btn-blok.btn-stroke-coral {
  border: 1px solid #f27173;
}
.btn-blok.btn-stroke-coral:before {
  background-image: url(../img/btn-blok-end-coral.png);
  background-image: url(../img/btn-blok-end-coral.svg);
}
.btn-blok.btn-stroke-coral:hover {
  background: #f27173;
  color: #FFF;
}
.btn-blok.btn-stroke-green {
  border: 1px solid #c2e76b;
}
.btn-blok.btn-stroke-green:before {
  background-image: url(../img/btn-blok-end-green.png);
  background-image: url(../img/btn-blok-end-green.svg);
}
.btn-blok.btn-stroke-green:hover {
  background: #c2e76b;
  color: #FFF;
}
.btn-blok.btn-stroke-oblue {
  border: 1px solid #448edd;
}
.btn-blok.btn-stroke-oblue:before {
  background-image: url(../img/btn-blok-end-oblue.png);
  background-image: url(../img/btn-blok-end-oblue.svg);
}
.btn-blok.btn-stroke-oblue:hover {
  background: #448edd;
  color: #FFF;
}
.btn-blok.icon-right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-right-black.png);
  background-image: url(../img/icon-arrow-right-black.svg);
  background-size: 13px 20px;
}
.btn-blok.icon-right.btn-stroke-blue:after, .btn-blok.icon-right.btn-stroke-lblue:after, .btn-blok.icon-right.btn-stroke-teal:after, .btn-blok.icon-right.btn-stroke-green:after, .btn-blok.icon-right.btn-stroke-oblue:after, .btn-blok.icon-right.btn-stroke-coral:after, .btn-blok.icon-right.btn-blue:after, .btn-blok.icon-right.btn-navy:after, .btn-blok.icon-right.btn-other:after {
  background-image: url(../img/icon-arrow-right-white.png);
  background-image: url(../img/icon-arrow-right-white.svg);
}
.btn-blok.icon-down:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-down-black.png);
  background-image: url(../img/icon-arrow-down-black.svg);
  background-size: 19px;
}
.btn-blok.icon-hamburger:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-hamburger.png);
  background-image: url(../img/icon-hamburger.svg);
  background-size: 19px;
}
.btn-blok.icon-ring:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-ring-black.png);
  background-image: url(../img/icon-ring-black.svg);
  background-size: 19px;
}
.btn-blok.icon-chat:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-chat-black.png);
  background-image: url(../img/icon-chat-black.svg);
  background-size: 19px;
}
.btn-blok.btn-large {
  font-size: 20px;
  padding: 18px 100px 18px 35px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}
.btn-blok.btn-large.icon-right:after {
  background-size: 13px 21px;
  width: 60px;
}
@media (max-width: 1200px) {
  .btn-blok.btn-large {
    padding: 13px 80px 13px 30px;
    font-size: 16px;
  }
  .btn-blok.btn-large.icon-right:after {
    width: 55px;
    background-size: 13px 20px;
  }
}
.btn-blok.btn-huge {
  font-size: 30px;
  padding: 20px 290px 20px 55px;
  -webkit-border-radius: 41px;
  border-radius: 41px;
}
.btn-blok.btn-huge.icon-right:after {
  width: 80px;
  background-size: 18px 30px;
}
@media (max-width: 991px) {
  .btn-blok.btn-huge {
    padding: 13px 80px 13px 30px;
    font-size: 16px;
  }
  .btn-blok.btn-huge.icon-right:after {
    width: 55px;
    background-size: 13px 20px;
  }
}
@media (max-width: 768px) {
  .btn-blok.btn-huge {
    padding-right: 65px;
    padding-left: 25px;
    width: 100%;
  }
  .btn-blok.btn-huge.icon-right:after {
    width: 35px;
  }
}
@media (max-width: 576px) {
  .btn-blok.btn-huge {
    padding-right: 58px;
    padding-left: 23px;
  }
}

input.btn-blok {
  padding: 13px 30px;
}

.bg-lblue + .container .hero-content .btn-blok.btn-yellow:hover, .bg-xero + .container .hero-content .btn-blok.btn-yellow:hover, .bg-freeagent + .container .hero-content .btn-blok.btn-yellow:hover {
  background-color: #c2e76b;
  color: #393f4f;
}

.platform-sp .btn-blok, .platforms-row .btn-blok {
  font-size: 14px;
  padding-left: 18px;
  padding-right: 46px;
}
.platform-sp .btn-blok:before, .platforms-row .btn-blok:before {
  right: -10px;
}
.platform-sp .btn-blok.icon-right:after, .platforms-row .btn-blok.icon-right:after {
  background-size: 9px 16px;
  width: 35px;
  background-image: url(../img/icon-arrow-right-white.png);
  background-image: url(../img/icon-arrow-right-white.svg);
}

header .btn-blok, .upper-row .btn-blok {
  padding: 10px 50px 10px 15px;
  font-size: 14px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
header .btn-blok.icon-right:after, .upper-row .btn-blok.icon-right:after {
  width: 40px;
  background-size: 8px 12px;
}

.btn-text {
  font-size: 16px;
  color: #393f4f;
  font-weight: normal;
  text-decoration: underline;
}

.btn-underline {
  color: #393f4f;
  font-weight: 800;
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 30px;
}
.btn-underline span {
  position: relative;
}
.btn-underline:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0075c9;
  content: "";
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition-duration: 0.2s;
}
.btn-underline:hover {
  text-decoration: none;
}
.btn-underline:hover:after {
  height: 10px;
}

.btn-text-red {
  color: #0075c9;
}
.btn-text-red:hover {
  color: #1ccfc9;
}

.btn-external:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-external-white.svg);
}

.btn-load-more {
  display: block;
  font-size: 22px;
  line-height: 25px;
  background-color: #ebeced;
  color: #393f4f;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-border-radius: 28.5px;
  border-radius: 28.5px;
  font-weight: 800;
  margin-top: 60px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.btn-load-more:hover {
  text-decoration: none;
  background-color: #0075c9;
  color: #FFF;
}
@media (max-width: 576px) {
  .btn-load-more {
    margin-top: 30px;
  }
}

.btn-ghost {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.btn-ghost span {
  float: left;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.btn-ghost span.label {
  padding: 12px 15px 12px 30px;
  font-size: 18px;
  color: #FFF;
  font-weight: 700;
  border: 2px solid #0075c9;
  border-right: 0;
  position: relative;
}
.btn-ghost span.label:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: #0075c9;
  right: -32px;
  top: -2px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
.btn-ghost span.label:after {
  width: 2px;
  background: #0075c9;
  height: 59px;
  right: -16px;
  top: -5px;
  content: "";
  position: absolute;
  transform: rotate(32deg);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
.btn-ghost span.icon {
  border: 2px solid #FFF;
  border-left: 0;
  min-height: 53px;
  width: 35px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-right-white.png);
  background-image: url(../img/icon-arrow-right-white.svg);
  background-size: 11px;
  margin-left: 31px;
  background-position: 10px center;
  position: relative;
}
.btn-ghost span.icon:after {
  content: "";
  width: 32px;
  left: -31px;
  height: 2px;
  bottom: -2px;
  background: #FFF;
  position: absolute;
}
.btn-ghost span.bleed {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0075c9;
  transition-duration: 0.2s;
}
.btn-ghost:hover span.bleed {
  width: 100%;
}
.btn-ghost:hover span.label {
  border-color: #FFF;
}
.btn-ghost:hover span.label:before, .btn-ghost:hover span.label:after {
  background-color: #FFF;
}

.window-pane {
  position: relative;
}

.btn-play {
  position: absolute;
  top: 0%;
  left: 0%;
  margin: 0px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.btn-play > div {
  margin: 0 auto;
}
.btn-play a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 117, 201, 0.6);
  background-image: url(../img/btn-play.png);
  background-image: url(../img/btn-play.svg);
  background-size: 50%;
  display: block;
  margin: 0 auto 15px;
}
.btn-play span {
  background-color: rgba(0, 117, 201, 0.6);
  padding: 8px 10px;
  font-size: 16px;
  margin-top: 15px;
  -webkit-border-radius: 17.5px;
  border-radius: 17.5px;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input.form-control {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-size: 16px;
  padding-left: 18px;
  border: none;
  outline: none;
  background: #FFF;
  border: 1px solid #3C3C3B;
  margin-bottom: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  height: 50px;
}
@media (max-width: 991px) {
  input[type=text], input[type=password], input[type=email], input[type=tel], input.form-control {
    font-size: 14px;
  }
}

textarea,
textarea.form-control {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-size: 16px;
  padding-left: 18px;
  border: none;
  outline: none;
  background: #FFF;
  border: 1px solid #3C3C3B;
  margin-bottom: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  textarea,
textarea.form-control {
    font-size: 14px;
  }
}

select,
select.form-control {
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-size: 16px;
  padding-left: 18px;
  outline: none;
  border: 1px solid #3C3C3B;
  margin-bottom: 25px;
  background: #FFF url(../img/icon-arrow-down-black.svg) right 15px center no-repeat;
  background-size: 18px 15px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  height: 50px;
}
@media (max-width: 991px) {
  select,
select.form-control {
    font-size: 14px;
  }
}

.wpcf7-checkbox {
  margin: 0 0 20px;
  display: inline-block;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}
.wpcf7-checkbox input {
  margin-right: 5px;
}

span.wpcf7-not-valid-tip {
  margin-top: -20px;
  margin-bottom: 15px;
  text-align: right;
  font-size: 14px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-color: #f6e948;
  background-color: #f6e948;
  padding: 8px;
}

.partner-get-in-touch form.wpcf7-form.invalid {
  padding-bottom: 50px;
}

label {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 991px) {
  label {
    font-size: 14px;
  }
}

.no-flexboxlegacy select {
  background-image: none;
}

.item-wrapper {
  position: relative;
  margin-top: -18px;
}
@media (max-width: 991px) {
  .item-wrapper {
    margin-top: 30px;
  }
}
.item-wrapper label {
  position: absolute;
  top: 16px;
  left: 22px;
  font-size: 14px;
  color: #393f4f;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  pointer-events: none;
}
@media (max-width: 576px) {
  .item-wrapper label {
    top: 11px;
  }
}
.item-wrapper input {
  border: #ababab 1px solid;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 15px;
}
@media (max-width: 576px) {
  .item-wrapper input {
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
}
.item-wrapper input.search {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-image: url(../img/icon-search.png);
  background-image: url(../img/icon-search.svg);
  background-size: 15px;
}
.item-wrapper select {
  border: #ababab 1px solid;
}
.item-wrapper.focused label {
  top: -8px;
  left: 15px;
  font-size: 11px;
  background: #FFF;
  padding-left: 5px;
  padding-right: 5px;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #26262A;
}

html.menu-open {
  position: fixed;
}

body {
  font-size: 1em;
  line-height: 1.4;
  background-repeat: repeat-y;
  background-size: cover;
  padding-top: 114px;
  overflow-x: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  body {
    padding-top: 70px;
  }
}

.scrolled body {
  padding-top: 0px;
}

.spying-container {
  position: relative;
}

.main-wrapper {
  background-color: #FFF;
}
@media (max-width: 991px) {
  .main-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #00a7e1;
  text-shadow: none;
  color: #FFF;
}

::selection {
  background: #00a7e1;
  text-shadow: none;
  color: #FFF;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

.clear {
  clear: both;
  width: 100%;
  height: 30px;
}

.nopadd {
  padding-left: 0;
  padding-right: 0;
}

.centered {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

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

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

.no-margin {
  margin: 0;
}

.content-block:last-of-type {
  padding-bottom: 0;
}
.content-block:last-of-type.card-grid {
  padding-bottom: 90px;
}
.content-block.intro-copy.why-section:last-of-type {
  padding-bottom: 0;
}
.content-block.intro-copy.why-section:last-of-type:after {
  display: none;
}
.content-block.slanted-row:last-of-type, .content-block.slanted-row-reverse:last-of-type {
  margin-bottom: 0;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .content-block.slanted-row:last-of-type, .content-block.slanted-row-reverse:last-of-type {
    padding-bottom: 30px;
  }
}

ul.default {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.default li {
  display: inline-block;
  margin-right: 10px;
}
ul.default li:last-child {
  margin-right: 0;
}

ol li {
  font-size: 18px;
}

.section-intro {
  margin-bottom: 40px;
}
.section-intro.centered {
  text-align: center;
}
.section-intro.centered p {
  text-align: center;
}

.has-slant-top {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .has-slant-top {
    padding-top: 55px;
  }
}
.has-slant-top:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  height: 424px;
  width: 100%;
  background-size: 100% 424px;
  background-repeat: no-repeat;
  background-image: url("../img/top-slant-grey.png");
  z-index: 1;
}
.has-slant-top .container {
  position: relative;
  z-index: 2;
}

.platform-selector-row + .has-slant-top:before {
  display: none;
}

.accountants-logos + .has-slant-top:before {
  display: none;
}

.has-solid-slant-top {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 991px) {
  .has-solid-slant-top {
    padding-top: 55px;
  }
}
.has-solid-slant-top:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  left: 0;
  top: -60px;
  border-style: solid;
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #f2f2f2;
}

.has-solid-slant-bottom {
  position: relative;
  padding-bottom: 65px;
  padding-top: 65px;
}
@media (max-width: 991px) {
  .has-solid-slant-bottom {
    padding-bottom: 55px;
  }
}
.has-solid-slant-bottom:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  left: 0;
  bottom: -60px;
  border-style: solid;
  border-width: 0 100vw 60px 0;
  border-color: transparent #f2f2f2 transparent transparent;
}

.slanted-row,
.slanted-row-reverse,
.slanted-row-parallel {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .slanted-row,
.slanted-row-reverse,
.slanted-row-parallel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.slanted-row:before, .slanted-row:after,
.slanted-row-reverse:before,
.slanted-row-reverse:after,
.slanted-row-parallel:before,
.slanted-row-parallel:after {
  border-style: solid;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
}
.slanted-row:before,
.slanted-row-reverse:before,
.slanted-row-parallel:before {
  top: -60px;
}
@media (max-width: 576px) {
  .slanted-row:before,
.slanted-row-reverse:before,
.slanted-row-parallel:before {
    top: -59px;
  }
}
.slanted-row:after,
.slanted-row-reverse:after,
.slanted-row-parallel:after {
  bottom: -60px;
}
@media (max-width: 576px) {
  .slanted-row:after,
.slanted-row-reverse:after,
.slanted-row-parallel:after {
    bottom: -59px;
  }
}

.slanted-row:before {
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #0075c9;
}
.slanted-row:after {
  border-width: 60px 100vw 0 0;
  border-color: #0075c9 transparent transparent transparent;
}

.slanted-row-reverse:before {
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #00a7e1 transparent;
}
.slanted-row-reverse:after {
  border-width: 0 100vw 60px 0;
  border-color: transparent #00a7e1 transparent transparent;
}

.slanted-row-parallel:before {
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #0075c9;
}
.slanted-row-parallel:after {
  border-width: 0 100vw 60px 0;
  border-color: transparent #0075c9 transparent transparent;
}

.slanted-row-crop {
  overflow: hidden;
}
.slanted-row-crop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 100vw;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
.slanted-row-crop:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.slanted-row-reverse + .slanted-row,
.slanted-row + .slanted-row-reverse,
.slanted-row-reverse + .has-solid-slant-bottom,
.slanted-row + .has-solid-slant-bottom,
.slanted-row-reverse + .has-solid-slant-top,
.slanted-row + .has-solid-slant-top,
.has-solid-slant-bottom + .slanted-row,
.has-solid-slant-bottom + .slanted-row-reverse,
.has-solid-slant-bottom + .has-solid-slant-bottom,
.has-solid-slant-bottom + .has-solid-slant-top {
  margin-top: 60px;
}

.slanted-row + .slanted-row {
  margin-top: 60px;
}
.slanted-row + .slanted-row:before {
  border-width: 0 0 60px 100vw;
}

.slanted-row-reverse + .slanted-row-reverse {
  margin-top: 60px;
}
.slanted-row-reverse + .slanted-row-reverse:before {
  border-width: 60px 0 0 100vw;
}

.has-solid-slant-top + .slanted-row-reverse {
  margin-top: 0;
}

.slanted-row + .has-solid-slant-bottom:before,
.slanted-row + .has-solid-slant-top:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  left: 0;
  top: -60px;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #f2f2f2;
}

.slanted-row-reverse + .has-solid-slant-bottom:before,
.has-solid-slant-bottom + .has-solid-slant-bottom:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  left: 0;
  top: -60px;
  border-style: solid;
  border-width: 60px 0 0 100vw;
}

.has-solid-slant-bottom + .slanted-row-reverse:before {
  border-width: 60px 0 0 100vw;
}

.bg-blue {
  background-color: #0075c9;
}
.bg-blue.slanted-row:before {
  border-color: transparent transparent transparent #0075c9;
}
.bg-blue.slanted-row:after {
  border-color: #0075c9 transparent transparent transparent;
}
.bg-blue.slanted-row-reverse:before {
  border-color: transparent transparent #0075c9 transparent;
}
.bg-blue.slanted-row-reverse:after {
  border-color: transparent #0075c9 transparent transparent;
}
.bg-blue .slanted-row-parallel:before {
  border-color: transparent transparent transparent #0075c9;
}
.bg-blue .slanted-row-parallel:after {
  border-color: transparent #0075c9 transparent transparent;
}
.bg-blue.has-solid-slant-top:before {
  border-color: transparent transparent transparent #0075c9;
}
.bg-blue.has-solid-slant-bottom:after {
  border-color: transparent #0075c9 transparent transparent;
}
.slanted-row + .bg-blue.slanted-row:before {
  border-color: transparent transparent #0075c9 transparent;
}
.slanted-row + .bg-blue.has-solid-slant-bottom:before, .slanted-row + .bg-blue.has-solid-slant-top:before {
  border-color: transparent transparent #0075c9;
}
.slanted-row-reverse + .bg-blue.slanted-row-reverse:before {
  border-color: transparent transparent transparent #0075c9;
}
.slanted-row-reverse + .bg-blue.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #0075c9;
}
.has-solid-slant-bottom + .bg-blue.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-blue.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #0075c9;
}

.bg-teal {
  background-color: #1ccfc9;
}
.bg-teal.slanted-row:before {
  border-color: transparent transparent transparent #1ccfc9;
}
.bg-teal.slanted-row:after {
  border-color: #1ccfc9 transparent transparent transparent;
}
.bg-teal.slanted-row-reverse:before {
  border-color: transparent transparent #1ccfc9 transparent;
}
.bg-teal.slanted-row-reverse:after {
  border-color: transparent #1ccfc9 transparent transparent;
}
.bg-teal .slanted-row-parallel:before {
  border-color: transparent transparent transparent #1ccfc9;
}
.bg-teal .slanted-row-parallel:after {
  border-color: transparent #1ccfc9 transparent transparent;
}
.bg-teal.has-solid-slant-top:before {
  border-color: transparent transparent transparent #1ccfc9;
}
.bg-teal.has-solid-slant-bottom:after {
  border-color: transparent #1ccfc9 transparent transparent;
}
.slanted-row + .bg-teal.slanted-row:before {
  border-color: transparent transparent #1ccfc9 transparent;
}
.slanted-row + .bg-teal.has-solid-slant-bottom:before, .slanted-row + .bg-teal.has-solid-slant-top:before {
  border-color: transparent transparent #1ccfc9;
}
.slanted-row-reverse + .bg-teal.slanted-row-reverse:before {
  border-color: transparent transparent transparent #1ccfc9;
}
.slanted-row-reverse + .bg-teal.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #1ccfc9;
}
.has-solid-slant-bottom + .bg-teal.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-teal.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #1ccfc9;
}

.bg-coral {
  background-color: #f27173;
}
.bg-coral.slanted-row:before {
  border-color: transparent transparent transparent #f27173;
}
.bg-coral.slanted-row:after {
  border-color: #f27173 transparent transparent transparent;
}
.bg-coral.slanted-row-reverse:before {
  border-color: transparent transparent #f27173 transparent;
}
.bg-coral.slanted-row-reverse:after {
  border-color: transparent #f27173 transparent transparent;
}
.bg-coral .slanted-row-parallel:before {
  border-color: transparent transparent transparent #f27173;
}
.bg-coral .slanted-row-parallel:after {
  border-color: transparent #f27173 transparent transparent;
}
.bg-coral.has-solid-slant-top:before {
  border-color: transparent transparent transparent #f27173;
}
.bg-coral.has-solid-slant-bottom:after {
  border-color: transparent #f27173 transparent transparent;
}
.slanted-row + .bg-coral.slanted-row:before {
  border-color: transparent transparent #f27173 transparent;
}
.slanted-row + .bg-coral.has-solid-slant-bottom:before, .slanted-row + .bg-coral.has-solid-slant-top:before {
  border-color: transparent transparent #f27173;
}
.slanted-row-reverse + .bg-coral.slanted-row-reverse:before {
  border-color: transparent transparent transparent #f27173;
}
.slanted-row-reverse + .bg-coral.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #f27173;
}
.has-solid-slant-bottom + .bg-coral.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-coral.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #f27173;
}

.bg-green {
  background-color: #c2e76b;
}
.bg-green.slanted-row:before {
  border-color: transparent transparent transparent #c2e76b;
}
.bg-green.slanted-row:after {
  border-color: #c2e76b transparent transparent transparent;
}
.bg-green.slanted-row-reverse:before {
  border-color: transparent transparent #c2e76b transparent;
}
.bg-green.slanted-row-reverse:after {
  border-color: transparent #c2e76b transparent transparent;
}
.bg-green .slanted-row-parallel:before {
  border-color: transparent transparent transparent #c2e76b;
}
.bg-green .slanted-row-parallel:after {
  border-color: transparent #c2e76b transparent transparent;
}
.bg-green.has-solid-slant-top:before {
  border-color: transparent transparent transparent #c2e76b;
}
.bg-green.has-solid-slant-bottom:after {
  border-color: transparent #c2e76b transparent transparent;
}
.slanted-row + .bg-green.slanted-row:before {
  border-color: transparent transparent #c2e76b transparent;
}
.slanted-row + .bg-green.has-solid-slant-bottom:before, .slanted-row + .bg-green.has-solid-slant-top:before {
  border-color: transparent transparent #c2e76b;
}
.slanted-row-reverse + .bg-green.slanted-row-reverse:before {
  border-color: transparent transparent transparent #c2e76b;
}
.slanted-row-reverse + .bg-green.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #c2e76b;
}
.has-solid-slant-bottom + .bg-green.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-green.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #c2e76b;
}

.bg-navy {
  background-color: #393f4f;
}
.bg-navy.slanted-row:before {
  border-color: transparent transparent transparent #393f4f;
}
.bg-navy.slanted-row:after {
  border-color: #393f4f transparent transparent transparent;
}
.bg-navy.slanted-row-reverse:before {
  border-color: transparent transparent #393f4f transparent;
}
.bg-navy.slanted-row-reverse:after {
  border-color: transparent #393f4f transparent transparent;
}
.bg-navy .slanted-row-parallel:before {
  border-color: transparent transparent transparent #393f4f;
}
.bg-navy .slanted-row-parallel:after {
  border-color: transparent #393f4f transparent transparent;
}
.bg-navy.has-solid-slant-top:before {
  border-color: transparent transparent transparent #393f4f;
}
.bg-navy.has-solid-slant-bottom:after {
  border-color: transparent #393f4f transparent transparent;
}
.slanted-row + .bg-navy.slanted-row:before {
  border-color: transparent transparent #393f4f transparent;
}
.slanted-row + .bg-navy.has-solid-slant-bottom:before, .slanted-row + .bg-navy.has-solid-slant-top:before {
  border-color: transparent transparent #393f4f;
}
.slanted-row-reverse + .bg-navy.slanted-row-reverse:before {
  border-color: transparent transparent transparent #393f4f;
}
.slanted-row-reverse + .bg-navy.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #393f4f;
}
.has-solid-slant-bottom + .bg-navy.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-navy.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #393f4f;
}

.bg-lblue {
  background-color: #00a7e1;
}
.bg-lblue.slanted-row:before {
  border-color: transparent transparent transparent #00a7e1;
}
.bg-lblue.slanted-row:after {
  border-color: #00a7e1 transparent transparent transparent;
}
.bg-lblue.slanted-row-reverse:before {
  border-color: transparent transparent #00a7e1 transparent;
}
.bg-lblue.slanted-row-reverse:after {
  border-color: transparent #00a7e1 transparent transparent;
}
.bg-lblue .slanted-row-parallel:before {
  border-color: transparent transparent transparent #00a7e1;
}
.bg-lblue .slanted-row-parallel:after {
  border-color: transparent #00a7e1 transparent transparent;
}
.bg-lblue.has-solid-slant-top:before {
  border-color: transparent transparent transparent #00a7e1;
}
.bg-lblue.has-solid-slant-bottom:after {
  border-color: transparent #00a7e1 transparent transparent;
}
.slanted-row + .bg-lblue.slanted-row:before {
  border-color: transparent transparent #00a7e1 transparent;
}
.slanted-row + .bg-lblue.has-solid-slant-bottom:before, .slanted-row + .bg-lblue.has-solid-slant-top:before {
  border-color: transparent transparent #00a7e1;
}
.slanted-row-reverse + .bg-lblue.slanted-row-reverse:before {
  border-color: transparent transparent transparent #00a7e1;
}
.slanted-row-reverse + .bg-lblue.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #00a7e1;
}
.has-solid-slant-bottom + .bg-lblue.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-lblue.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #00a7e1;
}

.bg-green {
  background-color: #c2e76b;
}
.bg-green.slanted-row:before {
  border-color: transparent transparent transparent #c2e76b;
}
.bg-green.slanted-row:after {
  border-color: #c2e76b transparent transparent transparent;
}
.bg-green.slanted-row-reverse:before {
  border-color: transparent transparent #c2e76b transparent;
}
.bg-green.slanted-row-reverse:after {
  border-color: transparent #c2e76b transparent transparent;
}
.bg-green .slanted-row-parallel:before {
  border-color: transparent transparent transparent #c2e76b;
}
.bg-green .slanted-row-parallel:after {
  border-color: transparent #c2e76b transparent transparent;
}
.bg-green.has-solid-slant-top:before {
  border-color: transparent transparent transparent #c2e76b;
}
.bg-green.has-solid-slant-bottom:after {
  border-color: transparent #c2e76b transparent transparent;
}
.slanted-row + .bg-green.slanted-row:before {
  border-color: transparent transparent #c2e76b transparent;
}
.slanted-row + .bg-green.has-solid-slant-bottom:before, .slanted-row + .bg-green.has-solid-slant-top:before {
  border-color: transparent transparent #c2e76b;
}
.slanted-row-reverse + .bg-green.slanted-row-reverse:before {
  border-color: transparent transparent transparent #c2e76b;
}
.slanted-row-reverse + .bg-green.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #c2e76b;
}
.has-solid-slant-bottom + .bg-green.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-green.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #c2e76b;
}

.bg-yellow {
  background-color: #f6e948;
}
.bg-yellow.slanted-row:before {
  border-color: transparent transparent transparent #f6e948;
}
.bg-yellow.slanted-row:after {
  border-color: #f6e948 transparent transparent transparent;
}
.bg-yellow.slanted-row-reverse:before {
  border-color: transparent transparent #f6e948 transparent;
}
.bg-yellow.slanted-row-reverse:after {
  border-color: transparent #f6e948 transparent transparent;
}
.bg-yellow .slanted-row-parallel:before {
  border-color: transparent transparent transparent #f6e948;
}
.bg-yellow .slanted-row-parallel:after {
  border-color: transparent #f6e948 transparent transparent;
}
.bg-yellow.has-solid-slant-top:before {
  border-color: transparent transparent transparent #f6e948;
}
.bg-yellow.has-solid-slant-bottom:after {
  border-color: transparent #f6e948 transparent transparent;
}
.slanted-row + .bg-yellow.slanted-row:before {
  border-color: transparent transparent #f6e948 transparent;
}
.slanted-row + .bg-yellow.has-solid-slant-bottom:before, .slanted-row + .bg-yellow.has-solid-slant-top:before {
  border-color: transparent transparent #f6e948;
}
.slanted-row-reverse + .bg-yellow.slanted-row-reverse:before {
  border-color: transparent transparent transparent #f6e948;
}
.slanted-row-reverse + .bg-yellow.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #f6e948;
}
.has-solid-slant-bottom + .bg-yellow.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-yellow.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #f6e948;
}

.bg-quickbooks {
  background-color: #2ca01c;
}
.bg-quickbooks.slanted-row:before {
  border-color: transparent transparent transparent #2ca01c;
}
.bg-quickbooks.slanted-row:after {
  border-color: #2ca01c transparent transparent transparent;
}
.bg-quickbooks.slanted-row-reverse:before {
  border-color: transparent transparent #2ca01c transparent;
}
.bg-quickbooks.slanted-row-reverse:after {
  border-color: transparent #2ca01c transparent transparent;
}
.bg-quickbooks .slanted-row-parallel:before {
  border-color: transparent transparent transparent #2ca01c;
}
.bg-quickbooks .slanted-row-parallel:after {
  border-color: transparent #2ca01c transparent transparent;
}
.bg-quickbooks.has-solid-slant-top:before {
  border-color: transparent transparent transparent #2ca01c;
}
.bg-quickbooks.has-solid-slant-bottom:after {
  border-color: transparent #2ca01c transparent transparent;
}
.slanted-row + .bg-quickbooks.slanted-row:before {
  border-color: transparent transparent #2ca01c transparent;
}
.slanted-row + .bg-quickbooks.has-solid-slant-bottom:before, .slanted-row + .bg-quickbooks.has-solid-slant-top:before {
  border-color: transparent transparent #2ca01c;
}
.slanted-row-reverse + .bg-quickbooks.slanted-row-reverse:before {
  border-color: transparent transparent transparent #2ca01c;
}
.slanted-row-reverse + .bg-quickbooks.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #2ca01c;
}
.has-solid-slant-bottom + .bg-quickbooks.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-quickbooks.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #2ca01c;
}

.bg-freeagent {
  background-color: #007abf;
}
.bg-freeagent.slanted-row:before {
  border-color: transparent transparent transparent #007abf;
}
.bg-freeagent.slanted-row:after {
  border-color: #007abf transparent transparent transparent;
}
.bg-freeagent.slanted-row-reverse:before {
  border-color: transparent transparent #007abf transparent;
}
.bg-freeagent.slanted-row-reverse:after {
  border-color: transparent #007abf transparent transparent;
}
.bg-freeagent .slanted-row-parallel:before {
  border-color: transparent transparent transparent #007abf;
}
.bg-freeagent .slanted-row-parallel:after {
  border-color: transparent #007abf transparent transparent;
}
.bg-freeagent.has-solid-slant-top:before {
  border-color: transparent transparent transparent #007abf;
}
.bg-freeagent.has-solid-slant-bottom:after {
  border-color: transparent #007abf transparent transparent;
}
.slanted-row + .bg-freeagent.slanted-row:before {
  border-color: transparent transparent #007abf transparent;
}
.slanted-row + .bg-freeagent.has-solid-slant-bottom:before, .slanted-row + .bg-freeagent.has-solid-slant-top:before {
  border-color: transparent transparent #007abf;
}
.slanted-row-reverse + .bg-freeagent.slanted-row-reverse:before {
  border-color: transparent transparent transparent #007abf;
}
.slanted-row-reverse + .bg-freeagent.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #007abf;
}
.has-solid-slant-bottom + .bg-freeagent.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-freeagent.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #007abf;
}

.bg-xero {
  background-color: #00A3D3;
}
.bg-xero.slanted-row:before {
  border-color: transparent transparent transparent #00A3D3;
}
.bg-xero.slanted-row:after {
  border-color: #00A3D3 transparent transparent transparent;
}
.bg-xero.slanted-row-reverse:before {
  border-color: transparent transparent #00A3D3 transparent;
}
.bg-xero.slanted-row-reverse:after {
  border-color: transparent #00A3D3 transparent transparent;
}
.bg-xero .slanted-row-parallel:before {
  border-color: transparent transparent transparent #00A3D3;
}
.bg-xero .slanted-row-parallel:after {
  border-color: transparent #00A3D3 transparent transparent;
}
.bg-xero.has-solid-slant-top:before {
  border-color: transparent transparent transparent #00A3D3;
}
.bg-xero.has-solid-slant-bottom:after {
  border-color: transparent #00A3D3 transparent transparent;
}
.slanted-row + .bg-xero.slanted-row:before {
  border-color: transparent transparent #00A3D3 transparent;
}
.slanted-row + .bg-xero.has-solid-slant-bottom:before, .slanted-row + .bg-xero.has-solid-slant-top:before {
  border-color: transparent transparent #00A3D3;
}
.slanted-row-reverse + .bg-xero.slanted-row-reverse:before {
  border-color: transparent transparent transparent #00A3D3;
}
.slanted-row-reverse + .bg-xero.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #00A3D3;
}
.has-solid-slant-bottom + .bg-xero.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-xero.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #00A3D3;
}

.bg-grey {
  background-color: #f2f2f2;
}
.bg-grey.slanted-row:before {
  border-color: transparent transparent transparent #f2f2f2;
}
.bg-grey.slanted-row:after {
  border-color: #f2f2f2 transparent transparent transparent;
}
.bg-grey.slanted-row-reverse:before {
  border-color: transparent transparent #f2f2f2 transparent;
}
.bg-grey.slanted-row-reverse:after {
  border-color: transparent #f2f2f2 transparent transparent;
}
.bg-grey .slanted-row-parallel:before {
  border-color: transparent transparent transparent #f2f2f2;
}
.bg-grey .slanted-row-parallel:after {
  border-color: transparent #f2f2f2 transparent transparent;
}
.bg-grey.has-solid-slant-top:before {
  border-color: transparent transparent transparent #f2f2f2;
}
.bg-grey.has-solid-slant-bottom:after {
  border-color: transparent #f2f2f2 transparent transparent;
}
.slanted-row + .bg-grey.slanted-row:before {
  border-color: transparent transparent #f2f2f2 transparent;
}
.slanted-row + .bg-grey.has-solid-slant-bottom:before, .slanted-row + .bg-grey.has-solid-slant-top:before {
  border-color: transparent transparent #f2f2f2;
}
.slanted-row-reverse + .bg-grey.slanted-row-reverse:before {
  border-color: transparent transparent transparent #f2f2f2;
}
.slanted-row-reverse + .bg-grey.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #f2f2f2;
}
.has-solid-slant-bottom + .bg-grey.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-grey.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #f2f2f2;
}

.bg-dblue {
  background-color: #2B2F3A;
}
.bg-dblue.slanted-row:before {
  border-color: transparent transparent transparent #2B2F3A;
}
.bg-dblue.slanted-row:after {
  border-color: #2B2F3A transparent transparent transparent;
}
.bg-dblue.slanted-row-reverse:before {
  border-color: transparent transparent #2B2F3A transparent;
}
.bg-dblue.slanted-row-reverse:after {
  border-color: transparent #2B2F3A transparent transparent;
}
.bg-dblue .slanted-row-parallel:before {
  border-color: transparent transparent transparent #2B2F3A;
}
.bg-dblue .slanted-row-parallel:after {
  border-color: transparent #2B2F3A transparent transparent;
}
.bg-dblue.has-solid-slant-top:before {
  border-color: transparent transparent transparent #2B2F3A;
}
.bg-dblue.has-solid-slant-bottom:after {
  border-color: transparent #2B2F3A transparent transparent;
}
.slanted-row + .bg-dblue.slanted-row:before {
  border-color: transparent transparent #2B2F3A transparent;
}
.slanted-row + .bg-dblue.has-solid-slant-bottom:before, .slanted-row + .bg-dblue.has-solid-slant-top:before {
  border-color: transparent transparent #2B2F3A;
}
.slanted-row-reverse + .bg-dblue.slanted-row-reverse:before {
  border-color: transparent transparent transparent #2B2F3A;
}
.slanted-row-reverse + .bg-dblue.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #2B2F3A;
}
.has-solid-slant-bottom + .bg-dblue.slanted-row-reverse:before, .has-solid-slant-bottom + .bg-dblue.has-solid-slant-bottom:before {
  border-color: transparent transparent transparent #2B2F3A;
}

.bg-blue, .bg-teal, .bg-coral, .bg-navy, .bg-lblue, .bg-quickbooks, .bg-freeagent, .bg-xero, .bg-dblue {
  color: #FFF;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue p, .bg-blue h2 a, .bg-blue h3 a, .bg-blue h4 a, .bg-blue p a, .bg-teal h1, .bg-teal h2, .bg-teal h3, .bg-teal h4, .bg-teal h5, .bg-teal p, .bg-teal h2 a, .bg-teal h3 a, .bg-teal h4 a, .bg-teal p a, .bg-coral h1, .bg-coral h2, .bg-coral h3, .bg-coral h4, .bg-coral h5, .bg-coral p, .bg-coral h2 a, .bg-coral h3 a, .bg-coral h4 a, .bg-coral p a, .bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4, .bg-navy h5, .bg-navy p, .bg-navy h2 a, .bg-navy h3 a, .bg-navy h4 a, .bg-navy p a, .bg-lblue h1, .bg-lblue h2, .bg-lblue h3, .bg-lblue h4, .bg-lblue h5, .bg-lblue p, .bg-lblue h2 a, .bg-lblue h3 a, .bg-lblue h4 a, .bg-lblue p a, .bg-quickbooks h1, .bg-quickbooks h2, .bg-quickbooks h3, .bg-quickbooks h4, .bg-quickbooks h5, .bg-quickbooks p, .bg-quickbooks h2 a, .bg-quickbooks h3 a, .bg-quickbooks h4 a, .bg-quickbooks p a, .bg-freeagent h1, .bg-freeagent h2, .bg-freeagent h3, .bg-freeagent h4, .bg-freeagent h5, .bg-freeagent p, .bg-freeagent h2 a, .bg-freeagent h3 a, .bg-freeagent h4 a, .bg-freeagent p a, .bg-xero h1, .bg-xero h2, .bg-xero h3, .bg-xero h4, .bg-xero h5, .bg-xero p, .bg-xero h2 a, .bg-xero h3 a, .bg-xero h4 a, .bg-xero p a, .bg-dblue h1, .bg-dblue h2, .bg-dblue h3, .bg-dblue h4, .bg-dblue h5, .bg-dblue p, .bg-dblue h2 a, .bg-dblue h3 a, .bg-dblue h4 a, .bg-dblue p a {
  color: #FFF;
}
.bg-blue p a:hover, .bg-teal p a:hover, .bg-coral p a:hover, .bg-navy p a:hover, .bg-lblue p a:hover, .bg-quickbooks p a:hover, .bg-freeagent p a:hover, .bg-xero p a:hover, .bg-dblue p a:hover {
  opacity: 0.6;
}

.bg-green, .bg-yellow, .bg-grey {
  color: #393f4f;
}
.bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green p, .bg-green p a, .bg-yellow h1, .bg-yellow h2, .bg-yellow h3, .bg-yellow h4, .bg-yellow h5, .bg-yellow p, .bg-yellow p a, .bg-grey h1, .bg-grey h2, .bg-grey h3, .bg-grey h4, .bg-grey h5, .bg-grey p, .bg-grey p a {
  color: #393f4f;
}

.hero + .bg-blue {
  position: relative;
  padding-top: 65px;
}
@media (max-width: 991px) {
  .hero + .bg-blue {
    padding-top: 55px;
  }
}
.hero + .bg-blue:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  left: 0;
  top: -60px;
  border-style: solid;
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #0075c9;
}

.v-centre {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.has-section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .has-section-padding {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.has-section-padding-top {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .has-section-padding-top {
    padding-top: 65px;
  }
}

.has-section-padding-bottom {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .has-section-padding-bottom {
    padding-bottom: 65px;
  }
}

.has-half-section-padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

/* Mobile helpers */
@media (max-width: 991px) {
  .hide-mob {
    display: none;
  }
}

/* Styles for PACKERY */
.hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/**
 * All styles related to markup inside the header
 */
.upper-row {
  background-color: #1d2028;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  z-index: 6;
  overflow: hidden;
}
.upper-row > * {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .upper-row {
    display: none;
  }
}
.upper-row .btn-blok {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 20px;
}
.upper-row .item-container.region-selector {
  padding-left: 26px;
  position: relative;
  background-color: #000;
  -webkit-border-radius: 17.5px;
  border-radius: 17.5px;
}
@media (max-width: 991px) {
  .upper-row .item-container.region-selector {
    position: fixed;
    bottom: 55px;
    left: -100%;
    width: calc(100% - 90px);
    z-index: 1;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding-left: 33px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
  }
}
.upper-row .item-container.region-selector:before {
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-region-white.png);
  background-image: url(../img/icon-region-white.svg);
  width: 15px;
  height: 100%;
  position: absolute;
  left: 13px;
  top: 0;
}
.upper-row .item-container.region-selector select {
  height: 35px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  width: 200px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0;
  border: none;
  background-image: url(../img/icon-down-white.png);
  background-image: url(../img/icon-down-white.svg);
  background-size: 13px;
  background-position-x: calc(100% - 15px);
}
@media (max-width: 991px) {
  .upper-row .item-container.region-selector select {
    height: 50px;
    width: 100%;
  }
}
.upper-row .item-container.region-selector select option {
  color: #000;
}
.upper-row .ayitrp {
  text-align: left;
  color: #FFF;
  margin-top: 6px;
  margin-bottom: 0;
  display: none;
}
@media (min-width: 576px) {
  .upper-row .ayitrp {
    padding-left: calc((100vw - 540px) /2);
  }
}
@media (min-width: 768px) {
  .upper-row .ayitrp {
    padding-left: calc((100vw - 720px) /2);
  }
}
@media (min-width: 992px) {
  .upper-row .ayitrp {
    padding-left: calc((100vw - 960px) /2);
  }
}
@media (min-width: 1200px) {
  .upper-row .ayitrp {
    padding-left: calc((100vw - 1140px) /2);
  }
}

header {
  position: fixed;
  top: 0px;
  z-index: 5;
  left: 0;
  text-align: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #393f4f;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
header .main-nav {
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  header .main-nav {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  header {
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  header {
    padding-left: 0px;
    padding-right: 0px;
  }
}
header .logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 130px;
  height: 33px;
  background-position: left center;
  background-image: url(../img/logo-white.png);
  background-image: url(../img/logo-white.svg);
  margin: 0;
  position: relative;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  header .logo {
    height: 30px;
    width: 100%;
    margin-left: 15px;
    margin-top: 0;
  }
}
header .nav-container, header .logo-container, header .btn-container {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  header .nav-container, header .logo-container, header .btn-container {
    margin-bottom: 0;
  }
}
header .nav-container {
  flex-basis: calc(83.333333% - 208px);
  max-width: calc(83.333333% - 208px);
  position: static;
}
@media (max-width: 991px) {
  header .nav-container {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0%;
    top: 70px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
    flex-basis: 100%;
    max-width: 100%;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
  }
  header .nav-container:before {
    content: "";
    top: 0px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 150vw calc(100vh - 70px) 0;
    border-color: transparent #393f4f transparent transparent;
    position: absolute;
  }
  header .nav-container:after {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/mobile-menu-bg.png);
    background-image: url(../img/mobile-menu-bg.svg);
    top: 0px;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-position: center top;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
  }
  header .nav-container .row {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  }
  header .nav-container .row.btn-row {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
  header .nav-container .row.btn-row > div {
    padding-left: 30px;
    padding-right: 30px;
  }
  header .nav-container .row.btn-row > div p .btn-blok {
    text-decoration: none;
  }
}
@media (max-width: 576px) {
  header .nav-container:before {
    top: -1px;
    border-right-width: 200vw;
  }
}
header .nav-container ul {
  list-style: none;
  text-align: center;
  display: flex;
  padding: 0px;
  margin: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  opacity: 1;
  width: 100%;
  padding-left: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  header .nav-container ul {
    display: inline-block;
    margin-top: 20px;
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  header .nav-container ul {
    margin-top: 10px;
  }
}
header .nav-container ul li {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  display: flex;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 991px) {
  header .nav-container ul li {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    text-align: right;
  }
}
@media (max-width: 768px) {
  header .nav-container ul li {
    margin-bottom: 10px;
  }
}
header .nav-container ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  header .nav-container ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  header .nav-container ul li:nth-child(1) a {
    padding-right: 5px;
  }
  header .nav-container ul li:nth-child(2) a {
    padding-right: 10px;
  }
  header .nav-container ul li:nth-child(3) a {
    padding-right: 15px;
  }
  header .nav-container ul li:nth-child(4) a {
    padding-right: 20px;
  }
  header .nav-container ul li:nth-child(5) a {
    padding-right: 25px;
  }
  header .nav-container ul li:nth-child(6) a {
    padding-right: 30px;
  }
  header .nav-container ul li:nth-child(7) a {
    padding-right: 35px;
  }
}
header .nav-container ul li a {
  color: #FFF;
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  position: relative;
  width: 100%;
  /*
  					&:after {
  						content:'';
  						width:100%;
  						height:75px;
  						position:absolute;
  						top:50%;
  						left:0;
  						@include fast-animation;
  						margin-top:-37.5px;
  						background-image:url(../img/nav-active-highlight-blue.png);
  						background-image:url(../img/nav-active-highlight-blue.svg);
  						@include contain-bg;
  						transform: scale(0);
  						display: none;
  						@include medium {
  							display: none;
  						}
  					}
  */
}
@media (max-width: 991px) {
  header .nav-container ul li a {
    font-size: 16px;
    line-height: 19px;
    opacity: 0;
    transition-delay: 0;
  }
}
header .nav-container ul li a:hover {
  text-decoration: none;
  color: #00a7e1;
  /*
  						&:after {
  							width:100%;
  							transform: scale(0.9);
  						}
  */
}
header .nav-container ul li a:focus {
  text-decoration: none;
}
header .nav-container ul li.current-menu-item a, header .nav-container ul li.current-page-ancestor a {
  text-decoration: none;
  color: #00a7e1;
}
header .nav-container ul li.current-menu-item a:after, header .nav-container ul li.current-page-ancestor a:after {
  /*
  							width:100%;
  							transform: scale(1);
  */
}
header .nav-container ul li.current-menu-item ul li a, header .nav-container ul li.current-page-ancestor ul li a {
  color: #FFF;
}
header .nav-container ul li.current-menu-item ul li a:hover, header .nav-container ul li.current-page-ancestor ul li a:hover {
  color: #00a7e1;
}
header .nav-container ul li.current-menu-item.menu-item-has-children a:after, header .nav-container ul li.current-page-ancestor.menu-item-has-children a:after {
  background-image: url(../img/icon-down-lblue.png);
  background-image: url(../img/icon-down-lblue.svg);
}
header .nav-container ul li.teal-highlight {
  max-width: 130px;
}
@media (min-width: 1200px) {
  header .nav-container ul li.teal-highlight {
    max-width: 100%;
  }
}
header .nav-container ul li.teal-highlight a {
  /*
                          &:after {
                              background-image:url(../img/nav-active-highlight-teal.png);
                              background-image:url(../img/nav-active-highlight-teal.svg);	
                          }
  */
}
header .nav-container ul li.teal-highlight a:hover {
  color: #1ccfc9;
}
header .nav-container ul li.teal-highlight.current-menu-item a, header .nav-container ul li.teal-highlight.current-page-ancestor a {
  color: #1ccfc9;
  /*
                              &:after {
                                  background-image:url(../img/nav-active-highlight-teal.png);
                                  background-image:url(../img/nav-active-highlight-teal.svg);	
                              }
  */
}
header .nav-container ul li.teal-highlight.current-menu-item a:hover, header .nav-container ul li.teal-highlight.current-page-ancestor a:hover {
  color: #1ccfc9;
}
header .nav-container ul li.coral-highlight a {
  /*
                          &:after {
                              background-image:url(../img/nav-active-highlight-coral.png);
                              background-image:url(../img/nav-active-highlight-coral.svg);
                          }
  */
}
header .nav-container ul li.coral-highlight a:hover {
  color: #f27173;
}
header .nav-container ul li.coral-highlight.current-menu-item a, header .nav-container ul li.coral-highlight.current-page-ancestor a {
  color: #f27173;
  /*
                              &:after {
                                  background-image:url(../img/nav-active-highlight-coral.png);
                                  background-image:url(../img/nav-active-highlight-coral.svg);
                              }
  */
}
header .nav-container ul li.coral-highlight.current-menu-item a:hover, header .nav-container ul li.coral-highlight.current-page-ancestor a:hover {
  color: #f27173;
}
header .btn-container {
  display: flex;
  align-items: center;
  flex: 0 0 208px;
}
header .btn-container a {
  float: right;
  margin: 0;
}
header .btn-menu {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0px;
  display: block;
  height: 53px;
  cursor: pointer;
}
@media (max-width: 991px) {
  header .btn-menu {
    right: 15px;
  }
}
header .btn-menu span {
  color: #FFF;
  position: absolute;
  display: block;
  font-size: 13.5px;
  right: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
header .btn-menu span.btm, header .btn-menu span.md {
  height: 8.5px;
  width: 100%;
  background: #FFF;
}
header .btn-menu span.top {
  top: 0;
}
header .btn-menu span.md {
  top: 27px;
}
header .btn-menu span.btm {
  top: 44px;
}
header .btn-menu:hover span.btm {
  width: 50%;
}
@media (min-width: 992px) and (max-width: 1040px) {
  header .logo-container {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
  }
  header .logo-container .logo {
    width: 100%;
  }
  header .nav-container {
    -ms-flex: 0 0 calc(87% - 208px);
    flex: 0 0 calc(87% - 208px);
    max-width: calc(87% - 208px);
  }
  header .nav-container ul li a {
    font-size: 14px;
    line-height: 17px;
  }
}
header .btn-mobile-menu {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  width: 35px;
  height: 30px;
  cursor: pointer;
}
header .btn-mobile-menu span {
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  right: 0;
  display: block;
  width: 100%;
  height: 5px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
header .btn-mobile-menu span.top {
  top: 10px;
}
header .btn-mobile-menu span.btm {
  top: 25px;
  width: 60%;
}

.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.overlay-menu .main-menu {
  width: 65%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #FFF;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  pointer-events: all;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .overlay-menu .main-menu {
    width: 100%;
  }
}
.overlay-menu .main-menu ul {
  width: 80%;
  list-style: none;
  margin-left: 10%;
  margin-right: 10%;
  padding: 0;
}
.overlay-menu .main-menu ul li {
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .overlay-menu .main-menu ul li {
    margin-bottom: 15px;
  }
}
.overlay-menu .main-menu ul li a {
  font-weight: 700;
  font-size: 45px;
  line-height: 40px;
  color: #26262A;
  display: block;
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .overlay-menu .main-menu ul li a {
    font-size: 24px;
    line-height: 26px;
  }
}
.overlay-menu .main-menu ul li a:after {
  content: "";
  width: 0%;
  height: 6px;
  background: #26262A;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition-duration: 0.8s;
}
.overlay-menu .main-menu ul li a:hover {
  text-decoration: none;
  color: #00a7e1;
}
.overlay-menu .main-menu ul li a:hover:after {
  width: 100%;
}
.overlay-menu .main-menu .contact-details {
  position: absolute;
  bottom: 30px;
  right: 10%;
}
.overlay-menu .main-menu .contact-details a {
  display: block;
  color: #26262A;
  text-align: right;
}

header .nav-container ul li.menu-item-has-children > a {
  position: relative;
}
header .nav-container ul li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-down-white.png);
  background-image: url(../img/icon-down-white.svg);
  margin-left: 6px;
}
@media (max-width: 991px) {
  header .nav-container ul li.menu-item-has-children > a:after {
    transform: rotate(-90deg);
  }
}
header .nav-container ul li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  bottom: -30px;
  height: 40px;
  width: 100%;
  display: block;
  left: 0;
  z-index: 2;
}
@media (min-width: 993px) {
  header .nav-container ul li.menu-item-has-children:hover > a {
    color: #00a7e1;
  }
  header .nav-container ul li.menu-item-has-children:hover > a:after {
    background-image: url(../img/icon-down-lblue.png);
    background-image: url(../img/icon-down-lblue.svg);
    width: 10px;
    height: 6px;
  }
  header .nav-container ul li.menu-item-has-children:hover .megamenu {
    opacity: 1;
    transform: scaleY(1);
  }
}
@media (max-width: 991px) {
  header .nav-container .btn-row {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
  }
  header .nav-container .btn-row.level-down {
    transform: translateX(-100%);
  }
}

@media (max-width: 991px) {
  .menu-open header .nav-container {
    height: 100vh;
  }
  .menu-open header .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .menu-open header .nav-container ul li:nth-child(2) a {
    transition-delay: 0.4s;
  }
  .menu-open header .nav-container ul li:nth-child(3) a {
    transition-delay: 0.6s;
  }
  .menu-open header .nav-container ul li:nth-child(4) a {
    transition-delay: 0.8s;
  }
  .menu-open header .nav-container ul li:nth-child(5) a {
    transition-delay: 1s;
  }
  .menu-open header .nav-container ul li:nth-child(6) a {
    transition-delay: 1.2s;
  }
  .menu-open header .nav-container ul li a {
    opacity: 1;
    padding-right: 0;
  }
  .menu-open header .nav-container:after {
    transition-delay: 0.2s;
    opacity: 0.4;
  }
}
@media (max-width: 991px) {
  .menu-open header .item-container.region-selector {
    left: 15px;
  }
}
.menu-open .btn-mobile-menu span.top {
  transform: translateY(7.5px) rotate(45deg);
}
.menu-open .btn-mobile-menu span.btm {
  transform: translateY(-7.5px) rotate(-45deg);
  width: 100%;
}

body.admin-bar .upper-row {
  top: 32px;
}
body.admin-bar header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}

.scrolled .upper-row {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.scrolled .upper-row > * {
  opacity: 0;
}
.scrolled header {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .scrolled header {
    padding: 20px 0;
  }
}
.scrolled header .main-nav {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .scrolled header .main-nav {
    margin-top: 0;
  }
}
.scrolled header .logo {
  margin-top: 0;
}
@media (max-width: 991px) {
  .scrolled header .logo {
    width: 100%;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .scrolled header .nav-container {
    top: 50px;
  }
}
.scrolled header .nav-container ul li a:after {
  /*
  							height:55px;
  							margin-top:-27.5px;
  */
}
@media (max-width: 991px) {
  .scrolled .admin-bar header {
    top: 0;
  }
}

header .item-container.region-selector {
  padding-left: 26px;
  position: relative;
  background-color: #000;
  -webkit-border-radius: 17.5px;
  border-radius: 17.5px;
}
@media (max-width: 991px) {
  header .item-container.region-selector {
    position: fixed;
    bottom: 15px;
    left: -100%;
    width: calc(100% - 125px);
    z-index: 1;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding-left: 33px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
  }
}
header .item-container.region-selector:before {
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-region-white.png);
  background-image: url(../img/icon-region-white.svg);
  width: 15px;
  height: 100%;
  position: absolute;
  left: 13px;
  top: 0;
}
header .item-container.region-selector select {
  height: 35px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  width: 200px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  margin-bottom: 0;
  background-image: url(../img/icon-down-white.png);
  background-image: url(../img/icon-down-white.svg);
  background-size: 13px;
  background-position-x: calc(100% - 15px);
}
@media (max-width: 991px) {
  header .item-container.region-selector select {
    height: 50px;
    width: 100%;
  }
}
header .item-container.region-selector select option {
  color: #000;
}

/**
 * All styles related to markup inside the main element
 */
/**
 * All styles related to markup inside the footer
 */
.pre-footer {
  padding-top: 140px;
  text-align: center;
}
@media (max-width: 991px) {
  .pre-footer {
    padding-top: 60px;
  }
}
.pre-footer a {
  margin: 15px auto 0;
}

footer {
  color: #FFF;
  padding: 110px 50px 30px;
  clear: both;
}
@media (max-width: 991px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
footer .logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 154px;
  height: 40px;
  background-position: top center;
  background-image: url(../img/logo-white.png);
  background-image: url(../img/logo-white.svg);
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  footer .logo {
    background-position: center center;
    height: 30px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer .btn-blok.btn-white {
    margin-bottom: 45px;
  }
}
footer p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
footer h3 {
  font-size: 27px;
  line-height: 32px;
  color: #FFF;
  margin-bottom: 60px;
}
footer h3 a.btn-underline {
  font-size: 27px;
  line-height: 32px;
  color: #FFF;
  margin-top: 0;
}
@media (max-width: 768px) {
  footer h3 {
    font-size: 23px;
    line-height: 28px;
  }
  footer h3 a.btn-underline {
    font-size: 23px;
    line-height: 28px;
  }
}
footer .site-section-navs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  footer .site-section-navs ul {
    margin-bottom: 30px;
  }
}
footer .site-section-navs ul li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 0px;
}
footer .site-section-navs ul li:first-child {
  margin-bottom: 12px;
  font-weight: 800;
}
footer .site-section-navs ul li a {
  font-size: 14px;
  color: #FFF;
}
footer ul.social-links {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: right;
  margin: 12px 0 0;
}
@media (max-width: 768px) {
  footer ul.social-links {
    text-align: center;
  }
}
footer ul.social-links li {
  list-style: none;
  margin-right: 15px;
  display: inline-block;
}
@media (max-width: 991px) {
  footer ul.social-links li {
    margin-right: 10px;
  }
}
footer ul.social-links li:last-child {
  margin-right: 0;
}
footer ul.social-links li a {
  display: block;
  position: relative;
}
footer ul.social-links li a:before {
  width: 18px;
  height: 38px;
  transform: rotate(45deg) scale(0);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -9px;
  background-color: #0075c9;
  z-index: 0;
}
footer ul.social-links li a span {
  width: 24px;
  height: 20px;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
footer ul.social-links li a.icon-facebook span {
  background-image: url(../img/icon-facebook-white.png);
  background-image: url(../img/icon-facebook-white.svg);
}
footer ul.social-links li a.icon-facebook:before {
  background-color: #0075c9;
}
footer ul.social-links li a.icon-twitter span {
  background-image: url(../img/icon-twitter-white.png);
  background-image: url(../img/icon-twitter-white.svg);
}
footer ul.social-links li a.icon-twitter:before {
  background-color: #1ccfc9;
}
footer ul.social-links li a.icon-instagram span {
  background-image: url(../img/icon-instagram-white.png);
  background-image: url(../img/icon-instagram-white.svg);
}
footer ul.social-links li a.icon-instagram:before {
  background-color: #f27173;
}
footer ul.social-links li a.icon-linkedin span {
  background-image: url(../img/icon-linkedin-white.png);
  background-image: url(../img/icon-linkedin-white.svg);
}
footer ul.social-links li a.icon-linkedin:before {
  background-color: #1ccfc9;
}
footer ul.social-links li a:hover:before {
  transform: rotate(45deg) scale(1);
}
footer .copyright-row {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #FFF;
}
footer .copyright-row p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  margin-top: 0;
}

.footer-newsletter {
  margin-top: -41px;
}
@media (max-width: 991px) {
  .footer-newsletter {
    padding-bottom: 100px;
  }
}
.footer-newsletter h3 {
  font-size: 27px;
  line-height: 32px;
  color: #FFF;
}
@media (max-width: 768px) {
  .footer-newsletter h3 {
    font-size: 23px;
    line-height: 28px;
  }
}
.footer-newsletter .newsletter-signup h4 {
  color: #fff;
  margin-top: 25px;
}
.footer-newsletter .newsletter-signup p {
  margin-bottom: 20px;
}
.footer-newsletter .newsletter-signup form input {
  border-radius: 25px;
  padding-left: 15px;
}

header .nav-container .megamenu {
  position: absolute;
  top: 114px;
  left: 0;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  header .nav-container .megamenu.show {
    opacity: 1;
    display: block;
  }
}
header .nav-container .megamenu .inner {
  padding-top: 40px;
  padding-bottom: 35px;
  border-top: 1px solid #FFF;
  background-image: url(../img/bg-dropdown.png);
  background-position-y: bottom;
  background-color: #393f4f;
}
@media (max-width: 991px) {
  header .nav-container .megamenu .inner {
    border-top: 0;
  }
}
header .nav-container .megamenu:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 30px 0;
  border-color: transparent #393f4f transparent transparent;
  z-index: 1;
}
@media (max-width: 991px) {
  header .nav-container .megamenu:after {
    display: none;
  }
}
header .nav-container .megamenu h4 {
  text-align: left;
}
header .nav-container .megamenu h4 a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  header .nav-container .megamenu h4 a {
    border-bottom: 0;
    font-size: 16px;
    padding-bottom: 7px;
  }
  header .nav-container .megamenu h4 a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icon-down-white.png);
    background-image: url(../img/icon-down-white.svg);
    transform: rotate(-90deg);
    margin-left: 6px;
  }
}
header .nav-container .megamenu ul {
  display: inline-block;
  list-style: none;
  text-align: left;
  margin-top: 15px;
}
header .nav-container .megamenu ul li {
  margin-bottom: 12px;
  text-align: left;
}
header .nav-container .megamenu ul li:last-child {
  margin-bottom: 0;
}
header .nav-container .megamenu ul li a {
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 991px) {
  header .nav-container .megamenu ul li a {
    font-size: 16px;
    font-weight: 700;
  }
}
@media (min-width: 993px) {
  header .nav-container .megamenu .col.col-width-2 {
    flex: 2;
  }
  header .nav-container .megamenu .col.col-width-2 ul {
    columns: 2;
  }
  header .nav-container .megamenu .col.col-width-3 {
    flex: 3;
  }
  header .nav-container .megamenu .col.col-width-3 ul {
    columns: 3;
  }
  header .nav-container .megamenu .col.col-width-4 {
    flex: 4;
  }
  header .nav-container .megamenu .col.col-width-4 ul {
    columns: 4;
  }
}
header .nav-container .megamenu .col.col-width-4 h4 {
  display: none;
}
@media (max-width: 991px) {
  header .nav-container .megamenu .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  header .nav-container .megamenu {
    transform: scaleY(1) scaleX(1) translateX(100%);
    top: 0;
    z-index: 11;
    left: unset;
    right: 0;
    width: 100%;
    display: none;
  }
  header .nav-container .megamenu .inner h4 {
    text-align: right;
  }
  header .nav-container .megamenu .inner .row {
    position: absolute;
    top: 10px;
    width: 100%;
    padding-right: 30px;
  }
  header .nav-container .megamenu .inner .row.headings-row {
    transform: translateX(0%);
  }
  header .nav-container .megamenu .inner .row.headings-row .section-title {
    margin-bottom: 15px;
  }
  header .nav-container .megamenu .inner .row.lists-row {
    transform: translateX(100%);
  }
  header .nav-container .megamenu .inner .row.lists-row .col {
    opacity: 0;
    display: none;
    height: calc(100vh - 265px);
    overflow-y: scroll;
  }
  header .nav-container .megamenu .inner .row.lists-row .col.show {
    opacity: 1;
    display: block;
  }
  header .nav-container .megamenu .inner .row .section-title {
    width: 100%;
  }
  header .nav-container .megamenu .inner .row .section-title a.btn-back {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    z-index: 10;
    width: 50%;
  }
  header .nav-container .megamenu .inner .row .section-title a.btn-back:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/icon-down-white.png);
    background-image: url(../img/icon-down-white.svg);
    transform: rotate(90deg);
    margin-right: 6px;
  }
  header .nav-container .megamenu .inner .row .section-title h4 {
    font-size: 16px;
    text-align: right;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #FFF;
    padding-right: 15px;
  }
  header .nav-container .megamenu .inner .row .section-title h4 a {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
  }
  header .nav-container .megamenu .inner ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  header .nav-container .megamenu .inner ul li {
    text-align: right;
    margin-bottom: 10px;
  }
}
header .nav-container .current-menu-item .megamenu h4 a,
header .nav-container .current-page-ancestor .megamenu h4 a {
  color: #FFF;
}
header .nav-container .current-menu-item .megamenu h4 a:hover,
header .nav-container .current-page-ancestor .megamenu h4 a:hover {
  color: #00a7e1;
}
header .nav-container .current-menu-item .megamenu .section-title a, header .nav-container .current-menu-item .megamenu .headings-row a, header .nav-container .current-menu-item .megamenu .lists-row a,
header .nav-container .current-page-ancestor .megamenu .section-title a,
header .nav-container .current-page-ancestor .megamenu .headings-row a,
header .nav-container .current-page-ancestor .megamenu .lists-row a {
  color: #FFF;
}
header .nav-container .current-menu-item .megamenu .section-title a:after, header .nav-container .current-menu-item .megamenu .headings-row a:after, header .nav-container .current-menu-item .megamenu .lists-row a:after,
header .nav-container .current-page-ancestor .megamenu .section-title a:after,
header .nav-container .current-page-ancestor .megamenu .headings-row a:after,
header .nav-container .current-page-ancestor .megamenu .lists-row a:after {
  background-image: url(../img/icon-down-white.png);
  background-image: url(../img/icon-down-white.svg);
}
header .nav-container .current-menu-item .megamenu .section-title a:hover, header .nav-container .current-menu-item .megamenu .headings-row a:hover, header .nav-container .current-menu-item .megamenu .lists-row a:hover,
header .nav-container .current-page-ancestor .megamenu .section-title a:hover,
header .nav-container .current-page-ancestor .megamenu .headings-row a:hover,
header .nav-container .current-page-ancestor .megamenu .lists-row a:hover {
  color: #00a7e1;
}

.scrolled header .nav-container .megamenu {
  top: 59px;
}

@media (max-width: 991px) {
  #menu-main-menu {
    z-index: 1;
  }
  #menu-main-menu.level-down {
    transform: translateX(-100%);
  }
  #menu-main-menu.two-levels-down {
    transform: translateX(-200%);
  }
}

header .nav-container ul li.menu-item-has-children > a {
  position: relative;
}
header .nav-container ul li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-down-white.png);
  background-image: url(../img/icon-down-white.svg);
  margin-left: 6px;
}
@media (max-width: 991px) {
  header .nav-container ul li.menu-item-has-children > a:after {
    transform: rotate(-90deg);
  }
}
header .nav-container ul li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  bottom: -30px;
  height: 40px;
  width: 100%;
  display: block;
  left: 0;
  z-index: 2;
}
@media (min-width: 993px) {
  header .nav-container ul li.menu-item-has-children:hover > a {
    color: #00a7e1;
  }
  header .nav-container ul li.menu-item-has-children:hover > a:after {
    background-image: url(../img/icon-down-lblue.png);
    background-image: url(../img/icon-down-lblue.svg);
    width: 10px;
    height: 6px;
  }
  header .nav-container ul li.menu-item-has-children:hover .megamenu {
    display: block;
    opacity: 1;
    transform: scaleY(1);
  }
}
@media (max-width: 991px) {
  header .nav-container .btn-row {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
  }
  header .nav-container .btn-row.level-down {
    transform: translateX(-100%);
  }
}

.sub-nav {
  background: #0075c9;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  width: 100%;
}
@media (max-width: 991px) {
  .sub-nav {
    overflow: hidden;
    overflow-x: scroll;
    top: 70px;
    position: fixed;
    left: 0;
    opacity: 1;
  }
}
.sub-nav ul {
  list-style: none;
  padding-top: 16px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  opacity: 1;
  width: 100%;
  padding-left: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: row;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .sub-nav ul {
    padding-right: 30px;
    padding-top: 18px;
  }
}
.sub-nav ul li {
  margin-right: 30px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .sub-nav ul li {
    margin-right: 20px;
  }
}
.sub-nav ul li:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .sub-nav ul li:last-child {
    margin-right: 20px;
  }
  .sub-nav ul li:last-child:after {
    content: "";
    width: 30px;
  }
}
.sub-nav ul li a {
  color: #FFF;
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .sub-nav ul li a {
    white-space: nowrap;
  }
}
.sub-nav ul li a:hover {
  color: #CCC;
  text-decoration: none;
}
.sub-nav ul li.current-menu-item a {
  color: #CCC;
  text-decoration: none;
}
.sub-nav:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 100vw 0 0;
  border-color: #0075c9 transparent transparent transparent;
  z-index: 1;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  display: none;
}

.scrolled .sub-nav:after {
  bottom: 0;
}
.menu-open .sub-nav {
  opacity: 0;
}

.hero {
  min-height: 0px;
  width: 100%;
  height: auto;
}
.hero .main-row {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .hero .main-row {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .hero .hero-content h1 {
    margin-top: 60px;
  }
}
@media (max-width: 320px) {
  .hero .hero-content h1 {
    margin-top: 45px;
  }
}
.hero .hero-content p, .hero .hero-content .hero-paragraph {
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .hero .hero-content p, .hero .hero-content .hero-paragraph {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
  }
}
.hero .hero-content p.hero-title, .hero .hero-content .hero-paragraph.hero-title {
  font-size: 56px;
  line-height: 58px;
  color: #FFF;
  letter-spacing: -3px;
  margin-bottom: 35px;
  margin: 0px 0 0.4em;
  font-weight: bold;
}
@media (max-width: 991px) {
  .hero .hero-content p.hero-title, .hero .hero-content .hero-paragraph.hero-title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .hero .hero-content p.hero-title, .hero .hero-content .hero-paragraph.hero-title {
    font-size: 36px;
    line-height: 39px;
  }
}
.hero .hero-content p.hero-paragraph, .hero .hero-content .hero-paragraph.hero-paragraph {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 25px;
  margin-top: 0;
}
.hero .hero-content p.platforms-intro {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.hero .hero-content ul.platforms, .hero .hero-content ul.details {
  display: inline-block;
  text-align: left;
  margin: 0px 0 15px;
  padding: 0;
  list-style: none;
  width: 100%;
}
@media (max-width: 991px) {
  .hero .hero-content ul.platforms, .hero .hero-content ul.details {
    margin: 0 0 15px;
  }
}
.hero .hero-content ul.platforms li, .hero .hero-content ul.details li {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .hero .hero-content ul.platforms li, .hero .hero-content ul.details li {
    margin-right: 20px;
  }
}
.hero .hero-content ul.platforms li:last-child, .hero .hero-content ul.details li:last-child {
  margin-right: 0;
}
.hero .hero-content ul.platforms li a, .hero .hero-content ul.details li a {
  display: block;
  width: 55px;
  height: 55px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .hero .hero-content ul.platforms li a, .hero .hero-content ul.details li a {
    width: 40px;
    height: 40px;
  }
}
.hero .hero-content ul.platforms li a.logo-xero, .hero .hero-content ul.details li a.logo-xero {
  background-image: url(../img/logo-xero.png);
  background-image: url(../img/logo-xero.svg);
}
.hero .hero-content ul.platforms li a.logo-quickbooks, .hero .hero-content ul.details li a.logo-quickbooks {
  background-image: url(../img/logo-quickbooks.png);
  background-image: url(../img/logo-quickbooks.svg);
}
.hero .hero-content ul.platforms li a.logo-freeagent, .hero .hero-content ul.details li a.logo-freeagent {
  background-image: url(../img/logo-freeagent.png);
  background-image: url(../img/logo-freeagent.svg);
}
.hero .hero-content ul.contact {
  text-align: left;
  margin: 0px 0 25px;
  padding: 0;
  list-style: none;
  width: 100%;
}
.hero .hero-content ul.contact li {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.hero .hero-content ul.contact li a {
  color: #fff;
  position: relative;
  border-bottom: 3px solid #1ccfc9;
}
.hero .hero-content ul.contact li[class^=icon-]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 22px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px;
}
.hero .hero-content ul.contact li.icon-call:before {
  background-image: url(../img/icon-phone-white.png);
  background-image: url(../img/icon-phone-white.svg);
}
.hero .hero-content ul.contact li.icon-website:before {
  background-image: url(../img/icon-region-white.png);
  background-image: url(../img/icon-region-white.svg);
}
.hero .hero-content .btn-text {
  color: #FFF;
}
@media (max-width: 991px) {
  .hero .hero-content .btn-text {
    font-size: 15px;
    line-height: 17px;
  }
}
.hero .hero-right-content a {
  color: #fff;
}
@media (max-width: 991px) {
  .hero .quote-content .quote-container {
    padding: 60px 15px;
  }
}
@media (max-width: 768px) {
  .hero .quote-content .quote-container {
    width: 60%;
  }
}
.hero .quote-content .quote-container h2, .hero .quote-content .quote-container .like-h2 {
  margin-bottom: 15px;
  text-indent: -20px;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .hero .quote-content .quote-container h2, .hero .quote-content .quote-container .like-h2 {
    font-size: 26px;
    line-height: 29px;
    text-indent: -13px;
  }
}
.hero .quote-content .quote-container h5 {
  font-size: 16px;
}
@media (max-width: 991px) {
  .hero .quote-content .quote-container h5 {
    font-size: 14px;
    line-height: 17px;
  }
}
.hero .hero-video .window-pane {
  width: 100%;
  height: 430px;
  border: 9px solid #FFF;
  background: transparent;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.hero .hero-video .window-pane > div {
  overflow: hidden;
  height: 415px;
}
@media (max-width: 768px) {
  .hero .hero-video .window-pane {
    margin-top: 50px;
    border-width: 4px;
  }
}
.hero .hero-video .window-pane:before {
  content: "";
  height: 30px;
  width: calc(100% + 18px);
  background-color: #F2F2F2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  top: -38px;
  left: -9px;
  position: absolute;
}
@media (max-width: 991px) {
  .hero .hero-video .window-pane:before {
    height: 20px;
    top: -29px;
  }
}
@media (max-width: 768px) {
  .hero .hero-video .window-pane:before {
    width: calc(100% + 8px);
    top: -24px;
    left: -4px;
  }
}
.hero .hero-video .window-pane h1 {
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}
.hero .hero-video .window-pane:after {
  content: "";
  height: 8px;
  width: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: -28px;
  left: 5px;
  background-image: url(../img/browser-buttons.png);
  background-image: url(../img/browser-buttons.svg);
}
@media (max-width: 991px) {
  .hero .hero-video .window-pane:after {
    top: -22px;
    height: 6px;
  }
}
@media (max-width: 768px) {
  .hero .hero-video .window-pane:after {
    top: -17px;
  }
}
@media (max-width: 991px) {
  .hero .hero-video .window-pane {
    height: 230px;
    margin-top: 45px;
    width: 500px;
    max-width: 100%;
  }
  .hero .hero-video .window-pane > div {
    height: 222px;
  }
}
.hero .hero-video .window-pane .bx-wrapper {
  border: 0;
  overflow: hidden;
  box-shadow: none;
}
.hero .hero-video .window-pane .bx-wrapper, .hero .hero-video .window-pane .bx-viewport, .hero .hero-video .window-pane .slider {
  height: 100%;
  min-height: 413px;
}
@media (max-width: 991px) {
  .hero .hero-video .window-pane .bx-wrapper, .hero .hero-video .window-pane .bx-viewport, .hero .hero-video .window-pane .slider {
    min-height: 200px;
  }
}
.hero .hero-video .window-pane .slide {
  width: 100%;
  height: 100%;
  /*
                  &:nth-child(1), &:first-child, &:nth-child(6) {
                      background-color:$coral;
                  }
                  &:nth-child(2) {
                      background-color:$yellow;
                  }
                  &:nth-child(3) {
                      background-color:$navy;
                  }
                  &:nth-child(4) {
                      background-color:$green;
                  }
                  &:nth-child(5) {
                      background-color:$teal;
                  }
  */
}
.hero .hero-video .window-pane .slide[aria-hidden=true] img {
  margin-top: -30px;
  opacity: 0;
}
.hero .hero-video .window-pane .slide img {
  margin-top: 0px;
  opacity: 1;
  height: auto;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-bg .bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .hero .hero-bg .bg-img {
    top: unset;
    bottom: 0;
    height: 50%;
    width: 100%;
  }
}
.hero .hero-bg .bg-img:before {
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .hero .hero-bg .bg-img:before {
    width: 100%;
    top: unset;
    bottom: 61%;
    height: 40%;
  }
}
.hero .hero-bg.bg-coral .bg-img:before {
  background: -moz-linear-gradient(left, #f27173 0%, rgba(242, 113, 115, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f27173 0%, rgba(242, 113, 115, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f27173 0%, rgba(242, 113, 115, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .hero .hero-bg.bg-coral .bg-img:before {
    background: -moz-linear-gradient(top, #f27173 0%, rgba(242, 113, 115, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f27173 0%, rgba(242, 113, 115, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f27173 0%, rgba(242, 113, 115, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero .hero-bg.bg-teal .bg-img:before {
  background: -moz-linear-gradient(left, #1ccfc9 0%, rgba(28, 207, 201, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1ccfc9 0%, rgba(28, 207, 201, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1ccfc9 0%, rgba(28, 207, 201, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .hero .hero-bg.bg-teal .bg-img:before {
    background: -moz-linear-gradient(top, #1ccfc9 0%, rgba(28, 207, 201, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1ccfc9 0%, rgba(28, 207, 201, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1ccfc9 0%, rgba(28, 207, 201, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero .hero-bg.bg-lblue .bg-img:before {
  background: -moz-linear-gradient(left, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .hero .hero-bg.bg-lblue .bg-img:before {
    background: -moz-linear-gradient(top, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero .hero-bg.bg-blue .bg-img:before {
  background: -moz-linear-gradient(left, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .hero .hero-bg.bg-blue .bg-img:before {
    background: -moz-linear-gradient(top, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero .hero-bg.bg-yellow .bg-img:before {
  background: -moz-linear-gradient(left, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .hero .hero-bg.bg-yellow .bg-img:before {
    background: -moz-linear-gradient(top, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero .hero-bg.bg-green .bg-img:before {
  background: -moz-linear-gradient(left, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .hero .hero-bg.bg-green .bg-img:before {
    background: -moz-linear-gradient(top, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero .hero-bg.bg-quickbooks .bg-img:before {
  background: -moz-linear-gradient(left, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .hero .hero-bg.bg-quickbooks .bg-img:before {
    background: -moz-linear-gradient(top, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero .hero-bg.bg-xero .bg-img:before {
  background: -moz-linear-gradient(left, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .hero .hero-bg.bg-xero .bg-img:before {
    background: -moz-linear-gradient(top, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero .hero-bg.bg-navy .bg-img:before {
  background: -moz-linear-gradient(left, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .hero .hero-bg.bg-navy .bg-img:before {
    background: -moz-linear-gradient(top, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero .hero-bg.bg-freeagent .bg-img:before {
  background: -moz-linear-gradient(left, #007abf 0%, rgba(0, 122, 191, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #007abf 0%, rgba(0, 122, 191, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #007abf 0%, rgba(0, 122, 191, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .hero .hero-bg.bg-freeagent .bg-img:before {
    background: -moz-linear-gradient(top, #007abf 0%, rgba(0, 122, 191, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #007abf 0%, rgba(0, 122, 191, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #007abf 0%, rgba(0, 122, 191, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero .ratings-row {
  text-align: left;
  margin-bottom: 60px;
}
.hero .ratings-row .inner p {
  color: #FFF;
  font-weight: 800;
  font-size: 14px;
}
@media (max-width: 991px) {
  .hero .ratings-row .inner p {
    font-size: 12px;
    line-height: 15px;
  }
}
.hero .ratings-row .inner p a {
  color: #FFF;
  font-weight: 800;
  font-size: 14px;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .hero .ratings-row .inner p a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .hero .ratings-row {
    margin-top: 25px;
  }
  .hero .ratings-row .inner ul.stars li {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .hero .ratings-row .col {
    padding-bottom: 25px;
  }
}
.hero.home-hero {
  min-height: 0px;
  height: auto;
  background-color: #0075c9;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #FFF;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero.home-hero {
    max-height: calc(100vh - 70px);
    min-height: 700px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .hero.home-hero {
    height: auto;
    max-height: none;
  }
}
.hero.home-hero:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 100vw 0 0;
  border-color: #0075c9 transparent transparent transparent;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero.home-hero:after {
    bottom: -59px;
  }
}
.hero.home-hero .decoration {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/hero-home-bg.png);
  background-image: url(../img/hero-home-bg.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position-y: bottom;
}
.hero.home-hero .main-row {
  margin-top: 90px;
}
.hero.home-hero .main-row .hero-content .btn-blok {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hero.home-hero .main-row .hero-content .btn-blok {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hero.home-hero .main-row {
    margin-top: 30px;
  }
  .hero.home-hero .main-row .hero-content h1, .hero.home-hero .main-row .hero-content .hero-title {
    font-size: 38px;
    line-height: 42px;
    margin-top: 60px !important;
  }
  .hero.home-hero .main-row .hero-content h1.hero-paragraph, .hero.home-hero .main-row .hero-content .hero-title.hero-paragraph {
    margin-top: 0px !important;
    font-size: 18px;
    line-height: 20px;
  }
  .hero.home-hero .main-row .hero-content p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 576px) {
  .hero.home-hero .main-row {
    margin-top: 0px;
  }
}
.hero.home-hero .ratings-row {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hero.home-hero .ratings-row {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .hero.home-hero .ratings-row {
    margin-top: 40px;
  }
  .hero.home-hero .ratings-row .col:nth-child(4) {
    display: none;
  }
}
.hero.why-hero {
  min-height: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #FFF;
}
@media (max-width: 768px) {
  .hero.why-hero {
    padding: 45px 0;
  }
}
.hero.why-hero:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 60px 0;
  border-color: transparent #00a7e1 transparent transparent;
  z-index: 1;
}
.hero.tiny-hero {
  min-height: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .hero.tiny-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.hero.tiny-hero:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 100vw;
  border-color: transparent transparent transparent #ffffff;
}
.hero.quote-hero {
  min-height: 0px;
  position: relative;
  color: #FFF;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  /*
  		&.right-image-hero {
  			@include small {
  				height:600px;
  			}
  			.hero-bg {
  				.bg-img {
  					width:55%;
  					@include small {
  						width:100%;
  						height:65%;
  					}
  					&:after {
  						display: none;
  					}
  				}
  			}
  		}
  */
}
@media (max-width: 768px) {
  .hero.quote-hero {
    min-height: 0;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .hero.quote-hero .main-row {
    margin-top: 20px;
    margin-bottom: 90px;
  }
}
.hero.quote-hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 100vw;
  border-color: transparent transparent transparent #ffffff;
}
.hero.quote-hero .hero-bg .bg-img:after {
  content: "";
  left: -25%;
  top: -10%;
  height: 120%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.hero.quote-hero .hero-bg.bg-blue .bg-img:after {
  background-image: url(../img/quote-triangle-blue.png);
  background-image: url(../img/quote-triangle-blue.svg);
}
.hero.quote-hero .hero-bg.bg-coral .bg-img:after {
  background-image: url(../img/quote-triangle-coral.png);
  background-image: url(../img/quote-triangle-coral.svg);
}
.hero.quote-hero .hero-bg.bg-teal .bg-img:after {
  background-image: url(../img/quote-triangle-teal.png);
  background-image: url(../img/quote-triangle-teal.svg);
}
.hero.quote-hero .hero-bg.bg-navy .bg-img:after {
  background-image: url(../img/quote-triangle-navy.png);
  background-image: url(../img/quote-triangle-navy.svg);
}
.hero.quote-hero .hero-bg.bg-green .bg-img:after {
  background-image: url(../img/quote-triangle-green.png);
  background-image: url(../img/quote-triangle-green.svg);
}
.hero.quote-hero .hero-bg.bg-yellow .bg-img:after {
  background-image: url(../img/quote-triangle-yellow.png);
  background-image: url(../img/quote-triangle-yellow.svg);
}
.hero.quote-hero .hero-bg.bg-lblue .bg-img:after {
  background-image: url(../img/quote-triangle-lblue.png);
  background-image: url(../img/quote-triangle-lblue.svg);
}
.hero.quote-hero .hero-bg.bg-quickbooks .bg-img:after {
  background-image: url(../img/quote-triangle-quickbooks.png);
  background-image: url(../img/quote-triangle-quickbooks.svg);
}
.hero.quote-hero .hero-bg.bg-xero .bg-img:after {
  background-image: url(../img/quote-triangle-xero.png);
  background-image: url(../img/quote-triangle-xero.svg);
}
.hero.quote-hero .hero-bg.bg-freeagent .bg-img:after {
  background-image: url(../img/quote-triangle-freeagent.png);
  background-image: url(../img/quote-triangle-freeagent.svg);
}
.hero.quote-hero .hero-content p:last-of-type {
  margin-bottom: 30px;
}
.hero.quote-hero .hero-content a.btn-blok {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .hero.quote-hero .hero-content a.btn-blok {
    margin-bottom: 25px;
  }
}
.hero.quote-hero .hero-content ul.stars {
  text-align: left;
}
.hero.quote-hero .hero-content ul.stars li {
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  .hero.quote-hero .hero-content ul.stars li {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 991px) {
  .hero.quote-hero .hero-content .row {
    margin-bottom: 25px;
  }
}
.hero.quote-hero .hero-content .row p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 17px;
}
@media (max-width: 991px) {
  .hero.quote-hero .hero-content .row p {
    font-size: 12px;
    line-height: 15px;
  }
}
.hero.quote-hero .hero-content .row p a {
  color: #FFF;
  text-decoration: underline;
}
.hero.quote-hero .quote-content {
  margin-left: 5%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hero.quote-hero .quote-content {
    margin-left: 0;
  }
}
.hero.quote-hero .quote-content h2 {
  color: #FFF;
}
@media (max-width: 768px) {
  .hero.quote-hero .quote-content .quote-container {
    padding: 0 15px 50px;
  }
}
.hero.quote-hero.partner-hero h1 {
  margin: 10px 0 18px;
  padding-right: 120px;
  min-height: 70px;
}
@media (max-width: 991px) {
  .hero.quote-hero.partner-hero {
    min-height: 0;
  }
}
.hero.quote-hero.partner-hero ul.details li {
  margin-right: 0;
}
.hero.quote-hero.partner-hero ul.details li:after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
  color: #FFF;
  display: inline-block;
}
.hero.quote-hero.partner-hero ul.details li:last-child:after {
  display: none;
}
.hero.quote-hero.partner-hero .btn-play .video-content {
  position: static;
}
.hero.quote-hero.partner-hero .hero-content a.btn-blok {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  margin-bottom: 35px;
}
.hero.blog-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 230px;
  position: relative;
  background-color: #393f4f;
}
.hero.blog-hero:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 100vw;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero.pricing-hero, .hero.medium-hero {
  min-height: 0px;
  padding-bottom: 90px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.hero.pricing-hero .hero-bg .bg-img, .hero.medium-hero .hero-bg .bg-img {
  width: 30%;
}
@media (max-width: 768px) {
  .hero.pricing-hero .hero-bg .bg-img, .hero.medium-hero .hero-bg .bg-img {
    height: 100%;
  }
  .hero.pricing-hero .hero-bg .bg-img:before, .hero.medium-hero .hero-bg .bg-img:before {
    height: 100%;
    top: 0;
    bottom: unset;
    left: 0;
    width: 50%;
  }
}
@media (max-width: 576px) {
  .hero.pricing-hero .hero-bg .bg-img, .hero.medium-hero .hero-bg .bg-img {
    width: 100%;
    height: 65%;
  }
  .hero.pricing-hero .hero-bg .bg-img:before, .hero.medium-hero .hero-bg .bg-img:before {
    height: 40%;
    top: unset;
    bottom: 60%;
    left: 0;
    width: 100%;
  }
}
.hero.pricing-hero .hero-bg.bg-lblue .bg-img:before, .hero.medium-hero .hero-bg.bg-lblue .bg-img:before {
  background: -moz-linear-gradient(left, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 576px) {
  .hero.pricing-hero .hero-bg.bg-lblue .bg-img:before, .hero.medium-hero .hero-bg.bg-lblue .bg-img:before {
    background: -moz-linear-gradient(top, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero.pricing-hero .hero-bg.bg-blue .bg-img:before, .hero.medium-hero .hero-bg.bg-blue .bg-img:before {
  background: -moz-linear-gradient(left, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 576px) {
  .hero.pricing-hero .hero-bg.bg-blue .bg-img:before, .hero.medium-hero .hero-bg.bg-blue .bg-img:before {
    background: -moz-linear-gradient(top, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0075c9 0%, rgba(0, 117, 201, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero.pricing-hero .hero-bg.bg-yellow .bg-img:before, .hero.medium-hero .hero-bg.bg-yellow .bg-img:before {
  background: -moz-linear-gradient(left, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 576px) {
  .hero.pricing-hero .hero-bg.bg-yellow .bg-img:before, .hero.medium-hero .hero-bg.bg-yellow .bg-img:before {
    background: -moz-linear-gradient(top, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6e948 0%, rgba(246, 233, 72, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero.pricing-hero .hero-bg.bg-green .bg-img:before, .hero.medium-hero .hero-bg.bg-green .bg-img:before {
  background: -moz-linear-gradient(left, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 576px) {
  .hero.pricing-hero .hero-bg.bg-green .bg-img:before, .hero.medium-hero .hero-bg.bg-green .bg-img:before {
    background: -moz-linear-gradient(top, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c2e76b 0%, rgba(194, 231, 107, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero.pricing-hero .hero-bg.bg-quickbooks .bg-img:before, .hero.medium-hero .hero-bg.bg-quickbooks .bg-img:before {
  background: -moz-linear-gradient(left, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 576px) {
  .hero.pricing-hero .hero-bg.bg-quickbooks .bg-img:before, .hero.medium-hero .hero-bg.bg-quickbooks .bg-img:before {
    background: -moz-linear-gradient(top, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2ca01c 0%, rgba(44, 160, 28, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero.pricing-hero .hero-bg.bg-xero .bg-img:before, .hero.medium-hero .hero-bg.bg-xero .bg-img:before {
  background: -moz-linear-gradient(left, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 576px) {
  .hero.pricing-hero .hero-bg.bg-xero .bg-img:before, .hero.medium-hero .hero-bg.bg-xero .bg-img:before {
    background: -moz-linear-gradient(top, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00a3d3 0%, rgba(0, 163, 211, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero.pricing-hero .hero-bg.bg-navy .bg-img:before, .hero.medium-hero .hero-bg.bg-navy .bg-img:before {
  background: -moz-linear-gradient(left, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 576px) {
  .hero.pricing-hero .hero-bg.bg-navy .bg-img:before, .hero.medium-hero .hero-bg.bg-navy .bg-img:before {
    background: -moz-linear-gradient(top, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #393f4f 0%, rgba(57, 63, 79, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.hero.pricing-hero .hero-bg.bg-freeagent .bg-img:before, .hero.medium-hero .hero-bg.bg-freeagent .bg-img:before {
  background: -moz-linear-gradient(left, #007abf 0%, rgba(0, 122, 191, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #007abf 0%, rgba(0, 122, 191, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #007abf 0%, rgba(0, 122, 191, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 576px) {
  .hero.pricing-hero .hero-bg.bg-freeagent .bg-img:before, .hero.medium-hero .hero-bg.bg-freeagent .bg-img:before {
    background: -moz-linear-gradient(top, #007abf 0%, rgba(0, 122, 191, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #007abf 0%, rgba(0, 122, 191, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #007abf 0%, rgba(0, 122, 191, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
@media (max-width: 768px) {
  .hero.pricing-hero .row.main-row, .hero.medium-hero .row.main-row {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero.pricing-hero .quote-content .quote-container, .hero.medium-hero .quote-content .quote-container {
    padding-top: 30px;
  }
}
.hero.medium-hero {
  padding-bottom: 0;
}
.hero.medium-hero .hero-bg .bg-img {
  background-position: center top;
}
.hero.medium-hero .hero-bg .bg-img:after {
  display: none;
}

ul.stars {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
ul.stars li {
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-star.png);
  background-image: url(../img/icon-star.svg);
  margin-right: 5px;
}
ul.stars li:last-child {
  margin-right: 0;
}

/**
 * POPUP FADE
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.bg-xero + .container .ratings-row:before, .bg-quickbooks + .container .ratings-row:before {
  height: 55px;
  width: 55px;
  content: "";
  display: block;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 991px) {
  .bg-xero + .container .ratings-row:before, .bg-quickbooks + .container .ratings-row:before {
    margin-left: 15px;
  }
}

.bg-freeagent + .container .hero-content .btn-blok {
  margin-bottom: 30px !important;
}
.bg-freeagent + .container .hero-content:after {
  background-image: url(../img/logo-freeagent.png);
  background-image: url(../img/logo-freeagent.svg);
  background-size: 45px;
  height: 55px;
  width: 55px;
  content: "";
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 991px) {
  .bg-freeagent + .container .hero-content:after {
    margin-left: 15px;
  }
}

.bg-xero + .container .ratings-row:before {
  background-image: url(../img/logo-xero.png);
  background-image: url(../img/logo-xero.svg);
}

.bg-quickbooks + .container .ratings-row:before {
  background-image: url(../img/logo-quickbooks.png);
  background-image: url(../img/logo-quickbooks.svg);
}

.sub-nav + .hero {
  padding-top: 40px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .sub-nav + .hero {
    min-height: 0px;
  }
}

.hero.quote-hero .hero-bg .bg-img {
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

.loaded .hero.quote-hero .hero-bg .bg-img {
  opacity: 1;
  transition-delay: 0.5s;
}

@media (max-width: 768px) {
  .partner-hero.hero .main-row {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .partner-hero.hero .hero-content h1 {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .partner-hero.hero .hero-content ul.contact {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .partner-hero.hero .video-content .btn-play {
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
}
.partner-hero.hero .logo-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 330px;
  height: 360px;
}
.partner-hero.hero .logo-container:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 360px 330px;
  border-color: transparent transparent #ffffff transparent;
}
.partner-hero.hero .logo-container img {
  width: 100%;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: 40px;
  max-width: 140px;
}
@media (max-width: 768px) {
  .partner-hero.hero .logo-container {
    width: 220px;
    height: 240px;
  }
  .partner-hero.hero .logo-container:before {
    border-width: 0 0 240px 220px;
  }
  .partner-hero.hero .logo-container img {
    max-width: 60px;
  }
}
.partner-hero .bg-teal + .container .btn-teal.icon-chat {
  background-color: #0075c9;
  color: #FFF;
}
.partner-hero .bg-teal + .container .btn-teal.icon-chat:after {
  background-color: #FFF;
  background-image: none;
  mask-image: url(../img/icon-chat-black.svg);
  -webkit-mask-image: url(../img/icon-chat-black.svg);
  mask-size: 19px;
  -webkit-mask-size: 19px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-repeat: no-repeat;
  mask-position: center center;
}
.partner-hero .bg-teal + .container .btn-teal.icon-chat:hover {
  background-color: #f6e948;
  color: #393f4f;
}
.partner-hero .bg-teal + .container .btn-teal.icon-chat:hover:after {
  background-color: #393f4f;
}
.partner-hero .bg-teal + .container .hero-content ul.contact li a {
  border-bottom-color: #FFF;
}

.quote-slider {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .quote-slider {
    padding-bottom: 65px;
  }
}
.quote-slider .bx-wrapper {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .quote-slider .bx-wrapper {
    max-width: 100%;
  }
}
.quote-slider .bx-wrapper .bx-has-pager .bx-pager {
  bottom: 260px;
  left: 50%;
  margin-left: -445px;
  width: 890px;
  text-align: left;
  max-width: 100%;
}
@media (max-width: 991px) {
  .quote-slider .bx-wrapper .bx-has-pager .bx-pager {
    bottom: 30px;
    width: 100%;
    left: 0;
    margin-left: 0;
    text-align: center;
  }
}
.quote-slider .bx-wrapper .bx-has-pager .bx-pager .bx-pager-item a {
  background: transparent;
  border: 1px solid #0075c9;
  width: 9px;
  height: 9px;
  margin: 0 2.5px;
}
.quote-slider .bx-wrapper .bx-has-pager .bx-pager .bx-pager-item a.active {
  background: #0075c9;
}
@media (max-width: 991px) {
  .quote-slider .slide {
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .quote-slider .slide {
    overflow: visible;
  }
}
.quote-slider .slide-content {
  width: 890px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 120px;
  padding-bottom: 280px;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
@media (max-width: 991px) {
  .quote-slider .slide-content {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 45px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .quote-slider .slide-content {
    padding-top: 190px;
  }
}
.quote-slider .slide-content h2 {
  margin-bottom: 25px;
  color: #393f4f;
  text-indent: -20px;
  max-width: 80%;
}
@media (max-width: 991px) {
  .quote-slider .slide-content h2 {
    font-size: 24px;
    line-height: 28px;
    text-indent: 0px;
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .quote-slider .slide-content h2 {
    max-width: 100%;
  }
}
.quote-slider .slide-content p.quoter {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #393f4f;
}
@media (max-width: 991px) {
  .quote-slider .slide-content p.quoter {
    font-size: 14px;
    line-height: 17px;
  }
}
.quote-slider .user {
  position: absolute;
  top: 0;
  right: 0;
  height: 115%;
  width: 40%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 991px) {
  .quote-slider .user {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .quote-slider .user {
    height: 360px;
  }
}
.quote-slider .user:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45,ffffff+75&1+0,1+45,0+75 */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 991px) {
  .quote-slider .user:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45,ffffff+75&1+0,1+45,0+75 */
    background: -moz-linear-gradient(bottom, white 0%, white 40%, rgba(255, 255, 255, 0) 82%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, white 0%, white 40%, rgba(255, 255, 255, 0) 82%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, white 0%, white 40%, rgba(255, 255, 255, 0) 82%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
    /* IE6-9 */
    top: -70px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .quote-slider .user:before {
    top: 30px;
  }
}
.quote-slider .button-container {
  width: 890px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-top: 25px;
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin-left: -445px;
  max-width: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .quote-slider .button-container {
    position: static;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
.quote-slider .button-container .row {
  max-width: 90%;
}
@media (max-width: 991px) {
  .quote-slider .button-container .row {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .quote-slider .button-container h4 {
    min-height: 38px;
  }
}
.quote-slider .button-container p {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 991px) {
  .quote-slider .button-container p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 991px) {
  .quote-slider .button-container a.btn-blok {
    font-size: 14px;
    padding: 12px 0;
    width: 100%;
    text-align: center;
  }
  .quote-slider .button-container a.btn-blok:after {
    display: none;
  }
  .quote-slider .button-container a.btn-blok:before {
    background-image: none;
  }
}
@media (max-width: 576px) {
  .quote-slider .button-container a.btn-blok {
    font-size: 12px;
  }
}

.quote-slider + .intro-copy {
  z-index: 2;
}

.loaded .user {
  opacity: 1;
}

.intro-copy {
  text-align: left;
}
@media (max-width: 768px) {
  .intro-copy {
    padding-left: 0;
    padding-right: 0;
  }
}
.intro-copy p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
.intro-copy p:first-of-type {
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
}
@media (max-width: 768px) {
  .intro-copy p:first-of-type {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .intro-copy p {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .intro-copy p {
    font-size: 16px;
    line-height: 19px;
  }
}
.intro-copy ul {
  padding-left: 20px;
}
.intro-copy ul li, .intro-copy ul li p {
  font-weight: 300;
  font-size: 16px;
}

.text-content .small_image {
  max-width: 35%;
  margin: 0 auto;
  float: right;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .text-content .small_image {
    max-width: 50%;
    float: none;
    padding: 0;
  }
}
.text-content .tweetable_quote {
  padding: 30px;
  background-color: #0075c9;
  margin-bottom: 2em;
  font-weight: 600;
  margin-top: 2em;
  color: #FFF;
}
.text-content .tweetable_quote p {
  margin-bottom: 0;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 23px;
}
.text-content .tweetable_quote p a {
  color: #FFF;
}
.text-content .tweetable_quote a {
  color: #fff;
}
.text-content iframe {
  width: 100%;
  max-width: 100%;
  margin-bottom: 35px;
}
.text-content img {
  height: auto;
  max-width: 100%;
  margin-bottom: 35px;
  display: block;
}
.text-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.text-content p {
  margin-bottom: 1.2em;
}

.blog-post .container {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  margin-top: -150px;
}
.blog-post .container:before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  background-color: #FFF;
  height: 150px;
  top: 20px;
  left: 0;
  transform: rotate(-2deg);
}

.text-content-with-sidebar .container {
  position: relative;
}
.text-content-with-sidebar .container .page-title-row > div {
  padding-left: 30px;
}
.text-content-with-sidebar .container .left-sidebar {
  padding-top: 30px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content {
  position: sticky;
  top: 110px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul li {
  display: inline-block;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul:not(.social-links) li {
  color: #393f4f;
  font-size: 16px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul:not(.social-links) li:after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul:not(.social-links) li:last-child:after {
  display: none;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul:not(.social-links) li a {
  color: #393f4f;
  text-decoration: underline;
  font-size: 16px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul:not(.social-links) li a:hover {
  color: #0075c9;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul.social-links {
  margin-bottom: 0;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul.social-links li {
  margin-right: 12px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul.social-links li:last-child {
  margin-right: 0;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul.social-links li a {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #393f4f;
  display: block;
  background-size: 13px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul.social-links li a.icon-facebook {
  background-image: url(../img/icon-facebook-white.png);
  background-image: url(../img/icon-facebook-white.svg);
  background-size: 7px 14px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul.social-links li a.icon-twitter {
  background-image: url(../img/icon-twitter-white.png);
  background-image: url(../img/icon-twitter-white.svg);
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul.social-links li a.icon-linkedin {
  background-image: url(../img/icon-linkedin-white.png);
  background-image: url(../img/icon-linkedin-white.svg);
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content ul.social-links li a:hover {
  background-color: #0075c9;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content h4 {
  margin-top: 0;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content p.author {
  font-size: 16px;
  position: relative;
  padding-left: 40px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content p.author a {
  color: #393f4f;
  text-decoration: underline;
  font-size: 16px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content p.author:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-boat-blue.png);
  background-image: url(../img/icon-boat-blue.svg);
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content .share-block, .text-content-with-sidebar .container .left-sidebar .sidebar-content .signup-block {
  margin-top: 35px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content .signup-block a.btn-blok {
  font-size: 16px;
  padding: 11px 40px 11px 15px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content .signup-block a.btn-blok:before {
  right: -10px;
}
.text-content-with-sidebar .container .left-sidebar .sidebar-content .signup-block a.btn-blok:after {
  background-size: 8px 12px;
  width: 35px;
}
@media (max-width: 840px) {
  .text-content-with-sidebar .container .left-sidebar .sidebar-content .signup-block a.btn-blok {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .text-content-with-sidebar .container .left-sidebar .sidebar-content .signup-block a.btn-blok:before, .text-content-with-sidebar .container .left-sidebar .sidebar-content .signup-block a.btn-blok:after {
    display: none;
  }
}
.text-content-with-sidebar .container .right-content {
  padding-left: 30px;
  padding-top: 30px;
  border-left: 1px solid #e1e2e5;
}
.text-content-with-sidebar .container .right-content .btn-blok {
  margin-top: 25px;
}

.vacancies .title-row {
  text-align: center;
}
.vacancies .sector-list {
  /*
  		padding:30px;
  		border-right:1px solid #aeaeae;
  		border-left:1px solid #aeaeae;
  */
}
.vacancies .sector-list ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.vacancies .top-lr {
  width: 100%;
  height: auto;
  margin-top: 1px;
}
.vacancies .bottom-rl {
  width: 100%;
  height: auto;
  transform: rotate(180deg);
  margin-top: -6px;
}

.full-row-image {
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center top;
}

.hero + .intro-copy {
  padding-top: 50px;
}
.hero + .intro-copy:before {
  display: none;
}

.hero + .full-row-image, .intro-copy + .full-row-image {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .hero + .full-row-image, .intro-copy + .full-row-image {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .hero + .full-row-image, .intro-copy + .full-row-image {
    margin-top: 35px;
  }
}

.intro-copy + .vacancies {
  margin-top: 90px;
}

.intro-copy + .intro-copy {
  margin-top: 110px;
}
.intro-copy + .intro-copy p:first-of-type {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .intro-copy + .intro-copy p:first-of-type {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .intro-copy + .intro-copy p:first-of-type {
    font-size: 16px;
    line-height: 19px;
  }
}

.author-bio-block {
  background-color: rgba(0, 167, 225, 0.25);
  padding: 30px 60px 90px;
  margin-left: -30px;
  width: calc(100% + 45px);
  margin-top: 60px;
  position: relative;
}
.author-bio-block .author-container {
  position: relative;
}
.author-bio-block .author-container .author-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.author-bio-block .author-container .author-img .the-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.author-bio-block .author-container .author-bio {
  padding-left: 90px;
}
.author-bio-block .author-container .author-bio p {
  margin-bottom: 0;
  font-size: 18px;
}
.author-bio-block .author-container .author-bio p:first-of-type {
  font-weight: 800;
  margin-bottom: 5px;
}
.author-bio-block:after {
  content: "";
  display: block;
  width: 100%;
  height: 67px;
  position: absolute;
  bottom: 0px;
  left: 0;
  margin-bottom: 0;
  background-image: url("../img/author-block-btm.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.checkerboard {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  /*
  	background-image:url(../img/bg-content-triangle.png);
  	background-image:url(../img/bg-content-triangle.png);
  */
}
.checkerboard .row {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .checkerboard .row {
    margin-top: 30px;
  }
}
.checkerboard .row:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .checkerboard .row:nth-child(odd) {
    flex-direction: row;
  }
}
.checkerboard .row .content-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}
.checkerboard .row .content-container p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .checkerboard .row .content-container p {
    font-size: 16px;
    line-height: 19px;
  }
}
.checkerboard .row .content-container ul li, .checkerboard .row .content-container ul li p {
  font-weight: 300;
  font-size: 17px;
}
@media (max-width: 991px) {
  .checkerboard .row .img-container {
    margin-bottom: 20px;
  }
}
.checkerboard .row .img-container .the-img {
  width: 100%;
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-image: url(../img/cb-img-placeholder.jpg); */
  background-position: center top;
}
@media (max-width: 991px) {
  .checkerboard .row .img-container .the-img {
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  .checkerboard .row .img-container .the-img {
    min-height: 200px;
  }
}
.checkerboard .row .img-container .the-img.img-app-visual {
  background-image: url(../img/app-visual-placeholder.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.checkerboard .row .img-container.drop-shadow .the-img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.checkerboard .row.btn-row {
  text-align: center;
  margin-top: 65px;
}

.intro-copy + .checkerboard {
  z-index: 2;
}

.reviewer-ratings .row .col {
  text-align: center;
}
@media (max-width: 991px) {
  .reviewer-ratings .row .col {
    margin-bottom: 30px;
    flex-basis: 50%;
  }
  .reviewer-ratings .row .col:nth-child(4), .reviewer-ratings .row .col:nth-child(5) {
    margin-bottom: 0;
  }
}
.reviewer-ratings .row .col a {
  color: #FFF;
}
@media (max-width: 991px) {
  .reviewer-ratings .row .col a {
    font-size: 14px;
    line-height: 17px;
  }
}
.reviewer-ratings .row .reviewer-logo {
  height: 90px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .reviewer-ratings .row .reviewer-logo {
    height: 65px;
    margin-bottom: 12px;
  }
}
.reviewer-ratings .row .reviewer-logo.logo-xero {
  background-image: url(../img/logo-xero.svg);
  background-image: url(../img/logo-xero.png);
}
.reviewer-ratings .row .reviewer-logo.logo-quickbooks {
  background-image: url(../img/logo-quickbooks.svg);
  background-image: url(../img/logo-quickbooks.png);
}
.reviewer-ratings .row .reviewer-logo.logo-freeagent {
  background-image: url(../img/logo-freeagent.svg);
  background-image: url(../img/logo-freeagent.png);
}
.reviewer-ratings .row .reviewer-logo.logo-capterra {
  background-image: url(../img/logo-capterra.svg);
  background-image: url(../img/logo-capterra.png);
}
.reviewer-ratings .row .reviewer-logo.logo-trustpilot {
  background-image: url(../img/logo-trustpilot.svg);
  background-image: url(../img/logo-trustpilot.png);
}
.reviewer-ratings ul.stars {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .reviewer-ratings ul.stars {
    margin-bottom: 12px;
  }
}
.reviewer-ratings ul.stars li {
  width: 15px;
  height: 15px;
}
@media (max-width: 991px) {
  .reviewer-ratings ul.stars li {
    width: 10px;
    height: 10px;
  }
}

.user-reviews .bx-wrapper, .user-review-row .bx-wrapper {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.user-reviews .bx-wrapper .bx-viewport, .user-review-row .bx-wrapper .bx-viewport {
  height: auto !important;
}
.user-reviews .bx-wrapper .bx-controls-direction a, .user-review-row .bx-wrapper .bx-controls-direction a {
  width: 32px;
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 4;
}
@media (max-width: 1050px) {
  .user-reviews .bx-wrapper .bx-controls-direction, .user-review-row .bx-wrapper .bx-controls-direction {
    display: none;
  }
}
.user-reviews .bx-wrapper .bx-prev, .user-review-row .bx-wrapper .bx-prev {
  background-image: url(../img/control-left-blue.png);
  background-image: url(../img/control-left-blue.svg);
  left: -60px;
}
.user-reviews .bx-wrapper .bx-next, .user-review-row .bx-wrapper .bx-next {
  background-image: url(../img/control-right-blue.png);
  background-image: url(../img/control-right-blue.svg);
  right: -60px;
}
.user-reviews .bx-wrapper .bx-pager-item a, .user-review-row .bx-wrapper .bx-pager-item a {
  background: transparent;
  border: 1px solid #0075c9;
  width: 9px;
  height: 9px;
  margin: 0 2.5px;
}
.user-reviews .bx-wrapper .bx-pager-item a.active, .user-review-row .bx-wrapper .bx-pager-item a.active {
  background: #0075c9;
}
@media (max-width: 768px) {
  .user-reviews .bx-wrapper .slide > .row > div:first-child, .user-review-row .bx-wrapper .slide > .row > div:first-child {
    margin-bottom: 30px;
  }
}
.user-reviews .bx-wrapper .slide .row .small-reviews-col, .user-review-row .bx-wrapper .slide .row .small-reviews-col {
  flex-direction: column;
  display: flex;
}
.user-reviews .bx-wrapper .slide .row .small-reviews-col .row, .user-review-row .bx-wrapper .slide .row .small-reviews-col .row {
  max-width: 100%;
  margin-bottom: 30px;
  flex: 1;
}
@media (max-width: 991px) {
  .user-reviews .bx-wrapper .slide .row .small-reviews-col .row, .user-review-row .bx-wrapper .slide .row .small-reviews-col .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.user-reviews .bx-wrapper .slide .row .small-reviews-col .row:nth-child(1) .small-review, .user-review-row .bx-wrapper .slide .row .small-reviews-col .row:nth-child(1) .small-review {
  padding-top: 8px;
}
.user-reviews .bx-wrapper .slide .row .small-reviews-col .row:nth-child(1):before, .user-review-row .bx-wrapper .slide .row .small-reviews-col .row:nth-child(1):before {
  content: "";
  display: block;
  height: 27px;
  width: 100%;
  background-size: 100% 27px;
  background-repeat: no-repeat;
  background-image: url("../img/review-slant-top.png");
}
.user-reviews .bx-wrapper .slide .row .small-reviews-col .row:nth-child(2), .user-review-row .bx-wrapper .slide .row .small-reviews-col .row:nth-child(2) {
  margin-bottom: 6px;
}
.user-reviews .bx-wrapper .slide .row .small-reviews-col .row:nth-child(2):after, .user-review-row .bx-wrapper .slide .row .small-reviews-col .row:nth-child(2):after {
  content: "";
  display: block;
  height: 27px;
  width: 100%;
  background-size: 100% 27px;
  background-repeat: no-repeat;
  background-image: url("../img/review-slant-bottom.png");
}
.user-reviews .bx-wrapper .slide .row .small-reviews-col .row:nth-child(3), .user-review-row .bx-wrapper .slide .row .small-reviews-col .row:nth-child(3) {
  margin-bottom: 0;
}
.user-reviews .bx-wrapper .slide .row .small-reviews-col .row:nth-child(3):before, .user-review-row .bx-wrapper .slide .row .small-reviews-col .row:nth-child(3):before {
  content: "";
  display: block;
  height: 27px;
  width: 100%;
  background-size: 100% 27px;
  background-repeat: no-repeat;
  background-image: url("../img/review-slant-bottom.png");
  transform: rotate(180deg);
}

.review {
  text-align: left;
}
.review ul.stars {
  text-align: left;
  margin-bottom: 15px;
}
.review ul.stars li {
  width: 13px;
  height: 13px;
}
.review.small-review {
  background: #eaeaea;
  padding: 20px;
  margin-top: -1px;
}
.review.small-review .review-content {
  font-weight: 300;
}
.review.small-review .review-content p {
  font-size: 16px;
  line-height: 19px;
}
.review.small-review .reviewer-details p {
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.review.small-review .reviewer-details p:first-of-type {
  font-size: 16px;
  line-height: 19px;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 5px;
}
.review.small-review .platform-logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}
.review.small-review .platform-logo.logo-xero {
  background-image: url(../img/logo-xero.png);
  background-image: url(../img/logo-xero.svg);
}
.review.small-review .platform-logo.logo-quickbooks {
  background-image: url(../img/logo-quickbooks.png);
  background-image: url(../img/logo-quickbooks.svg);
}
.review.small-review .platform-logo.logo-freeagent {
  background-image: url(../img/logo-freeagent-colour.png);
  background-image: url(../img/logo-freeagent-colour.svg);
}
.review.large-review {
  height: 100%;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .review.large-review {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .review.large-review {
    border-bottom: 0;
    height: auto;
  }
}
.review.large-review .review-img {
  height: 50%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-image: url(../img/quote-primate.jpg); */
  min-height: 320px;
  position: relative;
}
.review.large-review .review-img:before, .review.large-review .review-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.review.large-review .review-img:before {
  top: 0;
  background-image: url("../img/large-review-slant-top.png");
}
.review.large-review .review-img:after {
  bottom: -1px;
  border-left: 1px solid #eaeaea;
  background-image: url("../img/large-review-slant-btm.png");
}
@media (max-width: 991px) {
  .review.large-review .review-img:after {
    bottom: -2px;
  }
}
.review.large-review .review-content {
  padding: 30px;
  border: 1px solid #eaeaea;
  border-top: 0;
  font-weight: 300;
  height: 50%;
}
@media (max-width: 768px) {
  .review.large-review .review-content {
    height: auto;
    margin-bottom: 60px;
  }
}
.review.large-review .review-content h4 a {
  color: #393f4f;
}

ul.tags {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 15px;
}
ul.tags li {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
}
ul.tags li a {
  color: #393f4f;
  font-weight: 400;
  text-transform: uppercase;
}
ul.tags li:after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}
ul.tags li:last-child:after {
  display: none;
}

@media (max-width: 991px) {
  .user-review-row .container .row:not(.title-row) > div {
    margin-bottom: 20px;
  }
}
.user-review-row .container .row:not(.title-row) > div img {
  width: 100%;
  height: 20px;
  transform: translateY(-2px);
}
.user-review-row .container .row:not(.title-row) > div img.review-slant-bottom-reverse {
  transform: rotate(180deg) translateY(2px);
}
.user-review-row .container .row:not(.title-row) > div:nth-child(2) .small-review {
  height: 100%;
}
.user-review-row .title-row {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .user-review-row .title-row {
    text-align: left;
  }
}
.user-review-row .title-row a.btn-blok {
  float: right;
  margin-top: -20px;
}
@media (max-width: 991px) {
  .user-review-row .title-row a.btn-blok {
    float: left;
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .awards-row .col {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
  .awards-row .col:nth-child(3), .awards-row .col:nth-child(4) {
    margin-bottom: 0px;
  }
}
.awards-row .col .award-container {
  text-align: center;
}
.awards-row .col .award-container .logo {
  width: 100%;
  display: block;
  height: 90px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .awards-row .col .award-container .logo {
    height: 60px;
    margin-bottom: 15px;
  }
}
.awards-row .col .award-container p {
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
  font-weight: normal;
}
.awards-row .col .award-container p:first-of-type {
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .awards-row .col .award-container p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .pricing-businesses .pricing-row > div {
    margin-bottom: 45px;
  }
  .pricing-businesses .pricing-row > div:nth-child(3) {
    margin-bottom: 0;
  }
}
.pricing-businesses .pricing-row > div:nth-child(1), .pricing-businesses .pricing-row > div:nth-child(2) {
  margin-top: 35px;
}
.pricing-businesses .pricing-row > div:nth-child(3) {
  margin-top: 16px;
}
.pricing-businesses .pricing-row > div:nth-child(1):before, .pricing-businesses .pricing-row > div:nth-child(3):before {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background-image: url("../img/pricing-col-top-lr.png");
  background-size: 100% 26px;
  background-repeat: no-repeat;
}
.pricing-businesses .pricing-row > div:nth-child(1):after, .pricing-businesses .pricing-row > div:nth-child(3):after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  transform: rotate(180deg);
  background-image: url("../img/pricing-col-top-lr.png");
  background-size: 100% 26px;
  background-repeat: no-repeat;
}
.pricing-businesses .pricing-row > div:nth-child(1) .pricing-col {
  height: calc(100% - 30px);
  padding-top: 50px;
}
.pricing-businesses .pricing-row > div:nth-child(2) .pricing-col {
  border: 1px solid #ababab;
}
.pricing-businesses .pricing-row > div:nth-child(3) .pricing-col {
  height: calc(100% - 52px);
}
@media (max-width: 991px) {
  .pricing-businesses .toggle-row > div {
    margin-bottom: 0;
  }
}
.pricing-businesses .toggle-row ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .pricing-businesses .toggle-row ul {
    margin-bottom: 20px;
  }
}
.pricing-businesses .toggle-row ul li {
  margin-right: 25px;
  display: inline-block;
}
@media (max-width: 768px) {
  .pricing-businesses .toggle-row ul li {
    margin-right: 20px;
  }
}
.pricing-businesses .toggle-row ul li:last-child {
  margin-right: 0;
}
.pricing-businesses .toggle-row ul li a {
  font-size: 16px;
  color: #393f4f;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 991px) {
  .pricing-businesses .toggle-row ul li a {
    font-size: 15px;
    line-height: 18px;
  }
}
.pricing-businesses .toggle-row ul li a:after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #f27173;
  bottom: -10px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.pricing-businesses .toggle-row ul li a:hover {
  text-decoration: none;
}
.pricing-businesses .toggle-row ul li a:hover:after {
  width: 100%;
}
.pricing-businesses .toggle-row ul li a.active {
  font-weight: 800;
}
.pricing-businesses .toggle-row ul li a.active:after {
  width: 100%;
}

.pricing-accountants .price-row {
  border: 1px solid #ababab;
  border-right: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 40px;
  text-align: center;
  min-height: 220px;
  position: relative;
  width: calc(100% - 90px);
}
.pricing-accountants .price-row:after {
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  top: -1px;
  width: 90px;
  height: calc(100% + 2px);
  background-image: url("../img/pricing-slant-right.png");
  background-size: 90px 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .pricing-accountants .price-row {
    width: 100%;
    border-right: 1px solid #ababab;
  }
  .pricing-accountants .price-row:after {
    display: none;
  }
}
.pricing-accountants .price-row.price-blue > div:first-child {
  background-color: #0075c9;
}
.pricing-accountants .price-row.price-oblue > div:first-child {
  background-color: #448edd;
}
.pricing-accountants .price-row.price-lblue > div:first-child {
  background-color: #00a7e1;
}
.pricing-accountants .price-row.price-teal > div:first-child {
  background-color: #1ccfc9;
}
.pricing-accountants .price-row.price-green > div:first-child {
  background-color: #c2e76b;
}
.pricing-accountants .price-row.price-coral > div:first-child {
  background-color: #f27173;
}
.pricing-accountants .price-row .user-col {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .pricing-accountants .price-row .user-col {
    padding: 25px 5px;
  }
}
.pricing-accountants .price-row .user-col p.pricing-number {
  color: #FFF;
  margin: 0;
  font-size: 70px;
  line-height: 70px;
}
.pricing-accountants .price-row .user-col h3 {
  color: #FFF;
  margin-bottom: 0;
}
.pricing-accountants .price-row .price-col {
  width: 100%;
  margin-left: 45px;
}
@media (max-width: 991px) {
  .pricing-accountants .price-row .price-col {
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.pricing-accountants .price-row .price-col .price {
  margin: 0;
  font-size: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  font-weight: 800;
}
.pricing-accountants .price-row .price-col .price span {
  font-size: 28px;
  font-weight: normal;
  position: absolute;
  left: -25px;
  top: 0%;
}
.pricing-accountants .price-row .price-col .price span.curcode {
  font-size: 16px;
  line-height: 16px;
  left: unset;
  top: unset;
  bottom: 12px;
  right: -40px;
  letter-spacing: 0;
}
.pricing-accountants .price-row .price-col p.per {
  position: absolute;
  top: 15px;
  right: -65px;
  font-size: 16px;
  z-index: 4;
}
@media (max-width: 991px) {
  .pricing-accountants .price-row .price-col p.per {
    position: static;
    font-size: 14px;
  }
}
.pricing-accountants .price-row .btn-container {
  width: 100%;
  position: absolute;
  bottom: -29px;
  left: 0;
}
.pricing-accountants .price-row .btn-container a {
  margin: 0 auto;
}
.pricing-accountants .perks-row {
  border: 0 !important;
  margin-top: 50px;
}
.pricing-accountants .perks-row h3 {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 30px;
}
.pricing-accountants .perks-row ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  text-align: left;
}
.pricing-accountants .perks-row ul li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-left: 35px;
  padding-top: 2px;
  color: #393f4f;
  text-align: left;
}
.pricing-accountants .perks-row ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px;
  background-image: url(../img/icon-check-black.png);
  background-image: url(../img/icon-check-black.svg);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #c2e76b;
}

.pricing-col {
  text-align: center;
  padding-top: 65px;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
  padding-left: 30px;
  padding-right: 30px;
  height: 100%;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .pricing-col {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 876px) {
  .pricing-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pricing-col .price {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .pricing-col .price {
    font-size: 60px;
    line-height: 64px;
  }
}
.pricing-col .price .cost {
  font-size: 100px;
  line-height: 100px;
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 5px;
}
@media (max-width: 876px) {
  .pricing-col .price .cost {
    font-size: 80px;
    line-height: 80px;
  }
}
.pricing-col .price span {
  font-size: 28px;
  font-weight: normal;
  position: absolute;
  left: -25px;
  top: 30px;
}
.pricing-col .price span.curcode {
  font-size: 16px;
  line-height: 16px;
  left: unset;
  top: unset;
  bottom: 17px;
  right: -30px;
  letter-spacing: 0;
}
.pricing-col ul {
  list-style: none;
  padding: 0;
  margin: 60px auto;
  text-align: left;
  display: inline-block;
}
@media (max-width: 991px) {
  .pricing-col ul {
    margin: 35px 0 60px;
  }
}
.pricing-col ul li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-left: 35px;
  padding-top: 2px;
  color: #393f4f;
}
@media (max-width: 991px) {
  .pricing-col ul li {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
  }
}
.pricing-col ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px;
  background-image: url(../img/icon-check-black.png);
  background-image: url(../img/icon-check-black.svg);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .pricing-col ul li:before {
    width: 20px;
    height: 20px;
  }
}
.pricing-col ul li.additional {
  font-weight: bold;
}
.pricing-col ul li.additional:before {
  background-image: url(../img/icon-plus-black.png);
  background-image: url(../img/icon-plus-black.svg);
}
.pricing-col ul li:last-child {
  margin-bottom: 0;
}
.pricing-col ul.list-lblue li:before {
  background-color: rgba(0, 167, 225, 0.25);
}
.pricing-col ul.list-teal li:before {
  background-color: rgba(16, 207, 201, 0.25);
}
.pricing-col ul.list-blue li:before {
  background-color: rgba(21, 114, 212, 0.25);
}
.pricing-col p.annual-fee {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 0;
}
.pricing-col p.annual-fee + p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}
.pricing-col .btn-container {
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.pricing-col .btn-container a.btn-blok {
  margin: 16px auto 0;
}
@media (max-width: 877px) {
  .pricing-col .btn-container a.btn-blok {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .pricing-col .btn-container a.btn-blok {
    font-size: 14px;
  }
}
.pricing-col .tab {
  display: none;
}
.pricing-col.featured {
  border: 4px solid #00a7e1 !important;
  position: relative;
}
.pricing-col.featured .tab {
  top: -10px;
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}
.pricing-col.featured .tab span {
  background-color: #00a7e1;
  color: #FFF;
  padding: 15px 30px;
}

.pricing-tabs {
  margin-top: -90px;
}
@media (max-width: 991px) {
  .pricing-tabs {
    margin-top: -81px;
  }
}
.pricing-tabs:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 100vw;
  border-color: transparent transparent #ffffff transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 3;
}
@media (max-width: 991px) {
  .pricing-tabs:after {
    border-width: 0 0 20px 100vw;
    bottom: -1px;
  }
}
.pricing-tabs .row {
  /*
  		& > div:not(.active-tab){
  			@include medium {
  				margin-top:-10px;
  				height:91px;
  			}
  		}
  */
}
.pricing-tabs .row > div {
  z-index: 1;
}
.pricing-tabs .row > div:first-child {
  padding-right: 0;
}
.pricing-tabs .row > div:last-child {
  padding-left: 0;
  margin-top: -19px;
  margin-left: -20px;
}
@media (max-width: 991px) {
  .pricing-tabs .row > div:last-child {
    margin-top: 0;
    margin-left: 0;
  }
}
.pricing-tabs .row > div.active-tab {
  z-index: 2;
}
.pricing-tabs .row > div.active-tab a.pricing-tab.bg-coral {
  background-color: #FFF;
  color: #f27173;
}
.pricing-tabs .row > div.active-tab a.pricing-tab.bg-teal {
  background-color: #FFF;
  color: #1ccfc9;
}
.pricing-tabs h1 {
  margin: 0;
  letter-spacing: 0;
}
.pricing-tabs a.pricing-tab {
  text-align: center;
  font-size: 26px;
  line-height: 31px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background: #FFF;
  display: block;
  font-weight: 800;
  color: #f27173;
  width: calc(100% + 20px);
}
@media (max-width: 991px) {
  .pricing-tabs a.pricing-tab {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding-top: 15px;
    min-height: 82px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pricing-tabs a.pricing-tab.bg-coral {
  background-color: #f27173;
  color: #FFF;
}
.pricing-tabs a.pricing-tab.bg-teal {
  background-color: #1ccfc9;
  color: #FFF;
}

/*
.page-id-198 {
	header .nav-container ul li#menu-item-20 a {
		color:$blue;
		&:after {
			transform: scale(1);
			width: 100%;
		}
	}
	.pricing-tabs {
		.row {
			& > div {
				&:last-child {
					z-index:2;
				}
				a.pricing-tab {
					&.tab-accountants {
						background-color:#FFF;
						color:$teal;
					}
				}
			}
		}
	}
}

.page-id-12 {
	.pricing-tabs {
		.row {
			& > div {
				&:first-child {
					z-index:2;
				}
				a.pricing-tab {
					&.tab-businesses {
						background-color:#FFF;
						color:$coral;
					}
				}
			}
		}
	}
}
*/
.checkerboard + .pricing-accountants, .checkerboard + .pricing-businesses, .button-row + .pricing-accountants, .button-row + .pricing-businesses, .intro-copy + .vacancies, .button-row + .checkerboard {
  position: relative;
}
.checkerboard + .pricing-accountants:before, .checkerboard + .pricing-businesses:before, .button-row + .pricing-accountants:before, .button-row + .pricing-businesses:before, .intro-copy + .vacancies:before, .button-row + .checkerboard:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/top-slant-grey.png);
  background-image: url(../img/top-slant-grey.svg);
  background-position: center top;
}

.button-row + .checkerboard:before {
  top: -100px;
}
@media (max-width: 768px) {
  .button-row + .checkerboard:before {
    top: -60px;
  }
}

.accreditation {
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.accreditation h2 {
  font-size: 56px;
  line-height: 58px;
  letter-spacing: -3px;
  margin-bottom: 35px;
  margin: 0px 0 0.67em;
}
.accreditation .btn-blok {
  margin-top: 30px;
}
.accreditation .float-badge {
  width: 100%;
  height: calc(100% * 1.88);
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: 4;
  margin-top: -190px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/accreditation-badge.png);
  background-image: url(../img/accreditation-badge.svg);
  transform: scale(0.8);
  transform-origin: center center;
}

.accountants-logos .row > div {
  align-items: center;
  display: flex;
  text-align: center;
}
@media (max-width: 768px) {
  .accountants-logos .row > div:last-child {
    display: none;
  }
}
.accountants-logos .row > div img {
  max-width: calc(100% - 30px);
  margin: 0 auto;
  height: auto;
}
@media (max-width: 768px) {
  .accountants-logos .row > div img {
    max-width: calc(100% - 15px);
  }
}

.features-summary {
  padding: 35px 0 15px;
  background: #0075c9;
  margin-bottom: 65px;
  margin-top: 0px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .features-summary {
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .features-summary {
    margin-bottom: 0;
    padding: 15px 0 12px;
  }
}
.features-summary:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 60px 0;
  border-color: transparent #0075c9 transparent transparent;
  z-index: 1;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.features-summary .inner-wrapper {
  display: flex;
}
.features-summary .inner-wrapper ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
.features-summary .inner-wrapper ul li {
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .features-summary .inner-wrapper ul li {
    width: 100%;
    margin-right: 20px;
    max-height: 45px;
  }
}
.features-summary .inner-wrapper ul li a {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .features-summary .inner-wrapper ul li a {
    white-space: nowrap;
  }
}
.features-summary .inner-wrapper ul li a:after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #0075c9;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
.features-summary .inner-wrapper ul li a:hover {
  text-decoration: none;
}
.features-summary .inner-wrapper ul li a:hover h4 {
  text-decoration: none;
}
.features-summary .inner-wrapper ul li a:hover:after {
  width: 100%;
}
.features-summary .inner-wrapper ul li.active a:after {
  width: 100%;
}
.features-summary .inner-wrapper ul li img {
  max-width: 100%;
  height: 90px;
  width: auto;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  display: none;
}
@media (max-width: 768px) {
  .features-summary .inner-wrapper ul li img {
    height: auto;
    max-width: calc(80% - 15px);
  }
}
.features-summary .inner-wrapper ul li h4 {
  font-size: 14px;
  line-height: 19px;
  color: #FFF;
}

/*
.summary-stick {
	.features-summary {
		padding-top:20px;
		.inner-wrapper {
			img {
				height:0;
			}
			ul {
				li {
					h4 {
						margin-top:-20px;
					}
				}
			}
		}

		&:after {
			opacity: 0;
		}
	}
}
*/
/*
body.admin-bar{
    .features-summary{
        top: 122px;
    }
}
*/
.features-summary + .intro-copy img {
  display: none;
}

.forecasting {
  padding: 90px 0;
}
.forecasting:after {
  content: "";
  position: absolute;
  bottom: -95px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 95px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}
.forecasting h2, .forecasting h3, .forecasting h4 {
  color: #00a7e1;
}
.forecasting h3 {
  margin-top: 20px;
}
.forecasting p:first-of-type {
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .forecasting p:first-of-type {
    font-size: 18px;
    line-height: 22px;
  }
}
.forecasting img {
  height: auto;
}

.image-with-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.image-with-info .intro {
  margin-bottom: 30px;
}
.image-with-info .diagram-image {
  padding: 0 15px;
}
@media (max-width: 768px) {
  .image-with-info .diagram-image {
    margin: 20px auto;
  }
}
.image-with-info .diagram-image .inner {
  padding: 7px;
  box-shadow: 0 0 15px #000;
  background: #fff;
}
.image-with-info .diagram-image .inner img {
  height: auto;
}
.image-with-info#realtimesync .diagram-image .inner {
  box-shadow: none;
  background: transparent;
  text-align: center;
}
.image-with-info .diagram-info {
  display: flex;
}
.image-with-info .diagram-info .inner {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .image-with-info .diagram-info .inner {
    width: 100%;
  }
}
.image-with-info .diagram-info .inner ul {
  padding-left: 15px;
}
.image-with-info .diagram-info .inner ul li {
  margin-bottom: 15px;
}
.image-with-info .diagram-info .inner ul li:last-child {
  margin-bottom: 0;
}
.image-with-info .diagram-info .inner ul li, .image-with-info .diagram-info .inner ul li p {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .image-with-info .diagram-info {
    margin-bottom: 30px;
  }
  .image-with-info .diagram-info .inner {
    padding-bottom: 20px;
    border-top: 0;
  }
  .image-with-info .diagram-info:last-of-type {
    margin-top: 30px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .image-with-info .diagram-info:last-of-type .inner {
    padding-top: 20px;
    border-bottom: 0;
  }
}
.image-with-info.grey {
  padding: 150px 0 90px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaeaea+0,ffffff+100 */
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eaeaea", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .image-with-info.grey {
    padding: 80px 0 40px;
  }
}
.image-with-info.grey h2 {
  color: #0075c9;
}
.image-with-info.grey .diagram-info {
  display: flex;
  align-self: flex-end;
}
.image-with-info.grey .diagram-info:first-of-type {
  align-self: flex-start;
}
@media (max-width: 768px) {
  .image-with-info.grey .diagram-info:first-of-type .inner {
    border-top: 0;
    border-bottom: 3px solid #0075c9;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.image-with-info.grey .diagram-info .inner {
  border-top: 3px solid #0075c9;
}
@media (max-width: 768px) {
  .image-with-info.grey .diagram-info .inner {
    border-bottom: 3px solid #0075c9;
  }
  .image-with-info.grey .diagram-info:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .image-with-info.grey .diagram-info:last-of-type .inner {
    border-top: 3px solid #0075c9;
  }
}
.image-with-info.blue {
  background-color: #00a7e1;
  color: #FFF;
  padding: 150px 0 90px;
}
@media (max-width: 768px) {
  .image-with-info.blue {
    min-height: 0;
    padding: 120px 0 45px;
  }
}
.image-with-info.blue:after {
  content: "";
  position: absolute;
  bottom: -95px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 100vw 0 0;
  border-color: #00a7e1 transparent transparent transparent;
  z-index: 1;
}
@media (max-width: 768px) {
  .image-with-info.blue:after {
    bottom: -94px;
  }
}
.image-with-info.blue .decoration {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/hero-home-bg.png);
  background-image: url(../img/hero-home-bg.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position-y: bottom;
}
.image-with-info.blue h2 {
  color: #fff;
}
.image-with-info.blue .diagram-info {
  display: flex;
}
.image-with-info.blue .diagram-info:first-of-type {
  align-self: flex-end;
}
.image-with-info.blue .diagram-info .inner {
  border-top: 3px solid #fff;
}
@media (max-width: 768px) {
  .image-with-info.blue .diagram-info .inner {
    border-bottom: 3px solid #fff;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .image-with-info.blue .diagram-info:last-of-type .inner {
    border-top: 3px solid #fff;
  }
}

.why-hero + .intro-copy.why-section {
  padding-top: 135px;
}
@media (max-width: 768px) {
  .why-hero + .intro-copy.why-section {
    padding-top: 90px;
  }
}

.image-with-info.blue + .intro-copy {
  padding-top: 165px;
}
.image-with-info.blue + .intro-copy img {
  display: none;
}

@media (max-width: 768px) {
  .image-with-info.blue + .image-with-info.grey {
    padding-top: 125px;
  }
}

.intro-copy.why-section {
  padding-bottom: 90px;
}
.intro-copy.why-section:after {
  content: "";
  position: absolute;
  bottom: -95px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 100vw 0 0;
  border-color: #FFF transparent transparent transparent;
  z-index: 1;
}
@media (max-width: 768px) {
  .intro-copy.why-section:after {
    bottom: -94px;
  }
}

.image-with-info.grey:after {
  content: "";
  position: absolute;
  bottom: -95px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 95px 0;
  border-color: transparent #FFF transparent transparent;
  z-index: 1;
}
@media (max-width: 768px) {
  .image-with-info.grey:after {
    bottom: -94px;
  }
}

.pinned-section-trigger {
  overflow-x: hidden;
  overflow-y: auto;
}

.scenarios {
  min-height: 800px;
  padding: 150px 0 90px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .scenarios {
    overflow: hidden;
    padding-top: 110px;
  }
}
.scenarios h2 {
  color: #00a7e1;
}
@media (max-height: 900px) and (min-width: 993px) {
  .scenarios h2 {
    margin-top: 20px;
  }
}
.scenarios:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 30px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}

.scroll-up {
  opacity: 0;
}
@media (max-width: 991px) {
  .scroll-up {
    opacity: 1;
  }
}

.row.horizontal-scroll-container {
  width: 100%;
  margin-left: auto;
  margin-top: 60px;
  margin-right: 0;
}
@media (max-height: 900px) and (min-width: 993px) {
  .row.horizontal-scroll-container {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .row.horizontal-scroll-container {
    margin-top: 40px;
  }
}
.row.horizontal-scroll-container .horizontal-content {
  max-width: 100%;
  height: 100%;
  left: -25px;
}
@media (min-width: 922px) {
  .row.horizontal-scroll-container .horizontal-content {
    min-width: 1930px;
    width: 1930px !important;
  }
}
@media (max-width: 991px) {
  .row.horizontal-scroll-container .horizontal-content {
    width: 100% !important;
    padding-left: 30px;
    left: 0;
  }
}
.row.horizontal-scroll-container .horizontal-content > img {
  height: 100%;
  height: 220px;
  width: auto;
  max-width: none;
}
@media (min-width: 922px) {
  .row.horizontal-scroll-container .horizontal-content > img {
    min-width: 1930px;
    width: 1930px;
  }
}
@media (max-height: 900px) and (min-width: 993px) {
  .row.horizontal-scroll-container .horizontal-content > img {
    height: 180px;
    min-width: 1579px;
    width: 1579px;
  }
}
@media (max-width: 991px) {
  .row.horizontal-scroll-container .horizontal-content > img {
    height: auto !important;
    width: 200% !important;
  }
}
@media (min-width: 922px) {
  .row.horizontal-scroll-container .content-points {
    min-width: 1930px;
    width: 1930px;
  }
}
@media (max-height: 900px) and (min-width: 993px) {
  .row.horizontal-scroll-container .content-points {
    min-width: 1579px;
    width: 1579px;
  }
}
@media (max-width: 991px) {
  .row.horizontal-scroll-container .content-points {
    width: 100% !important;
  }
}
.row.horizontal-scroll-container .content-point {
  position: relative;
}
@media (max-width: 991px) {
  .row.horizontal-scroll-container .content-point {
    flex: 0 0 100%;
    margin-top: 30px;
    padding: 0 15px 0 40px;
  }
}
.row.horizontal-scroll-container .content-point:first-child {
  margin-left: 10%;
}
@media (max-width: 991px) {
  .row.horizontal-scroll-container .content-point:first-child {
    margin-left: 0;
  }
}
.row.horizontal-scroll-container .content-point:before {
  content: "";
  width: 40px;
  height: 85px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/content-pointer.png);
  background-image: url(../img/content-pointer.svg);
  display: block;
  background-position: left top;
  margin-bottom: 30px;
}
@media (max-height: 900px) and (min-width: 993px) {
  .row.horizontal-scroll-container .content-point:before {
    height: 55px;
  }
}
@media (max-width: 991px) {
  .row.horizontal-scroll-container .content-point:before {
    display: none;
  }
}
.row.horizontal-scroll-container .content-point .row .content-point-content {
  padding-left: 50px;
  max-width: 300px;
  border-bottom: 3px solid #00a7e1;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .row.horizontal-scroll-container .content-point .row .content-point-content {
    max-width: none;
    padding-left: 30px;
    border-bottom-width: 1px;
  }
}
.row.horizontal-scroll-container .content-point h4 {
  color: #00a7e1;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 56px;
  line-height: 58px;
  letter-spacing: -3px;
}
@media (max-width: 991px) {
  .row.horizontal-scroll-container .content-point h4 {
    font-size: 28px;
    line-height: 32px;
  }
}
.row.horizontal-scroll-container .content-point h5 {
  margin-bottom: 0;
}
.row.horizontal-scroll-container .content-point p {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  max-width: 300px;
}
@media (max-width: 991px) {
  .row.horizontal-scroll-container .content-point p {
    font-size: 14px;
    line-height: 17px;
  }
}

.blog-filter {
  padding-top: 40px;
  margin-bottom: 45px;
}
.blog-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.blog-filter ul li {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .blog-filter ul li {
    margin-right: 5px;
    margin-bottom: 15px;
  }
}
.blog-filter ul li:last-child {
  margin-right: 0;
}
.blog-filter ul li a {
  position: relative;
  background-color: #f2f2f2;
  color: #393f4f;
  padding: 5px 10px;
  font-size: 14px;
  -webkit-border-radius: 13.5px;
  border-radius: 13.5px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .blog-filter ul li a {
    font-size: 16px;
  }
}
.blog-filter ul li a.active {
  background-color: #0075c9;
  color: #FFF;
}
.blog-filter ul li a:hover {
  text-decoration: none;
  background-color: #0075c9;
  color: #FFF;
}

.grid-item {
  margin-bottom: 45px;
}
.grid-item .inner .item-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 235px;
  width: 100%;
  margin-bottom: 25px;
}
.grid-item .inner .item-content ul li a {
  font-size: 13px;
  color: #393f4f;
  text-transform: uppercase;
}
.grid-item .inner .item-content h4 a {
  color: #00a7e1;
}
.grid-item .inner .item-content h4 a:hover {
  text-decoration: none;
}
.grid-item .inner .item-content p {
  font-size: 16px;
  line-height: 19px;
  color: #393f4f;
}
.grid-item .inner .item-content a {
  margin-top: 10px;
}

.featured-blog {
  padding-top: 0;
  margin-top: -130px;
}

.featured-post .featured-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 70%;
}
@media (max-width: 1200px) {
  .featured-post .featured-img {
    padding-bottom: 90%;
  }
}
@media (max-width: 992px) {
  .featured-post .featured-img {
    padding-bottom: 75%;
  }
}
@media (max-width: 880px) {
  .featured-post .featured-img {
    padding-bottom: 95%;
  }
}
@media (max-width: 768px) {
  .featured-post .featured-img {
    padding-bottom: 0;
    height: 250px;
  }
}
.featured-post .featured-content {
  display: flex;
  align-items: center;
  background-color: #0075c9;
  color: #FFF;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .featured-post .featured-content {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .featured-post .featured-content {
    margin-top: 0;
  }
}
.featured-post .featured-content .inner {
  padding: 45px 30px 70px;
}
@media (max-width: 992px) {
  .featured-post .featured-content .inner {
    padding-bottom: 60px;
  }
}
.featured-post .featured-content h4 a, .featured-post .featured-content a {
  color: #FFF;
}
.featured-post .featured-content:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 100vw;
  border-color: transparent transparent transparent #ffffff;
}
.featured-post .featured-content .btn-underline {
  margin-top: 25px;
}
.featured-post .featured-content .btn-underline:after {
  background-color: #fff;
}

.blog .tiny-hero {
  padding-bottom: 120px;
}
.blog .tiny-hero h1 {
  margin-bottom: 15px;
}

.fof {
  text-align: center;
  position: relative;
  min-height: 800px;
  height: 100vh;
  padding-bottom: 50px;
  color: #fff;
}
.fof:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 100vw;
  border-color: transparent transparent #fff transparent;
}
.fof .bg {
  background: #393f4f url(../img/sea.png) repeat 0 center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: doSea 10s infinite;
}
.fof .island-left, .fof .island-right {
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.fof .island-left {
  top: 0;
  left: 0;
  background-image: url(../img/island-left.png);
  background-image: url(../img/island-left.svg);
  width: 25%;
  height: 100%;
  background-position: center top;
}
.fof .island-right {
  top: 0%;
  right: 0;
  background-image: url(../img/island-right.png);
  background-image: url(../img/island-right.svg);
  width: 25%;
  height: 100%;
}
.fof .container {
  padding-top: 110px;
}
.fof .container .row h2 {
  color: #FFF;
}
.fof .container .row h1 {
  font-size: 120px;
  line-height: 120px;
  margin: 0;
}
@media (max-width: 768px) {
  .fof .container .row h1 {
    font-size: 90px;
    line-height: 90px;
  }
}
.fof .container .row h3 {
  color: #FFF;
}
.fof .container .rowrowrow {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .fof .container .rowrowrow {
    margin-top: 40px;
  }
}
.fof .container .rowrowrow .your-boat {
  position: relative;
  width: 110px;
  margin: 0 auto;
  height: 60px;
  margin-bottom: 80px;
}
.fof .container .rowrowrow .bob {
  position: absolute;
  top: 55%;
  width: 100px;
  background: none;
  animation: doBob 2s infinite;
}
.fof .container .rowrowrow .tilt {
  height: 100px;
  animation: doTilt 3s infinite;
}
.fof .container .rowrowrow .the-boat {
  width: 100%;
  height: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/boat-up.png);
  background-image: url(../img/boat-up.svg);
  margin-bottom: 60px;
}

@keyframes doBob {
  0% {
    top: 55%;
  }
  50% {
    top: 47%;
  }
  100% {
    top: 55%;
  }
}
@keyframes doTilt {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes doSea {
  0% {
    background-position-y: top;
  }
  50% {
    background-position-y: center;
  }
  100% {
    background-position-y: top;
  }
}
.card {
  text-align: center;
  border: 0;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #fff;
  border-style: solid;
  padding: 45px 30px 30px;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 100%;
  background-color: transparent;
}
.card .card-icon {
  width: 100%;
  height: 60px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.card .card-icon.icon-application {
  background-image: url(../img/application.png);
  background-image: url(../img/application.svg);
}
.card .card-icon.icon-chat {
  background-image: url(../img/chat.png);
  background-image: url(../img/chat.svg);
  background-size: 60px;
}
.card .card-icon.icon-interview {
  background-image: url(../img/interview.png);
  background-image: url(../img/interview.svg);
}
.card .card-icon.icon-exercise {
  background-image: url(../img/exercise.png);
  background-image: url(../img/exercise.svg);
}
.card p {
  font-size: 16px;
  line-height: 20px;
}
.card a.btn-white:hover {
  background-color: #1ccfc9;
  opacity: 1;
}

.card-grid .title-row {
  text-align: center;
}
.card-grid .intro-row {
  margin: 20px 0;
}
.card-grid .cards-row > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .card-grid .cards-row > div {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .card-grid .cards-row > div {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.card-grid .cards-row > div.col-lg-3:nth-child(4n+1):before, .card-grid .cards-row > div.col-lg-3:nth-child(4n+1):after, .card-grid .cards-row > div.col-lg-3:nth-child(4n):before, .card-grid .cards-row > div.col-lg-3:nth-child(4n):after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-image: url("../img/pricing-col-top-lr-white.png");
  background-size: 100% 20px;
  background-repeat: no-repeat;
}
.card-grid .cards-row > div.col-lg-3:nth-child(4n+1):before, .card-grid .cards-row > div.col-lg-3:nth-child(4n):before {
  margin-top: 1px;
}
.card-grid .cards-row > div.col-lg-3:nth-child(4n+1):after, .card-grid .cards-row > div.col-lg-3:nth-child(4n):after {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .card-grid .cards-row > div.col-lg-3:nth-child(4n+1):before, .card-grid .cards-row > div.col-lg-3:nth-child(4n+1):after, .card-grid .cards-row > div.col-lg-3:nth-child(4n):before, .card-grid .cards-row > div.col-lg-3:nth-child(4n):after {
    display: none;
  }
  .card-grid .cards-row > div.col-lg-3:nth-child(4n+1) .card, .card-grid .cards-row > div.col-lg-3:nth-child(4n) .card {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}
.card-grid .cards-row > div.col-lg-3:nth-child(4n+1) .card {
  padding-top: 25px;
}
.card-grid .cards-row > div.col-lg-3:nth-child(4n+2) .card, .card-grid .cards-row > div.col-lg-3:nth-child(4n+3) .card {
  border-top-width: 1px;
  border-bottom-width: 1px;
  height: calc(100% + 27px);
}
.card-grid .cards-row > div.col-lg-3:nth-child(4n) {
  margin-top: 0;
}
.card-grid .cards-row > div.col-lg-3:nth-child(4n) .card {
  height: calc(100% - 15px);
}
@media (max-width: 768px) {
  .card-grid .cards-row > div.col-lg-3:nth-child(4n) {
    margin-top: 10px;
  }
}
.card-grid .cards-row > div.col-lg-4:nth-child(3n+1):before, .card-grid .cards-row > div.col-lg-4:nth-child(3n+1):after, .card-grid .cards-row > div.col-lg-4:nth-child(3n):before, .card-grid .cards-row > div.col-lg-4:nth-child(3n):after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-image: url("../img/pricing-col-top-lr-white.png");
  background-size: 100% 20px;
  background-repeat: no-repeat;
}
.card-grid .cards-row > div.col-lg-4:nth-child(3n+1):before, .card-grid .cards-row > div.col-lg-4:nth-child(3n):before {
  margin-top: 1px;
}
.card-grid .cards-row > div.col-lg-4:nth-child(3n+1):after, .card-grid .cards-row > div.col-lg-4:nth-child(3n):after {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .card-grid .cards-row > div.col-lg-4:nth-child(3n+1):before, .card-grid .cards-row > div.col-lg-4:nth-child(3n+1):after, .card-grid .cards-row > div.col-lg-4:nth-child(3n):before, .card-grid .cards-row > div.col-lg-4:nth-child(3n):after {
    display: none;
  }
  .card-grid .cards-row > div.col-lg-4:nth-child(3n+1) .card, .card-grid .cards-row > div.col-lg-4:nth-child(3n) .card {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}
.card-grid .cards-row > div.col-lg-4:nth-child(3n+2) .card {
  border-top-width: 1px;
  border-bottom-width: 1px;
  height: calc(100% + 27px);
  padding-top: 70px;
}
.card-grid .cards-row > div.col-lg-4:nth-child(3n) {
  margin-top: 0;
}
.card-grid .cards-row > div.col-lg-4:nth-child(3n) .card {
  height: calc(100% - 15px);
  padding-top: 60px;
}
@media (max-width: 768px) {
  .card-grid .cards-row > div.col-lg-4:nth-child(3n) {
    margin-top: 10px;
  }
}
.card-grid .summary-row {
  margin-top: 45px;
  text-align: center;
}
.card-grid .summary-row p {
  font-weight: 400;
}
@media (max-width: 768px) {
  .card-grid .summary-row {
    margin-top: 20px;
  }
}

.bg-white.card-grid .title-row h2 {
  color: #0075c9;
}
.bg-white.card-grid .cards-row > div.col-lg-3:nth-child(4n+1):before, .bg-white.card-grid .cards-row > div.col-lg-3:nth-child(4n+1):after, .bg-white.card-grid .cards-row > div.col-lg-3:nth-child(4n):before, .bg-white.card-grid .cards-row > div.col-lg-3:nth-child(4n):after {
  background-image: url("../img/pricing-col-top-lr.png");
}
.bg-white.card-grid .cards-row > div.col-lg-4:nth-child(3n+1):before, .bg-white.card-grid .cards-row > div.col-lg-4:nth-child(3n+1):after, .bg-white.card-grid .cards-row > div.col-lg-4:nth-child(3n):before, .bg-white.card-grid .cards-row > div.col-lg-4:nth-child(3n):after {
  background-image: url("../img/pricing-col-top-lr.png");
}
.bg-white .card {
  border-color: #ababab;
}
.bg-white .card a {
  color: #393f4f;
}

.card-grid + .icons-with-text {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .card-grid + .intro-copy {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .checkerboard + .card-grid {
    margin-top: 0px;
    padding-top: 0px;
  }
}

.intro-copy + .card-grid, .button-row + .card-grid, .checkerboard + .card-grid, .card-grid + .checkerboard, .vacancies + .checkerboard, .vacancies + .card-grid {
  padding-top: 130px;
}
.intro-copy + .card-grid:before, .button-row + .card-grid:before, .checkerboard + .card-grid:before, .card-grid + .checkerboard:before, .vacancies + .checkerboard:before, .vacancies + .card-grid:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 40px 0;
  border-color: transparent #FFF transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.card-grid + .checkerboard {
  padding-top: 70px;
}

.vacancies + .checkerboard:before {
  border-color: transparent #00a7e1 transparent transparent;
}

.intro-copy + .card-grid {
  margin-top: 90px;
}

.card-grid + .checkerboard:before {
  border-color: transparent #0075c9 transparent transparent;
}

.card-grid + .button-row {
  padding-top: 100px;
}

.hero + .card-grid {
  z-index: 10;
  padding-top: 50px;
}
.hero + .card-grid:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 100vw;
  border-color: transparent transparent transparent #0075c9;
}
.hero + .card-grid.bg-white:before {
  display: none;
}

.icons-with-text .icon {
  width: 150px;
  height: 150px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 30px auto;
}

.signup-options {
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .signup-options {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .signup-options {
    padding-top: 60px;
  }
}
.signup-options .container .title-row {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .signup-options .container .title-row {
    margin-bottom: 30px;
  }
}
.signup-options .container > .row:not(.title-row) > div:first-child {
  position: relative;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.signup-options .platforms-row {
  margin-top: 45px;
  text-align: center;
}
.signup-options .platforms-row .platform-icon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  margin: 0 auto 20px;
}
.signup-options .platforms-row .platform-icon.icon-xero {
  background-image: url(../img/logo-xero.png);
  background-image: url(../img/logo-xero.svg);
}
.signup-options .platforms-row .platform-icon.icon-quickbooks {
  background-image: url(../img/logo-quickbooks.png);
  background-image: url(../img/logo-quickbooks.svg);
}
.signup-options .platforms-row .platform-icon.icon-freeagent {
  background-image: url(../img/logo-freeagent-colour.png);
  background-image: url(../img/logo-freeagent-colour.svg);
}
.signup-options .platforms-row .platform-icon.icon-other {
  background-image: url(../img/other-platform.png);
  background-image: url(../img/other-platform.svg);
}
.signup-options .platforms-row a span {
  display: block;
}
@media (max-width: 991px) {
  .signup-options .platforms-row a.btn-blok {
    margin-bottom: 30px;
  }
}
.signup-options .platforms-row a:hover, .signup-options .platforms-row a:visited, .signup-options .platforms-row a:focus {
  text-decoration: none;
}
.signup-options .platforms-row a.pick-xero .btn-arrow:after {
  background-color: #00A3D3;
}
.signup-options .platforms-row a.pick-quickbooks .btn-arrow:after {
  background-color: #2ca01c;
}
.signup-options .platforms-row a.pick-freeagent .btn-arrow:after {
  background-color: #007abf;
}
.signup-options .platforms-row a.pick-other .btn-arrow:after {
  background-color: #393f4f;
}
.signup-options .platforms-row a .btn-arrow:after {
  background-image: url(../img/icon-arrow-right-white.png);
  background-image: url(../img/icon-arrow-right-white.svg);
}
.signup-options .platforms-row a:hover .btn-arrow:after {
  background-color: #c2e76b;
  background-image: url(../img/icon-arrow-right-black.png);
  background-image: url(../img/icon-arrow-right-black.svg);
}

.btn-arrow {
  margin-top: 15px;
  display: block;
  text-align: left;
  color: #393f4f;
  padding-left: 20px;
  position: relative;
  padding-right: 40px;
}
.btn-arrow:after {
  height: 25px;
  width: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/icon-arrow-right-black.png);
  background-image: url(../img/icon-arrow-right-black.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  background-size: 8px;
  background-color: #f2f2f2;
  position: absolute;
  top: -2px;
  right: 0px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

/*
.page-template-tmp-signup {
	padding-top:78px;
	.upper-row {
		display: none;
	}
	header {
		padding-top:0;

		.nav-container, .btn-container {
			display: none !important;
		}
	}
	.pre-footer {
		.row {
			display: none;
		}
	}
	footer {
		.site-section-navs, .social-links {
			display: none;
		}
	}
}

.scrolled {
	.page-template-tmp-signup {
		header {
			padding-top:10px;
		}
	}
}
*/
.platform-sp {
  text-align: center;
}
@media (max-width: 991px) {
  .platform-sp {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .platform-sp {
    margin-bottom: 35px;
  }
}
.platform-sp .platform-logo {
  width: 100%;
  height: 75px;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .platform-sp .platform-logo {
    width: 50%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .platform-sp .platform-logo {
    height: 50px;
  }
}
.platform-sp .platform-logo.logo-xero {
  background-image: url(../img/logo-xero.png);
  background-image: url(../img/logo-xero.svg);
}
.platform-sp .platform-logo.logo-quickbooks {
  background-image: url(../img/logo-quickbooks-full.png);
  background-image: url(../img/logo-quickbooks-full.svg);
  background-size: 85%;
}
@media (max-width: 991px) {
  .platform-sp .platform-logo.logo-quickbooks {
    background-size: 55%;
  }
}
@media (max-width: 768px) {
  .platform-sp .platform-logo.logo-quickbooks {
    background-size: 70%;
  }
}
.platform-sp .platform-logo.logo-freeagent {
  background-image: url(../img/logo-freeagent-full.png);
  background-size: 85%;
}
@media (max-width: 991px) {
  .platform-sp .platform-logo.logo-freeagent {
    background-size: 40%;
  }
}
@media (max-width: 768px) {
  .platform-sp .platform-logo.logo-freeagent {
    background-size: 60%;
  }
}
.platform-sp .platform-logo.logo-other {
  background-image: url(../img/other-platform.png);
  background-image: url(../img/other-platform.svg);
}

.drip-tab ol {
  padding: 0;
}
.drip-tab ol li {
  font-size: 13px;
}
.drip-tab label {
  font-size: 13px;
}

.cs-block {
  position: relative;
}
.cs-block .title-row {
  text-align: center;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .cs-block:after, .cs-block:before {
    display: none;
  }
}
.cs-block .video-poster, .cs-block .the-img {
  width: 100%;
  height: 560px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .cs-block .video-poster, .cs-block .the-img {
    height: 420px;
  }
}
.cs-block .video-poster .btn-play span, .cs-block .the-img .btn-play span {
  color: #FFF;
}
.cs-block .bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .cs-block .bg-img {
    height: 250px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .cs-block .bg-img:before {
    display: none;
  }
}
.cs-block .bg-img:before {
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%;
  background: -moz-linear-gradient(left, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 768px) {
  .cs-block .bg-img:before {
    width: 100%;
    top: unset;
    bottom: 60%;
    height: 40%;
  }
}
@media (max-width: 768px) {
  .cs-block .bg-img:before {
    background: -moz-linear-gradient(top, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00a7e1 0%, rgba(0, 167, 225, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$colour", endColorstr="$colour",GradientType=1 );
    /* IE6-9 */
  }
}
.cs-block .bg-img:after {
  content: "";
  left: -25%;
  top: -10%;
  height: 120%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/quote-triangle-blue.png);
  background-image: url(../img/quote-triangle-blue.svg);
}
@media (max-width: 991px) {
  .cs-block .bg-img:after {
    width: 160%;
  }
}
@media (max-width: 768px) {
  .cs-block .bg-img:after {
    width: 120%;
  }
}
.cs-block .bg-img .btn-play {
  z-index: 2;
}
.cs-block .logo-circle {
  background-color: #FFF;
  height: 0;
  width: 80%;
  padding-bottom: 80%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .cs-block .logo-circle {
    height: 150px;
    width: 150px;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-top: -40px;
  }
}
.cs-block .logo-circle .logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: 70%;
  position: absolute;
  top: 0;
  left: 0;
}
.cs-block q.quote {
  font-size: 32px;
  line-height: 36px;
  text-indent: -14px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cs-block q.quote {
    text-indent: 0;
    font-size: 24px;
    line-height: 28px;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .cs-block q.quote {
    max-width: 100%;
  }
}
.cs-block .details-row div.quote-container, .cs-block .details-row div.content-container {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
@media (max-width: 991px) {
  .cs-block .details-row div.quote-container, .cs-block .details-row div.content-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cs-block .details-row div.quote-container p.quoter {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cs-block .details-row div.quote-container {
    margin-bottom: 30px;
  }
}
.cs-block .details-row .content-container {
  display: flex;
  align-items: flex-end;
}
.cs-block .details-row .content-container .btn-blok {
  z-index: 3;
}

@media (max-width: 991px) {
  .three-col-sp {
    text-align: center;
  }
}
.three-col-sp:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 30px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 1;
}
.three-col-sp .title-row {
  text-align: center;
}
.three-col-sp .the-img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 210px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
}

.three-col-sp + .cs-block {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .three-col-sp + .cs-block {
    padding-top: 95px;
  }
}

.pricing-accountants + .further-reading.bg-white, .pricing-businesses + .further-reading.bg-white {
  position: relative;
  margin-top: 40px;
}
.pricing-accountants + .further-reading.bg-white:before, .pricing-businesses + .further-reading.bg-white:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/top-slant-grey.png);
  background-image: url(../img/top-slant-grey.svg);
  background-position: center top;
}

.further-reading.bg-blue .grid-item .inner .item-content h4 a, .further-reading.bg-blue .btn-underline {
  color: #FFF;
}
.further-reading.bg-blue .btn-underline:after {
  background-color: #FFF;
}
.further-reading.bg-coral .grid-item .inner .item-content h4 a, .further-reading.bg-coral .btn-underline {
  color: #3C3C3B;
}
.further-reading.bg-coral .btn-underline:after {
  background-color: #f6e948;
}
.further-reading.bg-yellow .grid-item .inner .item-content h4 a, .further-reading.bg-yellow .btn-underline {
  color: #393f4f;
}
.further-reading.bg-yellow .btn-underline:after {
  background-color: #0075c9;
}
.further-reading.bg-lblue .grid-item .inner .item-content h4 a, .further-reading.bg-lblue .btn-underline {
  color: #3C3C3B;
}
.further-reading.bg-lblue .btn-underline:after {
  background-color: #f6e948;
}

.further-reading + .further-reading:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 30px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 1;
}

.further-reading.bg-blue + .further-reading:before {
  border-right-color: #0075c9;
}

.further-reading.bg-coral + .further-reading:before {
  border-right-color: #f27173;
}

.further-reading.bg-grey + .further-reading:before {
  border-right-color: #f2f2f2;
}

.further-reading.bg-lblue + .further-reading:before {
  border-right-color: #00a7e1;
}

.content-block:last-of-type.further-reading, .content-block:last-of-type.cs-block {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .content-block:last-of-type.further-reading, .content-block:last-of-type.cs-block {
    padding-bottom: 65px;
  }
}

.anchor-nav {
  padding-top: 40px;
}
.anchor-nav ul {
  list-style: none;
  text-align: left;
  display: flex;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-out;
  opacity: 1;
  width: 100%;
  padding-left: 0;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0;
}
.anchor-nav ul li {
  transition: all 0.2s ease-out;
  padding-right: 30px;
  font-size: 16px;
}
.anchor-nav ul li a {
  color: #26262A;
  display: block;
  padding-bottom: 20px;
}
.anchor-nav ul li a:hover {
  padding-bottom: 17px;
  border-bottom: 3px solid #1ccfc9;
  text-decoration: none;
}

.pill-tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pill-tags li {
  background: rgba(57, 63, 79, 0.1);
  padding: 8px 15px;
  border-radius: 25px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.partner-content > .container .row .col-md-8 {
  padding-right: 30px;
}
.partner-content > .container .row .col-md-4 {
  padding-left: 30px;
  border-left: 1px solid #393f4f;
}
.partner-content h2, .partner-content h3 {
  color: #0075c9;
}
.partner-content .social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partner-content .social li {
  display: inline-block;
  margin-right: 10px;
}
.partner-content .social li a {
  display: block;
  width: 34px;
  height: 34px;
  background-position: center center;
  background-repeat: no-repeat;
}
.partner-content .social li.facebook a {
  background-image: url(../img/icon-facebook-blue.png);
  background-image: url(../img/icon-facebook-blue.svg);
}
.partner-content .social li.linkedin a {
  background-image: url(../img/icon-linkedin-blue.png);
  background-image: url(../img/icon-linkedin-blue.svg);
}
.partner-content .social li.twitter a {
  background-image: url(../img/icon-twitter-blue.png);
  background-image: url(../img/icon-twitter-blue.svg);
}
.partner-content .info-stubs {
  border-left: 2px solid #393f4f;
  padding-bottom: 50px;
  list-style: none;
}
@media (max-width: 768px) {
  .partner-content .info-stubs {
    margin-top: 50px;
    border-left: none;
    padding: 0;
  }
}
.partner-content .info-stubs li {
  clear: both;
}
.partner-content .info-stubs li.partner-status .icon {
  background-image: url("../img/icon-trophy-blue.png");
  background-image: url("../img/icon-trophy-blue.svg");
  background-size: 29px 40px;
}
.partner-content .info-stubs li.specialist .icon {
  background-image: url("../img/icon-star-blue.png");
  background-image: url("../img/icon-star-blue.svg");
  background-size: 40px 37px;
}
.partner-content .info-stubs li.experience .icon {
  background-image: url("../img/icon-calendar-blue.png");
  background-image: url("../img/icon-calendar-blue.svg");
  background-size: 40px 41px;
}
.partner-content .info-stubs li.certification .icon {
  background-image: url("../img/icon-medal-blue.png");
  background-image: url("../img/icon-medal-blue.svg");
  background-size: 31px 40px;
}
.partner-content .info-stubs .icon {
  border: 2px solid #393f4f;
  background-position: center center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  float: left;
  margin-bottom: 30px;
  margin-right: 20px;
}
.partner-content .info-stubs .content {
  margin-left: 20px;
}
.partner-content .info-stubs .content .category {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}
.partner-content .info-stubs .content .title {
  color: #0075c9;
}

.partner-reviews .title-row h3 {
  color: #0075c9;
  display: inline-block;
}
.partner-reviews .title-row .stars {
  display: inline-block;
  width: auto;
}
.partner-reviews .review {
  background: transparent;
  border: 1px solid #ababab;
}

.partner-videos .video-content {
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/blog-placeholder-1.jpg");
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px #000;
  margin-bottom: 20px;
  position: relative;
}
.partner-videos .title {
  display: block;
}
.partner-videos .duration {
  color: #999999;
}

.partner-videos + .has-slant-top {
  margin-top: 75px;
}

.partner-team {
  padding-bottom: 150px;
}
.partner-team h2 {
  color: #0075c9;
}
.partner-team .profile-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
}
.partner-team .content {
  padding: 20px 15px 60px;
  position: relative;
}
.partner-team .content span {
  width: 100%;
  display: inline-block;
}
.partner-team .content .name {
  font-size: 20px;
}
.partner-team .content .more {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.partner-team .content .more a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  border-bottom: 3px solid #1ccfc9;
  width: auto;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  padding-right: 15px;
  padding-bottom: 10px;
}
.partner-team .content .more a span {
  width: auto;
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.partner-team .content .more a:after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-down-white.png);
  background-image: url(../img/icon-down-white.svg);
}
.partner-team .more-content {
  padding: 15px;
}

.partner-bank-experience h3 {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.partner-bank-experience .bank {
  margin-top: 15px;
  height: 120px;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.15);
}
.partner-bank-experience .bank.paypal {
  background-image: url(../img/logo-paypal-white.png);
  background-image: url(../img/logo-paypal-white.svg);
}

.partner-industry-experience h3 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding-bottom: 10px;
}
.partner-industry-experience .pill-tags {
  margin-top: 15px;
  color: #fff;
}

.partner-industry-experience + .has-slant-top {
  margin-top: 75px;
  padding-top: 20px;
}

.partner-app-experience h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.partner-app-experience .connected-apps {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}
.partner-app-experience .connected-apps li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.partner-app-experience .connected-apps li img {
  max-height: 100px;
}

.partner-awards img {
  display: block;
  width: 106px;
  height: auto;
  margin-bottom: 15px;
}
.partner-awards span {
  display: block;
  width: 80%;
  color: #fff;
}
.partner-awards a {
  text-decoration: none;
}

.partner-awards + .has-slant-top {
  margin-top: 75px;
}

.partner-offices .office-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
@media (max-width: 991px) {
  .partner-offices .office-image {
    height: 180px;
  }
}
.partner-offices .content span {
  display: block;
}
.partner-offices .content span.name {
  font-size: 24px;
}
.partner-offices .content span.address {
  font-size: 18px;
}
.partner-offices .content span.icon-call {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 20px;
}
.partner-offices .content span.icon-call a {
  color: #393f4f;
  border-bottom: 3px solid #1ccfc9;
}
.partner-offices .content span.icon-call a:hover {
  text-decoration: none;
}
.partner-offices .content span.icon-call:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 22px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px;
  background-image: url(../img/icon-phone-navy.png);
  background-image: url(../img/icon-phone-navy.svg);
}

.partner-offices + .has-slant-top {
  margin-top: 75px;
}

.partner-stub {
  border-top: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  position: relative;
  width: calc(100% - 60px);
  background: #fff;
}
@media (max-width: 768px) {
  .partner-stub {
    width: 100%;
    border: 1px solid #ababab;
  }
}
.partner-stub:after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: -1px;
  width: 60px;
  height: calc(100% + 2px);
  /*
          background-image: url(../img/partner-stub-slant-right.png);
          background-image: url(../img/partner-stub-slant-right.svg);
          background-size: 90px 100%;
          background-repeat: no-repeat;
  */
  border: 1px solid #ababab;
  border-left: 0;
  transform: skewX(-10deg);
  background-color: #fff;
}
@media (max-width: 768px) {
  .partner-stub:after {
    display: none;
  }
}
.partner-stub .partner-level {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 15px;
  border-right: 1px solid #ababab;
}
.partner-stub .partner-level span {
  transform: rotate(-90deg);
  display: block;
  height: auto;
  width: 200px;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .partner-stub .partner-level span {
    transform: none;
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .partner-stub .partner-level {
    left: 0;
    border-right: 0;
    border-bottom: 1px solid #ababab;
    height: auto;
    width: auto;
    position: relative;
  }
}
.partner-stub .partner-logo {
  margin-left: 40px;
  padding: 40px;
  border-right: 1px solid #ababab;
  height: 100%;
  display: flex;
  align-items: center;
}
.partner-stub .partner-logo img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .partner-stub .partner-logo img {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .partner-stub .partner-logo {
    display: block;
    padding: 20px;
    align-items: unset;
    margin: 0 auto;
    border-right: none;
    border-bottom: 1px solid #ababab;
    height: auto;
  }
}
.partner-stub .partner-info {
  padding: 20px 0;
  padding-right: 45px;
}
@media (max-width: 768px) {
  .partner-stub .partner-info {
    padding: 20px;
  }
}
.partner-stub .partner-info h3 {
  color: #0075c9;
}
@media (max-width: 768px) {
  .partner-stub .partner-info h3 {
    margin-bottom: 5px;
  }
}
.partner-stub .partner-info .advisor-type {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.partner-stub .partner-info p a {
  font-weight: bold;
  color: #393f4f;
  position: relative;
  border-bottom: 2px solid #0075c9;
  padding-bottom: 10px;
  text-decoration: none;
  padding-right: 19px;
}
.partner-stub .partner-info p a:after {
  content: "";
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-right-black.png);
  background-image: url(../img/icon-arrow-right-black.svg);
  position: absolute;
  top: 6px;
  right: 0;
}
.partner-stub .partner-info p a:hover {
  text-decoration: none;
  color: #0075c9;
}
@media (max-width: 768px) {
  .partner-stub.level-1 .partner-level {
    display: none;
  }
}
.partner-stub.level-1 .partner-logo img {
  max-height: 100px;
}
.partner-stub.level-4 .partner-level {
  border-color: #00a7e1;
  background: #00a7e1;
}
.partner-stub.level-4 .partner-level span {
  color: #fff;
}
.partner-stub.level-5 {
  border-color: #0075c9;
}
.partner-stub.level-5 .partner-level {
  border-color: #0075c9;
  background: #0075c9;
}
.partner-stub.level-5 .partner-level span {
  color: #fff;
}
.partner-stub.level-5 .partner-logo {
  border-color: #0075c9;
}
.partner-stub.level-5:after {
  /*
               background-image: url(../img/partner-stub-slant-right-platinum.png);
               background-image: url(../img/partner-stub-slant-right-platinum.svg);
  */
  border-color: #0075c9;
}

.partner-list {
  min-height: 300px;
}
.partner-list .partner-stub {
  margin-bottom: 30px;
}

.partner-filter {
  padding: 50px 0 100px;
}
.partner-filter .row.mb-4 {
  margin-bottom: 2.5em !important;
}
.partner-filter .input-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .partner-filter .input-wrapper {
    margin-bottom: 25px;
  }
}
.partner-filter .input-wrapper label {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 16px;
}
.partner-filter .input-wrapper .dropdown {
  width: 100% !important;
}
.partner-filter .input-wrapper .dropdown button {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 0;
  height: 50px;
  background-color: #FFF;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #eaeaea;
  width: 100%;
  padding-left: 15px;
  overflow: hidden;
}
.partner-filter .input-wrapper .dropdown button:after {
  display: none;
}
.partner-filter .input-wrapper .dropdown button div {
  height: 100%;
  padding: 0;
  background-color: transparent;
}
.partner-filter .input-wrapper .dropdown button div.filter-option-inner {
  display: flex;
  align-items: center;
}
.partner-filter .input-wrapper .dropdown button div.filter-option-inner-inner {
  height: auto;
  padding-left: 20px;
  font-weight: 800;
}
.partner-filter .input-wrapper .dropdown.select-sortby {
  position: relative;
}
.partner-filter .input-wrapper .dropdown.select-sortby button {
  background-color: #1ccfc9;
  border: 0;
  position: relative;
}
.partner-filter .input-wrapper .dropdown.select-sortby button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/btn-blok-end.png);
  background-image: url(../img/btn-blok-end.svg);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  right: 0;
  top: 0;
}
.partner-filter .input-wrapper .dropdown.select-sortby:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  width: 45px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-right-black.png);
  background-image: url(../img/icon-arrow-right-black.svg);
  background-size: 13px 20px;
  transform: rotate(90deg);
  z-index: 1;
}
.partner-filter .input-wrapper.search-wrapper {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  height: 50px;
}
.partner-filter .input-wrapper.search-wrapper input {
  box-shadow: none;
  border: 0;
}
.partner-filter .input-wrapper.search-wrapper input.search {
  padding-left: 45px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-image: url(../img/icon-search.png);
  background-image: url(../img/icon-search.svg);
  background-size: 15px;
}
.partner-filter .input-wrapper.search-wrapper input:first-of-type {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: calc(100% - 40px);
  border-right: 0;
}
.partner-filter .input-wrapper.search-wrapper input:last-of-type {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  width: 30px;
  background-color: transparent;
  text-indent: -99999px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-right-black.png);
  background-image: url(../img/icon-arrow-right-black.svg);
  background-size: 13px 20px;
  border-color: #0075c9;
  padding: 0;
  height: 50px;
}
.partner-filter .input-wrapper.search-wrapper input:last-of-type:disabled {
  border-color: #f2f2f2;
  background-image: url(../img/icon-arrow-right-black.png);
  background-image: url(../img/icon-arrow-right-black.svg);
  transform: rotate(0deg);
  opacity: 0.3;
}
.partner-filter .input-wrapper.search-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/btn-blok-end.png);
  background-image: url(../img/btn-blok-end.svg);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  right: -1px;
  pointer-events: none;
}
.partner-filter .btn-show-filters {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pac-container {
  z-index: 1000;
  float: left;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.pac-container .pac-item {
  color: #212529;
  text-align: left;
  list-style: none;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 18px;
}
.pac-container .pac-item:hover, .pac-container .pac-item.pac-item-selected {
  text-decoration: none;
  background-color: #007bff;
}
.pac-container .pac-item:hover .pac-item-query, .pac-container .pac-item.pac-item-selected .pac-item-query {
  color: #fff;
}
.pac-container .pac-item .pac-icon {
  display: none;
}

.partner-get-in-touch .form-wrapper {
  padding: 50px 30px 10px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  position: relative;
}
.partner-get-in-touch .form-wrapper:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -40px;
  height: 80px;
  width: calc(100% + 2px);
  background-color: #FFF;
  border: 1px solid #eaeaea;
  border-top: 0;
  transform: skewY(-6deg);
}
.partner-get-in-touch .form-wrapper form input[type=text], .partner-get-in-touch .form-wrapper form input[type=tel], .partner-get-in-touch .form-wrapper form input[type=email], .partner-get-in-touch .form-wrapper form select, .partner-get-in-touch .form-wrapper form textarea {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding-left: 15px;
}
.partner-get-in-touch .form-wrapper form textarea {
  padding: 25px 15px;
}
.partner-get-in-touch .form-wrapper form select {
  background-size: 30px 12px;
}
.partner-get-in-touch .form-wrapper .wpcf7-response-output {
  position: relative;
  z-index: 2;
}

.filters-block {
  display: none;
}
.filters-block > .row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #aeaeae;
}
.filters-block div.col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .filters-block div.col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .filters-block div.col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.filters-block div.col label {
  font-size: 16px;
}
.filters-block div.col .dropdown {
  width: 100% !important;
}
.filters-block div.col .dropdown button {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 0;
  height: 50px;
  background-color: #FFF;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #eaeaea;
  width: 100%;
  padding-left: 15px;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-down-black.png);
  background-image: url(../img/icon-arrow-down-black.svg);
  background-size: 13px 20px;
  background-position-x: calc(100% - 15px);
}
.filters-block div.col .dropdown button:after {
  display: none;
}
.filters-block div.col .dropdown button div {
  height: 100%;
  padding: 0;
  background-color: transparent;
}
.filters-block div.col .dropdown button div.filter-option-inner {
  display: flex;
  align-items: center;
}
.filters-block div.col .dropdown button div.filter-option-inner-inner {
  height: auto;
  padding-left: 20px;
  font-weight: 800;
}

.partner-content + .partner-team {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .partner-content + .partner-team {
    margin-top: 45px;
  }
}

.page-numbers-wrapper {
  text-align: center;
}
.page-numbers-wrapper ul {
  list-style: none;
  display: inline-block;
  position: relative;
  margin: 20px 0;
  padding: 0 40px;
}
.page-numbers-wrapper ul li {
  display: inline-block;
  margin-right: 15px;
}
.page-numbers-wrapper ul li:last-child {
  margin-right: 0;
}
.page-numbers-wrapper ul li span {
  color: #393f4f;
}
.page-numbers-wrapper ul li a {
  color: #0075c9;
  display: block;
}
.page-numbers-wrapper ul li a.next, .page-numbers-wrapper ul li a.prev {
  text-indent: -99999px;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #393f4f;
  position: absolute;
  top: -4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-right-white.png);
  background-image: url(../img/icon-arrow-right-white.svg);
  background-size: 11px;
}
.page-numbers-wrapper ul li a.next {
  right: 0;
}
.page-numbers-wrapper ul li a.prev {
  left: 0;
  transform: rotate(-180deg);
}

@media (max-width: 991px) {
  .partner-get-in-touch form .form-row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-template-tmp-partner_directory .card .card-icon {
  height: 90px;
}
@media (max-width: 991px) {
  .page-template-tmp-partner_directory .card .card-icon {
    height: 75px;
  }
}

.has-section-padding + .has-slant-top {
  margin-top: 55px;
  padding-top: 25px;
}

.pac-container {
  width: 100%;
  padding-bottom: 13px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  margin-left: 15px;
  margin-top: 5px;
}
.pac-container .pac-item {
  font-size: 16px !important;
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 15px;
}
.pac-container .pac-item span {
  font-size: 16px !important;
}
.pac-container .pac-item.pac-selected {
  font-family: "F37 Ginger", Helvetica, Arial, sans-serif;
}
.pac-container .pac-item .pac-item-query {
  font-size: 16px !important;
}
.pac-container .pac-item:last-child {
  margin-bottom: 10px;
}
.pac-container .pac-matched {
  background-color: rgba(0, 117, 201, 0.2);
}
.pac-container.pac-logo:after {
  background-position: calc(100% - 15px) center;
}

.accordion .accordion-wrapper {
  background: #fff;
  margin-bottom: 20px;
}
.accordion .accordion-title {
  position: relative;
  display: block;
  padding: 20px 50px 20px 20px;
  background: #0075c9;
  color: #fff;
  border: 1px solid #0075c9;
  border-right-width: 0;
  width: calc(100% - 60px);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.accordion .accordion-title.collapsed {
  color: #393f4f;
  background-color: #fff;
  border-color: #ababab;
}
.accordion .accordion-title.collapsed span {
  background-image: url(../img/icon-down-navy.png);
  background-image: url(../img/icon-down-navy.svg);
  transform: rotate(0deg);
}
.accordion .accordion-title.collapsed:before {
  background: #fff;
}
.accordion .accordion-title.collapsed:after {
  background-color: #fff;
  border-color: #ababab;
}
.accordion .accordion-title span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-down-white.png);
  background-image: url(../img/icon-down-white.svg);
  transform: rotate(180deg);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  z-index: 2;
}
.accordion .accordion-title:before {
  background: #f2f2f2;
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  top: 0;
  width: 60px;
  height: calc(100% + 1px);
}
.accordion .accordion-title:after {
  border: 1px solid #0075c9;
  border-left: 0;
  transform: skewX(-30deg);
  transform-origin: top right;
  background-color: #0075c9;
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  top: -1px;
  width: 60px;
  height: calc(100% + 2px);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.accordion .accordion-content {
  padding: 30px 20px;
  background: #f2f2f2;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.lead-magnet-row {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}
.lead-magnet-row .bg-image {
  position: absolute;
  top: 20px;
  left: 0;
  width: 33.33%;
  height: 100%;
}
@media (max-width: 991px) {
  .lead-magnet-row .bg-image {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}
.lead-magnet-row .bg-image .the-image {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .lead-magnet-row .bg-image .the-image {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .lead-magnet-row .bg-image .the-image {
    min-height: 160px;
  }
}
.lead-magnet-row .bg-image .the-image.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 991px) {
  .lead-magnet-row .bg-image .the-image.bg-cover {
    margin-top: -60px;
  }
}
.lead-magnet-row .bg-image .the-image.bg-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position-y: calc(50% - 20px);
}
@media (max-width: 991px) {
  .lead-magnet-row .bg-image .the-image.bg-contain {
    background-size: contain;
    background-position-y: center;
  }
}
@media (max-width: 768px) {
  .lead-magnet-row .bg-image .the-image.bg-contain {
    margin-top: 45px;
    background-position: center center;
  }
}
.lead-magnet-row .container .row > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-height: 135px;
}
@media (max-width: 991px) {
  .lead-magnet-row .container .row > div {
    min-height: 0;
    align-items: center;
  }
}
.lead-magnet-row .container .row > div h3, .lead-magnet-row .container .row > div p {
  text-align: left;
}
.lead-magnet-row form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
}
@media (max-width: 991px) {
  .lead-magnet-row form {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .lead-magnet-row form {
    width: 100%;
    display: block;
  }
}
.lead-magnet-row form .item-wrapper {
  flex: 3;
  margin-top: 0;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .lead-magnet-row form .item-wrapper {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .lead-magnet-row form .item-wrapper input {
    height: 50px !important;
    -webkit-border-radius: 25px;
    border-radius: 25px;
  }
}
.lead-magnet-row form .item-wrapper input:focus {
  border: 1px solid #00a7e1;
}
.lead-magnet-row form .item-wrapper label:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #FFF;
  content: "";
}
.lead-magnet-row form .item-wrapper label span {
  position: relative;
}
@media (max-width: 576px) {
  .lead-magnet-row form .item-wrapper label {
    top: 15px;
  }
}
.lead-magnet-row form .item-wrapper.focused label {
  background-color: #f2f2f2;
}
.lead-magnet-row form .item-wrapper select {
  margin-bottom: 0;
}
.lead-magnet-row form .submit-wrapper {
  flex: 2;
  position: relative;
  pointer-events: none;
}
.lead-magnet-row form .submit-wrapper:before, .lead-magnet-row form .submit-wrapper:after {
  position: absolute;
  top: 0;
  content: "";
}
.lead-magnet-row form .submit-wrapper:before {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/btn-blok-end.png);
  background-image: url(../img/btn-blok-end.svg);
  bottom: 0;
  right: -1px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.lead-magnet-row form .submit-wrapper:after {
  height: 100%;
  width: 45px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icon-arrow-right-black.png);
  background-image: url(../img/icon-arrow-right-black.svg);
  background-size: 13px 20px;
  top: 0;
  right: 0;
}
.lead-magnet-row form .submit-wrapper input {
  border: 0;
  position: static;
  width: 100%;
  height: 50px;
  padding: 13px 80px 13px 30px;
  pointer-events: all;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lead-magnet-row form .submit-wrapper input {
    height: 50px !important;
    -webkit-border-radius: 25px;
    border-radius: 25px;
  }
}
.lead-magnet-row form.has-phone .item-wrapper, .lead-magnet-row form.has-acc-dropdown .item-wrapper {
  margin-bottom: 20px;
}
.lead-magnet-row form.has-phone .item-wrapper:nth-of-type(2), .lead-magnet-row form.has-acc-dropdown .item-wrapper:nth-of-type(2) {
  margin-right: 0;
}
.lead-magnet-row form.has-phone .submit-wrapper, .lead-magnet-row form.has-acc-dropdown .submit-wrapper {
  flex: 0 0 100%;
}
.lead-magnet-row form.has-phone.has-acc-dropdown .item-wrapper:nth-of-type(3) {
  margin-right: 0;
  flex: 0 0 100%;
}
.lead-magnet-row form.has-acc-dropdown:not(.has-phone) .item-wrapper {
  margin-right: 0;
  flex: 0 0 100%;
}
.lead-magnet-row .thanks {
  margin-top: 10px;
}
.lead-magnet-row small {
  font-size: 60%;
  margin-top: 20px;
  display: block;
}

.single .lead-magnet-row {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 35px;
  margin-bottom: 35px;
  overflow: hidden;
}
.single .lead-magnet-row .bg-image {
  width: 100%;
}
@media (max-width: 768px) {
  .single .lead-magnet-row .bg-image {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}
.single .lead-magnet-row .bg-image .the-image {
  right: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .single .lead-magnet-row .bg-image .the-image {
    position: static;
  }
}
.single .lead-magnet-row .bg-image .the-image.bg-cover {
  width: calc(50% - 30px);
}
.single .lead-magnet-row .bg-image .the-image.bg-contain {
  width: 50%;
  background-size: contain;
  background-position: 0 bottom;
}
@media (max-width: 991px) {
  .single .lead-magnet-row .bg-image .the-image.bg-contain {
    background-size: contain;
    background-position-y: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .single .lead-magnet-row .bg-image .the-image.bg-contain {
    background-position-y: center;
    margin-top: 0;
  }
}
.single .lead-magnet-row .container {
  padding-top: 0;
  margin-top: 0px;
}
.single .lead-magnet-row .container:before {
  display: none;
}
.single .lead-magnet-row .container .row > div {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .single .lead-magnet-row .container .row > div {
    flex: 0 0 60%;
    max-width: 60%;
    text-align: left;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .single .lead-magnet-row .container .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single .lead-magnet-row .container .row > div h3 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .single .lead-magnet-row .container .row > div h3 {
    text-align: left;
  }
}
.single .lead-magnet-row .container .row > div.col-lg-4 {
  display: none;
}
.single .lead-magnet-row form {
  width: 50%;
  display: block;
}
@media (max-width: 991px) {
  .single .lead-magnet-row form {
    width: 100%;
  }
}
.single .lead-magnet-row form .item-wrapper {
  margin-bottom: 20px;
  margin-right: 0;
  flex: 0 0 100%;
}
.single .lead-magnet-row form .submit-wrapper {
  display: inline-block;
}
@media (max-width: 1200px) {
  .single .lead-magnet-row form .submit-wrapper {
    width: 100%;
  }
}
.single .lead-magnet-row form .submit-wrapper input {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.lead-magnet-row + .has-slant-top {
  margin-top: 100px;
}

.quote-slider + .lead-magnet-row {
  margin-top: 60px;
}

.home-hero + .lead-magnet-row {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .home-hero + .lead-magnet-row {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.lead-magnet-row + .quote-slider {
  position: relative;
  overflow: visible;
  margin-top: -70px;
}
@media (max-width: 991px) {
  .lead-magnet-row + .quote-slider {
    margin-top: 0;
  }
}
.lead-magnet-row + .quote-slider:before {
  border-style: solid;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: -60px;
  z-index: 10;
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #f2f2f2;
}

.single-post .lead-magnet-row .the-content p {
  max-width: 60%;
}
@media (max-width: 768px) {
  .single-post .lead-magnet-row .the-content p {
    max-width: 100%;
  }
}
.single-post .lead-magnet-row small {
  max-width: 50%;
}
@media (max-width: 991px) {
  .single-post .lead-magnet-row small {
    max-width: 100%;
  }
}

.video-block {
  position: relative;
}
.video-block .title-row {
  text-align: center;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .video-block:after, .video-block:before {
    display: none;
  }
}
.video-block .video-poster, .video-block .the-img {
  width: 60%;
  height: 375px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
}
@media (max-width: 1200px) {
  .video-block .video-poster, .video-block .the-img {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .video-block .video-poster, .video-block .the-img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .video-block .video-poster, .video-block .the-img {
    width: 100%;
  }
}
.video-block .video-poster .btn-play span, .video-block .the-img .btn-play span {
  color: #FFF;
}

/* Top Tix overwrites */
@media print {
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request: h5bp.com/r
     ========================================================================== */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

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

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

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

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

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

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

/*# sourceMappingURL=main.css.map */
