@charset "UTF-8";
/**
 * #SETTINGS
 */
/*
	Prime Global Variables & Settings
*/
*:focus {
  outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*------------------------------------*    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/*------------------------------------*    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.screenreader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*------------------------------------*    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre,
hr, input[type="text"], input[type="password"], input[type="email"], textarea, form ul li, .alignnone, .aligncenter, .alignright, .alignleft {
  margin-bottom: 22px;
  margin-bottom: 1.4666666667rem; }
h1{ margin-top: 40px; }
/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 44px;
  margin-left: 2.9333333333rem; }

/**
 * #BASE
 */
/*------------------------------------*    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 0.9375em;
  /* [1] */
  line-height: 1.4666666667;
  /* [1] */
  background-color: black;
  color: #414141;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

html {
  font-family: "Roboto", sans-serif;
  background: white; }

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6, with corresponding Greek-alphabet abstract classes for double-
 * stranded heading hierarchy: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 */
h1,
.alpha {
  font-size: 50px;
  font-size: 3.3333333333rem;
  line-height: 1.32; }

h2,
.beta {
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.4666666667; }

h3,
.gamma {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.8333333333; }

h4,
.delta {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1; }

h5,
.epsilon {
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.375; }

h6,
.zeta {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1.5714285714; }

h1, h2, h3, .heading {
  font-family: "Roboto" !important;
  font-weight: normal;
  color: #414141; }

[class*="--heading"] {
  font-family: "Roboto" !important;
  font-weight: normal;
  color: #414141; }

.heading--italic {
  font-style: italic; }

.heading--normal {
  font-family: "Roboto" !important; }

h1, .alpha {
  line-height: 1; }

h2, .beta {
  line-height: 1.4; }

h3, .gamma {
  line-height: 1.4;
  font-weight: 400; }

h4, h5, h6 {
  font-weight: normal; }

.hero-image-chopper h1, .hero-image-chopper h3 {
  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); }

/*

	Secial font sizes for mobile

*/
@media screen and (max-width: 500px) {
  h1, .alpha {
    font-size: 26px;
    font-size: 1.7333333333rem;
    line-height: 1.6923076923;
    line-height: 1.3; } }

@media screen and (max-width: 500px) {
  h2, .beta {
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.8333333333;
    line-height: 1.3; } }

@media screen and (max-width: 500px) {
  h3, .gamma {
    font-size: 20px;
    font-size: 1.3333333333rem;
    line-height: 1.1;
    line-height: 1.3; } }

b, strong {
  font-weight: 600; }

.date {
  font-family: "Roboto" !important;
  font-weight: normal;
  color: #414141;
  color: #414141; }

.highlight {
  color: #A9c70f !important; }

.highlight--black {
  color: black !important; }

.small {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.8333333333; }

.hero-image__content--right {
  text-align: right; }
  .hero-image__content--right .one-half {
    margin-left: 50%; }
  @media screen and (min-width: 800px) {
    .hero-image__content--right .button, .hero-image__content--right .nav li.free-trial, .nav .hero-image__content--right li.free-trial {
      margin-right: 0;
      margin-left: 22px; } }

/*------------------------------------*    #LINKS
\*------------------------------------*/
a {
  text-decoration: none;
  color: #A9c70f;
  -ms-transition: 0.2s, all;
  -webkit-transition: 0.2s, all;
  -moz-transition: 0.2s, all;
  transition: 0.2s, all; }
  a:hover,
  a:active,
  a:focus {
    text-decoration: none;
    color: #5f7109; }

.link-secret {
  color: inherit; }
  .link-secret:hover,
  .link-secret:active,
  .link-secret:focus {
    color: #5f7109; }

/*------------------------------------*    #LISTS
\*------------------------------------*/
/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
  height: auto; }

/*svg {
	fill: white;
}*/
.pricing-table svg {
  fill: #414141; }

.img--inline-svg {
  display: inline;
  width: 15px;
  height: 10px; }

.img--inline-svg--large {
  display: inline;
  width: 100px;
  height: 20px; }

.img--svg-highlight {
  fill: #A9c70f; }

.svg-link svg:hover {
  fill: #414141; }

/*
	the .cut-off-image image
*/
@media screen and (min-width: 700px) {
  .cut-off-image-container {
    min-height: 400px; }
  .cut-off-image {
    position: absolute;
    max-width: none;
    height: 500px;
    z-index: 33;
    top: -66px; }
  .cut-off-image--right {
    left: 35%; } }

/*
	sections with a background image
*/
[class*="bg-image"] {
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top center;
  padding: 22px 0; }
  @media screen and (min-width: 1072px) {
    [class*="bg-image"] {
      padding: 44px 0 !important;
      background-attachment: fixed; } }

.bg-image--typing {
  background-image: url(/assets/image/tablet.jpeg);
  background-image: linear-gradient(rgba(169, 199, 15, 0.8), rgba(169, 199, 15, 0.8)), url(/assets/image/tablet.jpeg); }

.bg-image--main-man {
  background-image: url(/assets/image/Main-Image.jpeg); }
  @media screen and (min-width: 1000px) {
    .bg-image--main-man {
      background-position: center -105px; } }
  @media screen and (min-width: 1271px) {
    .bg-image--main-man {
      background-position: center -175px; } }
  @media screen and (min-width: 1500px) {
    .bg-image--main-man {
      padding-top: 170px !important; } }
  @media screen and (min-width: 1700px) {
    .bg-image--main-man {
      padding-top: 270px !important; } }

.bg-image--health {
  background-image: url(/assets/image/health.jpg); }

.bg-image--trades {
  background-image: url(/assets/image/trades.jpg); }

.bg-image--project-management {
padding-top: 0;}
.bg-image--project-management2 {
  background-image: url(/assets/image/project-management-2.jpeg); 
  padding-bottom: 0 !important;
  
  }
  @media screen and (min-width: 900px) {
 }
  @media screen and (min-width: 1271px) {
    .bg-image--project-management {
      background-position: center -100px; } }

.bg-image--case-studies {
  background-image: url(/assets/image/salestab-red.jpeg); }
.bg-image--features {
  background-image: url(/assets/image/reaching-for-hats-2.jpeg); } 
  @media screen and (min-width: 900px) {
    .bg-image--case-studies .layout__item {
      padding-top: 12em; }
      
          .bg-image--features .layout__item {
      padding-top: 12em; }
      
       }
  @media screen and (min-width: 1271px) {
    .bg-image--case-studies {
      background-position: center -105px; } }
  @media screen and (min-width: 1500px) {
    .bg-image--case-studies {
      padding-top: 180px !important; } }

.bg-image--health-and-safety {
  background-image: url(/assets/image/health-and-safety.jpg); }

.bg-image--birdseye {
  background-image: url(/assets/image/Bg-Image3.jpeg);
  background-image: linear-gradient(#a9c70f, #a9c70f), url(/assets/image/Bg-Image3.jpeg); }

/*
	sections with a background color
*/
.bg-image--off-white {
  background: #fafafa; }

.bg-image--dark-blue {
  background: #1f2406; }

.bg-image--dark p, .bg-image--dark h4, .bg-image--dark h2, .bg-image--dark li, .bg-image--dark h3 {
  color: white; }

hr {
  border: none;
  border-bottom: solid 1px #384a58;
  clear: both; }

.bg-image--dark hr {
  border-bottom: solid 1px white; }

label {
  display: none; }

form div {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="text"], input[type="password"], input[type="email"], textarea {
  background: white;
  border: none;
  border-radius: 0;
  padding: 0.7em 11px;
  width: 100%;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #aaa; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    opacity: 1; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aaa;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #aaa; }

textarea {
  width: 100%;
  resize: vertical; }

form ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.form--transparent-inputs input[type="text"], .form--transparent-inputs input[type="password"], .form--transparent-inputs input[type="email"], .form--transparent-inputs textarea {
  background: rgba(255, 255, 255, 0.9); }


ul.inside, ol.inside {
  list-style-position: inside; }

.block-list {
  margin: 0;
  padding: 0; }
  .block-list li {
    list-style: none;
    clear: both;
    display: inline-block; }

.inline-list {
  margin: 0;
  padding: 0; }
  .inline-list li {
    list-style: none;
    display: inline-block;
    margin-right: 11px; }

/**
 * #OBJECTS
 */
/*------------------------------------*    #WRAPPERS
\*------------------------------------*/
.wrapper {
  max-width: 1048px;
  margin: 0 auto;
  position: relative;
  padding-right: 22px;
  padding-left: 22px; }

#main .wrapper {
  overflow: hidden; }

@media screen and (min-width: 700px) {
  .wrapper--negative-top {
    margin-top: -100px; } }

/* If it is a wrapper with content that needs to go to edge e.g boxes add .wrapper--p0-palm */
.wrapper--flush {
  padding-right: 0;
  padding-left: 0; }
  @media screen and (min-width: 1072px) {
    .wrapper--flush {
      padding-right: 22px;
      padding-left: 22px; } }

@media screen and (min-width: 700px) {
  .wrapper--narrow {
    max-width: 700px; } }

#main {
  overflow: hidden; }

/*------------------------------------*    #LAYOUT
\*------------------------------------*/
/**
 * The inuitcss layout system uses `box-sizing: border-box;` and
 * `display: inline-block;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. Combine the layout items with
 * the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout {
  list-style: none;
  margin: 0;
  padding: 0;
   }

/**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
.layout__item {
  display: inline-block;
  /* [1] */
  padding-left: 22px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */ }

.layout {
  clear: both;
  position: relative;
  overflow: hidden; }

@media screen and (min-width: 700px) {
  .hero-image-chopper {
    padding-top: 6em;
    padding-bottom: 3em; } 
		.templateplain .hero-image-chopper {
		height: 518px;
		}
    }
    
    .bg-image--project-management2 .hero-image-chopper {
    	padding-bottom: 0;
    }

@media screen and (min-width: 800px) {
  .hero-image-chopper__content {
    padding-top: 3em;
    padding-bottom: 2em; } }

/*------------------------------------*    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.btn,
.button, .nav li.free-trial, .btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  border: none;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  padding: 10px 21px;
  /* [7] */
  background-color: #A9c70f;
  border: 1px solid none; }
  .btn,
  .btn:hover,
  .btn:active,
  .btn:focus,
  .button,
  .nav li.free-trial, .btn,
  .button:hover,
  .nav li.free-trial:hover, .btn:hover,
  .button:active,
  .nav li.free-trial:active, .btn:active,
  .button:focus, .nav li.free-trial:focus, .btn:focus {
    text-decoration: none;
    /* [4] */
    color: white; }

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.btn::-moz-focus-inner,
.button::-moz-focus-inner, .nav li.free-trial::-moz-focus-inner, .btn::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button, .nav li.free-trial, .btn {
  border-radius: 30em;
  margin-bottom: 22px !important;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #A9c70f;
  font-size: 19px;
  font-size: 1.2666666667rem;
  line-height: 1.1578947368;
  font-weight: 700;
  font-family: "Roboto";
  position: relative;
  margin-right: 22px;
  max-width: 330px; }
  .button:hover,
  .nav li.free-trial:hover,
  .button:active,
  .nav li.free-trial:active,
  .button:focus, .nav li.free-trial:focus, .btn:hover,
  .btn:active,
  .btn:focus {
    background-color: #5f7109; }

/* color modifiers */
.button--primary {
  background-color: #A9c70f !important;
  border: solid 1px #A9c70f !important; }
  .button--primary:hover,
  .button--primary:active,
  .button--primary:focus {
    background-color: #1f2406 !important;
    border: solid 1px #1f2406 !important; }
  .button--primary a:hover {
    background: none !important; }

.button--secondary {
  background-color: #1f2406 !important;
  border: solid 1px #1f2406 !important; }
  .button--secondary:hover,
  .button--secondary:active,
  .button--secondary:focus {
    background-color: white !important;
    border: solid 1px white !important;
    color: #A9c70f; }
  .button--secondary a:hover {
    background: none !important; }

.button--white {
  background-color: white !important;
  border: solid 1px white !important;
  color: #A9c70f; }
  .button--white:hover,
  .button--white:active,
  .button--white:focus {
    background-color: #1f2406 !important;
    border: solid 1px #1f2406 !important;
    color: white; }

.button--ghost {
  background: none !important;
  color: #A9c70f;
  border: solid 1px #A9c70f !important; }
  .button--ghost:hover {
    background: #A9c70f !important;
    color: white !important;
    border: solid 1px #A9c70f !important; }

.button--white-ghost {
  background: none !important;
  color: white;
  border: solid 1px white !important; }
  .button--white-ghost:hover {
    background: white !important;
    color: #A9c70f !important;
    border: solid 1px white !important; }
    .button--white-ghost:hover a {
      color: #A9c70f !important; }

.button--silent:hover, .tabs .button:hover, .tabs .nav li.free-trial:hover, .nav .tabs li.free-trial:hover {
  background: initial;
  color: inherit !important;
  cursor: inherit;
  border: initial; }

/* size modifiers */
.button--small {
  padding: 4px 21px; }

.button--tiny, .tabs .button, .tabs .nav li.free-trial, .nav .tabs li.free-trial {
  padding: 3px 15px;
  font-size: 13px;
  font-size: 0.8666666667rem;
  line-height: 1.6923076923; }

/* with img modifiers */
.button--svg {
  padding-right: 45px;
  position: relative; }
  .button--svg svg {
    display: inline;
    position: absolute;
    top: 9px;
    right: 14px;
    width: 25px;
    height: 25px; }

/*------------------------------------*    #LIST-INLINE
\*------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-inline > li {
    display: inline-block; }

.site-title-svg {
  position: relative;
  font-size: 0;
  margin-bottom: 0;
  line-height: 1;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 150px;
  height: 32px;
  margin: 0 auto; }
  .site-title-svg:hover {
    opacity: 0.6 !important; }
  .site-title-svg svg, .site-title-svg a {
    width: 150px;
    height: 32px;
    display: block;
    fill: white; }
  @media screen and (min-width: 800px) {
    .site-title-svg {
      float: left;
      width: 160px; }
      .site-title-svg svg, .site-title-svg a {
        width: 110px;
        height: 32px;
        margin: 0; } }
  @media screen and (min-width: 860px) {
    .site-title-svg svg, .site-title-svg a {
      width: 130px;
      height: 32px; } }

/*
.site-title {
	font-weight: 200 !important;
	@include font-size(26px, 1.2);
	text-align: center;

	a {
		color: white;

		@include attention {
			color: $base-color--mute;
		}
	}

	@include media-query(small-lap) {
		float: left;
		@include font-size(32px, 1);
	}
}

*/
/*------------------------------------*    #MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 22px; }
  .media__img > img {
    display: block; }

.media__body {
  overflow: hidden;
  display: block; }
  .media__body,
  .media__body > :last-child {
    margin-bottom: 0; }

.media__img--square-svg {
  height: 50px;
  width: 50px;
  margin-bottom: 22px;
  margin: 0 auto 22px !important;
  display: block;
  float: none !important; }
  @media screen and (min-width: 700px) {
    .media__img--square-svg {
      margin: 0 auto 22px !important;
      display: block;
      float: none !important; } }

#features .media__img--square-svg {
  fill: white; }

.media__img--square-stay-top {
  height: 90px;
  width: 90px;
  margin-bottom: 22px;
  margin: 0 auto 22px !important;
  display: block;
  float: none !important; }

.media__content {
  padding-bottom: 22px;
  text-align: center; }
  @media screen and (min-width: 700px) {
    .media__content {
      text-align: center; } }

.media__img--circle {
  border-radius: 78em; }

/**
 * #COMPONENTS
 */
header {
  background: #A9c70f;
  height: 4.8em; }

/*

  Menu Trigger

*/
/* Huuman vibe */
.mob-nav {
  position: absolute;
  top: 28.6px;
  left: 22px;
  z-index: 6000;
  -ms-transition: 0.2s, all;
  -webkit-transition: 0.2s, all;
  -moz-transition: 0.2s, all;
  transition: 0.2s, all; }
  @media screen and (min-width: 700px) {
    .mob-nav {
      left: 33px; } }
  .mob-nav span {
    width: 30px;
    height: 3px;
    display: block;
    background: white;
    margin: 0 0 5px;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
  .mob-nav:hover {
    opacity: 0.7; }
  @media screen and (min-width: 1072px) {
    .mob-nav {
      width: 30px;
      left: 50%;
      margin-left: -500px; } }
/* 

.js .mob-nav-open {
  z-index: 8000; }
 */

.js .mob-nav--active {
  margin: 0;
  left: 11px;
  position: fixed; }

/* there is another .mob-nav inside .nav, only show it when .nav is open (no-js) */
/* 
.no-js .nav .mob-nav {
  display: none; }
 */

.no-js #nav:target .mob-nav {
  display: block;
  z-index: 7000; }

/* Cool stuff happens with JS */
/* 
.js .nav .mob-nav {
  display: none; }
 */

.js .mob-nav--active span {
  opacity: 0;
  filter: alpha(opacity=0); }

.js .mob-nav--active span.slice1 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 8px; }

.js .mob-nav--active span.slice3 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -16px; }

.js .mob-nav--active span.slice1, .js .mob-nav--active span.slice3 {
  opacity: 1;
  filter: alpha(opacity=100); }

.overlay {
  z-index: 4000;
  position: absolute;
  position: fixed;
  display: block;
  content: "";
  top: 0;
  left: 0%;
  width: 100%;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 300ms ease, height 1ms 300ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.overlay--active {
  height: 100%;
  opacity: 1;
  transition: opacity 300ms ease; }

.logged-in .mob-nav {
  padding-top: 34px; }

.no-js .nav, .android .nav, .no-csstransforms3d .nav {
  left: auto;
  right: 100%;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  transition: none !important; }

.nav {
  z-index: 7000;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 18em;
  max-width: 75%;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #051926;
  padding: 88px 0 22px 0; }
  .nav ul {
    display: block;
    margin-bottom: 0;
    margin-left: 22px;
    margin-right: 22px; }
    .nav ul:after {
      content: "";
      display: table;
      clear: both; }
  .nav li {
    display: block;
    position: relative;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    font-size: 1.0666666667rem;
    line-height: 1.2;
    border-top: solid 1px rgba(255, 255, 255, 0.1); }
    .nav li a {
      display: block;
      color: white; }
      .nav li a:focus,
      .nav li a:hover {
        color: rgba(255, 255, 255, 0.6); }
    .nav li.active > a {
      color: rgba(255, 255, 255, 0.6); }
    .nav li.button, .nav li.free-trial, .nav li.free-trial, .nav li.login {
      margin-top: 11px;
      font-size: 15px;
      font-size: 1rem;
      line-height: 1.4666666667;
      margin-left: 0;
      margin-right: 0; }
      .nav li.button a:hover, .nav li.free-trial a:hover, .nav li.free-trial a:hover, .nav li.login a:hover {
        color: white; }
      .nav li.button a, .nav li.free-trial a, .nav li.free-trial a, .nav li.login a {
        padding: 0;
        background: none !important; }
    .nav li.free-trial {
      background: white !important;
      color: #A9c70f;
      border: none; }
      .nav li.free-trial a {
        color: #A9c70f; }
      .nav li.free-trial:hover {
        background: #5f7109 !important;
        color: white !important; }
        .nav li.free-trial:hover a {
          color: white; }
    .nav li.free-trial.active {
      background: white !important;
      color: #A9c70f;
      border: none; }
      .nav li.free-trial.active a {
        color: #A9c70f; }
      .nav li.free-trial.active:hover {
        background: #5f7109 !important;
        color: white !important; }
        .nav li.free-trial.active:hover a {
          color: white; }
    .nav li a {
      padding: 11px; }
  .nav .sub-menu li:last-child {
    border-bottom: none; }

/*

    IF JS

*/
.js .nav {
  left: auto;
  right: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.csstransforms3d .nav {
  right: auto;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.csstransforms3d .nav--active,
.csstransforms3d .nav:target:not(.nav--hidden) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.no-js .nav--active,
.android .nav--active,
.no-csstransforms3d .nav--active {
  left: 0;
  right: auto;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important; }

.no-js .nav:target:not(.nav--hidden),
.android .nav:target:not(.nav--hidden),
.no-csstransforms3d .nav:target:not(.nav--hidden) {
  left: 0;
  right: auto; }

@media screen and (min-width: 840px) {
  .mob-nav {
    display: none; }
  .nav {
    position: absolute;
    background: none;
    padding: 0 22px 22px 0;
    -ms-transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    top: -0.2em;
    /* set these to override the mobile nav */
    width: 82%;
    max-width: 100%;
    right: 0 !important;
    left: auto;
    bottom: auto;
    margin-bottom: 0 !important; }
    .nav ul {
      float: right;
      margin: 0; }
    .nav li {
      display: inline-block;
      position: relative;
      border: none; }
      .nav li:last-child {
        border: none; }
      .nav li.free-trial {
        margin-top: 1.3em;
        margin-left: 9px; }
      .nav li a {
        padding: 1.75em 9px 1.75em;
        margin-bottom: 0;
        color: white; }
        .nav li a:hover,
        .nav li a:active,
        .nav li a:focus {
          background: #5f7109; }
        .nav li a:hover {
          color: white; }
      .nav li.active a {
        background: #5f7109;
        color: white; } }

@media screen and (min-width: 1072px) {
  /* adjust horizontal padding for desktop nav */
  .nav li a {
    padding: 1.75em 19px 1.75em; }
  /* fix it by tweaking these numbers */
  .nav {
    width: 799px;
    right: 50% !important;
    margin-right: -533px;
    top: -0.2em; } }

.tabs {
  background: rgba(255, 255, 255, 0.7);
  padding-top: 22px;
  border-bottom: solid 1px transparent;
  text-align: center;
  position: relative;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .tabs .button, .tabs .nav li.free-trial, .nav .tabs li.free-trial {
    max-width: 130px;
    margin-right: 0;
    margin-top: -44px;
    margin-left: 22px; }
    @media screen and (max-width: 500px) {
      .tabs .button, .tabs .nav li.free-trial, .nav .tabs li.free-trial {
        margin-top: -33px; } }
  .tabs p {
    font-size: 16px;
    font-size: 1.0666666667rem;
    line-height: 1.375;
    display: inline-block;
    width: 100%; }
  .tabs svg {
    position: absolute;
    top: 52.8px;
    right: 22px;
    width: 20px;
    height: 30px;
    opacity: 0.8; }
    @media screen and (max-width: 500px) {
      .tabs svg {
        top: 50.6px;
        width: 10px;
        height: 20px; } }
  .tabs.tabs--active svg {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg); }
  .tabs:hover {
    cursor: pointer;
    opacity: 0.7; }
  @media screen and (min-width: 860px) {
    .tabs {
      border: solid 1px #051926;
      margin-top: 44px; }
      .tabs:hover {
        opacity: 1;
        cursor: initial; }
      .tabs .button, .tabs .nav li.free-trial, .nav .tabs li.free-trial {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        width: 90% !important; }
      .tabs p {
        margin-left: 0; }
      .tabs svg {
        display: none; } }

@media screen and (min-width: 860px) {
  .tabs__option-details {
    min-height: 140px;
    float: left;
    width: 100% !important;
    margin-bottom: 0; } }

.tabs--highlight {
  background: #A9c70f; }
  .tabs--highlight .button:hover, .tabs--highlight .nav li.free-trial:hover, .nav .tabs--highlight li.free-trial:hover {
    background: #A9c70f;
    border: solid 1px #A9c70f; }

@media screen and (min-width: 860px) {
  .tabs--rounded {
    border-radius: 4px 4px 0 0; } }

.zebra {
  background-color: white; }

.zebra--alt {
  background-color: #fafafa; }

.pricing-table--mobile {
  padding: 0; }
  .pricing-table--mobile .layout, .pricing-table--mobile .layout__item {
    padding: 0;
    margin: 0;
    margin-bottom: -0.38em; }
  .pricing-table--mobile span:before, .pricing-table--mobile span:after {
    display: none; }
  .pricing-table--mobile li {
    color: initial; }
  .pricing-table--mobile .pricing-table__feature {
    width: 100%;
    border-bottom: solid 1px #ccc; }
  .pricing-table--mobile .one-quarter {
    width: 100% !important;
    margin: 0; }
  @media screen and (min-width: 860px) {
    .pricing-table--mobile {
      display: none !important; } }

.pricing-table {
  display: none;
  overflow: hidden; }
  @media screen and (min-width: 860px) {
    .pricing-table {
      display: block; }
      .pricing-table:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 7000px;
        width: 22px;
        background: white;
        content: ""; } }

#other-costs {
  display: block; }

.pricing-table__feature {
  overflow: hidden; }
  .pricing-table__feature li, .pricing-table__feature span {
    padding-top: 4px;
    font-weight: bold; }
  .pricing-table__feature ul li {
    position: relative; }
  .pricing-table__feature:first-of-type {
    position: relative; }
    .pricing-table__feature:first-of-type:after {
      position: absolute;
      top: 0;
      left: 22px;
      height: 1px;
      width: 325.5%;
      background: #ccc;
      content: ""; }

.pricing-table__feature__feature-title {
  width: 30%;
  position: relative; }
  .pricing-table__feature__feature-title span {
    padding: 11px 11px;
    display: block; }
    .pricing-table__feature__feature-title span:after {
      position: absolute;
      bottom: 0;
      left: 22px;
      height: 1px;
      width: 325.5%;
      background: #ccc;
      content: ""; }
    .pricing-table__feature__feature-title span:before {
      position: absolute;
      top: 0;
      left: 22px;
      height: 300%;
      width: 1px;
      background: #ccc;
      content: ""; }
  .pricing-table__feature__feature-title:after {
    display: none; }

.pricing-table__feature__results-list {
  width: 70%; }
  .pricing-table__feature__results-list:before {
    position: absolute;
    top: -50px;
    left: 22px;
    height: 500%;
    width: 1px;
    background: #ccc;
    content: ""; }
  .pricing-table__feature__results-list li {
    padding-top: 11px;
    text-align: center; }
    .pricing-table__feature__results-list li:after {
      position: absolute;
      top: -50px;
      left: 0;
      height: 500%;
      width: 1px;
      background: #ccc;
      content: ""; }
    .pricing-table__feature__results-list li:after {
      position: absolute;
      top: -50px;
      right: 0;
      height: 500%;
      width: 1px;
      background: #ccc;
      content: "";
      left: auto; }

@media screen and (min-width: 860px) {
  #pricing-table:before {
    height: 100%;
    width: 16.6%;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    top: 0;
    z-index: 99;
    right: 18.8%; } }

/**
 * #Theme
 */
/**
 * #TRUMPS
 */
/*------------------------------------*    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after,
.wrapper:after,
.media:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
     * Whole.
     */
.one-whole {
  width: 100% !important; }

/**
     * Halves.
     */
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50% !important; }

/**
     * Thirds.
     */
.one-third,
.two-sixths,
.three-ninths,
.four-twelfths {
  width: 33.3333333% !important; }

.two-thirds,
.four-sixths,
.six-ninths,
.eight-twelfths {
  width: 66.6666666% !important; }

/**
     * Quarters.
     */
.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25% !important; }

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75% !important; }

/**
     * Fifths.
     */
.one-fifth,
.two-tenths {
  width: 20% !important; }

.two-fifths,
.four-tenths {
  width: 40% !important; }

.three-fifths,
.six-tenths {
  width: 60% !important; }

.four-fifths,
.eight-tenths {
  width: 80% !important; }

/**
     * Sixths.
     */
.one-sixth,
.two-twelfths {
  width: 16.6666666% !important; }

.five-sixths,
.ten-twelfths {
  width: 83.3333333% !important; }

/**
     * Eighths.
     */
.one-eighth {
  width: 12.5% !important; }

.three-eighths {
  width: 37.5% !important; }

.five-eighths {
  width: 62.5% !important; }

.seven-eighths {
  width: 87.5% !important; }

/**
     * Ninths.
     */
.one-ninth {
  width: 11.1111111% !important; }

.two-ninths {
  width: 22.2222222% !important; }

.four-ninths {
  width: 44.4444444% !important; }

.five-ninths {
  width: 55.5555555% !important; }

.seven-ninths {
  width: 77.7777777% !important; }

.eight-ninths {
  width: 88.8888888% !important; }

/**
     * Tenths.
     */
.one-tenth {
  width: 10% !important; }

.three-tenths {
  width: 30% !important; }

.seven-tenths {
  width: 70% !important; }

.nine-tenths {
  width: 90% !important; }

/**
     * Twelfths.
     */
.one-twelfth {
  width: 8.3333333% !important; }

.five-twelfths {
  width: 41.6666666% !important; }

.seven-twelfths {
  width: 58.3333333% !important; }

.eleven-twelfths {
  width: 91.6666666% !important; }

/*------------------------------------*    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Some simple, crude, starting-point widths to use alongside the layout system.
 */
@media screen and (max-width: 719px) {
  .palm-one-whole {
    width: 100% !important; }
  .palm-one-half {
    width: 50% !important; }
  .palm-one-third {
    width: 33.333333333% !important; }
  .palm-two-thirds {
    width: 66.666666666% !important; }
  .palm-one-quarter {
    width: 25% !important; }
  .palm-three-quarters {
    width: 75% !important; }
  .palm-one-fifth {
    width: 20% !important; }
  .palm-two-fifths {
    width: 40% !important; }
  .palm-three-fifths {
    width: 60% !important; }
  .palm-four-fifths {
    width: 80% !important; }
  .palm-one-tenth {
    width: 10% !important; }
  .palm-three-tenths {
    width: 30% !important; }
  .palm-seven-tenths {
    width: 70% !important; }
  .palm-nine-tenths {
    width: 90% !important; } }

@media screen and (min-width: 700px) {
  .two-hands-one-whole {
    width: 100% !important; }
  .two-hands-one-half {
    width: 50% !important; }
  .two-hands-one-third {
    width: 33.333333333% !important; }
  .two-hands-two-thirds {
    width: 66.666666666% !important; }
.templateplain .two-hands-one-third {
    width: 32.333333333% !important; }
    
  .two-hands-one-quarter {
    width: 25% !important; }
  .two-hands-three-quarters {
    width: 75% !important; }
  .two-hands-one-fifth {
    width: 20% !important; }
  .two-hands-two-fifths {
    width: 40% !important; }
  .two-hands-three-fifths {
    width: 60% !important; }
  .two-hands-four-fifths {
    width: 80% !important; }
  .two-hands-one-tenth {
    width: 10% !important; }
  .two-hands-three-tenths {
    width: 30% !important; }
  .two-hands-seven-tenths {
    width: 70% !important; }
  .two-hands-nine-tenths {
    width: 90% !important; } }

@media screen and (min-width: 540px) {
  .big-mobile-one-whole {
    width: 100% !important; }
  .big-mobile-one-half {
    width: 50% !important; }
  .big-mobile-one-third {
    width: 33.333333333% !important; }
  .big-mobile-two-thirds {
    width: 66.666666666% !important; }
  .big-mobile-one-quarter {
    width: 25% !important; }
  .big-mobile-three-quarters {
    width: 75% !important; }
  .big-mobile-one-fifth {
    width: 20% !important; }
  .big-mobile-two-fifths {
    width: 40% !important; }
  .big-mobile-three-fifths {
    width: 60% !important; }
  .big-mobile-four-fifths {
    width: 80% !important; }
  .big-mobile-one-tenth {
    width: 10% !important; }
  .big-mobile-three-tenths {
    width: 30% !important; }
  .big-mobile-seven-tenths {
    width: 70% !important; }
  .big-mobile-nine-tenths {
    width: 90% !important; } }

@media screen and (min-width: 860px) and (max-width: 1047px) {
  .lap-one-whole {
    width: 100% !important; }
  .lap-one-half {
    width: 50% !important; }
  .lap-one-third {
    width: 33.333333333% !important; }
  .lap-two-thirds {
    width: 66.666666666% !important; }
  .lap-one-quarter {
    width: 25% !important; }
  .lap-three-quarters {
    width: 75% !important; }
  .lap-one-fifth {
    width: 20% !important; }
  .lap-two-fifths {
    width: 40% !important; }
  .lap-three-fifths {
    width: 60% !important; }
  .lap-four-fifths {
    width: 80% !important; }
  .lap-one-tenth {
    width: 10% !important; }
  .lap-three-tenths {
    width: 30% !important; }
  .lap-seven-tenths {
    width: 70% !important; }
  .lap-nine-tenths {
    width: 90% !important; } }

@media screen and (min-width: 860px) {
  .lap-and-up-one-whole {
    width: 100% !important; }
  .lap-and-up-one-half {
    width: 50% !important; }
  .lap-and-up-one-third {
    width: 33.333333333% !important; }
  .lap-and-up-two-thirds {
    width: 66.666666666% !important; }
  .lap-and-up-one-quarter {
    width: 25% !important; }
  .lap-and-up-three-quarters {
    width: 75% !important; }
  .lap-and-up-one-fifth {
    width: 20% !important; }
  .lap-and-up-two-fifths {
    width: 40% !important; }
  .lap-and-up-three-fifths {
    width: 60% !important; }
  .lap-and-up-four-fifths {
    width: 80% !important; }
  .lap-and-up-one-tenth {
    width: 10% !important; }
  .lap-and-up-two-tenths {
    width: 20% !important; }
  .lap-and-up-three-tenths {
    width: 30% !important; }
  .lap-and-up-seven-tenths {
    width: 70% !important; }
  .lap-and-up-nine-tenths {
    width: 90% !important; } }

@media screen and (min-width: 900px) {
  .portable-one-whole {
    width: 100% !important; }
  .portable-one-half {
    width: 50% !important; }
  .portable-one-third {
    width: 33.333333333% !important; }
  .portable-two-thirds {
    width: 66.666666666% !important; }
  .portable-one-quarter {
    width: 25% !important; }
  .portable-three-quarters {
    width: 75% !important; }
  .portable-one-fifth {
    width: 20% !important; }
  .portable-two-fifths {
    width: 40% !important; }
  .portable-three-fifths {
    width: 60% !important; }
  .portable-four-fifths {
    width: 80% !important; }
  .portable-one-tenth {
    width: 10% !important; }
  .portable-three-tenths {
    width: 30% !important; }
  .portable-seven-tenths {
    width: 70% !important; }
  .portable-nine-tenths {
    width: 90% !important; } }

@media screen and (min-width: 1072px) {
  .desk-one-whole {
    width: 100% !important; }
  .desk-one-half {
    width: 50% !important; }
  .desk-one-third {
    width: 33.333333333% !important; }
  .desk-two-thirds {
    width: 66.666666666% !important; }
  .desk-one-quarter {
    width: 25% !important; }
  .desk-three-quarters {
    width: 75% !important; }
  .desk-one-fifth {
    width: 20% !important; }
  .desk-two-fifths {
    width: 40% !important; }
  .desk-three-fifths {
    width: 60% !important; }
  .desk-four-fifths {
    width: 80% !important; }
  .desk-one-tenth {
    width: 10% !important; }
  .desk-three-tenths {
    width: 30% !important; }
  .desk-seven-tenths {
    width: 70% !important; }
  .desk-nine-tenths {
    width: 90% !important; }
  .desk-push-one-tenth {
    position: relative;
    left: 10% !important; } }

.alignnone {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0; }

.aligncenter {
  display: block;
  margin-top: 0;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center; }

.alignright {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-left: 22px; }

.alignleft {
  float: left;
  margin-top: 0;
  margin-right: 22px;
  margin-left: 0; }

.textright {
  text-align: right; }

@media screen and (max-width: 800px) {
  .hand-held--center {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    float: none; } }

/*
        margin-right: $spacing-unit;
        display: inline-block;
        width: auto;
    }
}

*/
@media screen and (max-width: 500px) {
  .mobile-text-center {
    text-align: center; } }

/*------------------------------------*    #SHOW-HIDE
\*------------------------------------*/
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

@media screen and (max-width: 719px) {
  .hide-palm {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

@media screen and (min-width: 860px) and (max-width: 1047px) {
  .hide-lap {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

@media screen and (min-width: 860px) {
  .hide-lap-and-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

@media screen and (min-width: 900px) {
  .hide-portable {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

@media screen and (min-width: 1072px) {
  .hide-desk {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

/*------------------------------------*    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
     * Margin helper classes.
     *
     * Add margins.
     */
.u-m {
  margin: 22px !important; }

.u-mt {
  margin-top: 22px !important; }

.u-mr {
  margin-right: 22px !important; }

.u-mb {
  margin-bottom: 22px !important; }

.u-ml {
  margin-left: 22px !important; }

.u-mh {
  margin-right: 22px !important;
  margin-left: 22px !important; }

.u-mv {
  margin-top: 22px !important;
  margin-bottom: 22px !important; }

/**
     * Add tiny margins.
     */
.u-m-- {
  margin: 6px !important; }

.u-mt-- {
  margin-top: 6px !important; }

.u-mr-- {
  margin-right: 6px !important; }

.u-mb-- {
  margin-bottom: 6px !important; }

.u-ml-- {
  margin-left: 6px !important; }

.u-mh-- {
  margin-right: 6px !important;
  margin-left: 6px !important; }

.u-mv-- {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

/**
     * Add small margins.
     */
.u-m- {
  margin: 11px !important; }

.u-mt- {
  margin-top: 11px !important; }

.u-mr- {
  margin-right: 11px !important; }

.u-mb- {
  margin-bottom: 11px !important; }

.u-ml- {
  margin-left: 11px !important; }

.u-mh- {
  margin-right: 11px !important;
  margin-left: 11px !important; }

.u-mv- {
  margin-top: 11px !important;
  margin-bottom: 11px !important; }

/**
     * Add large margins.
     */
.u-m\+ {
  margin: 44px !important; }

.u-mt\+ {
  margin-top: 44px !important; }

.u-mr\+ {
  margin-right: 44px !important; }

.u-mb\+ {
  margin-bottom: 44px !important; }

.u-ml\+ {
  margin-left: 44px !important; }

.u-mh\+ {
  margin-right: 44px !important;
  margin-left: 44px !important; }

.u-mv\+ {
  margin-top: 44px !important;
  margin-bottom: 44px !important; }

/**
     * Remove margins.
     */
.u-m0 {
  margin: 0 !important; }

.u-mt0 {
  margin-top: 0 !important; }

.u-mr0 {
  margin-right: 0 !important; }

.u-mb0 {
  margin-bottom: 0 !important; }

.u-ml0 {
  margin-left: 0 !important; }

.u-mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.u-mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/**
     * Padding helper classes.
     *
     * Add paddings.
     */
.u-p {
  padding: 22px !important; }

.u-pt {
  padding-top: 22px !important; }

.u-pr {
  padding-right: 22px !important; }

.u-pb {
  padding-bottom: 22px !important; }

.u-pl {
  padding-left: 22px !important; }

.u-ph {
  padding-right: 22px !important;
  padding-left: 22px !important; }

.u-pv {
  padding-top: 22px !important;
  padding-bottom: 22px !important; }

/**
     * Add small paddings.
     */
.u-p- {
  padding: 11px !important; }

.u-pt- {
  padding-top: 11px !important; }

.u-pr- {
  padding-right: 11px !important; }

.u-pb- {
  padding-bottom: 11px !important; }

.u-pl- {
  padding-left: 11px !important; }

.u-ph- {
  padding-right: 11px !important;
  padding-left: 11px !important; }

.u-pv- {
  padding-top: 11px !important;
  padding-bottom: 11px !important; }

/**
     * Add large paddings.
     */
.u-p\+ {
  padding: 44px !important; }

.u-pt\+ {
  padding-top: 44px !important; }

.u-pr\+ {
  padding-right: 44px !important; }

.u-pb\+ {
  padding-bottom: 44px !important; }

.u-pl\+ {
  padding-left: 44px !important; }

.u-ph\+ {
  padding-right: 44px !important;
  padding-left: 44px !important; }

.u-pv\+ {
  padding-top: 44px !important;
  padding-bottom: 44px !important; }

/**
     * Remove paddings.
     */
.u-p0 {
  padding: 0 !important; }

.u-pt0 {
  padding-top: 0 !important; }

.u-pr0 {
  padding-right: 0 !important; }

.u-pb0 {
  padding-bottom: 0 !important; }

.u-pl0 {
  padding-left: 0 !important; }

.u-ph0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.u-pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

@media screen and (min-width: 700px) {
  .two-hands-u-pl\+ {
    padding-left: 44px !important; }
  .two-hands-u-pr\+ {
    padding-right: 44px !important; }
  .two-hands-u-pr0 {
    padding-right: 0 !important; }
  .two-hands-u-br {
    border-right: solid 1px #ccc; }
  .two-hands-u-pr {
    padding-right: 22px !important; }
  .two-hands-u-mt\+ {
    margin-top: 44px !important; }
  .two-hands-u-mr\+ {
    margin-right: 44px !important; }
  .two-hands-u-ml\+ {
    margin-left: 44px !important; } }

.u-bt {
  border-top: solid 1px #ccc; }

.u-bb {
  border-bottom: solid 1px #ccc; }

.u-br {
  border-right: solid 1px #ccc; }

.downloads {
  margin: 0 auto;
  text-align: center;
  float: none;
  display: block;
  padding: 0;
  width: 43.33333%; }

.downloads img {
  max-width: 112px;
  float: none; }

/*
 * Password Strength
 */
.password-wrap {
  position: relative;
  z-index: 10; }

#password {
  background: transparent; }

.strength_meter {
  height: 23px;
  width: 154px;
  background: #FFF; }

.strength_meter {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 96%;
  height: 41px;
  z-index: -1; }

.button_strength {
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  display: none; }

.strength_meter div {
  width: 0%;
  height: 41px;
  text-align: right;
  color: #000;
  line-height: 43px;
  -webkit-transition: all 0.3s ease-in-out;
  padding-right: 12px; }

.strength_meter div p {
  position: absolute;
  top: 35px;
  right: 5px;
  color: #FFF;
  font-size: 11px; }

.veryweak {
  background-color: #FFA0A0;
  border-color: #F04040 !important;
  width: 25% !important; }

.weak {
  background-color: #FFB78C;
  border-color: #FF853C !important;
  width: 50% !important; }

.medium {
  background-color: #FFEC8B;
  border-color: #FC0 !important;
  width: 75% !important; }

.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C !important;
  width: 100% !important; }

/*
 * Landing P{ages
 */
.divider-bt {
  background: url(/assets/image/divider.png) center bottom no-repeat;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.health-and-safety .highlight--black,
.project-management .highlight--black {
  color: white !important; }

/*
 * Featured Features
 */
.featured-feature {
  position: relative; }

.featured-feature .media__content {
  margin: 0 20px; }

.flow-divider {
  display: block;
  width: 40px;
  height: 40px;
  right: -32px;
  top: 50px;
  position: absolute; }

.featured-feature .media__img--square-svg {
  height: 120px;
  width: 120px;
  margin-bottom: 0;
  margin-top: -40px; }

@media screen and (min-width: 700px) {
  .featured-feature .media__img--square-svg {
    margin: 0 auto 0 !important;
    display: block;
    float: none !important; } }

pre {
  background-color: black;
  color: white;
  padding: 40px 40px !important;
  margin-top: 20px;
  font-size: 0.8em; }

/*

Ratecard

*/
@media screen and (min-width: 860px) {
  .ratecard-title {
    margin-top: 79px; } }

.ratecard-title h1 {
  margin-top: 6px; }

.bg-image--project-management {
  position: relative; }
  .bg-image--project-management article {
    z-index: 99;
    position: relative; }

.bg-image--project-management:after {
  content: "";
  width: 100%;
  height: 1000px;
  position: absolute;
  bottom: 0;
  background: rgba(31, 36, 6, 0.9);
  left: 0; }
  @media screen and (min-width: 860px) {
    .bg-image--project-management:after {
      height: 250px; } }

#service-fee-includes {
  margin: 0;
  padding: 0;
  list-style: none; }
  #service-fee-includes li {
    float: left;
    width: 50%;
    padding: 6px 0; }
    #service-fee-includes li svg {
      width: 30px;
      height: 16px;
      padding-top: 4px;
      fill: #A9c70f;
      float: left;
      margin-bottom: 10px; }

#other-costs {
  font-size: 10px; }
  @media screen and (min-width: 700px) {
    #other-costs {
      font-size: 14px; } }

/*

Case Studies

*/
.placeholder {
  margin: 0 auto;
  background: white;
  position: relative;
  margin-bottom: 40px; 
  margin-top: 80px;}
  
  .placeholder .placeholder__img {
    position: relative;
    top: 35%;
    left: 0;
    right: 0; }
/*# sourceMappingURL=style.css.map */
/*
     FILE ARCHIVED ON 23:02:20 Feb 04, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:49:20 Nov 18, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  CDXLines.iter: 19.379 (3)
  captures_list: 150.026
  RedisCDXSource: 0.916
  esindex: 0.01
  exclusion.robots: 0.13
  LoadShardBlock: 126.991 (3)
  PetaboxLoader3.datanode: 185.977 (5)
  PetaboxLoader3.resolve: 1099.148 (2)
  exclusion.robots.policy: 0.12
  load_resource: 1340.676 (2)
*/