@charset "UTF-8";
/* @bot-written */
/* @bot-written */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *	IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=OpenSans:300,300i,400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700");
@import url("https://use.typekit.net/kxu7vbt.css");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

p {
  font-family:'Open Sans',sans-serif;
  font-weight:300;
  font-size:1rem;
  text-rendering:optimizeLegibility; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *	controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *	`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
	 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* -------------------------------- 
Colours
-------------------------------- */
/* This the colours style sheet. From here you can plugin you brand colours and it will filter down across your project
You can create new themes in the theming section, simply replace the variable map and it will automatically change the colour based on the class name. 
*Note DO NOT change the name of variable it gets mapped to. These are sematic titles that are referenced in the standard styles to ensure that you don't 
need to update them there/
https://medium.com/codyhouse/create-your-design-system-part-1-typography-7c630d9092bd - Ideally like to get colours turned into css variables as well
*/
/* Colour variables */
/* Main colors */
/* -------------------------------------------------*/
/* ----------Pick your brand colours here ----------*/
/* -------------------------------------------------*/
/*This will turns colours into shades and tints */
/* Brand colours */
/* Support colors */
/* ------ Start of themes -------*/
/* To create a new theme, change the title of the map and add the class theme-X where X is the new theme name to the body tag 
https://medium.com/@dmitriy.borodiy/easy-color-theming-with-scss-bc38fd5734d1
*/
/* @bot-written */
@font-face {
  font-family: 'lightning-icons';
  src: url("../fonts/lightning-icons/lightning-icons.eot");
  src: url("../fonts/lightning-icons/lightning-icons.eot") format("embedded-opentype"), url("../fonts/lightning-icons/lightning-icons.ttf") format("truetype"), url("../fonts/lightning-icons/lightning-icons.woff") format("woff"), url("../fonts/lightning-icons/lightning-icons.svg#lightning-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* @bot-written */
/* Mixin to convert the colours over to the right theme */
/* @bot-written */
@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes bounce {
  0% {
    bottom: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    bottom: 40px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    bottom: 0; } }

@keyframes bounce {
  0% {
    bottom: 0;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    bottom: 40px;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    bottom: 0; } }

@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* -------------------------------- 
Spacing
https://medium.com/codyhouse/create-your-design-system-part-4-spacing-895c9213e2b9
-------------------------------- */
:root {
  /* spacing values */
  --space-unit: 1em;
  --space-xxxs: calc(0.25 * var(--space-unit));
  --space-xxs:  calc(0.5 * var(--space-unit));
  --space-xs:   calc(1 * var(--space-unit));
  --space-sm:   calc(1.5 * var(--space-unit));
  --space-md:   calc(2 * var(--space-unit));
  --space-lg:   calc(3 * var(--space-unit));
  --space-xl:   calc(3.5 * var(--space-unit));
  --space-xxl:  calc(4 * var(--space-unit));
  --space-xxxl: calc(8 * var(--space-unit));
  /* components padding */
  --component-padding: var(--space-sm);
  /*button spacing */ }

@media (max-width: 1000px) {
  :root {
    --space-unit: 1.25em;
    --component-padding: var(--space-md); } }

/* vertical margins */
.margin-top, .margin-top--md {
  margin-top: var(--space-md); }

.margin-top--sm {
  margin-top: var(--space-sm); }

.margin-top--lg {
  margin-top: var(--space-lg); }

an .margin-top--xl {
  margin-top: var(--space-xl); }

.margin-top--xxl {
  margin-top: var(--space-xxl); }

.margin-bottom, .margin-bottom--md {
  margin-bottom: var(--space-md); }

.margin-bottom--sm {
  margin-bottom: var(--space-sm); }

.margin-bottom--lg {
  margin-bottom: var(--space-lg); }

.margin-bottom--xl {
  margin-bottom: var(--space-xl); }

.margin-bottom--xxl {
  margin-bottom: var(--space-xxl); }

@media (max-width: 1000px) {
  .margin-top, .margin-top--md {
    margin-top: var(--space-lg); }
  .margin-top--sm {
    margin-top: var(--space-md); }
  .margin-top--lg {
    margin-top: var(--space-xl); }
  .margin-top--xl {
    margin-top: var(--space-xxl); }
  .margin-top--xxl {
    margin-top: var(--space-xxxl); }
  .margin-bottom, .margin-bottom--md {
    margin-bottom: var(--space-lg); }
  .margin-bottom--sm {
    margin-bottom: var(--space-md); }
  .margin-bottom--lg {
    margin-bottom: var(--space-xl); }
  .margin-bottom--xl {
    margin-bottom: var(--space-xxl); }
  .margin-bottom--xxl {
    margin-bottom: var(--space-xxxl); } }

/* @bot-written */
:root {
  /*Set up font families*/
  --font-primary:'Open Sans', Arial, Helvetica,  sans-serif;
  --font-secondary: 'Open Sans','lato', Arial, Helvetica, sans-serif;
  /* set base values */
  --text-base-size: 1em;
  --text-scale-ratio: 1.333;
  --text-label: 0.875em;
  /* type scale */
  --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-sm: calc(1em / var(--text-scale-ratio));
  --text-md: calc(1em * var(--text-scale-ratio));
  --text-lg: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  /* line-height */
  --heading-line-height: 1.2;
  --body-line-height: 1.6;
  /* weights */
  --text-light: 300;
  --text-regular: 400;
  --text-bold: 800; }

/*Scale down the text at a smaller screen size*/
@media (max-width: 1000px) {
  :root {
    --text-base-size: 1.25em;
    --text-scale-ratio: 1.25; } }

body {
  font-size: var(--text-base-size);
  font-family: var(--font-primary);
  -webkit-transition: 0.5 all;
  -o-transition: 0.5 all;
  transition: 0.5 all; }

.theme-light main {
  color: #000000; }

.theme-dark main {
  color: #f4f4f4; }

h1, h2, h3, h4, form legend, table caption {
  color: #000000;
  margin-bottom: var(--space-xxs);
  line-height: var(--heading-line-height); }

h1, h2, h3 {
  font-family: var(--font-secondary); }

/* text size */
.text--xxxl {
  font-size: var(--text-xxxl); }

h1 {
  font-size: 4.209em;
  font-weight: var(--text-light); }

.impact {
  font-weight: var(--text-bold); }

.text--xxl {
  font-size: var(--text-xxl); }

h2, .text--xl {
  font-size: var(--text-xl);
  font-weight: var(--text-bold); }

h2, .text--lg {
  font-size: var(--text-lg);
  font-weight: var(--text-bold); }

h3, h4, .text--md, table caption {
  font-size: var(--text-md);
  font-weight: var(--text-bold); }

.text--sm, small {
  font-size: var(--text-sm); }

.text--xs {
  font-size: var(--text-xs); }

/* Tags */
cite, em {
  font-style: normal;
  font-weight: var(--text-bold); }

.theme-light del, .theme-light .text--qu {
  color: #7c798d; }

.theme-dark del, .theme-dark .text--qu {
  color: #c3c1ca; }

.theme-light .text--hl {
  background-color: #573e5f;
  padding: 0 var(--space-xxxs);
  color: #b2b2b2; }

.theme-dark .text--hl {
  background-color: #573e5f;
  padding: 0 var(--space-xxxs);
  color: #b2b2b2; }

p {
  line-height: var(--body-line-height);
  margin-bottom: var(--space-xs);
  color: #000000; }

label {
  font-size: var(--text-label);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000000; }

textarea {
  font-size: var(--text-base-size);
  font-family: var(--font-primary); }

a,
a:visited {
  color: #fbb714;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }
  a:hover, a:focus,
  a:visited:hover,
  a:visited:focus {
    color: #000000; }

.js-back {
  text-transform: capitalize; }

b,
strong {
  font-weight: bold; }

.text-container h2, .text-container h3, .text-container h4 {
  margin-top: var(--space-sm); }

/* Lists */
dl, ol, ul {
  list-style-position: outside;
  padding-left: 24px; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl dt, dl dt dd, ol li, ul li {
  line-height: var(--body-line-height); }

em {
  font-style: italic; }

u {
  text-decoration: underline; }

/* utility classes */
.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

/* Code */
pre > code {
  display: block;
  padding: var(--space-xs) var(--space-sm);
  white-space: pre; }

pre {
  font-family: monospace,monospace;
  font-size: var(--text-base-size); }

code, samp, kbd {
  padding: var(--space-xxxs) var(--space-xxs);
  margin: 0 var(--space-xxxs);
  font-size: 90%;
  white-space: nowrap;
  border-style: solid;
  border-width: 1px; }
  .theme-light code, .theme-light samp, .theme-light kbd {
    border-color: #dcdbdf;
    background-color: #f4f4f4; }
  .theme-dark code, .theme-dark samp, .theme-dark kbd {
    border-color: #ffffff;
    background-color: #000000; }

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3/4), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  body {
    font-family: 'lato', Arial, Helvetica,  sans-serif; } }

.required {
  color: #f6464f; }

/* --------------------------------
Icons
These are the lightning icon variables list
https://medium.com/codyhouse/create-your-design-system-part-5-icons-594f39cfb1b
-------------------------------- */
/* TO use an icon icon($position: before, $icon: false, $styles: true) */
/*https://jaydenseric.com/blog/fun-with-sass-and-font-icons*/
/* Class based icon handling */
[class*="cb-icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lightning-icons', 'lato' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-right: var(--space-xxs); }

/* Now you can add a class to an element and get the same result as the icon mixin */
.cb-icon-3-way-split-bottom:before {
  content: ""; }

.cb-icon-3-way-split-left:before {
  content: ""; }

.cb-icon-3-way-split-right:before {
  content: ""; }

.cb-icon-3-way-split-top:before {
  content: ""; }

.cb-icon-academy:before {
  content: ""; }

.cb-icon-access-database:before {
  content: ""; }

.cb-icon-accessiblity:before {
  content: ""; }

.cb-icon-accessories:before {
  content: ""; }

.cb-icon-act:before {
  content: ""; }

.cb-icon-actions:before {
  content: ""; }

.cb-icon-activity:before {
  content: ""; }

.cb-icon-africa:before {
  content: ""; }

.cb-icon-agile:before {
  content: ""; }

.cb-icon-ai:before {
  content: ""; }

.cb-icon-air-con:before {
  content: ""; }

.cb-icon-airplay:before {
  content: ""; }

.cb-icon-alert:before {
  content: ""; }

.cb-icon-align-centre:before {
  content: ""; }

.cb-icon-align-justify:before {
  content: ""; }

.cb-icon-align-left:before {
  content: ""; }

.cb-icon-align-right:before {
  content: ""; }

.cb-icon-alpha:before {
  content: ""; }

.cb-icon-alpha-2:before {
  content: ""; }

.cb-icon-anchor:before {
  content: ""; }

.cb-icon-android:before {
  content: ""; }

.cb-icon-anzac:before {
  content: ""; }

.cb-icon-aperture:before {
  content: ""; }

.cb-icon-api:before {
  content: ""; }

.cb-icon-app:before {
  content: ""; }

.cb-icon-apple:before {
  content: ""; }

.cb-icon-aquila:before {
  content: ""; }

.cb-icon-arc-170:before {
  content: ""; }

.cb-icon-architect:before {
  content: ""; }

.cb-icon-archivable:before {
  content: ""; }

.cb-icon-armour:before {
  content: ""; }

.cb-icon-army:before {
  content: ""; }

.cb-icon-arrow-down:before {
  content: ""; }

.cb-icon-arrow-down-circle:before {
  content: ""; }

.cb-icon-arrow-left:before {
  content: ""; }

.cb-icon-arrow-left-circle:before {
  content: ""; }

.cb-icon-arrow-left-down:before {
  content: ""; }

.cb-icon-arrow-left-up:before {
  content: ""; }

.cb-icon-arrow-right:before {
  content: ""; }

.cb-icon-arrow-right-cricle:before {
  content: ""; }

.cb-icon-arrow-right-down:before {
  content: ""; }

.cb-icon-arrow-right-up:before {
  content: ""; }

.cb-icon-arrow-up:before {
  content: ""; }

.cb-icon-arrow-up-circle:before {
  content: ""; }

.cb-icon-artboard:before {
  content: ""; }

.cb-icon-article:before {
  content: ""; }

.cb-icon-asia-pacific:before {
  content: ""; }

.cb-icon-atlassian:before {
  content: ""; }

.cb-icon-at-sign:before {
  content: ""; }

.cb-icon-attributes:before {
  content: ""; }

.cb-icon-aurora:before {
  content: ""; }

.cb-icon-australia:before {
  content: ""; }

.cb-icon-auto-layout:before {
  content: ""; }

.cb-icon-avocado:before {
  content: ""; }

.cb-icon-award:before {
  content: ""; }

.cb-icon-axe:before {
  content: ""; }

.cb-icon-background-story:before {
  content: ""; }

.cb-icon-backlog:before {
  content: ""; }

.cb-icon-backstab:before {
  content: ""; }

.cb-icon-backwards-circle:before {
  content: ""; }

.cb-icon-bacon:before {
  content: ""; }

.cb-icon-badge:before {
  content: ""; }

.cb-icon-balance:before {
  content: ""; }

.cb-icon-balloon:before {
  content: ""; }

.cb-icon-banner:before {
  content: ""; }

.cb-icon-barbarian:before {
  content: ""; }

.cb-icon-bard:before {
  content: ""; }

.cb-icon-bath:before {
  content: ""; }

.cb-icon-battery:before {
  content: ""; }

.cb-icon-battery-charge-1:before {
  content: ""; }

.cb-icon-battery-charge-2:before {
  content: ""; }

.cb-icon-battery-charge-3:before {
  content: ""; }

.cb-icon-battery-charging:before {
  content: ""; }

.cb-icon-battleboard:before {
  content: ""; }

.cb-icon-bdg:before {
  content: ""; }

.cb-icon-beach:before {
  content: ""; }

.cb-icon-bean:before {
  content: ""; }

.cb-icon-bed:before {
  content: ""; }

.cb-icon-beer:before {
  content: ""; }

.cb-icon-behaviours:before {
  content: ""; }

.cb-icon-bell:before {
  content: ""; }

.cb-icon-bell-off:before {
  content: ""; }

.cb-icon-bell-snooze:before {
  content: ""; }

.cb-icon-belt:before {
  content: ""; }

.cb-icon-beta:before {
  content: ""; }

.cb-icon-beta-2:before {
  content: ""; }

.cb-icon-bicycle:before {
  content: ""; }

.cb-icon-bin-2:before {
  content: ""; }

.cb-icon-bin-delete:before {
  content: ""; }

.cb-icon-bin-empty:before {
  content: ""; }

.cb-icon-bin-full:before {
  content: ""; }

.cb-icon-bird:before {
  content: ""; }

.cb-icon-blame:before {
  content: ""; }

.cb-icon-bluetooth:before {
  content: ""; }

.cb-icon-board:before {
  content: ""; }

.cb-icon-bold:before {
  content: ""; }

.cb-icon-bomb:before {
  content: ""; }

.cb-icon-book:before {
  content: ""; }

.cb-icon-bookmark:before {
  content: ""; }

.cb-icon-book-open:before {
  content: ""; }

.cb-icon-boolean:before {
  content: ""; }

.cb-icon-borg:before {
  content: ""; }

.cb-icon-bot:before {
  content: ""; }

.cb-icon-bot-chat:before {
  content: ""; }

.cb-icon-bot-delete:before {
  content: ""; }

.cb-icon-bot-new:before {
  content: ""; }

.cb-icon-bot-remove:before {
  content: ""; }

.cb-icon-bow:before {
  content: ""; }

.cb-icon-box:before {
  content: ""; }

.cb-icon-box-minus:before {
  content: ""; }

.cb-icon-box-plus:before {
  content: ""; }

.cb-icon-bread:before {
  content: ""; }

.cb-icon-breakfast:before {
  content: ""; }

.cb-icon-brief:before {
  content: ""; }

.cb-icon-briefcase:before {
  content: ""; }

.cb-icon-brightness-1:before {
  content: ""; }

.cb-icon-brightness-2:before {
  content: ""; }

.cb-icon-bring-forward:before {
  content: ""; }

.cb-icon-bring-to-front:before {
  content: ""; }

.cb-icon-brisbane:before {
  content: ""; }

.cb-icon-brush:before {
  content: ""; }

.cb-icon-btn:before {
  content: ""; }

.cb-icon-bucket:before {
  content: ""; }

.cb-icon-buff-the-worm:before {
  content: ""; }

.cb-icon-bug:before {
  content: ""; }

.cb-icon-bug-squash:before {
  content: ""; }

.cb-icon-buildings:before {
  content: ""; }

.cb-icon-bus:before {
  content: ""; }

.cb-icon-bush-food:before {
  content: ""; }

.cb-icon-cable:before {
  content: ""; }

.cb-icon-cactus:before {
  content: ""; }

.cb-icon-calculate:before {
  content: ""; }

.cb-icon-calender:before {
  content: ""; }

.cb-icon-camera:before {
  content: ""; }

.cb-icon-camera-off:before {
  content: ""; }

.cb-icon-cancel:before {
  content: ""; }

.cb-icon-canvas:before {
  content: ""; }

.cb-icon-canvas-switch:before {
  content: ""; }

.cb-icon-captain:before {
  content: ""; }

.cb-icon-car:before {
  content: ""; }

.cb-icon-cards:before {
  content: ""; }

.cb-icon-care-bed:before {
  content: ""; }

.cb-icon-care-equipment:before {
  content: ""; }

.cb-icon-car-park:before {
  content: ""; }

.cb-icon-cart:before {
  content: ""; }

.cb-icon-cast:before {
  content: ""; }

.cb-icon-cat:before {
  content: ""; }

.cb-icon-categories:before {
  content: ""; }

.cb-icon-change:before {
  content: ""; }

.cb-icon-change-product:before {
  content: ""; }

.cb-icon-channel:before {
  content: ""; }

.cb-icon-chart-bar-1:before {
  content: ""; }

.cb-icon-chart-bar-2:before {
  content: ""; }

.cb-icon-chart-bar-3:before {
  content: ""; }

.cb-icon-chart-bar-4:before {
  content: ""; }

.cb-icon-chart-line:before {
  content: ""; }

.cb-icon-chart-pie:before {
  content: ""; }

.cb-icon-chats:before {
  content: ""; }

.cb-icon-check:before {
  content: ""; }

.cb-icon-check-box:before {
  content: ""; }

.cb-icon-check-circle:before {
  content: ""; }

.cb-icon-check-circle-2:before {
  content: ""; }

.cb-icon-check-out:before {
  content: ""; }

.cb-icon-cheese:before {
  content: ""; }

.cb-icon-chess:before {
  content: ""; }

.cb-icon-chevron-down:before {
  content: ""; }

.cb-icon-chevron-left:before {
  content: ""; }

.cb-icon-chevron-right:before {
  content: ""; }

.cb-icon-chevrons-down:before {
  content: ""; }

.cb-icon-chevrons-left:before {
  content: ""; }

.cb-icon-chevrons-right:before {
  content: ""; }

.cb-icon-chevrons-up:before {
  content: ""; }

.cb-icon-chevron-up:before {
  content: ""; }

.cb-icon-chicken:before {
  content: ""; }

.cb-icon-child:before {
  content: ""; }

.cb-icon-children:before {
  content: ""; }

.cb-icon-christmas:before {
  content: ""; }

.cb-icon-chrome:before {
  content: ""; }

.cb-icon-circle:before {
  content: ""; }

.cb-icon-circle-add:before {
  content: ""; }

.cb-icon-circle-bot:before {
  content: ""; }

.cb-icon-circle-delete:before {
  content: ""; }

.cb-icon-circle-fill:before {
  content: ""; }

.cb-icon-circle-minus:before {
  content: ""; }

.cb-icon-cis:before {
  content: ""; }

.cb-icon-clean:before {
  content: ""; }

.cb-icon-cleric:before {
  content: ""; }

.cb-icon-clipboard:before {
  content: ""; }

.cb-icon-clock:before {
  content: ""; }

.cb-icon-clone:before {
  content: ""; }

.cb-icon-cloth:before {
  content: ""; }

.cb-icon-cloud:before {
  content: ""; }

.cb-icon-cloud-code:before {
  content: ""; }

.cb-icon-cloud-download:before {
  content: ""; }

.cb-icon-cloud-drizzle:before {
  content: ""; }

.cb-icon-cloud-off:before {
  content: ""; }

.cb-icon-cloud-power:before {
  content: ""; }

.cb-icon-cloud-rain:before {
  content: ""; }

.cb-icon-cloud-snow:before {
  content: ""; }

.cb-icon-cloud-upload:before {
  content: ""; }

.cb-icon-cocktail:before {
  content: ""; }

.cb-icon-code:before {
  content: ""; }

.cb-icon-codebots:before {
  content: ""; }

.cb-icon-codebots-og:before {
  content: ""; }

.cb-icon-codepen:before {
  content: ""; }

.cb-icon-coffee:before {
  content: ""; }

.cb-icon-cold:before {
  content: ""; }

.cb-icon-collapse-right:before {
  content: ""; }

.cb-icon-collaspe:before {
  content: ""; }

.cb-icon-collaspe-left:before {
  content: ""; }

.cb-icon-column:before {
  content: ""; }

.cb-icon-comet:before {
  content: ""; }

.cb-icon-command:before {
  content: ""; }

.cb-icon-community:before {
  content: ""; }

.cb-icon-compass:before {
  content: ""; }

.cb-icon-component:before {
  content: ""; }

.cb-icon-conference:before {
  content: ""; }

.cb-icon-conflict:before {
  content: ""; }

.cb-icon-confluence:before {
  content: ""; }

.cb-icon-connection:before {
  content: ""; }

.cb-icon-constellation:before {
  content: ""; }

.cb-icon-contrast:before {
  content: ""; }

.cb-icon-controller:before {
  content: ""; }

.cb-icon-copy:before {
  content: ""; }

.cb-icon-corner-down-left:before {
  content: ""; }

.cb-icon-corner-down-right:before {
  content: ""; }

.cb-icon-corner-left-down:before {
  content: ""; }

.cb-icon-corner-left-up:before {
  content: ""; }

.cb-icon-corner-right-down:before {
  content: ""; }

.cb-icon-corner-right-up:before {
  content: ""; }

.cb-icon-corner-up-left:before {
  content: ""; }

.cb-icon-corner-up-right:before {
  content: ""; }

.cb-icon-cow:before {
  content: ""; }

.cb-icon-credit-card:before {
  content: ""; }

.cb-icon-crop:before {
  content: ""; }

.cb-icon-crosshair:before {
  content: ""; }

.cb-icon-crown:before {
  content: ""; }

.cb-icon-crud:before {
  content: ""; }

.cb-icon-csharpbot:before {
  content: ""; }

.cb-icon-css:before {
  content: ""; }

.cb-icon-cube:before {
  content: ""; }

.cb-icon-cube-add:before {
  content: ""; }

.cb-icon-cube-delete:before {
  content: ""; }

.cb-icon-cube-minus:before {
  content: ""; }

.cb-icon-cut:before {
  content: ""; }

.cb-icon-cygnas:before {
  content: ""; }

.cb-icon-d4:before {
  content: ""; }

.cb-icon-d6:before {
  content: ""; }

.cb-icon-d8:before {
  content: ""; }

.cb-icon-d10:before {
  content: ""; }

.cb-icon-d12:before {
  content: ""; }

.cb-icon-d20:before {
  content: ""; }

.cb-icon-d20-dot:before {
  content: ""; }

.cb-icon-d100:before {
  content: ""; }

.cb-icon-dagger:before {
  content: ""; }

.cb-icon-dance:before {
  content: ""; }

.cb-icon-dark-matter:before {
  content: ""; }

.cb-icon-dashboard:before {
  content: ""; }

.cb-icon-database:before {
  content: ""; }

.cb-icon-database-2:before {
  content: ""; }

.cb-icon-date-time:before {
  content: ""; }

.cb-icon-dead:before {
  content: ""; }

.cb-icon-decimal:before {
  content: ""; }

.cb-icon-delete:before {
  content: ""; }

.cb-icon-delete-column:before {
  content: ""; }

.cb-icon-delete-row:before {
  content: ""; }

.cb-icon-deliverable:before {
  content: ""; }

.cb-icon-demote:before {
  content: ""; }

.cb-icon-deploy:before {
  content: ""; }

.cb-icon-desert:before {
  content: ""; }

.cb-icon-desk:before {
  content: ""; }

.cb-icon-desk-stand:before {
  content: ""; }

.cb-icon-desktop:before {
  content: ""; }

.cb-icon-dessert:before {
  content: ""; }

.cb-icon-details:before {
  content: ""; }

.cb-icon-development:before {
  content: ""; }

.cb-icon-devices:before {
  content: ""; }

.cb-icon-diamond:before {
  content: ""; }

.cb-icon-dice:before {
  content: ""; }

.cb-icon-dinner:before {
  content: ""; }

.cb-icon-disc:before {
  content: ""; }

.cb-icon-disconnect:before {
  content: ""; }

.cb-icon-display-all:before {
  content: ""; }

.cb-icon-divide:before {
  content: ""; }

.cb-icon-dog:before {
  content: ""; }

.cb-icon-download:before {
  content: ""; }

.cb-icon-dragon:before {
  content: ""; }

.cb-icon-draw:before {
  content: ""; }

.cb-icon-draws:before {
  content: ""; }

.cb-icon-dress:before {
  content: ""; }

.cb-icon-drip:before {
  content: ""; }

.cb-icon-dropbox:before {
  content: ""; }

.cb-icon-druid:before {
  content: ""; }

.cb-icon-dual-screen:before {
  content: ""; }

.cb-icon-duck:before {
  content: ""; }

.cb-icon-duplicate:before {
  content: ""; }

.cb-icon-easter:before {
  content: ""; }

.cb-icon-edge:before {
  content: ""; }

.cb-icon-edit:before {
  content: ""; }

.cb-icon-edit-box:before {
  content: ""; }

.cb-icon-edit-line:before {
  content: ""; }

.cb-icon-egg:before {
  content: ""; }

.cb-icon-element:before {
  content: ""; }

.cb-icon-emoji:before {
  content: ""; }

.cb-icon-empire:before {
  content: ""; }

.cb-icon-enhancement:before {
  content: ""; }

.cb-icon-entity:before {
  content: ""; }

.cb-icon-enum:before {
  content: ""; }

.cb-icon-environments:before {
  content: ""; }

.cb-icon-epic:before {
  content: ""; }

.cb-icon-error:before {
  content: ""; }

.cb-icon-ethernet:before {
  content: ""; }

.cb-icon-europe:before {
  content: ""; }

.cb-icon-exclamation:before {
  content: ""; }

.cb-icon-expand:before {
  content: ""; }

.cb-icon-expand-2:before {
  content: ""; }

.cb-icon-export:before {
  content: ""; }

.cb-icon-eye-dropper:before {
  content: ""; }

.cb-icon-eye-track:before {
  content: ""; }

.cb-icon-facebook:before {
  content: ""; }

.cb-icon-fan:before {
  content: ""; }

.cb-icon-fastfoward:before {
  content: ""; }

.cb-icon-feather:before {
  content: ""; }

.cb-icon-feature:before {
  content: ""; }

.cb-icon-feed:before {
  content: ""; }

.cb-icon-feedback:before {
  content: ""; }

.cb-icon-female:before {
  content: ""; }

.cb-icon-female-female:before {
  content: ""; }

.cb-icon-female-male:before {
  content: ""; }

.cb-icon-fetch:before {
  content: ""; }

.cb-icon-field-trial:before {
  content: ""; }

.cb-icon-fighter:before {
  content: ""; }

.cb-icon-file:before {
  content: ""; }

.cb-icon-file-add:before {
  content: ""; }

.cb-icon-file-code:before {
  content: ""; }

.cb-icon-file-copy:before {
  content: ""; }

.cb-icon-file-delete:before {
  content: ""; }

.cb-icon-file-docx:before {
  content: ""; }

.cb-icon-file-img:before {
  content: ""; }

.cb-icon-file-remove:before {
  content: ""; }

.cb-icon-files:before {
  content: ""; }

.cb-icon-file-stack:before {
  content: ""; }

.cb-icon-file-text:before {
  content: ""; }

.cb-icon-film:before {
  content: ""; }

.cb-icon-filter:before {
  content: ""; }

.cb-icon-finger-print:before {
  content: ""; }

.cb-icon-finish:before {
  content: ""; }

.cb-icon-fire:before {
  content: ""; }

.cb-icon-fireworks:before {
  content: ""; }

.cb-icon-fish:before {
  content: ""; }

.cb-icon-flag:before {
  content: ""; }

.cb-icon-flex:before {
  content: ""; }

.cb-icon-flow:before {
  content: ""; }

.cb-icon-flow-break:before {
  content: ""; }

.cb-icon-flow-connect:before {
  content: ""; }

.cb-icon-flow-connect-type:before {
  content: ""; }

.cb-icon-flow-data:before {
  content: ""; }

.cb-icon-flow-directional:before {
  content: ""; }

.cb-icon-flower:before {
  content: ""; }

.cb-icon-flow-user:before {
  content: ""; }

.cb-icon-flow-web:before {
  content: ""; }

.cb-icon-fob:before {
  content: ""; }

.cb-icon-folder:before {
  content: ""; }

.cb-icon-folder-add:before {
  content: ""; }

.cb-icon-folder-copy:before {
  content: ""; }

.cb-icon-folder-delete:before {
  content: ""; }

.cb-icon-folder-open:before {
  content: ""; }

.cb-icon-folder-remove:before {
  content: ""; }

.cb-icon-food:before {
  content: ""; }

.cb-icon-football:before {
  content: ""; }

.cb-icon-footer:before {
  content: ""; }

.cb-icon-forms:before {
  content: ""; }

.cb-icon-fosnax:before {
  content: ""; }

.cb-icon-fountain-pen:before {
  content: ""; }

.cb-icon-foward-circle:before {
  content: ""; }

.cb-icon-fox:before {
  content: ""; }

.cb-icon-full-moon:before {
  content: ""; }

.cb-icon-gears:before {
  content: ""; }

.cb-icon-gift:before {
  content: ""; }

.cb-icon-git-branch:before {
  content: ""; }

.cb-icon-git-commit:before {
  content: ""; }

.cb-icon-github:before {
  content: ""; }

.cb-icon-gitlab:before {
  content: ""; }

.cb-icon-git-merge:before {
  content: ""; }

.cb-icon-git-pull-request:before {
  content: ""; }

.cb-icon-glass:before {
  content: ""; }

.cb-icon-globe:before {
  content: ""; }

.cb-icon-golf:before {
  content: ""; }

.cb-icon-google-drive:before {
  content: ""; }

.cb-icon-grab-that-moon:before {
  content: ""; }

.cb-icon-gravestone:before {
  content: ""; }

.cb-icon-grid:before {
  content: ""; }

.cb-icon-gun:before {
  content: ""; }

.cb-icon-gutter:before {
  content: ""; }

.cb-icon-gym:before {
  content: ""; }

.cb-icon-hammer:before {
  content: ""; }

.cb-icon-hand-grab:before {
  content: ""; }

.cb-icon-hand-ok:before {
  content: ""; }

.cb-icon-hand-open:before {
  content: ""; }

.cb-icon-hand-point:before {
  content: ""; }

.cb-icon-hand-wave:before {
  content: ""; }

.cb-icon-hard-drive:before {
  content: ""; }

.cb-icon-harmony:before {
  content: ""; }

.cb-icon-hashtag:before {
  content: ""; }

.cb-icon-hat:before {
  content: ""; }

.cb-icon-header:before {
  content: ""; }

.cb-icon-heading:before {
  content: ""; }

.cb-icon-headphones:before {
  content: ""; }

.cb-icon-health:before {
  content: ""; }

.cb-icon-heart:before {
  content: ""; }

.cb-icon-heart-broken:before {
  content: ""; }

.cb-icon-heart-fill:before {
  content: ""; }

.cb-icon-heart-large:before {
  content: ""; }

.cb-icon-heart-large-broken:before {
  content: ""; }

.cb-icon-helicopter:before {
  content: ""; }

.cb-icon-helmet:before {
  content: ""; }

.cb-icon-help:before {
  content: ""; }

.cb-icon-hexagon:before {
  content: ""; }

.cb-icon-hexagon-add:before {
  content: ""; }

.cb-icon-hexagon-delete:before {
  content: ""; }

.cb-icon-hexagon-fill:before {
  content: ""; }

.cb-icon-hexagon-minus:before {
  content: ""; }

.cb-icon-hidden:before {
  content: ""; }

.cb-icon-hike:before {
  content: ""; }

.cb-icon-historical:before {
  content: ""; }

.cb-icon-hoist:before {
  content: ""; }

.cb-icon-home:before {
  content: ""; }

.cb-icon-honey:before {
  content: ""; }

.cb-icon-horizontal:before {
  content: ""; }

.cb-icon-horizontal-split:before {
  content: ""; }

.cb-icon-hospital:before {
  content: ""; }

.cb-icon-hot:before {
  content: ""; }

.cb-icon-hourglass:before {
  content: ""; }

.cb-icon-hourglass-empty:before {
  content: ""; }

.cb-icon-hr:before {
  content: ""; }

.cb-icon-html:before {
  content: ""; }

.cb-icon-ice-cream:before {
  content: ""; }

.cb-icon-idea:before {
  content: ""; }

.cb-icon-ie:before {
  content: ""; }

.cb-icon-img:before {
  content: ""; }

.cb-icon-import:before {
  content: ""; }

.cb-icon-inbox:before {
  content: ""; }

.cb-icon-indent-in:before {
  content: ""; }

.cb-icon-indent-out:before {
  content: ""; }

.cb-icon-information:before {
  content: ""; }

.cb-icon-input:before {
  content: ""; }

.cb-icon-insert-column:before {
  content: ""; }

.cb-icon-insert-row:before {
  content: ""; }

.cb-icon-instagram:before {
  content: ""; }

.cb-icon-integer:before {
  content: ""; }

.cb-icon-investigate:before {
  content: ""; }

.cb-icon-iot:before {
  content: ""; }

.cb-icon-issue:before {
  content: ""; }

.cb-icon-italics:before {
  content: ""; }

.cb-icon-iteration:before {
  content: ""; }

.cb-icon-jake:before {
  content: ""; }

.cb-icon-jam:before {
  content: ""; }

.cb-icon-jay:before {
  content: ""; }

.cb-icon-jedi:before {
  content: ""; }

.cb-icon-jenkins:before {
  content: ""; }

.cb-icon-jewel:before {
  content: ""; }

.cb-icon-jira:before {
  content: ""; }

.cb-icon-jordie:before {
  content: ""; }

.cb-icon-josh:before {
  content: ""; }

.cb-icon-js:before {
  content: ""; }

.cb-icon-juice:before {
  content: ""; }

.cb-icon-jumper:before {
  content: ""; }

.cb-icon-key:before {
  content: ""; }

.cb-icon-keyboard:before {
  content: ""; }

.cb-icon-knight:before {
  content: ""; }

.cb-icon-lampbot:before {
  content: ""; }

.cb-icon-landscape:before {
  content: ""; }

.cb-icon-laptop:before {
  content: ""; }

.cb-icon-launch:before {
  content: ""; }

.cb-icon-layers:before {
  content: ""; }

.cb-icon-layout:before {
  content: ""; }

.cb-icon-lead:before {
  content: ""; }

.cb-icon-leaf:before {
  content: ""; }

.cb-icon-left-right:before {
  content: ""; }

.cb-icon-lens:before {
  content: ""; }

.cb-icon-leo:before {
  content: ""; }

.cb-icon-lesson:before {
  content: ""; }

.cb-icon-letter:before {
  content: ""; }

.cb-icon-library:before {
  content: ""; }

.cb-icon-library-item:before {
  content: ""; }

.cb-icon-life-buoy:before {
  content: ""; }

.cb-icon-light-bulb:before {
  content: ""; }

.cb-icon-lighthouse:before {
  content: ""; }

.cb-icon-lightning:before {
  content: ""; }

.cb-icon-lightning-off:before {
  content: ""; }

.cb-icon-lightsaber:before {
  content: ""; }

.cb-icon-line-height:before {
  content: ""; }

.cb-icon-link-1:before {
  content: ""; }

.cb-icon-link-2:before {
  content: ""; }

.cb-icon-link-broken:before {
  content: ""; }

.cb-icon-linkedin:before {
  content: ""; }

.cb-icon-link-external:before {
  content: ""; }

.cb-icon-link-internal:before {
  content: ""; }

.cb-icon-list:before {
  content: ""; }

.cb-icon-literals:before {
  content: ""; }

.cb-icon-loader:before {
  content: ""; }

.cb-icon-location-map:before {
  content: ""; }

.cb-icon-location-pin:before {
  content: ""; }

.cb-icon-lock:before {
  content: ""; }

.cb-icon-lock-open:before {
  content: ""; }

.cb-icon-login:before {
  content: ""; }

.cb-icon-logout:before {
  content: ""; }

.cb-icon-lolly:before {
  content: ""; }

.cb-icon-look:before {
  content: ""; }

.cb-icon-look-off:before {
  content: ""; }

.cb-icon-loudspeaker:before {
  content: ""; }

.cb-icon-lounge:before {
  content: ""; }

.cb-icon-lunch:before {
  content: ""; }

.cb-icon-lyra:before {
  content: ""; }

.cb-icon-magic:before {
  content: ""; }

.cb-icon-mail:before {
  content: ""; }

.cb-icon-mail-open:before {
  content: ""; }

.cb-icon-maintance:before {
  content: ""; }

.cb-icon-male:before {
  content: ""; }

.cb-icon-male-female:before {
  content: ""; }

.cb-icon-male-male:before {
  content: ""; }

.cb-icon-man:before {
  content: ""; }

.cb-icon-management:before {
  content: ""; }

.cb-icon-man-child:before {
  content: ""; }

.cb-icon-many-to-many:before {
  content: ""; }

.cb-icon-map:before {
  content: ""; }

.cb-icon-margin:before {
  content: ""; }

.cb-icon-marketing:before {
  content: ""; }

.cb-icon-maximise:before {
  content: ""; }

.cb-icon-maxminise-2:before {
  content: ""; }

.cb-icon-meat:before {
  content: ""; }

.cb-icon-meeting:before {
  content: ""; }

.cb-icon-menu:before {
  content: ""; }

.cb-icon-message:before {
  content: ""; }

.cb-icon-message-circle:before {
  content: ""; }

.cb-icon-mic:before {
  content: ""; }

.cb-icon-mic-off:before {
  content: ""; }

.cb-icon-micronode:before {
  content: ""; }

.cb-icon-microphone:before {
  content: ""; }

.cb-icon-microwave:before {
  content: ""; }

.cb-icon-mikaela:before {
  content: ""; }

.cb-icon-minimise:before {
  content: ""; }

.cb-icon-minimise-2:before {
  content: ""; }

.cb-icon-minus:before {
  content: ""; }

.cb-icon-minus-circle:before {
  content: ""; }

.cb-icon-misson:before {
  content: ""; }

.cb-icon-mobile:before {
  content: ""; }

.cb-icon-model:before {
  content: ""; }

.cb-icon-money:before {
  content: ""; }

.cb-icon-monk:before {
  content: ""; }

.cb-icon-moon:before {
  content: ""; }

.cb-icon-more-horizontal:before {
  content: ""; }

.cb-icon-more-vertical:before {
  content: ""; }

.cb-icon-motorbike:before {
  content: ""; }

.cb-icon-mountain:before {
  content: ""; }

.cb-icon-mouse:before {
  content: ""; }

.cb-icon-move:before {
  content: ""; }

.cb-icon-music:before {
  content: ""; }

.cb-icon-naveen:before {
  content: ""; }

.cb-icon-navigation:before {
  content: ""; }

.cb-icon-navigation-2:before {
  content: ""; }

.cb-icon-nebula:before {
  content: ""; }

.cb-icon-network:before {
  content: ""; }

.cb-icon-new-zealand:before {
  content: ""; }

.cb-icon-nicola:before {
  content: ""; }

.cb-icon-north-america:before {
  content: ""; }

.cb-icon-note:before {
  content: ""; }

.cb-icon-nova:before {
  content: ""; }

.cb-icon-nsw:before {
  content: ""; }

.cb-icon-nt:before {
  content: ""; }

.cb-icon-nuts:before {
  content: ""; }

.cb-icon-nx-01:before {
  content: ""; }

.cb-icon-oceania:before {
  content: ""; }

.cb-icon-olive-oil:before {
  content: ""; }

.cb-icon-ol-list:before {
  content: ""; }

.cb-icon-onboarding:before {
  content: ""; }

.cb-icon-one-to-many:before {
  content: ""; }

.cb-icon-one-to-one:before {
  content: ""; }

.cb-icon-open-left:before {
  content: ""; }

.cb-icon-open-right:before {
  content: ""; }

.cb-icon-opera:before {
  content: ""; }

.cb-icon-order:before {
  content: ""; }

.cb-icon-outback:before {
  content: ""; }

.cb-icon-package:before {
  content: ""; }

.cb-icon-pacman:before {
  content: ""; }

.cb-icon-paint-brush:before {
  content: ""; }

.cb-icon-paladin:before {
  content: ""; }

.cb-icon-palette:before {
  content: ""; }

.cb-icon-pants:before {
  content: ""; }

.cb-icon-paperclip:before {
  content: ""; }

.cb-icon-paper-plane:before {
  content: ""; }

.cb-icon-park:before {
  content: ""; }

.cb-icon-party:before {
  content: ""; }

.cb-icon-paste:before {
  content: ""; }

.cb-icon-path:before {
  content: ""; }

.cb-icon-pattern-library:before {
  content: ""; }

.cb-icon-pause:before {
  content: ""; }

.cb-icon-pause-circle:before {
  content: ""; }

.cb-icon-peanut:before {
  content: ""; }

.cb-icon-pen:before {
  content: ""; }

.cb-icon-person:before {
  content: ""; }

.cb-icon-person-add:before {
  content: ""; }

.cb-icon-person-check:before {
  content: ""; }

.cb-icon-person-delete:before {
  content: ""; }

.cb-icon-person-group:before {
  content: ""; }

.cb-icon-person-remove:before {
  content: ""; }

.cb-icon-phoenix:before {
  content: ""; }

.cb-icon-phone:before {
  content: ""; }

.cb-icon-phonebooth:before {
  content: ""; }

.cb-icon-phone-call:before {
  content: ""; }

.cb-icon-phone-forwarded:before {
  content: ""; }

.cb-icon-phone-incoming:before {
  content: ""; }

.cb-icon-phone-missed:before {
  content: ""; }

.cb-icon-phone-off:before {
  content: ""; }

.cb-icon-phone-outgoing:before {
  content: ""; }

.cb-icon-php:before {
  content: ""; }

.cb-icon-picto:before {
  content: ""; }

.cb-icon-pig:before {
  content: ""; }

.cb-icon-pin:before {
  content: ""; }

.cb-icon-pin-2:before {
  content: ""; }

.cb-icon-ping-pong:before {
  content: ""; }

.cb-icon-pirate:before {
  content: ""; }

.cb-icon-pizza:before {
  content: ""; }

.cb-icon-plan:before {
  content: ""; }

.cb-icon-plane:before {
  content: ""; }

.cb-icon-plant:before {
  content: ""; }

.cb-icon-plate:before {
  content: ""; }

.cb-icon-platform:before {
  content: ""; }

.cb-icon-play:before {
  content: ""; }

.cb-icon-play-circle:before {
  content: ""; }

.cb-icon-plugin:before {
  content: ""; }

.cb-icon-plus:before {
  content: ""; }

.cb-icon-plus-circle:before {
  content: ""; }

.cb-icon-pocket:before {
  content: ""; }

.cb-icon-pointer:before {
  content: ""; }

.cb-icon-poll:before {
  content: ""; }

.cb-icon-pool:before {
  content: ""; }

.cb-icon-poster:before {
  content: ""; }

.cb-icon-post-it:before {
  content: ""; }

.cb-icon-power:before {
  content: ""; }

.cb-icon-pray:before {
  content: ""; }

.cb-icon-presentation:before {
  content: ""; }

.cb-icon-printer:before {
  content: ""; }

.cb-icon-problem:before {
  content: ""; }

.cb-icon-process:before {
  content: ""; }

.cb-icon-product:before {
  content: ""; }

.cb-icon-production:before {
  content: ""; }

.cb-icon-production-2:before {
  content: ""; }

.cb-icon-application:before {
  content: ""; }

.cb-icon-application-new:before {
  content: ""; }

.cb-icon-promote:before {
  content: ""; }

.cb-icon-properties:before {
  content: ""; }

.cb-icon-prototype:before {
  content: ""; }

.cb-icon-pullup-banner:before {
  content: ""; }

.cb-icon-puppet:before {
  content: ""; }

.cb-icon-puzzle:before {
  content: ""; }

.cb-icon-pyxis:before {
  content: ""; }

.cb-icon-qld:before {
  content: ""; }

.cb-icon-qualification:before {
  content: ""; }

.cb-icon-question:before {
  content: ""; }

.cb-icon-quill:before {
  content: ""; }

.cb-icon-quote:before {
  content: ""; }

.cb-icon-quote-end:before {
  content: ""; }

.cb-icon-radio:before {
  content: ""; }

.cb-icon-railroad:before {
  content: ""; }

.cb-icon-ramp:before {
  content: ""; }

.cb-icon-ranger:before {
  content: ""; }

.cb-icon-rank:before {
  content: ""; }

.cb-icon-reader:before {
  content: ""; }

.cb-icon-rearrange:before {
  content: ""; }

.cb-icon-rebels:before {
  content: ""; }

.cb-icon-recycle:before {
  content: ""; }

.cb-icon-redo:before {
  content: ""; }

.cb-icon-refresh-ccw:before {
  content: ""; }

.cb-icon-refresh-cw:before {
  content: ""; }

.cb-icon-remote:before {
  content: ""; }

.cb-icon-reorder:before {
  content: ""; }

.cb-icon-repair:before {
  content: ""; }

.cb-icon-repeat:before {
  content: ""; }

.cb-icon-requirements:before {
  content: ""; }

.cb-icon-reset:before {
  content: ""; }

.cb-icon-resolve:before {
  content: ""; }

.cb-icon-results:before {
  content: ""; }

.cb-icon-reublic:before {
  content: ""; }

.cb-icon-rewind:before {
  content: ""; }

.cb-icon-rhiannon:before {
  content: ""; }

.cb-icon-ribs:before {
  content: ""; }

.cb-icon-rides:before {
  content: ""; }

.cb-icon-river:before {
  content: ""; }

.cb-icon-roadmap:before {
  content: ""; }

.cb-icon-rocket:before {
  content: ""; }

.cb-icon-rogue:before {
  content: ""; }

.cb-icon-rogue-two:before {
  content: ""; }

.cb-icon-room:before {
  content: ""; }

.cb-icon-root:before {
  content: ""; }

.cb-icon-rotate-ccw:before {
  content: ""; }

.cb-icon-rotate-ccw-2:before {
  content: ""; }

.cb-icon-rotate-cw:before {
  content: ""; }

.cb-icon-rotate-cw-2:before {
  content: ""; }

.cb-icon-row:before {
  content: ""; }

.cb-icon-rss:before {
  content: ""; }

.cb-icon-running:before {
  content: ""; }

.cb-icon-sa:before {
  content: ""; }

.cb-icon-sad:before {
  content: ""; }

.cb-icon-sail-ship:before {
  content: ""; }

.cb-icon-sale:before {
  content: ""; }

.cb-icon-salt:before {
  content: ""; }

.cb-icon-satellite:before {
  content: ""; }

.cb-icon-save:before {
  content: ""; }

.cb-icon-scan:before {
  content: ""; }

.cb-icon-scissors:before {
  content: ""; }

.cb-icon-scooter:before {
  content: ""; }

.cb-icon-scope:before {
  content: ""; }

.cb-icon-screen-share:before {
  content: ""; }

.cb-icon-search:before {
  content: ""; }

.cb-icon-secret:before {
  content: ""; }

.cb-icon-security-camera:before {
  content: ""; }

.cb-icon-select-column:before {
  content: ""; }

.cb-icon-select-row:before {
  content: ""; }

.cb-icon-send-backwards:before {
  content: ""; }

.cb-icon-send-to-back:before {
  content: ""; }

.cb-icon-seo:before {
  content: ""; }

.cb-icon-sequence:before {
  content: ""; }

.cb-icon-serena:before {
  content: ""; }

.cb-icon-server:before {
  content: ""; }

.cb-icon-session:before {
  content: ""; }

.cb-icon-settings:before {
  content: ""; }

.cb-icon-share:before {
  content: ""; }

.cb-icon-share-2:before {
  content: ""; }

.cb-icon-shared-library:before {
  content: ""; }

.cb-icon-shark:before {
  content: ""; }

.cb-icon-shield:before {
  content: ""; }

.cb-icon-shield-off:before {
  content: ""; }

.cb-icon-ship:before {
  content: ""; }

.cb-icon-shirt:before {
  content: ""; }

.cb-icon-shoe:before {
  content: ""; }

.cb-icon-shop:before {
  content: ""; }

.cb-icon-shorts:before {
  content: ""; }

.cb-icon-shower:before {
  content: ""; }

.cb-icon-shrink:before {
  content: ""; }

.cb-icon-shuffle:before {
  content: ""; }

.cb-icon-sidebar:before {
  content: ""; }

.cb-icon-site-child:before {
  content: ""; }

.cb-icon-site-parent:before {
  content: ""; }

.cb-icon-sith:before {
  content: ""; }

.cb-icon-skate:before {
  content: ""; }

.cb-icon-ski:before {
  content: ""; }

.cb-icon-skip-backward:before {
  content: ""; }

.cb-icon-skip-backwards-circle:before {
  content: ""; }

.cb-icon-skip-forward:before {
  content: ""; }

.cb-icon-skip-foward-circle:before {
  content: ""; }

.cb-icon-skirt:before {
  content: ""; }

.cb-icon-slack:before {
  content: ""; }

.cb-icon-slash:before {
  content: ""; }

.cb-icon-slice:before {
  content: ""; }

.cb-icon-slide:before {
  content: ""; }

.cb-icon-sliders-1:before {
  content: ""; }

.cb-icon-sliders-2:before {
  content: ""; }

.cb-icon-smaller:before {
  content: ""; }

.cb-icon-snack:before {
  content: ""; }

.cb-icon-snow:before {
  content: ""; }

.cb-icon-soccer:before {
  content: ""; }

.cb-icon-social:before {
  content: ""; }

.cb-icon-sorcerer:before {
  content: ""; }

.cb-icon-sound-off:before {
  content: ""; }

.cb-icon-sound-on:before {
  content: ""; }

.cb-icon-source:before {
  content: ""; }

.cb-icon-source-code:before {
  content: ""; }

.cb-icon-south-america:before {
  content: ""; }

.cb-icon-southern-cross:before {
  content: ""; }

.cb-icon-space:before {
  content: ""; }

.cb-icon-spacebar:before {
  content: ""; }

.cb-icon-space-invader:before {
  content: ""; }

.cb-icon-spanner:before {
  content: ""; }

.cb-icon-speaker:before {
  content: ""; }

.cb-icon-spear:before {
  content: ""; }

.cb-icon-sports:before {
  content: ""; }

.cb-icon-spreadsheet:before {
  content: ""; }

.cb-icon-springbot:before {
  content: ""; }

.cb-icon-sprint:before {
  content: ""; }

.cb-icon-square-bot:before {
  content: ""; }

.cb-icon-square-fill:before {
  content: ""; }

.cb-icon-square-x:before {
  content: ""; }

.cb-icon-stall:before {
  content: ""; }

.cb-icon-star:before {
  content: ""; }

.cb-icon-star-fill:before {
  content: ""; }

.cb-icon-stop-circle:before {
  content: ""; }

.cb-icon-stories:before {
  content: ""; }

.cb-icon-strike:before {
  content: ""; }

.cb-icon-string:before {
  content: ""; }

.cb-icon-structure:before {
  content: ""; }

.cb-icon-subscript:before {
  content: ""; }

.cb-icon-suggestion:before {
  content: ""; }

.cb-icon-sun:before {
  content: ""; }

.cb-icon-sunglasses:before {
  content: ""; }

.cb-icon-sunrise:before {
  content: ""; }

.cb-icon-sunset:before {
  content: ""; }

.cb-icon-superscript:before {
  content: ""; }

.cb-icon-sushi:before {
  content: ""; }

.cb-icon-sword:before {
  content: ""; }

.cb-icon-table:before {
  content: ""; }

.cb-icon-tablet:before {
  content: ""; }

.cb-icon-tag:before {
  content: ""; }

.cb-icon-tag-add:before {
  content: ""; }

.cb-icon-tag-remove:before {
  content: ""; }

.cb-icon-tank:before {
  content: ""; }

.cb-icon-target:before {
  content: ""; }

.cb-icon-tas:before {
  content: ""; }

.cb-icon-task:before {
  content: ""; }

.cb-icon-tea:before {
  content: ""; }

.cb-icon-teach:before {
  content: ""; }

.cb-icon-team:before {
  content: ""; }

.cb-icon-terminal:before {
  content: ""; }

.cb-icon-tessa:before {
  content: ""; }

.cb-icon-tests:before {
  content: ""; }

.cb-icon-test-tubes:before {
  content: ""; }

.cb-icon-text-larger:before {
  content: ""; }

.cb-icon-text-smaller:before {
  content: ""; }

.cb-icon-text-to-speech:before {
  content: ""; }

.cb-icon-thermometer:before {
  content: ""; }

.cb-icon-thumbs-down:before {
  content: ""; }

.cb-icon-thumbs-up:before {
  content: ""; }

.cb-icon-tie:before {
  content: ""; }

.cb-icon-tie-fighter:before {
  content: ""; }

.cb-icon-tile:before {
  content: ""; }

.cb-icon-timeline:before {
  content: ""; }

.cb-icon-toggle-left:before {
  content: ""; }

.cb-icon-toogle-right:before {
  content: ""; }

.cb-icon-torch:before {
  content: ""; }

.cb-icon-touch:before {
  content: ""; }

.cb-icon-town-hall:before {
  content: ""; }

.cb-icon-toy:before {
  content: ""; }

.cb-icon-train:before {
  content: ""; }

.cb-icon-tree:before {
  content: ""; }

.cb-icon-trello:before {
  content: ""; }

.cb-icon-trend-down:before {
  content: ""; }

.cb-icon-trend-up:before {
  content: ""; }

.cb-icon-triangle:before {
  content: ""; }

.cb-icon-triangle-add:before {
  content: ""; }

.cb-icon-triangle-bot:before {
  content: ""; }

.cb-icon-triangle-delete:before {
  content: ""; }

.cb-icon-triangle-down:before {
  content: ""; }

.cb-icon-triangle-fill:before {
  content: ""; }

.cb-icon-triangle-minus:before {
  content: ""; }

.cb-icon-triangle-up:before {
  content: ""; }

.cb-icon-trophy:before {
  content: ""; }

.cb-icon-truck:before {
  content: ""; }

.cb-icon-tv:before {
  content: ""; }

.cb-icon-twitter:before {
  content: ""; }

.cb-icon-type:before {
  content: ""; }

.cb-icon-uat:before {
  content: ""; }

.cb-icon-umbrella:before {
  content: ""; }

.cb-icon-uncollaspe:before {
  content: ""; }

.cb-icon-underline:before {
  content: ""; }

.cb-icon-underwear:before {
  content: ""; }

.cb-icon-undo:before {
  content: ""; }

.cb-icon-up-down:before {
  content: ""; }

.cb-icon-upload:before {
  content: ""; }

.cb-icon-usb:before {
  content: ""; }

.cb-icon-uss-defiant:before {
  content: ""; }

.cb-icon-uss-enterprise-a:before {
  content: ""; }

.cb-icon-uss-enterprise-d:before {
  content: ""; }

.cb-icon-uss-voyager:before {
  content: ""; }

.cb-icon-vegetables:before {
  content: ""; }

.cb-icon-versions:before {
  content: ""; }

.cb-icon-vertical-split:before {
  content: ""; }

.cb-icon-vic:before {
  content: ""; }

.cb-icon-video:before {
  content: ""; }

.cb-icon-video-controller:before {
  content: ""; }

.cb-icon-video-off:before {
  content: ""; }

.cb-icon-view:before {
  content: ""; }

.cb-icon-viking:before {
  content: ""; }

.cb-icon-vimeo:before {
  content: ""; }

.cb-icon-voicemail:before {
  content: ""; }

.cb-icon-void:before {
  content: ""; }

.cb-icon-volcano:before {
  content: ""; }

.cb-icon-volume:before {
  content: ""; }

.cb-icon-volume-1:before {
  content: ""; }

.cb-icon-volume-2:before {
  content: ""; }

.cb-icon-volume-x:before {
  content: ""; }

.cb-icon-vr:before {
  content: ""; }

.cb-icon-vulture-droid:before {
  content: ""; }

.cb-icon-wa:before {
  content: ""; }

.cb-icon-walk:before {
  content: ""; }

.cb-icon-wallet:before {
  content: ""; }

.cb-icon-warlock:before {
  content: ""; }

.cb-icon-warning:before {
  content: ""; }

.cb-icon-watch:before {
  content: ""; }

.cb-icon-water:before {
  content: ""; }

.cb-icon-waterfall:before {
  content: ""; }

.cb-icon-wave:before {
  content: ""; }

.cb-icon-web-cam:before {
  content: ""; }

.cb-icon-wheat:before {
  content: ""; }

.cb-icon-wheel:before {
  content: ""; }

.cb-icon-wheel-menu:before {
  content: ""; }

.cb-icon-whip:before {
  content: ""; }

.cb-icon-whiteboard:before {
  content: ""; }

.cb-icon-wifi:before {
  content: ""; }

.cb-icon-wifi-off:before {
  content: ""; }

.cb-icon-wind:before {
  content: ""; }

.cb-icon-windows:before {
  content: ""; }

.cb-icon-wine:before {
  content: ""; }

.cb-icon-wizard:before {
  content: ""; }

.cb-icon-woman:before {
  content: ""; }

.cb-icon-woman-child:before {
  content: ""; }

.cb-icon-workflow:before {
  content: ""; }

.cb-icon-workingmouse:before {
  content: ""; }

.cb-icon-workingmouse-old:before {
  content: ""; }

.cb-icon-work-item:before {
  content: ""; }

.cb-icon-wormhole:before {
  content: ""; }

.cb-icon-x:before {
  content: ""; }

.cb-icon-x-circle:before {
  content: ""; }

.cb-icon-x-wing:before {
  content: ""; }

.cb-icon-youtube:before {
  content: ""; }

.cb-icon-zoom-in:before {
  content: ""; }

.cb-icon-zoom-out:before {
  content: ""; }

/* -------------------------------- 
Motion
-------------------------------- */
/*These are the animation mixins */
.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

@-webkit-keyframes gauge-loader {
  0% {
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg); }
  10% {
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  20% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  24% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  40% {
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  54% {
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg); }
  56% {
    -ms-transform: rotate(78deg);
    -webkit-transform: rotate(78deg);
    transform: rotate(78deg); }
  58% {
    -ms-transform: rotate(73deg);
    -webkit-transform: rotate(73deg);
    transform: rotate(73deg); }
  60% {
    -ms-transform: rotate(75deg);
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg); }
  62% {
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg); }
  70% {
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  80% {
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  83% {
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  86% {
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  89% {
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  100% {
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg); } }

@keyframes gauge-loader {
  0% {
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg); }
  10% {
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  20% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  24% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  40% {
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  54% {
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg); }
  56% {
    -ms-transform: rotate(78deg);
    -webkit-transform: rotate(78deg);
    transform: rotate(78deg); }
  58% {
    -ms-transform: rotate(73deg);
    -webkit-transform: rotate(73deg);
    transform: rotate(73deg); }
  60% {
    -ms-transform: rotate(75deg);
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg); }
  62% {
    -ms-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg); }
  70% {
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  80% {
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  83% {
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  86% {
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  89% {
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  100% {
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg); } }

/* :not(:required) hides this rule from IE9 and below */
.gauge-loader:not(:required) {
  background: #fbb714;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  display: inline-block;
  width: 150px;
  height: 75px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px; }

.gauge-loader:not(:required)::before {
  -webkit-animation: gauge-loader 4000ms infinite ease;
  animation: gauge-loader 4000ms infinite ease;
  background: white;
  border-radius: 10px;
  content: '';
  position: absolute;
  left: 70px;
  top: 5.33333px;
  width: 9px;
  height: 50px;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.gauge-loader:not(:required)::after {
  content: '';
  background: white;
  border-radius: 20px;
  position: absolute;
  left: 65px;
  top: 50px;
  width: 20px;
  height: 20px; }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  50% {
    -webkit-transform: translate(60px);
            transform: translate(60px); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0); }
  50% {
    -webkit-transform: translate(60px);
            transform: translate(60px); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/* -------------------------------- 
Layout
https://medium.com/codyhouse/create-your-design-system-part-2-grid-layout-aa961d59b8d6
-------------------------------- */
.hide {
  display: none !important; }

/* -------------------------------- 
Flexbox
-------------------------------- */
:root {
  --grid-gap: var(--space-sm); }

.content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(var(--grid-gap) * -1) 0 0 calc(var(--grid-gap) * -1); }

.content-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: calc(var(--grid-gap)) 0 0 calc(var(--grid-gap));
  background-clip: content-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.content-col--1 {
  -ms-flex-preferred-size: 8.33%;
      flex-basis: 8.33%;
  max-width: 8.33%; }

.content-col--2 {
  -ms-flex-preferred-size: 16.66%;
      flex-basis: 16.66%;
  max-width: 16.66%; }

.content-col--3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.content-col--4 {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  max-width: 33.33%; }

.content-col--5 {
  -ms-flex-preferred-size: 41.66%;
      flex-basis: 41.66%;
  max-width: 41.66%; }

.content-col--6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.content-col--7 {
  -ms-flex-preferred-size: 58.33%;
      flex-basis: 58.33%;
  max-width: 58.33%; }

.content-col--8 {
  -ms-flex-preferred-size: 66.66%;
      flex-basis: 66.66%;
  max-width: 66.66%; }

.content-col--9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.content-col--10 {
  -ms-flex-preferred-size: 83.33%;
      flex-basis: 83.33%;
  max-width: 83.33%; }

.content-col--11 {
  -ms-flex-preferred-size: 91.66%;
      flex-basis: 91.66%;
  max-width: 91.66%; }

.content-col--12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

@media (max-width: 1000px) {
  .content-col--1 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .content-col--2 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .content-col--3 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .content-col--4 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .content-col--5 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .content-col--6 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .content-col--7 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .content-col--8 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .content-col--9 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .content-col--10 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .content-col--11 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .content-col--12 {
    max-width: none;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

/* -------------------------------- 
CSS grid
-------------------------------- */
/* -------------------------------- 

Layers
-------------------------------- */
/*This is the layers styles with dropshadows */
.theme-light .content-overlay {
  -webkit-box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2); }

.theme-dark .content-overlay {
  -webkit-box-shadow: 0 10px 30px 5px rgba(255, 255, 255, 0.2), 0 0px 10px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 10px 30px 5px rgba(255, 255, 255, 0.2), 0 0px 10px 0 rgba(255, 255, 255, 0.2); }

.theme-light .content-tooltip {
  -webkit-box-shadow: 0 20px 50px 5px rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 50px 5px rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2); }

.theme-dark .content-tooltip {
  -webkit-box-shadow: 0 20px 50px 5px rgba(255, 255, 255, 0.2), 0 0px 10px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 20px 50px 5px rgba(255, 255, 255, 0.2), 0 0px 10px 0 rgba(255, 255, 255, 0.2); }

.theme-light .modal-bg {
  background-color: rgba(251, 183, 20, 0.8); }

.theme-dark .modal-bg {
  background-color: rgba(178, 178, 178, 0.8); }

.theme-light .alert-content {
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.2); }

.theme-dark .alert-content {
  -webkit-box-shadow: 0 5px 20px 5px rgba(255, 255, 255, 0.2), 0 0px 10px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 0 5px 20px 5px rgba(255, 255, 255, 0.2), 0 0px 10px 0 rgba(255, 255, 255, 0.2); }

/* @bot-written */
.skip-link {
  color: black;
  text-decoration: underline;
  font-weight: bold; }

button,
.button-standard,
input[type=submit] {
  background: #fbb714;
  color: #000000;
  border: 0 solid transparent;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: var(--space-xs);
  font-weight: 700;
  text-transform: uppercase;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 4rem; }
  button:hover,
  .button-standard:hover,
  input:hover[type=submit] {
    background-color: #000000;
    color: #ffffff; }
  button:active,
  .button-standard:active,
  input:active[type=submit] {
    outline: none; }
  button.selected, button:focus,
  .button-standard.selected,
  input.selected[type=submit],
  .button-standard:focus,
  input:focus[type=submit] {
    background: #fbb714;
    color: #000000;
    outline: none; }

.btn-black {
  background-color: #000000;
  color: #ffffff;
  border: 4px solid #000000;
  width: 100%;
  height: 4rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }
  .btn-black:hover, .btn-black:active, .btn-black.selected, .btn-black:focus {
    background-color: #000000;
    color: #ffffff;
    border: 4px solid #000000; }

.btn-yellow, .wmapp-login-extension-submit-reset-password,
.wmapp-login-extension-cancel-reset-password,
button[disabled] {
  background-color: #fbb714;
  color: #000000;
  border: 4px solid #fbb714;
  width: 100%;
  height: 4rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }
  .btn-yellow:hover, .wmapp-login-extension-submit-reset-password:hover,
  .wmapp-login-extension-cancel-reset-password:hover, .btn-yellow:active, .wmapp-login-extension-submit-reset-password:active,
  .wmapp-login-extension-cancel-reset-password:active, .btn-yellow.selected, .selected.wmapp-login-extension-submit-reset-password,
  .selected.wmapp-login-extension-cancel-reset-password, .btn-yellow:focus, .wmapp-login-extension-submit-reset-password:focus,
  .wmapp-login-extension-cancel-reset-password:focus,
  button[disabled]:hover,
  button[disabled]:active,
  button[disabled].selected,
  button[disabled]:focus {
    background-color: #fbb714;
    color: #000000;
    border: 4px solid #fbb714; }

.btn-white {
  background-color: #ffffff;
  color: #000000;
  border: 4px solid #000000;
  width: 100%;
  height: 4rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }
  .btn-white:hover, .btn-white:active, .btn-white.selected, .btn-white:focus {
    background-color: #ffffff;
    color: #000000;
    border: 4px solid #000000; }

.btn-white-fill {
  background-color: #ffffff;
  color: #000000;
  border: 4px solid #ffffff;
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }
  .btn-white-fill:hover, .btn-white-fill:active, .btn-white-fill.selected, .btn-white-fill:focus {
    background-color: #ffffff;
    color: #000000;
    border: 4px solid #ffffff; }

.full-width-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: var(--space-md); }
  .full-width-button span {
    width: 50%;
    padding: var(--space-xs); }
  .full-width-button a {
    color: #000000; }
    .full-width-button a:hover {
      color: #000000; }
  .full-width-button .previous-slide {
    background-color: #efefef; }
  .full-width-button .next-slide {
    background-color: #fbb714; }

.cta-buttons {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  text-transform: uppercase;
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs); }
  .cta-buttons a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

.full-button {
  margin: 0;
  border-radius: 0;
  width: 100%; }
  .full-button.white {
    background-color: #ffffff;
    color: #000000; }
  .full-button.black {
    background-color: #000000;
    color: #ffffff; }
  .full-button.yellow.hidden {
    display: none; }

.js-edit-tool.hidden {
  display: none; }

.js-floating-button {
  width: 5rem;
  height: 5rem;
  margin: auto;
  text-align: center;
  background-color: #fbb714;
  border-radius: 50%;
  /* vertical-align: middle; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 10;
  top: -7rem;
  right: 1rem;
  font-size: 2rem; }
  .js-floating-button .selected-tools-count {
    color: #000000;
    font-weight: bold; }

.ios .stolen-tools-count-circle {
  position: relative;
  top: unset;
  right: unset;
  z-index: 1000;
  margin-top: -55vh;
  margin-left: 70vw; }

.stolen-tools-count-circle {
  top: 70%;
  position: absolute;
  right: 6rem; }
  @media (min-width: 1024px) and (max-height: 1366px) {
    .stolen-tools-count-circle {
      top: 80%; } }
  .stolen-tools-count-circle .selected-tools-count {
    opacity: 1;
    width: 5rem;
    height: 5rem;
    margin: auto;
    text-align: center;
    background-color: #fbb714;
    border-radius: 50%;
    /* vertical-align: middle; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 10;
    color: #000000;
    font-weight: bold; }

.add-tool {
  color: #000000; }
  .add-tool:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lightning-icons', 'lato' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-right: var(--space-xxs); }
  .add-tool:before {
    margin-right: 0;
    line-height: 2;
    font-size: 2rem; }

.form-commands-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: var(--space-sm); }
  .form-commands-buttons span {
    width: 50%;
    text-align: center;
    padding: var(--space-xxxs); }
  .form-commands-buttons button {
    background-color: transparent;
    margin: 0;
    padding: 0;
    text-align: center; }
  .form-commands-buttons .cancel {
    background-color: #efefef; }
  .form-commands-buttons .save {
    background-color: #fbb714; }

.wmapp-login-extension-submit-reset-password,
.wmapp-login-extension-cancel-reset-password {
  width: 50%; }
  @media (max-width: 800px) {
    .wmapp-login-extension-submit-reset-password,
    .wmapp-login-extension-cancel-reset-password {
      width: 100%; } }

/* @bot-written */
/* -------------------------------- 
Inputs and forms
Styles for the inputs and form elements
https://lokesh-coder.github.io/pretty-checkbox/
-------------------------------- */
:root {
  --input-font-size: var(--text-base-size);
  --input-radius: var(--radius);
  --input-md: calc(var(--btn-font-size) + 0.2em);
  --input-lg: calc(var(--btn-font-size) + 2em);
  --input-sm-width: calc(50% - var(--space-xs));
  --input-md-width: calc(100% - var(--space-xs));
  --z-index-back: 1 ;
  --z-index-front: 2 ; }

fieldset {
  padding: 0em;
  border: none; }

/*Standard input*/
.input--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Add icons to your inputs */ }
  .input--wrapper.input--icon:before, .input--wrapper.input--icon:after {
    color: inherit;
    position: absolute;
    z-index: 2;
    bottom: calc(var(--space-xs) + var(--space-xxs) + 2px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .theme-light .input--wrapper.input--icon:hover::before, .theme-light .input--wrapper.input--icon:hover::after, .theme-light .input--wrapper.input--icon:focus::before, .theme-light .input--wrapper.input--icon:focus::after {
    border-bottom-color: #6cbcb5;
    color: #6cbcb5; }
  .theme-dark .input--wrapper.input--icon:hover::before, .theme-dark .input--wrapper.input--icon:hover::after, .theme-dark .input--wrapper.input--icon:focus::before, .theme-dark .input--wrapper.input--icon:focus::after {
    border-bottom-color: #6cbcb5;
    color: #6cbcb5; }
  .input--wrapper.input--icon-left:before {
    left: var(--space-xxs); }
  .input--wrapper.input--icon-left input {
    padding-left: var(--space-md); }
  .input--wrapper.input--icon-right:after {
    right: var(--space-xxs); }
  .input--wrapper.input--icon-right input {
    padding-right: var(--space-md); }

input[type="text"],
input[type="textarea"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
textarea,
select {
  line-height: 1;
  padding: 1rem;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  margin: var(--space-xxs) 0 var(--space-xs);
  vertical-align: top;
  border-radius: 5px;
  border: none;
  background-color: #efefef;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1rem;
  min-height: 3.5rem; }
  .theme-light input[type="text"]::-webkit-input-placeholder, .theme-light
  input[type="textarea"]::-webkit-input-placeholder, .theme-light
  input[type="password"]::-webkit-input-placeholder, .theme-light
  input[type="email"]::-webkit-input-placeholder, .theme-light
  input[type="number"]::-webkit-input-placeholder, .theme-light
  input[type="date"]::-webkit-input-placeholder, .theme-light
  textarea::-webkit-input-placeholder, .theme-light
  select::-webkit-input-placeholder {
    color: #aba9b5; }
  .theme-light input[type="text"]::-moz-placeholder, .theme-light
  input[type="textarea"]::-moz-placeholder, .theme-light
  input[type="password"]::-moz-placeholder, .theme-light
  input[type="email"]::-moz-placeholder, .theme-light
  input[type="number"]::-moz-placeholder, .theme-light
  input[type="date"]::-moz-placeholder, .theme-light
  textarea::-moz-placeholder, .theme-light
  select::-moz-placeholder {
    color: #aba9b5; }
  .theme-light input[type="text"]:-ms-input-placeholder, .theme-light
  input[type="textarea"]:-ms-input-placeholder, .theme-light
  input[type="password"]:-ms-input-placeholder, .theme-light
  input[type="email"]:-ms-input-placeholder, .theme-light
  input[type="number"]:-ms-input-placeholder, .theme-light
  input[type="date"]:-ms-input-placeholder, .theme-light
  textarea:-ms-input-placeholder, .theme-light
  select:-ms-input-placeholder {
    color: #aba9b5; }
  .theme-light input[type="text"]::-ms-input-placeholder, .theme-light
  input[type="textarea"]::-ms-input-placeholder, .theme-light
  input[type="password"]::-ms-input-placeholder, .theme-light
  input[type="email"]::-ms-input-placeholder, .theme-light
  input[type="number"]::-ms-input-placeholder, .theme-light
  input[type="date"]::-ms-input-placeholder, .theme-light
  textarea::-ms-input-placeholder, .theme-light
  select::-ms-input-placeholder {
    color: #aba9b5; }
  .theme-light input[type="text"]::placeholder, .theme-light
  input[type="textarea"]::placeholder, .theme-light
  input[type="password"]::placeholder, .theme-light
  input[type="email"]::placeholder, .theme-light
  input[type="number"]::placeholder, .theme-light
  input[type="date"]::placeholder, .theme-light
  textarea::placeholder, .theme-light
  select::placeholder {
    color: #aba9b5; }
  .theme-dark input[type="text"]::-webkit-input-placeholder, .theme-dark
  input[type="textarea"]::-webkit-input-placeholder, .theme-dark
  input[type="password"]::-webkit-input-placeholder, .theme-dark
  input[type="email"]::-webkit-input-placeholder, .theme-dark
  input[type="number"]::-webkit-input-placeholder, .theme-dark
  input[type="date"]::-webkit-input-placeholder, .theme-dark
  textarea::-webkit-input-placeholder, .theme-dark
  select::-webkit-input-placeholder {
    color: #7c798d; }
  .theme-dark input[type="text"]::-moz-placeholder, .theme-dark
  input[type="textarea"]::-moz-placeholder, .theme-dark
  input[type="password"]::-moz-placeholder, .theme-dark
  input[type="email"]::-moz-placeholder, .theme-dark
  input[type="number"]::-moz-placeholder, .theme-dark
  input[type="date"]::-moz-placeholder, .theme-dark
  textarea::-moz-placeholder, .theme-dark
  select::-moz-placeholder {
    color: #7c798d; }
  .theme-dark input[type="text"]:-ms-input-placeholder, .theme-dark
  input[type="textarea"]:-ms-input-placeholder, .theme-dark
  input[type="password"]:-ms-input-placeholder, .theme-dark
  input[type="email"]:-ms-input-placeholder, .theme-dark
  input[type="number"]:-ms-input-placeholder, .theme-dark
  input[type="date"]:-ms-input-placeholder, .theme-dark
  textarea:-ms-input-placeholder, .theme-dark
  select:-ms-input-placeholder {
    color: #7c798d; }
  .theme-dark input[type="text"]::-ms-input-placeholder, .theme-dark
  input[type="textarea"]::-ms-input-placeholder, .theme-dark
  input[type="password"]::-ms-input-placeholder, .theme-dark
  input[type="email"]::-ms-input-placeholder, .theme-dark
  input[type="number"]::-ms-input-placeholder, .theme-dark
  input[type="date"]::-ms-input-placeholder, .theme-dark
  textarea::-ms-input-placeholder, .theme-dark
  select::-ms-input-placeholder {
    color: #7c798d; }
  .theme-dark input[type="text"]::placeholder, .theme-dark
  input[type="textarea"]::placeholder, .theme-dark
  input[type="password"]::placeholder, .theme-dark
  input[type="email"]::placeholder, .theme-dark
  input[type="number"]::placeholder, .theme-dark
  input[type="date"]::placeholder, .theme-dark
  textarea::placeholder, .theme-dark
  select::placeholder {
    color: #7c798d; }
  .theme-light input[type="text"]:hover, .theme-light
  input[type="textarea"]:hover, .theme-light
  input[type="password"]:hover, .theme-light
  input[type="email"]:hover, .theme-light
  input[type="number"]:hover, .theme-light
  input[type="date"]:hover, .theme-light
  textarea:hover, .theme-light
  select:hover {
    color: #6cbcb5;
    border-color: #6cbcb5; }
  .theme-dark input[type="text"]:hover, .theme-dark
  input[type="textarea"]:hover, .theme-dark
  input[type="password"]:hover, .theme-dark
  input[type="email"]:hover, .theme-dark
  input[type="number"]:hover, .theme-dark
  input[type="date"]:hover, .theme-dark
  textarea:hover, .theme-dark
  select:hover {
    color: #6cbcb5;
    border-color: #6cbcb5; }
  input[type="text"]:focus,
  input[type="textarea"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus,
  textarea:focus,
  select:focus {
    outline: none; }
    .theme-light input[type="text"]:focus, .theme-light
    input[type="textarea"]:focus, .theme-light
    input[type="password"]:focus, .theme-light
    input[type="email"]:focus, .theme-light
    input[type="number"]:focus, .theme-light
    input[type="date"]:focus, .theme-light
    textarea:focus, .theme-light
    select:focus {
      background-color: #ffffff;
      border-color: #6cbcb5;
      color: #000000; }
    .theme-dark input[type="text"]:focus, .theme-dark
    input[type="textarea"]:focus, .theme-dark
    input[type="password"]:focus, .theme-dark
    input[type="email"]:focus, .theme-dark
    input[type="number"]:focus, .theme-dark
    input[type="date"]:focus, .theme-dark
    textarea:focus, .theme-dark
    select:focus {
      background-color: #fbb714;
      border-color: #6cbcb5;
      color: #f4f4f4; }

.theme-light input[type="text"], .theme-light input[type="password"], .theme-light input[type="email"] {
  border-color: transparent;
  border-bottom-color: #fbb714; }

.theme-dark input[type="text"], .theme-dark input[type="password"], .theme-dark input[type="email"] {
  border-color: transparent;
  border-bottom-color: #b2b2b2; }

.theme-light input[type="text"]:hover, .theme-light input[type="password"]:hover, .theme-light input[type="email"]:hover {
  border-bottom-color: #6cbcb5; }

.theme-dark input[type="text"]:hover, .theme-dark input[type="password"]:hover, .theme-dark input[type="email"]:hover {
  border-bottom-color: #6cbcb5; }

select:disabled {
  background-color: transparent;
  padding: 0;
  margin-top: -5px; }

/* Style the submit button with a specific background color etc */
input[type="text"][readonly],
input[type="date"][readonly],
input[type="email"][readonly],
input[type="number"][readonly] {
  background-color: #ffffff;
  padding: 0;
  margin-top: -5px; }
  input[type="text"][readonly]:focus,
  input[type="date"][readonly]:focus,
  input[type="email"][readonly]:focus,
  input[type="number"][readonly]:focus {
    outline: none;
    border: none; }

.form__dob input[type="date"][readonly] {
  padding-top: 15px; }

/*checkboxes and radio buttons */
.input--wrapper input[type="checkbox"], .input--wrapper input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: var(--z-index-front);
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer; }

select:disabled {
  background-color: #ffffff; }

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 2px;
  margin: 0;
  vertical-align: middle; }
  input[type="checkbox"]:focus {
    outline: none; }
  input[type="checkbox"]:checked {
    outline: none;
    border: none;
    background-color: #fbb714; }
    input[type="checkbox"]:checked:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'lightning-icons', 'lato' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
      margin-left: var(--space-xxs); }
    input[type="checkbox"]:checked:after {
      margin: 0;
      color: #000000;
      line-height: 1;
      position: relative;
      top: 2px;
      left: 5px; }

/* -------------------------------- 
Tables - HTML5
-------------------------------- */
.table--standard, .wmapp-table {
  border-collapse: collapse;
  margin: var(--space-md) 0; }
  .table--standard caption, .wmapp-table caption {
    text-align: left; }
  .table--standard tr, .wmapp-table tr {
    background-color: transparent; }
    .theme-light .table--standard tr:hover, .theme-light .wmapp-table tr:hover {
      background-color: rgba(108, 188, 181, 0.2); }
    .theme-dark .table--standard tr:hover, .theme-dark .wmapp-table tr:hover {
      background-color: rgba(108, 188, 181, 0.2); }
  .table--standard th, .table--standard td, .wmapp-table th, .wmapp-table td {
    padding: var(--space-xs) var(--space-sm) var(--space-xs) var(--space-xxs);
    border-style: solid; }
  .theme-light .table--standard thead th, .theme-light .wmapp-table thead th {
    border-width: 0px;
    border-bottom: 2px solid #6cbcb5; }
  .theme-dark .table--standard thead th, .theme-dark .wmapp-table thead th {
    border-width: 0px;
    border-bottom: 2px solid #6cbcb5; }
  .theme-light .table--standard tbody th, .theme-light .table--standard tbody td, .theme-light .wmapp-table tbody th, .theme-light .wmapp-table tbody td {
    border-width: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  .theme-dark .table--standard tbody th, .theme-dark .table--standard tbody td, .theme-dark .wmapp-table tbody th, .theme-dark .wmapp-table tbody td {
    border-width: 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
  .theme-light .table--standard tbody tr:last-of-type th, .theme-light .table--standard tbody tr:last-of-type td, .theme-light .wmapp-table tbody tr:last-of-type th, .theme-light .wmapp-table tbody tr:last-of-type td {
    border-bottom-color: #6cbcb5; }
  .theme-dark .table--standard tbody tr:last-of-type th, .theme-dark .table--standard tbody tr:last-of-type td, .theme-dark .wmapp-table tbody tr:last-of-type th, .theme-dark .wmapp-table tbody tr:last-of-type td {
    border-bottom-color: #6cbcb5; }
  .table--standard tfoot th, .wmapp-table tfoot th {
    border: none; }

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background-color: transparent; }

/* -------------------------------- 
Tables - Lampbot
-------------------------------- */
/* @bot-written */
.skip-link {
  color: black;
  text-decoration: underline;
  font-weight: bold; }

button,
.button-standard,
input[type=submit] {
  background: #fbb714;
  color: #000000;
  border: 0 solid transparent;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: var(--space-xs);
  font-weight: 700;
  text-transform: uppercase;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 4rem; }
  button:hover,
  .button-standard:hover,
  input:hover[type=submit] {
    background-color: #000000;
    color: #ffffff; }
  button:active,
  .button-standard:active,
  input:active[type=submit] {
    outline: none; }
  button.selected, button:focus,
  .button-standard.selected,
  input.selected[type=submit],
  .button-standard:focus,
  input:focus[type=submit] {
    background: #fbb714;
    color: #000000;
    outline: none; }

.btn-black {
  background-color: #000000;
  color: #ffffff;
  border: 4px solid #000000;
  width: 100%;
  height: 4rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }
  .btn-black:hover, .btn-black:active, .btn-black.selected, .btn-black:focus {
    background-color: #000000;
    color: #ffffff;
    border: 4px solid #000000; }

.btn-yellow, .wmapp-login-extension-submit-reset-password,
.wmapp-login-extension-cancel-reset-password,
button[disabled] {
  background-color: #fbb714;
  color: #000000;
  border: 4px solid #fbb714;
  width: 100%;
  height: 4rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }
  .btn-yellow:hover, .wmapp-login-extension-submit-reset-password:hover,
  .wmapp-login-extension-cancel-reset-password:hover, .btn-yellow:active, .wmapp-login-extension-submit-reset-password:active,
  .wmapp-login-extension-cancel-reset-password:active, .btn-yellow.selected, .selected.wmapp-login-extension-submit-reset-password,
  .selected.wmapp-login-extension-cancel-reset-password, .btn-yellow:focus, .wmapp-login-extension-submit-reset-password:focus,
  .wmapp-login-extension-cancel-reset-password:focus,
  button[disabled]:hover,
  button[disabled]:active,
  button[disabled].selected,
  button[disabled]:focus {
    background-color: #fbb714;
    color: #000000;
    border: 4px solid #fbb714; }

.btn-white {
  background-color: #ffffff;
  color: #000000;
  border: 4px solid #000000;
  width: 100%;
  height: 4rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }
  .btn-white:hover, .btn-white:active, .btn-white.selected, .btn-white:focus {
    background-color: #ffffff;
    color: #000000;
    border: 4px solid #000000; }

.btn-white-fill {
  background-color: #ffffff;
  color: #000000;
  border: 4px solid #ffffff;
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content; }
  .btn-white-fill:hover, .btn-white-fill:active, .btn-white-fill.selected, .btn-white-fill:focus {
    background-color: #ffffff;
    color: #000000;
    border: 4px solid #ffffff; }

.full-width-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: var(--space-md); }
  .full-width-button span {
    width: 50%;
    padding: var(--space-xs); }
  .full-width-button a {
    color: #000000; }
    .full-width-button a:hover {
      color: #000000; }
  .full-width-button .previous-slide {
    background-color: #efefef; }
  .full-width-button .next-slide {
    background-color: #fbb714; }

.cta-buttons {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  text-transform: uppercase;
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs); }
  .cta-buttons a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

.full-button {
  margin: 0;
  border-radius: 0;
  width: 100%; }
  .full-button.white {
    background-color: #ffffff;
    color: #000000; }
  .full-button.black {
    background-color: #000000;
    color: #ffffff; }
  .full-button.yellow.hidden {
    display: none; }

.js-edit-tool.hidden {
  display: none; }

.js-floating-button {
  width: 5rem;
  height: 5rem;
  margin: auto;
  text-align: center;
  background-color: #fbb714;
  border-radius: 50%;
  /* vertical-align: middle; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 10;
  top: -7rem;
  right: 1rem;
  font-size: 2rem; }
  .js-floating-button .selected-tools-count {
    color: #000000;
    font-weight: bold; }

.ios .stolen-tools-count-circle {
  position: relative;
  top: unset;
  right: unset;
  z-index: 1000;
  margin-top: -55vh;
  margin-left: 70vw; }

.stolen-tools-count-circle {
  top: 70%;
  position: absolute;
  right: 6rem; }
  @media (min-width: 1024px) and (max-height: 1366px) {
    .stolen-tools-count-circle {
      top: 80%; } }
  .stolen-tools-count-circle .selected-tools-count {
    opacity: 1;
    width: 5rem;
    height: 5rem;
    margin: auto;
    text-align: center;
    background-color: #fbb714;
    border-radius: 50%;
    /* vertical-align: middle; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    z-index: 10;
    color: #000000;
    font-weight: bold; }

.add-tool {
  color: #000000; }
  .add-tool:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lightning-icons', 'lato' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-right: var(--space-xxs); }
  .add-tool:before {
    margin-right: 0;
    line-height: 2;
    font-size: 2rem; }

.form-commands-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: var(--space-sm); }
  .form-commands-buttons span {
    width: 50%;
    text-align: center;
    padding: var(--space-xxxs); }
  .form-commands-buttons button {
    background-color: transparent;
    margin: 0;
    padding: 0;
    text-align: center; }
  .form-commands-buttons .cancel {
    background-color: #efefef; }
  .form-commands-buttons .save {
    background-color: #fbb714; }

.wmapp-login-extension-submit-reset-password,
.wmapp-login-extension-cancel-reset-password {
  width: 50%; }
  @media (max-width: 800px) {
    .wmapp-login-extension-submit-reset-password,
    .wmapp-login-extension-cancel-reset-password {
      width: 100%; } }

/* @bot-written */
/* -------------------------------- 
Inputs and forms
Styles for the inputs and form elements
https://lokesh-coder.github.io/pretty-checkbox/
-------------------------------- */
:root {
  --input-font-size: var(--text-base-size);
  --input-radius: var(--radius);
  --input-md: calc(var(--btn-font-size) + 0.2em);
  --input-lg: calc(var(--btn-font-size) + 2em);
  --input-sm-width: calc(50% - var(--space-xs));
  --input-md-width: calc(100% - var(--space-xs));
  --z-index-back: 1 ;
  --z-index-front: 2 ; }

fieldset {
  padding: 0em;
  border: none; }

/*Standard input*/
.input--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Add icons to your inputs */ }
  .input--wrapper.input--icon:before, .input--wrapper.input--icon:after {
    color: inherit;
    position: absolute;
    z-index: 2;
    bottom: calc(var(--space-xs) + var(--space-xxs) + 2px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .theme-light .input--wrapper.input--icon:hover::before, .theme-light .input--wrapper.input--icon:hover::after, .theme-light .input--wrapper.input--icon:focus::before, .theme-light .input--wrapper.input--icon:focus::after {
    border-bottom-color: #6cbcb5;
    color: #6cbcb5; }
  .theme-dark .input--wrapper.input--icon:hover::before, .theme-dark .input--wrapper.input--icon:hover::after, .theme-dark .input--wrapper.input--icon:focus::before, .theme-dark .input--wrapper.input--icon:focus::after {
    border-bottom-color: #6cbcb5;
    color: #6cbcb5; }
  .input--wrapper.input--icon-left:before {
    left: var(--space-xxs); }
  .input--wrapper.input--icon-left input {
    padding-left: var(--space-md); }
  .input--wrapper.input--icon-right:after {
    right: var(--space-xxs); }
  .input--wrapper.input--icon-right input {
    padding-right: var(--space-md); }

input[type="text"],
input[type="textarea"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
textarea,
select {
  line-height: 1;
  padding: 1rem;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  margin: var(--space-xxs) 0 var(--space-xs);
  vertical-align: top;
  border-radius: 5px;
  border: none;
  background-color: #efefef;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1rem;
  min-height: 3.5rem; }
  .theme-light input[type="text"]::-webkit-input-placeholder, .theme-light
  input[type="textarea"]::-webkit-input-placeholder, .theme-light
  input[type="password"]::-webkit-input-placeholder, .theme-light
  input[type="email"]::-webkit-input-placeholder, .theme-light
  input[type="number"]::-webkit-input-placeholder, .theme-light
  input[type="date"]::-webkit-input-placeholder, .theme-light
  textarea::-webkit-input-placeholder, .theme-light
  select::-webkit-input-placeholder {
    color: #aba9b5; }
  .theme-light input[type="text"]::-moz-placeholder, .theme-light
  input[type="textarea"]::-moz-placeholder, .theme-light
  input[type="password"]::-moz-placeholder, .theme-light
  input[type="email"]::-moz-placeholder, .theme-light
  input[type="number"]::-moz-placeholder, .theme-light
  input[type="date"]::-moz-placeholder, .theme-light
  textarea::-moz-placeholder, .theme-light
  select::-moz-placeholder {
    color: #aba9b5; }
  .theme-light input[type="text"]:-ms-input-placeholder, .theme-light
  input[type="textarea"]:-ms-input-placeholder, .theme-light
  input[type="password"]:-ms-input-placeholder, .theme-light
  input[type="email"]:-ms-input-placeholder, .theme-light
  input[type="number"]:-ms-input-placeholder, .theme-light
  input[type="date"]:-ms-input-placeholder, .theme-light
  textarea:-ms-input-placeholder, .theme-light
  select:-ms-input-placeholder {
    color: #aba9b5; }
  .theme-light input[type="text"]::-ms-input-placeholder, .theme-light
  input[type="textarea"]::-ms-input-placeholder, .theme-light
  input[type="password"]::-ms-input-placeholder, .theme-light
  input[type="email"]::-ms-input-placeholder, .theme-light
  input[type="number"]::-ms-input-placeholder, .theme-light
  input[type="date"]::-ms-input-placeholder, .theme-light
  textarea::-ms-input-placeholder, .theme-light
  select::-ms-input-placeholder {
    color: #aba9b5; }
  .theme-light input[type="text"]::placeholder, .theme-light
  input[type="textarea"]::placeholder, .theme-light
  input[type="password"]::placeholder, .theme-light
  input[type="email"]::placeholder, .theme-light
  input[type="number"]::placeholder, .theme-light
  input[type="date"]::placeholder, .theme-light
  textarea::placeholder, .theme-light
  select::placeholder {
    color: #aba9b5; }
  .theme-dark input[type="text"]::-webkit-input-placeholder, .theme-dark
  input[type="textarea"]::-webkit-input-placeholder, .theme-dark
  input[type="password"]::-webkit-input-placeholder, .theme-dark
  input[type="email"]::-webkit-input-placeholder, .theme-dark
  input[type="number"]::-webkit-input-placeholder, .theme-dark
  input[type="date"]::-webkit-input-placeholder, .theme-dark
  textarea::-webkit-input-placeholder, .theme-dark
  select::-webkit-input-placeholder {
    color: #7c798d; }
  .theme-dark input[type="text"]::-moz-placeholder, .theme-dark
  input[type="textarea"]::-moz-placeholder, .theme-dark
  input[type="password"]::-moz-placeholder, .theme-dark
  input[type="email"]::-moz-placeholder, .theme-dark
  input[type="number"]::-moz-placeholder, .theme-dark
  input[type="date"]::-moz-placeholder, .theme-dark
  textarea::-moz-placeholder, .theme-dark
  select::-moz-placeholder {
    color: #7c798d; }
  .theme-dark input[type="text"]:-ms-input-placeholder, .theme-dark
  input[type="textarea"]:-ms-input-placeholder, .theme-dark
  input[type="password"]:-ms-input-placeholder, .theme-dark
  input[type="email"]:-ms-input-placeholder, .theme-dark
  input[type="number"]:-ms-input-placeholder, .theme-dark
  input[type="date"]:-ms-input-placeholder, .theme-dark
  textarea:-ms-input-placeholder, .theme-dark
  select:-ms-input-placeholder {
    color: #7c798d; }
  .theme-dark input[type="text"]::-ms-input-placeholder, .theme-dark
  input[type="textarea"]::-ms-input-placeholder, .theme-dark
  input[type="password"]::-ms-input-placeholder, .theme-dark
  input[type="email"]::-ms-input-placeholder, .theme-dark
  input[type="number"]::-ms-input-placeholder, .theme-dark
  input[type="date"]::-ms-input-placeholder, .theme-dark
  textarea::-ms-input-placeholder, .theme-dark
  select::-ms-input-placeholder {
    color: #7c798d; }
  .theme-dark input[type="text"]::placeholder, .theme-dark
  input[type="textarea"]::placeholder, .theme-dark
  input[type="password"]::placeholder, .theme-dark
  input[type="email"]::placeholder, .theme-dark
  input[type="number"]::placeholder, .theme-dark
  input[type="date"]::placeholder, .theme-dark
  textarea::placeholder, .theme-dark
  select::placeholder {
    color: #7c798d; }
  .theme-light input[type="text"]:hover, .theme-light
  input[type="textarea"]:hover, .theme-light
  input[type="password"]:hover, .theme-light
  input[type="email"]:hover, .theme-light
  input[type="number"]:hover, .theme-light
  input[type="date"]:hover, .theme-light
  textarea:hover, .theme-light
  select:hover {
    color: #6cbcb5;
    border-color: #6cbcb5; }
  .theme-dark input[type="text"]:hover, .theme-dark
  input[type="textarea"]:hover, .theme-dark
  input[type="password"]:hover, .theme-dark
  input[type="email"]:hover, .theme-dark
  input[type="number"]:hover, .theme-dark
  input[type="date"]:hover, .theme-dark
  textarea:hover, .theme-dark
  select:hover {
    color: #6cbcb5;
    border-color: #6cbcb5; }
  input[type="text"]:focus,
  input[type="textarea"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus,
  textarea:focus,
  select:focus {
    outline: none; }
    .theme-light input[type="text"]:focus, .theme-light
    input[type="textarea"]:focus, .theme-light
    input[type="password"]:focus, .theme-light
    input[type="email"]:focus, .theme-light
    input[type="number"]:focus, .theme-light
    input[type="date"]:focus, .theme-light
    textarea:focus, .theme-light
    select:focus {
      background-color: #ffffff;
      border-color: #6cbcb5;
      color: #000000; }
    .theme-dark input[type="text"]:focus, .theme-dark
    input[type="textarea"]:focus, .theme-dark
    input[type="password"]:focus, .theme-dark
    input[type="email"]:focus, .theme-dark
    input[type="number"]:focus, .theme-dark
    input[type="date"]:focus, .theme-dark
    textarea:focus, .theme-dark
    select:focus {
      background-color: #fbb714;
      border-color: #6cbcb5;
      color: #f4f4f4; }

.theme-light input[type="text"], .theme-light input[type="password"], .theme-light input[type="email"] {
  border-color: transparent;
  border-bottom-color: #fbb714; }

.theme-dark input[type="text"], .theme-dark input[type="password"], .theme-dark input[type="email"] {
  border-color: transparent;
  border-bottom-color: #b2b2b2; }

.theme-light input[type="text"]:hover, .theme-light input[type="password"]:hover, .theme-light input[type="email"]:hover {
  border-bottom-color: #6cbcb5; }

.theme-dark input[type="text"]:hover, .theme-dark input[type="password"]:hover, .theme-dark input[type="email"]:hover {
  border-bottom-color: #6cbcb5; }

select:disabled {
  background-color: transparent;
  padding: 0;
  margin-top: -5px; }

/* Style the submit button with a specific background color etc */
input[type="text"][readonly],
input[type="date"][readonly],
input[type="email"][readonly],
input[type="number"][readonly] {
  background-color: #ffffff;
  padding: 0;
  margin-top: -5px; }
  input[type="text"][readonly]:focus,
  input[type="date"][readonly]:focus,
  input[type="email"][readonly]:focus,
  input[type="number"][readonly]:focus {
    outline: none;
    border: none; }

.form__dob input[type="date"][readonly] {
  padding-top: 15px; }

/*checkboxes and radio buttons */
.input--wrapper input[type="checkbox"], .input--wrapper input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: var(--z-index-front);
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer; }

select:disabled {
  background-color: #ffffff; }

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 2px;
  margin: 0;
  vertical-align: middle; }
  input[type="checkbox"]:focus {
    outline: none; }
  input[type="checkbox"]:checked {
    outline: none;
    border: none;
    background-color: #fbb714; }
    input[type="checkbox"]:checked:after {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'lightning-icons', 'lato' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
      margin-left: var(--space-xxs); }
    input[type="checkbox"]:checked:after {
      margin: 0;
      color: #000000;
      line-height: 1;
      position: relative;
      top: 2px;
      left: 5px; }

/* -------------------------------- 
Tables - HTML5
-------------------------------- */
.table--standard, .wmapp-table {
  border-collapse: collapse;
  margin: var(--space-md) 0; }
  .table--standard caption, .wmapp-table caption {
    text-align: left; }
  .table--standard tr, .wmapp-table tr {
    background-color: transparent; }
    .theme-light .table--standard tr:hover, .theme-light .wmapp-table tr:hover {
      background-color: rgba(108, 188, 181, 0.2); }
    .theme-dark .table--standard tr:hover, .theme-dark .wmapp-table tr:hover {
      background-color: rgba(108, 188, 181, 0.2); }
  .table--standard th, .table--standard td, .wmapp-table th, .wmapp-table td {
    padding: var(--space-xs) var(--space-sm) var(--space-xs) var(--space-xxs);
    border-style: solid; }
  .theme-light .table--standard thead th, .theme-light .wmapp-table thead th {
    border-width: 0px;
    border-bottom: 2px solid #6cbcb5; }
  .theme-dark .table--standard thead th, .theme-dark .wmapp-table thead th {
    border-width: 0px;
    border-bottom: 2px solid #6cbcb5; }
  .theme-light .table--standard tbody th, .theme-light .table--standard tbody td, .theme-light .wmapp-table tbody th, .theme-light .wmapp-table tbody td {
    border-width: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  .theme-dark .table--standard tbody th, .theme-dark .table--standard tbody td, .theme-dark .wmapp-table tbody th, .theme-dark .wmapp-table tbody td {
    border-width: 0px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
  .theme-light .table--standard tbody tr:last-of-type th, .theme-light .table--standard tbody tr:last-of-type td, .theme-light .wmapp-table tbody tr:last-of-type th, .theme-light .wmapp-table tbody tr:last-of-type td {
    border-bottom-color: #6cbcb5; }
  .theme-dark .table--standard tbody tr:last-of-type th, .theme-dark .table--standard tbody tr:last-of-type td, .theme-dark .wmapp-table tbody tr:last-of-type th, .theme-dark .wmapp-table tbody tr:last-of-type td {
    border-bottom-color: #6cbcb5; }
  .table--standard tfoot th, .wmapp-table tfoot th {
    border: none; }

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background-color: transparent; }

/* -------------------------------- 
Tables - Lampbot
-------------------------------- */
.no-scroll {
  overflow: hidden; }

.full-width-page .form {
  width: 90%;
  margin: 0 auto; }

.full-width-page .sign-up-banner {
  width: 90%;
  margin: 0 auto; }

.form-input-container {
  width: 90%;
  margin: 0 auto; }

.login-component {
  width: 90%;
  margin: 0 auto; }

.js-thankyou {
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  .js-thankyou p {
    text-align: left; }
  .js-thankyou h2 {
    text-align: left; }

.page-title {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: var(--space-xs);
  margin-top: var(--space-xs);
  text-transform: capitalize; }
  .page-title h2 {
    color: #000000; }
    .page-title h2:before {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'lightning-icons', 'lato' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
      margin-right: var(--space-xxs); }
    .page-title h2:before {
      margin-right: var(--space-xxs);
      color: #fbb714; }
  .page-title span {
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fbb714; }

.sign-up-banner {
  background-color: #fbb714;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: var(--space-md);
  padding: var(--space-xs); }
  .sign-up-banner h2 {
    color: #ffffff; }
    .sign-up-banner h2:before {
      content: "";
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'lightning-icons', 'lato' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
      margin-right: var(--space-xxs); }
  .sign-up-banner img {
    width: 4rem; }

.profile-icon {
  width: 3.5rem;
  margin-left: auto; }

.basic-link {
  text-align: center;
  margin-top: var(--space-xxs);
  margin-bottom: var(--space-sm); }
  .basic-link a {
    color: #000000;
    text-transform: none;
    border-bottom: 2px solid #000000; }

.pt-link {
  margin-bottom: 2vh;
  text-align: center; }
  .pt-link a {
    color: #000000;
    text-transform: none;
    border-bottom: 2px solid #000000; }

.dropdown {
  -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
  padding: 1rem; }
  .dropdown P {
    margin-bottom: var(--space-xxs);
    line-height: 1;
    font-weight: bold; }
  .dropdown ul {
    list-style: none;
    padding-left: 0; }
  .dropdown li {
    margin-bottom: var(--space-xxxs); }
  .dropdown a {
    color: #000000;
    text-transform: none;
    font-weight: normal; }

.pop-up {
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.5); }
  .pop-up-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative; }
  .pop-up__fullscreen {
    position: fixed;
    height: 100vh;
    z-index: 10000;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .pop-up__container {
    padding: 2rem;
    background-color: #ffffff; }
    .pop-up__container .btn-black {
      margin: 0;
      width: 100%; }
  .pop-up__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pop-up button {
    margin: 0; }
  .pop-up.hidden {
    display: none; }

.dropdown {
  -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
  padding: 1rem;
  position: absolute;
  z-index: 10;
  right: 1rem;
  background-color: #ffffff; }
  .dropdown P {
    margin-bottom: var(--space-xxs);
    line-height: 1;
    font-weight: bold;
    color: #000000; }
  .dropdown ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0; }
  .dropdown li {
    margin-bottom: var(--space-xxxs); }
  .dropdown a {
    color: #000000;
    text-transform: none;
    font-weight: normal; }
  .dropdown .sort-desc:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lightning-icons', 'lato' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-left: var(--space-xxs); }
  .dropdown .sort-asc:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lightning-icons', 'lato' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-left: var(--space-xxs); }

.dots-menu {
  width: 20px !important;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
  background-color: transparent;
  color: #000000;
  -webkit-tap-highlight-color: transparent; }
  .dots-menu:before {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lightning-icons', 'lato' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-right: var(--space-xxs); }
  .dots-menu:hover, .dots-menu:active, .dots-menu:visited, .dots-menu:focus {
    color: #000000;
    background-color: transparent;
    width: 20px !important; }

.content-left {
  margin-right: 2rem; }

.alert-icon {
  width: 2rem; }

.total-value {
  padding: 1.5rem; }
  .total-value .value-heading {
    font-weight: bold; }

.row {
  width: 100%;
  max-width: 100%; }

.columns {
  padding: 0 !important;
  margin: 0; }

[style*="padding: 10px"] {
  padding: 0px !important; }

fieldset {
  color: #000000; }
  fieldset legend {
    border-bottom: none;
    text-transform: uppercase; }

.wmapp-site-demo-signup-form fieldset small,
.wmapp-core-login-extension-forgotten-password-view fieldset small,
#LoginExtensionForgotten fieldset small {
  display: block !important;
  margin-top: 0.5rem; }

.wmapp-site-demo-signup-form fieldset p,
.wmapp-core-login-extension-forgotten-password-view fieldset p,
#LoginExtensionForgotten fieldset p {
  color: #000000;
  font-size: unset;
  width: 100%;
  margin: unset; }

.wmapp-site-demo-signup-form fieldset input,
.wmapp-core-login-extension-forgotten-password-view fieldset input,
#LoginExtensionForgotten fieldset input {
  line-height: 1;
  padding: var(--space-xxs);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  margin: 0;
  vertical-align: top;
  border-radius: 5px;
  border: none;
  background-color: #efefef;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1rem;
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  color: #000000; }
  .wmapp-site-demo-signup-form fieldset input:focus,
  .wmapp-core-login-extension-forgotten-password-view fieldset input:focus,
  #LoginExtensionForgotten fieldset input:focus {
    background-color: #efefef; }

.wmapp-site-demo-signup-form fieldset input::-webkit-input-placeholder,
.wmapp-core-login-extension-forgotten-password-view fieldset input::-webkit-input-placeholder,
#LoginExtensionForgotten fieldset input::-webkit-input-placeholder {
  color: #7c798d;
  font-style: normal;
  font-size: 1rem; }

.wmapp-site-demo-signup-form fieldset input::-moz-placeholder,
.wmapp-core-login-extension-forgotten-password-view fieldset input::-moz-placeholder,
#LoginExtensionForgotten fieldset input::-moz-placeholder {
  color: #7c798d;
  font-style: normal;
  font-size: 1rem; }

.wmapp-site-demo-signup-form fieldset input:-ms-input-placeholder,
.wmapp-core-login-extension-forgotten-password-view fieldset input:-ms-input-placeholder,
#LoginExtensionForgotten fieldset input:-ms-input-placeholder {
  color: #7c798d;
  font-style: normal;
  font-size: 1rem; }

.wmapp-site-demo-signup-form fieldset input::-ms-input-placeholder,
.wmapp-core-login-extension-forgotten-password-view fieldset input::-ms-input-placeholder,
#LoginExtensionForgotten fieldset input::-ms-input-placeholder {
  color: #7c798d;
  font-style: normal;
  font-size: 1rem; }

.wmapp-site-demo-signup-form fieldset input::placeholder,
.wmapp-core-login-extension-forgotten-password-view fieldset input::placeholder,
#LoginExtensionForgotten fieldset input::placeholder {
  color: #7c798d;
  font-style: normal;
  font-size: 1rem; }

.wmapp-site-demo-signup-form fieldset .wmapp-login-extension-login,
.wmapp-site-demo-signup-form fieldset .wmapp-login-extension-submit-forgotten,
.wmapp-site-demo-signup-form fieldset .wmapp-login-extension-register,
.wmapp-core-login-extension-forgotten-password-view fieldset .wmapp-login-extension-login,
.wmapp-core-login-extension-forgotten-password-view fieldset .wmapp-login-extension-submit-forgotten,
.wmapp-core-login-extension-forgotten-password-view fieldset .wmapp-login-extension-register,
#LoginExtensionForgotten fieldset .wmapp-login-extension-login,
#LoginExtensionForgotten fieldset .wmapp-login-extension-submit-forgotten,
#LoginExtensionForgotten fieldset .wmapp-login-extension-register {
  background: #fbb714;
  color: #000000;
  border: 0 solid transparent;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase; }

.wmapp-site-demo-signup-form fieldset .wmapp-login-extension-login,
.wmapp-core-login-extension-forgotten-password-view fieldset .wmapp-login-extension-login,
#LoginExtensionForgotten fieldset .wmapp-login-extension-login {
  display: none; }

.wmapp-site-demo-signup-form fieldset .wmapp-login-extension-register,
.wmapp-core-login-extension-forgotten-password-view fieldset .wmapp-login-extension-register,
#LoginExtensionForgotten fieldset .wmapp-login-extension-register {
  background: #000000;
  color: #ffffff;
  margin-top: var(--space-sm); }

.wmapp-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
  .wmapp-message p {
    margin: 0;
    color: #ffffff; }
  .wmapp-message.error {
    background-color: #f6464f;
    color: #ffffff;
    height: 6em;
    padding: 1rem; }

.wmapp-message.alert {
  display: block;
  background-color: #f6464f;
  color: #ffffff;
  height: 6em;
  padding: 1rem;
  border-bottom: 0; }

.error small.error {
  display: block;
  font-style: normal;
  margin-top: unset;
  border-radius: 5px;
  font-weight: bold;
  padding: 0.5rem; }

.wmapp-dialog-content {
  text-align: center;
  border: none;
  -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3); }
  .wmapp-dialog-content-title {
    margin: 0;
    margin-bottom: var(--space-sm);
    background: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .wmapp-dialog-content-message {
    font-size: 1rem; }
  .wmapp-dialog-content-buttons {
    text-align: center; }
  .wmapp-dialog-content button {
    margin: 0;
    margin-top: var(--space-sm); }

.wmapp-dialog-content.warning {
  background: #ffffff;
  color: #000000;
  width: 90%; }
  .wmapp-dialog-content.warning .wmapp-dialog-content-title {
    background: transparent;
    color: #000000; }
  .wmapp-dialog-content.warning button {
    background: #000000;
    color: #ffffff; }

.wmapp-message-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.alert-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: var(--space-sm);
  font-size: 0.8125rem;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #fbb714;
  color: #000000;
  font-weight: bold;
  width: 100%; }
  .alert-box .close {
    opacity: 1;
    margin-left: var(--space-sm);
    font-size: 2rem;
    padding: 0;
    line-height: 0;
    position: relative;
    top: 50%;
    margin-top: 0;
    right: 0.25rem;
    color: #000000;
    background: inherit; }

.wmapp-mobile-content {
  top: 0;
  height: 100vh; }
  .wmapp-mobile-content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.wmapp-mobile-content-wrapper {
  padding: 0; }

#LoginExtensionForgotten fieldset p {
  color: #000000; }

.wmapp-footer {
  display: none; }

.background {
  z-index: 3; }

main {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.login-tile {
  min-height: unset;
  width: 90%;
  margin: 0 auto; }

.greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem; }

.wmapp-toolprotect-profile-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.success-screen {
  display: unset;
  padding: 3rem;
  background-color: #fbb714;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  min-height: 100vh;
  height: unset; }
  .success-screen-description h2 {
    font-size: 2.5rem; }

.success-image {
  width: 80%;
  margin: 0 auto; }

.splash-screen {
  text-align: center;
  display: unset;
  padding: 2rem;
  background-color: #fbb714;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  height: 100vh;
  overflow: hidden; }
  .splash-screen .cta-buttons {
    width: 100%; }

.splash-logo {
  width: 80%;
  margin-bottom: var(--space-sm); }

.placeholder {
  width: 40%;
  margin: 0 auto; }

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.main-content {
  overflow: scroll;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .toolbox__tool {
    display: grid;
    grid-template-areas: "img info stolen";
    grid-template-columns: 4rem 1fr 2rem;
    grid-template-rows: 1fr;
    grid-gap: 20px;
    width: 100%;
    max-height: 10rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #dcdbdf;
    padding: 1.5rem; }
  .toolbox__info {
    grid-area: info; }
  .toolbox__model p {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4; }
  .toolbox__make p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: bold; }
  .toolbox__value p {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 1rem; }
  .toolbox__photo {
    width: 4rem;
    height: 4rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: var(--space-xs); }
  .toolbox__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .toolbox__info > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .toolbox span {
    font-weight: 400;
    margin-right: var(--space-xxs);
    margin-top: var(--space-xxs);
    font-size: 0.85rem;
    line-height: 1.2; }
  .toolbox .selected {
    background-color: rgba(251, 183, 20, 0.3);
    border-bottom: 1px solid #fbb714; }

.empty-toolbox {
  width: 90%;
  margin: 0 auto; }

.wmapp-superwizard-progress-slides {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0; }
  .wmapp-superwizard-progress-slides .wmapp-superwizard.col-1-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .wmapp-superwizard-progress-slides ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    padding-left: 0; }
  .wmapp-superwizard-progress-slides li {
    display: inline-block; }
  .wmapp-superwizard-progress-slides .wmapp-superwizard-progress-slide {
    width: 2rem; }
    .wmapp-superwizard-progress-slides .wmapp-superwizard-progress-slide img {
      opacity: 1; }
  .wmapp-superwizard-progress-slides .wmapp-superwizard-progress-slide.is-visited {
    width: 2rem; }
    .wmapp-superwizard-progress-slides .wmapp-superwizard-progress-slide.is-visited img {
      opacity: 1;
      -webkit-filter: none;
              filter: none; }
  .wmapp-superwizard-progress-slides .wmapp-superwizard-progress-slide.is-active {
    width: 4rem;
    background-color: transparent;
    border-radius: 0; }
    .wmapp-superwizard-progress-slides .wmapp-superwizard-progress-slide.is-active img {
      opacity: 1;
      -webkit-filter: none;
              filter: none; }

.wmapp-superwizard-slides-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px; }

.wmapp-slides-list {
  overflow: scroll;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .wmapp-slides-list .wmapp-superwizard-buttons {
    margin-top: 0; }
  .wmapp-slides-list .toolbox {
    max-height: 50vh; }

.wmapp-superwizard-slides h2 {
  margin: 0;
  margin-bottom: var(--space-xxs); }

.wmapp-superwizard-slides .form-input-container {
  margin-bottom: var(--space-md); }

.wmapp-superwizard-slides .basic-link {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.wmapp-superwizard-buttons {
  width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  position: relative;
  width: 100%;
  bottom: 0; }
  .wmapp-superwizard-buttons .wmapp-superwizard.col-1-m {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .wmapp-superwizard-buttons button {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: var(--space-xs);
    background-color: #fbb714;
    color: #000000; }
  .wmapp-superwizard-buttons .previous {
    background-color: #efefef;
    color: #000000; }

.wmapp-superwizard-progress-count {
  display: none; }

.description {
  width: 90%;
  margin: 0 auto;
  margin-bottom: var(--space-sm); }
  .description h2 {
    margin-left: 0; }

.wizard-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .wizard-wrapper .wmapp-superwizard.col-1-m {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.js-tradie-info .form-input-container {
  margin-bottom: 0; }

.navigation {
  background-color: #fbb714;
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm); }
  .navigation__container {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1000px) {
      .navigation__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .navigation__logo {
    max-width: 200px; }
  .navigation__icon {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(img/menu-icon.png);
    cursor: pointer; }
    @media (max-width: 800px) {
      .navigation__icon {
        display: block; } }
  @media (max-width: 800px) {
    .navigation__menu {
      display: none; } }
  .navigation__menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .navigation__menu li {
    display: inline;
    margin-left: 2rem; }
    @media (max-width: 800px) {
      .navigation__menu li {
        display: block; } }
  .navigation__menu a {
    color: #b2b2b2;
    position: relative;
    text-decoration: none;
    padding-bottom: 8px; }
    .navigation__menu a:before, .navigation__menu a:after {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #7337b1; }
    .navigation__menu a:before {
      opacity: 0;
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
      transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
      transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .navigation__menu a:after {
      opacity: 0;
      -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
              transform: translateY(5px);
      -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s;
      transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s;
      transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .navigation__menu a:hover:before, .navigation__menu a:hover:after, .navigation__menu a:focus:before, .navigation__menu a:focus:after {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .navigation__menu a:hover:before, .navigation__menu a:focus:before {
      -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s;
      transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s;
      transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .navigation__menu a:hover:after, .navigation__menu a:focus:after {
      -webkit-transition: opacity 0s 0.6s, -webkit-transform 0s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 0s 0.6s, -webkit-transform 0s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -o-transition: transform 0s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.6s;
      transition: transform 0s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.6s;
      transition: transform 0s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.6s, -webkit-transform 0s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .navigation__menu a:visited {
      color: #b2b2b2; }
  .navigation .active-link {
    font-weight: 700; }
    .navigation .active-link a {
      color: #573e5f; }
  .navigation__responsive {
    display: block; }

.footer {
  background-color: #fbb714;
  margin-bottom: 0; }
  .footer__container {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-areas: "logo links contact";
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    padding-top: var(--space-sm);
    padding-bottom: var(--space-sm);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1000px) {
      .footer__container {
        grid-template-areas: "logo" "links" "contact";
        grid-template-columns: 1fr;
        text-align: center; } }
  .footer__logo img {
    max-width: 80%; }
  .footer__links {
    grid-area: links;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer__links ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .footer__links a {
      padding: 1rem; }

#bm {
  width: 80%;
  margin: 0 auto; }

#ms {
  width: 80%;
  margin: 0 auto; }

@keyframes bounce {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  50% {
    -webkit-transform: scale(1.5) rotate(180deg);
            transform: scale(1.5) rotate(180deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg); } }

.wmapp-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7) !important;
  opacity: 0; }
  .wmapp-spinner:after {
    display: none !important; }
  .wmapp-spinner > div {
    position: relative;
    top: 45%;
    left: 0;
    margin: 0 auto;
    border: 24px solid transparent;
    border-top: 24px solid #fbb714;
    border-bottom: 24px solid #000000;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: bounce 1s linear infinite;
            animation: bounce 1s linear infinite;
    background: none; }

.form .form__tscs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form .form__tscs label {
    width: 65vw;
    font-weight: 100;
    font-size: 10pt; }

.form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.form__state select {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 3.5rem; }

.wmapp-form {
  margin-bottom: var(--space-sm); }

.js-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .js-user-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .js-user-info .form-input-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.js-insurance-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .js-insurance-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .js-insurance-info .form-input-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.content-container {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 800px) {
    .content-container {
      width: 80%; } }

.video-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 5rem; }
  @media (max-width: 1000px) {
    .video-container {
      width: 100%;
      margin-top: 0; } }

.header-bar {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem; }

.landing-page-logo img {
  width: 100px; }
  @media (max-width: 800px) {
    .landing-page-logo img {
      width: 80px; } }

.large-banner {
  background-image: url(toolprotect/img/tradie_with_truck.jpg);
  background-size: cover;
  background-position: center;
  height: 50vh;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%); }
  @media (max-width: 1000px) {
    .large-banner {
      -webkit-clip-path: unset;
              clip-path: unset; } }

.cta {
  background-color: #efefef;
  width: 80%;
  margin: 0 auto;
  margin-top: -8rem;
  z-index: 10;
  position: relative; }
  @media (max-width: 1000px) {
    .cta {
      width: 100%; } }
  .cta-title {
    margin-bottom: var(--space-sm);
    text-align: left; }
    @media (max-width: 1000px) {
      .cta-title {
        text-align: center; } }
  .cta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5rem; }
    @media (max-width: 1000px) {
      .cta-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: unset; } }
    @media (width: 1024px) and (height: 1366px) {
      .cta-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: unset; } }
  .cta-introduction {
    padding: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%; }
    @media (max-width: 1000px) {
      .cta-introduction {
        width: 100%;
        padding: unset;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 3rem; } }
    @media (width: 1024px) and (height: 1366px) {
      .cta-introduction {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: unset; } }

.cta-image {
  text-align: center;
  width: 50%; }
  .cta-image .hero-img {
    max-height: 600px;
    margin-top: -15rem; }
    @media (max-width: 1000px) {
      .cta-image .hero-img {
        margin-bottom: var(--space-sm); } }
    @media (max-width: 800px) {
      .cta-image .hero-img {
        margin-top: -8rem; } }

.standard-section {
  padding: 6rem 0; }
  .standard-section.grey {
    background-color: #efefef; }

.terms-section {
  padding: 3rem; }
  .terms-section .subheader {
    margin-bottom: var(--space-xxxs);
    margin-top: var(--space-md); }
  .terms-section ol {
    margin-bottom: var(--space-md); }

.section-title {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: var(--space-sm); }
  .section-title.white {
    color: #ffffff; }

.subheader {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: var(--space-sm); }
  .subheader.white {
    color: #ffffff; }

.column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center; }
  @media (max-width: 1000px) {
    .column-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.content-column {
  width: 99%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 800px) {
    .content-column {
      padding: unset;
      margin-bottom: var(--space-sm); } }

.full-width-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 1000px) {
    .full-width-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .full-width-container.black {
    background-color: #000000; }
    .full-width-container.black p,
    .full-width-container.black h3 {
      color: #ffffff; }
  .full-width-container__content {
    padding: 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1000px) {
      .full-width-container__content {
        width: 100%; } }
    @media (max-width: 800px) {
      .full-width-container__content {
        padding: 3rem; } }

.full-bleed-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%; }
  @media (max-width: 1000px) {
    .full-bleed-image {
      width: 100%; } }
  .full-bleed-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.cta-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: var(--space-md); }
  @media (max-width: 1000px) {
    .cta-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .cta-bottom .full-bleed-image img {
    -o-object-fit: unset;
       object-fit: unset; }

.section-title {
  text-align: center; }

.quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 2rem;
  width: 99%; }
  @media (max-width: 1000px) {
    .quote {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0;
      margin-bottom: var(--space-sm);
      width: 100%; } }
  .quote__content {
    text-align: left;
    margin-left: var(--space-sm); }
  .quote__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1000px) {
      .quote__img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: var(--space-xxs); } }

.testimonial-img {
  max-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: var(--space-md); }
  @media (max-width: 1000px) {
    .testimonial-img {
      margin-bottom: 0;
      margin-left: var(--space-xxs); } }

.quotation-mark {
  opacity: 0.1;
  width: 4rem; }
  @media (max-width: 1000px) {
    .quotation-mark {
      width: 2rem; } }

.subscription-box {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000000;
  text-align: center; }
  .subscription-box h3,
  .subscription-box p {
    color: #ffffff; }
  .subscription-box .section-title {
    margin-bottom: var(--space-xs); }
  .subscription-box button:hover,
  .subscription-box input[type=submit]:hover {
    background-color: #fbb714;
    color: black; }

.web-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbb714;
  padding: 1rem; }
  @media (max-width: 1000px) {
    .web-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1000px) {
    .web-footer__terms {
      margin-bottom: var(--space-xs); } }
  .web-footer__copyright p {
    margin-bottom: 0; }
  @media (max-width: 1000px) {
    .web-footer__copyright {
      margin-top: var(--space-xs); } }
  .web-footer__socials img {
    width: 2rem;
    margin-right: 1rem; }
  @media (max-width: 1000px) {
    .web-footer__socials {
      margin-top: var(--space-xs);
      margin-bottom: var(--space-xs); } }
  .web-footer .small-link {
    text-transform: uppercase;
    color: #000000; }

.cta-title {
  font-weight: 600;
  font-size: 2rem; }

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

.web-btn,
.web-btn:visited {
  display: inline-block;
  background-color: #fbb714;
  padding: 1rem;
  border-radius: 5px;
  color: #000000;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .web-btn:hover,
  .web-btn:visited:hover {
    -webkit-transform: translateY(-0.1rem);
        -ms-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1); }
    .web-btn:hover::after,
    .web-btn:visited:hover::after {
      -webkit-transform: scaleX(0.3) scaleY(0.3);
          -ms-transform: scaleX(0.3) scaleY(0.3);
              transform: scaleX(0.3) scaleY(0.3); }

.large-text {
  font-size: 1.2rem; }

.caption-text {
  font-size: 0.8rem; }

.download-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: var(--space-md);
  margin-bottom: 0; }
  @media (max-width: 1000px) {
    .download-buttons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 800px) {
    .download-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 800px) {
    .download-buttons img:first-child {
      margin-bottom: var(--space-sm); } }

.infographic {
  width: 8rem;
  margin-bottom: var(--space-sm); }

.benefits-icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: var(--space-sm); }

.download-icon {
  width: 180px;
  margin-right: 1rem;
  margin-bottom: 1rem; }

#mc_embed_signup_scroll {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: var(--space-sm); }
  @media (max-width: 800px) {
    #mc_embed_signup_scroll {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #mc_embed_signup_scroll label {
    color: #ffffff;
    font-weight: 400;
    display: none; }
  #mc_embed_signup_scroll input[type="email"] {
    background-color: #ffffff;
    min-height: 2rem;
    width: 90%;
    color: #000000;
    margin: 0; }
  #mc_embed_signup_scroll input[type="submit"] {
    margin-bottom: 0;
    margin-left: var(--space-sm); }
    @media (max-width: 800px) {
      #mc_embed_signup_scroll input[type="submit"] {
        margin-left: 0;
        margin-top: var(--space-xs);
        width: 100%; } }

.mc-field-group {
  width: 50%; }
  @media (max-width: 800px) {
    .mc-field-group {
      width: 100%; } }

@media (max-width: 800px) {
  .clear {
    width: 100%; } }

/* @bot-written */
.wmapp-off-canvas-menu, .wmapp-title-bar {
  display: none; }
