@charset "UTF-8";
/*
Theme Name: Inbox Aware
Theme URI: https://maropost.com
Description: This is just a complete WordPress installation with a custom base theme.
Author: Maropost
Author URI: http://maropost.com
Version: 1.0.1
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Foundation
	1.1 CSS Reset
	1.2 Foundation Default
2.0 Global Styles
	2.1 WordPress Core
	2.2 Header
	2.3 Footer
3.0 Homepage
4.0 Subpages
5.0 Animations
6.0 Media Queries
7.0 Slick
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 FOUNDATION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 CSS RESET
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.2 FOUNDATION DEFAULT
--------------------------------------------------------------*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "xxsmall=0em&xsmall=20.0625em&small=30.0625em&medium-small=40.0625em&medium=48.0625em&large=64.0625em&xlarge=75.0625em&xxlarge=90.0625em";
}

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 48.0625em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row.expanded {
  max-width: none;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-left: 0;
  margin-right: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial;
}

@media screen and (min-width: 48.0625em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.xxsmall-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.xxsmall-offset-0 {
  margin-left: 0%;
}

.xxsmall-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.xxsmall-offset-1 {
  margin-left: 8.3333333333%;
}

.xxsmall-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.xxsmall-offset-2 {
  margin-left: 16.6666666667%;
}

.xxsmall-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.xxsmall-offset-3 {
  margin-left: 25%;
}

.xxsmall-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.xxsmall-offset-4 {
  margin-left: 33.3333333333%;
}

.xxsmall-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.xxsmall-offset-5 {
  margin-left: 41.6666666667%;
}

.xxsmall-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.xxsmall-offset-6 {
  margin-left: 50%;
}

.xxsmall-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.xxsmall-offset-7 {
  margin-left: 58.3333333333%;
}

.xxsmall-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.xxsmall-offset-8 {
  margin-left: 66.6666666667%;
}

.xxsmall-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.xxsmall-offset-9 {
  margin-left: 75%;
}

.xxsmall-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.xxsmall-offset-10 {
  margin-left: 83.3333333333%;
}

.xxsmall-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.xxsmall-offset-11 {
  margin-left: 91.6666666667%;
}

.xxsmall-order-1 {
  order: 1;
}

.xxsmall-order-2 {
  order: 2;
}

.xxsmall-order-3 {
  order: 3;
}

.xxsmall-order-4 {
  order: 4;
}

.xxsmall-order-5 {
  order: 5;
}

.xxsmall-order-6 {
  order: 6;
}

.xxsmall-up-1 {
  flex-wrap: wrap;
}

.xxsmall-up-1 > .column, .xxsmall-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.xxsmall-up-2 {
  flex-wrap: wrap;
}

.xxsmall-up-2 > .column, .xxsmall-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.xxsmall-up-3 {
  flex-wrap: wrap;
}

.xxsmall-up-3 > .column, .xxsmall-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.xxsmall-up-4 {
  flex-wrap: wrap;
}

.xxsmall-up-4 > .column, .xxsmall-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.xxsmall-up-5 {
  flex-wrap: wrap;
}

.xxsmall-up-5 > .column, .xxsmall-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.xxsmall-up-6 {
  flex-wrap: wrap;
}

.xxsmall-up-6 > .column, .xxsmall-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.xxsmall-up-7 {
  flex-wrap: wrap;
}

.xxsmall-up-7 > .column, .xxsmall-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.xxsmall-up-8 {
  flex-wrap: wrap;
}

.xxsmall-up-8 > .column, .xxsmall-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.xxsmall-collapse > .column, .xxsmall-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.xxsmall-uncollapse > .column, .xxsmall-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 20.0625em) {
  .xsmall-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xsmall-offset-0 {
    margin-left: 0%;
  }
  .xsmall-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xsmall-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xsmall-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xsmall-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xsmall-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xsmall-offset-3 {
    margin-left: 25%;
  }
  .xsmall-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xsmall-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xsmall-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xsmall-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xsmall-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xsmall-offset-6 {
    margin-left: 50%;
  }
  .xsmall-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xsmall-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xsmall-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xsmall-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xsmall-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xsmall-offset-9 {
    margin-left: 75%;
  }
  .xsmall-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xsmall-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xsmall-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xsmall-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xsmall-order-1 {
    order: 1;
  }
  .xsmall-order-2 {
    order: 2;
  }
  .xsmall-order-3 {
    order: 3;
  }
  .xsmall-order-4 {
    order: 4;
  }
  .xsmall-order-5 {
    order: 5;
  }
  .xsmall-order-6 {
    order: 6;
  }
  .xsmall-up-1 {
    flex-wrap: wrap;
  }
  .xsmall-up-1 > .column, .xsmall-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xsmall-up-2 {
    flex-wrap: wrap;
  }
  .xsmall-up-2 > .column, .xsmall-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xsmall-up-3 {
    flex-wrap: wrap;
  }
  .xsmall-up-3 > .column, .xsmall-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xsmall-up-4 {
    flex-wrap: wrap;
  }
  .xsmall-up-4 > .column, .xsmall-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xsmall-up-5 {
    flex-wrap: wrap;
  }
  .xsmall-up-5 > .column, .xsmall-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xsmall-up-6 {
    flex-wrap: wrap;
  }
  .xsmall-up-6 > .column, .xsmall-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xsmall-up-7 {
    flex-wrap: wrap;
  }
  .xsmall-up-7 > .column, .xsmall-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xsmall-up-8 {
    flex-wrap: wrap;
  }
  .xsmall-up-8 > .column, .xsmall-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 20.0625em) and (min-width: 20.0625em) {
  .xsmall-expand {
    flex: 1 1 0px;
  }
}

.row.xsmall-unstack > .column, .row.xsmall-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 20.0625em) and (min-width: 20.0625em) {
  .row.xsmall-unstack > .column, .row.xsmall-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 20.0625em) {
  .xsmall-collapse > .column, .xsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xsmall-uncollapse > .column, .xsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 30.0625em) {
  .small-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .small-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .small-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .small-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .small-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .small-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .small-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .small-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .small-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .small-order-1 {
    order: 1;
  }
  .small-order-2 {
    order: 2;
  }
  .small-order-3 {
    order: 3;
  }
  .small-order-4 {
    order: 4;
  }
  .small-order-5 {
    order: 5;
  }
  .small-order-6 {
    order: 6;
  }
  .small-up-1 {
    flex-wrap: wrap;
  }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .small-up-2 {
    flex-wrap: wrap;
  }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .small-up-3 {
    flex-wrap: wrap;
  }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .small-up-4 {
    flex-wrap: wrap;
  }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .small-up-5 {
    flex-wrap: wrap;
  }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .small-up-6 {
    flex-wrap: wrap;
  }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .small-up-7 {
    flex-wrap: wrap;
  }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .small-up-8 {
    flex-wrap: wrap;
  }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 30.0625em) and (min-width: 30.0625em) {
  .small-expand {
    flex: 1 1 0px;
  }
}

.row.small-unstack > .column, .row.small-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 30.0625em) and (min-width: 30.0625em) {
  .row.small-unstack > .column, .row.small-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 30.0625em) {
  .small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 40.0625em) {
  .medium-small-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-small-offset-0 {
    margin-left: 0%;
  }
  .medium-small-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-small-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-small-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-small-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-small-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-small-offset-3 {
    margin-left: 25%;
  }
  .medium-small-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-small-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-small-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-small-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-small-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-small-offset-6 {
    margin-left: 50%;
  }
  .medium-small-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-small-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-small-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-small-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-small-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-small-offset-9 {
    margin-left: 75%;
  }
  .medium-small-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-small-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-small-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-small-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-small-order-1 {
    order: 1;
  }
  .medium-small-order-2 {
    order: 2;
  }
  .medium-small-order-3 {
    order: 3;
  }
  .medium-small-order-4 {
    order: 4;
  }
  .medium-small-order-5 {
    order: 5;
  }
  .medium-small-order-6 {
    order: 6;
  }
  .medium-small-up-1 {
    flex-wrap: wrap;
  }
  .medium-small-up-1 > .column, .medium-small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-small-up-2 {
    flex-wrap: wrap;
  }
  .medium-small-up-2 > .column, .medium-small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-small-up-3 {
    flex-wrap: wrap;
  }
  .medium-small-up-3 > .column, .medium-small-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-small-up-4 {
    flex-wrap: wrap;
  }
  .medium-small-up-4 > .column, .medium-small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-small-up-5 {
    flex-wrap: wrap;
  }
  .medium-small-up-5 > .column, .medium-small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-small-up-6 {
    flex-wrap: wrap;
  }
  .medium-small-up-6 > .column, .medium-small-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-small-up-7 {
    flex-wrap: wrap;
  }
  .medium-small-up-7 > .column, .medium-small-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-small-up-8 {
    flex-wrap: wrap;
  }
  .medium-small-up-8 > .column, .medium-small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 40.0625em) and (min-width: 40.0625em) {
  .medium-small-expand {
    flex: 1 1 0px;
  }
}

.row.medium-small-unstack > .column, .row.medium-small-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 40.0625em) and (min-width: 40.0625em) {
  .row.medium-small-unstack > .column, .row.medium-small-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 40.0625em) {
  .medium-small-collapse > .column, .medium-small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-small-uncollapse > .column, .medium-small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 48.0625em) and (min-width: 48.0625em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 48.0625em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 64.0625em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 64.0625em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 75.0625em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 75.0625em) and (min-width: 75.0625em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 75.0625em) and (min-width: 75.0625em) {
  .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75.0625em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 90.0625em) {
  .xxlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
  .xxlarge-up-1 {
    flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-up-2 {
    flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-up-3 {
    flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xxlarge-up-4 {
    flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-up-5 {
    flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xxlarge-up-6 {
    flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xxlarge-up-7 {
    flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xxlarge-up-8 {
    flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media screen and (min-width: 90.0625em) and (min-width: 90.0625em) {
  .xxlarge-expand {
    flex: 1 1 0px;
  }
}

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  flex: 0 0 100%;
}

@media screen and (min-width: 90.0625em) and (min-width: 90.0625em) {
  .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 90.0625em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column.align-top, .align-top.columns {
  align-self: flex-start;
}

.column.align-bottom, .align-bottom.columns {
  align-self: flex-end;
}

.column.align-middle, .align-middle.columns {
  align-self: center;
}

.column.align-stretch, .align-stretch.columns {
  align-self: stretch;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #999999;
  line-height: 0;
}

@media screen and (min-width: 30.0625em) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.1875rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
  h6 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 48.0625em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  color: #000;
  line-height: inherit;
  cursor: pointer;
}

a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #999999;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #999999;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #000;
  cursor: help;
  border-bottom: 1px dotted #000;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  background-color: #e6e6e6;
  border: 1px solid #999999;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 20.0625em) {
  .xsmall-text-left {
    text-align: left;
  }
  .xsmall-text-right {
    text-align: right;
  }
  .xsmall-text-center {
    text-align: center;
  }
  .xsmall-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 30.0625em) {
  .small-text-left {
    text-align: left;
  }
  .small-text-right {
    text-align: right;
  }
  .small-text-center {
    text-align: center;
  }
  .small-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 40.0625em) {
  .medium-small-text-left {
    text-align: left;
  }
  .medium-small-text-right {
    text-align: right;
  }
  .medium-small-text-center {
    text-align: center;
  }
  .medium-small-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 48.0625em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 75.0625em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90.0625em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
a[href^='javascript:']:after,
a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #999999;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

input::placeholder,
textarea::placeholder {
  color: #999999;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #000;
  border: 1px solid #999999;
  white-space: nowrap;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  width: auto;
  height: auto;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #999999;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #999999;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.accordion {
  list-style-type: none;
  background: #fff;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '–';
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #000;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}

.tabs.primary > li > a {
  color: #fff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #fff;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

.tabs-content {
  background: #fff;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 20em) {
  .hide-for-xxsmall-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 20.0625em) {
  .show-for-xxsmall-only {
    display: none !important;
  }
}

@media screen and (min-width: 20.0625em) {
  .hide-for-xsmall {
    display: none !important;
  }
}

@media screen and (max-width: 20em) {
  .show-for-xsmall {
    display: none !important;
  }
}

@media screen and (min-width: 20.0625em) and (max-width: 30em) {
  .hide-for-xsmall-only {
    display: none !important;
  }
}

@media screen and (max-width: 20em), screen and (min-width: 30.0625em) {
  .show-for-xsmall-only {
    display: none !important;
  }
}

@media screen and (min-width: 30.0625em) {
  .hide-for-small {
    display: none !important;
  }
}

@media screen and (max-width: 30em) {
  .show-for-small {
    display: none !important;
  }
}

@media screen and (min-width: 30.0625em) and (max-width: 40em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 30em), screen and (min-width: 40.0625em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40.0625em) {
  .hide-for-medium-small {
    display: none !important;
  }
}

@media screen and (max-width: 40em) {
  .show-for-medium-small {
    display: none !important;
  }
}

@media screen and (min-width: 40.0625em) and (max-width: 48em) {
  .hide-for-medium-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 40em), screen and (min-width: 48.0625em) {
  .show-for-medium-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 48.0625em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 48em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48.0625em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 48em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64.0625em) and (max-width: 75em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 64em), screen and (min-width: 75.0625em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75.0625em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 75em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75.0625em) and (max-width: 90em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 75em), screen and (min-width: 90.0625em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90.0625em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 90em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90.0625em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 90em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.xxsmall-order-1 {
  order: 1;
}

.xxsmall-order-2 {
  order: 2;
}

.xxsmall-order-3 {
  order: 3;
}

.xxsmall-order-4 {
  order: 4;
}

.xxsmall-order-5 {
  order: 5;
}

.xxsmall-order-6 {
  order: 6;
}

@media screen and (min-width: 20.0625em) {
  .xsmall-order-1 {
    order: 1;
  }
  .xsmall-order-2 {
    order: 2;
  }
  .xsmall-order-3 {
    order: 3;
  }
  .xsmall-order-4 {
    order: 4;
  }
  .xsmall-order-5 {
    order: 5;
  }
  .xsmall-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 30.0625em) {
  .small-order-1 {
    order: 1;
  }
  .small-order-2 {
    order: 2;
  }
  .small-order-3 {
    order: 3;
  }
  .small-order-4 {
    order: 4;
  }
  .small-order-5 {
    order: 5;
  }
  .small-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 40.0625em) {
  .medium-small-order-1 {
    order: 1;
  }
  .medium-small-order-2 {
    order: 2;
  }
  .medium-small-order-3 {
    order: 3;
  }
  .medium-small-order-4 {
    order: 4;
  }
  .medium-small-order-5 {
    order: 5;
  }
  .medium-small-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 48.0625em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 64.0625em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 75.0625em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}

@media screen and (min-width: 90.0625em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}

/*--------------------------------------------------------------
2.0 GLOBAL STYLES
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {
  color: red;
}

.gallery-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.bypostauthor {
  font-weight: 600;
}

.animate {
  opacity: 0;
  transition: opacity 2s ease-in-out;
  will-change: opacity;
}

.animate.in-view {
  opacity: 1;
}

.animate.fadeUp {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  transition: opacity 1.5s ease, -webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s ease, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s ease, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}

.animate.fadeUp.in-view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.animate.fadeLeft {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
  will-change: opacity, transform;
}

.animate.fadeLeft.in-view {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.animate.fadeRight {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
  will-change: opacity, transform;
}

.animate.fadeRight.in-view {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.animate.scaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  transition: opacity 1.5s ease, -webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s ease, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.5s ease, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}

.animate.scaleUp.in-view {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.animate.bg-cover {
  position: relative;
  opacity: 1;
  overflow: hidden;
}

.animate.bg-cover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

.animate.bg-cover.in-view:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.animate.delay1 {
  transition-delay: 1s;
}

.animate.delay2 {
  transition-delay: 2s;
}

.animate.delay3 {
  transition-delay: 2.5s;
}

/* Pill Bars */
@-webkit-keyframes bar1 {
  0% {
    width: 70%;
  }
  25% {
    width: 50%;
  }
  50% {
    width: 20%;
  }
  75% {
    width: 50%;
  }
  100% {
    width: 70%;
  }
}
@keyframes bar1 {
  0% {
    width: 70%;
  }
  25% {
    width: 50%;
  }
  50% {
    width: 20%;
  }
  75% {
    width: 50%;
  }
  100% {
    width: 70%;
  }
}

/* Pill Bars */
@-webkit-keyframes bar2 {
  0% {
    width: 30%;
  }
  25% {
    width: 60%;
  }
  50% {
    width: 90%;
  }
  75% {
    width: 60%;
  }
  100% {
    width: 30%;
  }
}
@keyframes bar2 {
  0% {
    width: 30%;
  }
  25% {
    width: 60%;
  }
  50% {
    width: 90%;
  }
  75% {
    width: 60%;
  }
  100% {
    width: 30%;
  }
}

/* Pill Bars */
@-webkit-keyframes bar3 {
  0% {
    width: 50%;
  }
  25% {
    width: 30%;
  }
  50% {
    width: 10%;
  }
  75% {
    width: 30%;
  }
  100% {
    width: 50%;
  }
}
@keyframes bar3 {
  0% {
    width: 50%;
  }
  25% {
    width: 30%;
  }
  50% {
    width: 10%;
  }
  75% {
    width: 30%;
  }
  100% {
    width: 50%;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 100;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 100;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-opacity: 1.2;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  75% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes bounceHorz {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes bounceHorz {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  75% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.row {
  width: 100%;
  max-width: 1300px;
}

.inner-row {
  display: flex;
  flex-wrap: wrap;
}

.hidden {
  visibility: hidden;
  width: 0;
  height: 0;
}

.text-hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.small-banner {
  background-color: #03B6FC;
  height: 60px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 30.0625em) {
  .small-banner {
    height: 110px;
  }
}

.title {
  width: 100%;
}

.heading {
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
}

.sub-title {
  font-weight: 700;
  color: #18D256;
}

.tagline {
  padding: 3rem 0;
}

.tagline .title {
  font-size: 32px;
  font-family: "montserratbold";
  line-height: 1;
  margin-bottom: 0.75rem;
}

.tagline p {
  font-size: 12px;
}

@media screen and (min-width: 48.0625em) {
  .tagline {
    padding: 7rem 0;
  }
  .tagline .title {
    font-size: 60px;
  }
  .tagline p {
    font-size: 20px;
  }
}

.no-scroll {
  overflow: hidden;
}

.blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.btn {
  font-family: "open_sans";
  font-weight: 700;
  font-size: 16px;
  padding: 0.6rem 1.5rem;
  line-height: 1.5;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
  transition: all 0.3s ease;
  will-change: color, background;
}

.btn-secondary {
  background: #fff;
  color: #006BAF;
  border: 1px solid #03B6FC;
  transition: all 0.3s ease;
  will-change: color, background;
}

.btn-secondary:hover {
  background: #03B6FC;
  color: #fff;
}

.btn-green {
  background: #18D256;
  color: #fff;
  transition: all 0.3s ease;
  will-change: color, background;
  border: none;
}

.btn-green:hover {
  background: #545C6C;
  color: #fff;
}

.btn-black {
  background: #1E2533;
  color: #fff;
  transition: all 0.3s ease;
  will-change: color, background;
}

.btn-black:hover {
  background: #545C6C;
  color: #fff;
}

.btn-blue {
  background: #03B6FC;
  color: #fff;
  box-shadow: 0px 5px 8px #03B6FC4D;
  transition: all 0.3s ease;
  will-change: background, box-shadow;
}

.btn-blue:hover {
  background: #006BAF;
  box-shadow: none;
}

.btn-pink {
  background: #F53BAD;
  color: #fff;
  box-shadow: 0px 5px 8px #03B6FC4D;
  transition: all 0.3s ease;
  will-change: background, box-shadow;
}

.btn-pink:hover {
  background: #8a8a8a;
  box-shadow: none;
}

.btn-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn-line {
  border: 1px solid;
}

.btn svg {
  height: 15px;
  margin-left: 5px;
}

.btn.icon-left svg {
  margin-left: 0;
  margin-right: 0.75rem;
}

.highlight {
  position: relative;
}

.highlight::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  top: auto;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%) translateY(50%);
          transform: translateX(50%) translateY(50%);
  width: 105%;
  height: 90%;
  background: rgba(255, 255, 255, 0.2);
}

.highlight.pink {
  color: #F53BAD;
}

.highlight.pink::before {
  background: rgba(247, 98, 121, 0.23);
}

.bg-pink {
  background: url(img/backgrounds/pink-bg.svg) left bottom no-repeat;
  background-size: contain;
}

.bg-pink-right {
  background: url(img/backgrounds/pink-bg-right.svg) right top no-repeat;
  background-size: cover;
}

.bg-pink-top {
  background: url(img/backgrounds/pink-bg-top.svg) right bottom no-repeat;
  background-size: cover;
}

.bg-black {
  background: url(img/backgrounds/black-bg.svg) right top no-repeat;
  background-size: cover;
}

.bg-black-right {
  background: url(img/backgrounds/black-bg-right.svg) right top no-repeat;
  background-size: cover;
}

.bg-blue {
  background: url(img/backgrounds/blue-bg.svg) left top no-repeat;
  background-size: cover;
}

.bg-blue-top {
  background: url(img/backgrounds/blue-bg-top.svg) right bottom no-repeat;
  background-size: cover;
}

.bg-blue-right {
  background: url(img/backgrounds/blue-bg-right.svg) right bottom no-repeat;
  background-size: contain;
}

.bg-green-right {
  background: url(img/backgrounds/Top-RIght-Angle.svg) right bottom no-repeat;
  background-size: contain;
}

.link {
  color: #18D256;
  font-weight: 700;
  transition: color 0.3s ease;
  will-change: color;
}

.link svg {
  width: 8px;
  margin-left: 0.5rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}

.link-black {
  color: #000;
}

.link:hover {
  color: #000;
}

.link:hover svg {
  -webkit-transform: translateY(3px) translateX(3px);
          transform: translateY(3px) translateX(3px);
}

.back {
  font-weight: 600;
  display: flex;
  align-content: center;
}

.back img {
  max-height: 22px;
  margin-right: 1rem;
}

.back span {
  white-space: nowrap;
}

.card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pill {
  padding: 0.5rem 1.5rem;
  border-radius: 60px;
  background: #000;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}

.pill.active {
  background: #03B6FC;
  color: #fff;
}

.sub-head {
  color: #000;
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  font-size: 20px;
  margin: 0;
}

.author {
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.quote {
  font-size: 22px;
  position: relative;
}

.quote .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 50px;
  max-width: 50px;
  z-index: -1;
  -webkit-transform: translate(-10px, -15px);
          transform: translate(-10px, -15px);
}

.quote-text {
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  font-size: 20px;
}

.quote-author {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.quote-author-title {
  font-size: 15px;
}

.circle-icon.fas {
  background: #18D256;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.green {
  color: #18D256;
}

@media screen and (max-width: 48em) {
  .lax {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.menu {
  list-style: none;
  margin: 0;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.columns {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 40em) {
  .columns {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.edgepad .row {
  padding-left: 10px;
  padding-right: 10px;
}

.edgepad .row .columns {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 40em) {
  .edgepad .row {
    padding-left: 7px;
    padding-right: 7px;
  }
  .edgepad .row .columns {
    padding-left: 7px;
    padding-right: 7px;
  }
}

#wrapper.no-pad-top {
  padding-top: 0;
}

#wrapper.no-pad-bottom {
  padding-bottom: 0;
}

.pad-top {
  padding-top: 20px;
}

@media screen and (max-width: 40em) {
  .pad-top {
    padding-top: 14px;
  }
}

.pad-bottom {
  padding-bottom: 20px;
}

@media screen and (max-width: 40em) {
  .pad-bottom {
    padding-bottom: 14px;
  }
}

.halfpad {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.circles .circle {
  position: absolute;
  bottom: 50%;
  top: auto;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%) translateY(50%);
          transform: translateX(50%) translateY(50%);
  border-radius: 50%;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
  will-change: width, height;
}

.circles .circle .spin-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.circles .circle .spin-circle {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.circles .small-circle {
  background: rgba(159, 223, 255, 0.2);
  width: 1vw;
  height: 1vw;
}

.circles .med-circle {
  width: 1vw;
  height: 1vw;
}

.circles .med-circle .spin-container {
  background: rgba(159, 223, 255, 0.2);
  animation: spin 10s linear infinite reverse;
}

.circles .med-circle .spin-circle {
  width: 12px;
  height: 12px;
  left: 0;
  background: #2AFC98;
}

.circles .lrg-circle {
  width: 1vw;
  height: 1vw;
}

.circles .lrg-circle .spin-container {
  background: rgba(159, 223, 255, 0.2);
  animation: spin 20s linear infinite reverse;
}

.circles .lrg-circle .spin-circle {
  width: 18px;
  height: 18px;
  right: 0;
  background: #FFF500;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-button {
  background: #000;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  cursor: pointer;
  transition: background 350ms ease, opacity 350ms ease;
}

@media screen and (min-width: 64.0625em) {
  .block-button:hover {
    background: #18D256;
  }
}

.icon-link {
  color: #000;
  font-size: 12px;
  display: inline-block;
}

.icon-link:not(:last-child) {
  margin-right: 0.5rem;
}

@media screen and (min-width: 64.0625em) {
  .icon-link {
    transition: color 350ms ease;
  }
  .icon-link:hover {
    color: #18D256;
  }
}

.nowrap {
  white-space: nowrap;
}

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

.img-center img {
  display: inline-block;
}

.progressive {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  width: 100%;
}

.progressive:hover {
  cursor: default;
}

.progressive img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border: 0 none;
}

.progressive img.preview {
  -webkit-filter: blur(2vw);
          filter: blur(2vw);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.progressive img.reveal {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform, opacity;
  -webkit-animation: progressiveReveal 0.3s ease-out;
          animation: progressiveReveal 0.3s ease-out;
}

@-webkit-keyframes progressiveReveal {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes progressiveReveal {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.flex-table .table-row {
  display: flex;
  border-bottom: 1px solid #EFF4F8;
}

.flex-table .table-row .table-cell {
  padding: 1rem 0;
  flex-basis: calc(100%/3);
  text-align: center;
}

.flex-table .table-row .table-cell:not(:last-child) {
  border-right: 1px solid #EFF4F8;
}

.flex-table .table-row .table-cell p {
  font-weight: 600;
  margin: 0;
}

.tabs {
  border: none;
  background: none;
  margin-bottom: 2rem;
}

.tabs .tabs-title {
  border-radius: 4px;
  overflow: hidden;
}

.tabs .tabs-title a {
  padding: 0.5rem 0.75rem;
}

.tabs .tabs-title:not(:last-child) {
  margin-right: 1rem;
}

.tabs-content {
  background: none;
  border: none;
}

.tabs-content .tabs-panel {
  padding: 0;
}

.tabs-content.vertical {
  border: none;
}

.accordion .accordion-title {
  border: none;
  color: #000;
}

.accordion .accordion-title::before {
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion .accordion-content {
  border: none;
}

.pill-bars {
  display: flex;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 90px;
  width: 20%;
  max-width: 300px;
  height: 80px;
  padding: 10px 15px;
  margin-bottom: 3rem;
}

.pill-bars .icon {
  max-width: 60px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 50%;
  margin-right: 1rem;
}

.pill-bars .bars {
  width: 100%;
}

.pill-bars .bars .bar {
  position: relative;
  max-width: 180px;
  background: #EFF4F8;
  height: 11px;
  margin-bottom: 6px;
  border-radius: 90px;
  overflow: hidden;
}

.pill-bars .bars .bar::after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 90px;
  transition: width 0.3s ease;
  will-change: width;
}

.pill-bars .bars .bar.bar1::after {
  width: 70%;
  background: #FFBF00;
  -webkit-animation: bar1 5s linear 0s infinite;
          animation: bar1 5s linear 0s infinite;
}

.pill-bars .bars .bar.bar2::after {
  width: 30%;
  background: #18D256;
  -webkit-animation: bar2 5s linear 0s infinite;
          animation: bar2 5s linear 0s infinite;
}

.pill-bars .bars .bar.bar3::after {
  width: 50%;
  background: #03B6FC;
  -webkit-animation: bar3 5s linear 0s infinite;
          animation: bar3 5s linear 0s infinite;
}

.pill-bars.mobile-bars {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.path-animate {
  stroke-dasharray: 10;
  -webkit-animation: dash 5s linear infinite;
          animation: dash 5s linear infinite;
}

.reveal-overlay {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}

.hbspt-reveal {
  height: 100%;
}

.hbspt-reveal .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.hbspt-reveal .inner > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hbspt-reveal .form-container {
  width: 100%;
}

.hbspt-reveal .form-container .content {
  max-width: 330px;
}

.hbspt-reveal .img-container {
  width: 100%;
  background: url(img/backgrounds/Circles-BG.jpg) center center no-repeat;
  background-size: cover;
}

.hbspt-reveal .img-container .content {
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

.hbspt-reveal .img-container .content h2 {
  color: #fff;
}

.hbspt-reveal .img-container .content p {
  color: #000;
}

.hbspt-reveal .img-container .content img {
  max-width: 70%;
  margin: 2rem auto 0;
}

.hbspt-reveal .close-button {
  position: absolute;
  top: 3%;
  right: 3%;
}

.hbspt-reveal .close-button span {
  font-size: 30px;
  font-weight: 700;
  color: black;
}

@media screen and (min-width: 48.0625em) {
  .hbspt-reveal .inner .form-container {
    width: 45%;
  }
  .hbspt-reveal .inner .img-container {
    width: 55%;
  }
}

.form-card {
  padding: 2.5rem 2rem;
}

.hbspt-form .email-disclaimer,
.acf-form .email-disclaimer,
.subscribe .email-disclaimer {
  font-size: 10px;
  margin-bottom: 2rem;
  display: inline-block;
  color: #8F95A2;
}

.hbspt-form input:not(:last-child),
.acf-form input:not(:last-child),
.subscribe input:not(:last-child) {
  margin-bottom: 1rem;
}

.hbspt-form input[type='text'],
.hbspt-form input[type='email'],
.hbspt-form input[type='tel'],
.hbspt-form input[type='number'],
.hbspt-form textarea,
.hbspt-form select,
.acf-form input[type='text'],
.acf-form input[type='email'],
.acf-form input[type='tel'],
.acf-form input[type='number'],
.acf-form textarea,
.acf-form select,
.subscribe input[type='text'],
.subscribe input[type='email'],
.subscribe input[type='tel'],
.subscribe input[type='number'],
.subscribe textarea,
.subscribe select {
  border-radius: 4px;
  box-shadow: none;
  background: #EFF4F8;
}

.hbspt-form select,
.acf-form select,
.subscribe select {
  margin-bottom: 1rem;
  color: #545C6C;
  background: #EFF4F8;
  background-position: right 20px bottom 16px;
}

.hbspt-form .is-invalid-input:not(:focus),
.acf-form .is-invalid-input:not(:focus),
.subscribe .is-invalid-input:not(:focus) {
  background: transparent;
  border-color: #f52200;
}

.hbspt-form .btn,
.acf-form .btn,
.subscribe .btn {
  width: 100%;
}

.hbspt-form {
  width: 100%;
}

.hbspt-form form fieldset {
  max-width: none;
}

.hbspt-form .hs-form-field {
  margin-bottom: 1rem;
}

.hbspt-form .hs-form-field > label {
  margin: 0;
  float: left;
}

.hbspt-form .hs-form-field > label > span {
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 10px;
}

.hbspt-form .hs-form-field .input .hs-input {
  width: 100%;
}

.hbspt-form .hs-form-field .hs-form-required {
  display: none;
}

.hbspt-form .hs-form-checkbox .hs-form-checkbox-display {
  width: 100%;
  float: none;
}

.hbspt-form .hs-form-checkbox .hs-form-checkbox-display .hs-input {
  width: auto;
}

.hbspt-form .hs-form-radio-display {
  margin-bottom: 2rem;
}

.hbspt-form .hs-form-radio-display span {
  padding: 10px 2rem;
  border-radius: 60px;
  background: #000;
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
}

.hbspt-form .hs-form-radio-display .hs-input {
  display: none;
}

.hbspt-form .hs-form-radio-display .hs-input:checked + span,
.hbspt-form .hs-form-radio-display .checked + span {
  background: #18D256;
}

.hbspt-form .hs-submit {
  margin-top: 1rem;
  width: 100%;
}

.hbspt-form .hs-submit .hs-button {
  display: block;
  background: #1E2533;
  border: none;
  color: #fff;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  padding: 0.6rem 1.5rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.hbspt-form .hs-submit .hs-button:hover {
  background: #545C6C;
}

.hbspt-form .inputs-list {
  margin: 0;
  list-style: none;
}

.hbspt-form .legal-consent-container {
  margin-bottom: 2rem;
}

.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
}

.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0;
  line-height: 1.2;
  font-size: 10px;
}

.hbspt-form .legal-consent-container p {
  font-size: 10px;
}

.hbspt-form .invalid:not(:focus) {
  background: transparent;
  border-color: #f52200;
}

.hbspt-form .invalid:not(:focus)::-webkit-input-placeholder {
  color: #f52200;
}

.hbspt-form .invalid:not(:focus)::-moz-placeholder {
  color: #f52200;
}

.hbspt-form .invalid:not(:focus):-ms-input-placeholder {
  color: #f52200;
}

.hbspt-form .invalid:not(:focus)::placeholder {
  color: #f52200;
}

.hbspt-form .hs-error-msg {
  color: #f52200;
  margin-top: 5px;
  font-size: 10px;
}

.hbspt-form .hs_error_rollup {
  display: none;
}

.hbspt-form .hs-form-booleancheckbox-display {
  position: relative;
}

.hbspt-form .input .hs-form-booleancheckbox-display > .hs-input {
  background-color: #EFF4F8;
  border: 1px solid #545C6C;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  transition-duration: 0.3s;
  cursor: pointer;
  margin-bottom: 0;
}

.hbspt-form .hs-form-booleancheckbox-display > input:checked + span::before {
  content: '';
  position: absolute;
  bottom: 50%;
  top: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 20px;
  height: 20px;
  left: 0;
  background-image: url(img/check.svg);
  background-repeat: no-repeat;
  background-position: center 4px;
  background-size: 14px;
  opacity: 1;
  transition: opacity 350ms ease;
}

.hbspt-form .hs-form-booleancheckbox-display > input:active {
  border: 2px solid #34495E;
}

.acf-form {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  opacity: 1;
  transition: height 500ms ease-out, opacity 500ms ease;
}

.acf-form.shrink {
  opacity: 0;
  height: 0 !important;
}

.acf-success {
  z-index: -1000;
  position: absolute;
  opacity: 0;
  transition: opacity 1000ms ease;
}

.acf-success.active {
  opacity: 1;
  position: relative;
}

.acf-success .msg {
  display: none;
}

.acf-success .response {
  color: red;
  display: none;
}

#con {
  position: absolute;
  overflow: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  z-index: -1000;
}

select,
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  box-shadow: none;
  background: #EFF4F8;
  border-color: #EFF4F8;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  font-size: 12px;
  color: #545C6C;
  transition: color 350ms ease, border-color 350ms ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

select:focus,
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  border-color: #18D256;
}

select:focus + .placeholder,
[type='text']:focus + .placeholder,
[type='password']:focus + .placeholder,
[type='date']:focus + .placeholder,
[type='datetime']:focus + .placeholder,
[type='datetime-local']:focus + .placeholder,
[type='month']:focus + .placeholder,
[type='week']:focus + .placeholder,
[type='email']:focus + .placeholder,
[type='number']:focus + .placeholder,
[type='search']:focus + .placeholder,
[type='tel']:focus + .placeholder,
[type='time']:focus + .placeholder,
[type='url']:focus + .placeholder,
[type='color']:focus + .placeholder,
textarea:focus + .placeholder {
  color: #f89420;
}

.select-wrap {
  background: #EFF4F8;
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-wrap select {
  background: none !important;
  position: relative;
  z-index: 1;
}

.select-wrap select.ph {
  color: #545C6C;
}

.select-wrap .select-arrow {
  content: '';
  position: absolute;
  right: 12px;
  top: 16px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
}

.select-wrap .placeholder {
  z-index: 1;
  transition: color 350ms ease, opacity 350ms ease;
}

.select-wrap.custom-placeholders select.ph {
  color: #000;
}

fieldset {
  position: relative;
}

fieldset .iradio,
fieldset .icheckbox {
  position: absolute;
  top: 0;
  left: 0;
}

fieldset label {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 16px;
}

input[type='submit'] {
  transition: background 350ms ease, color 350ms ease, opacity 350ms ease;
}

input[type='submit']:disabled {
  opacity: 0.25;
  background: #000;
  cursor: normal;
}

@media screen and (min-width: 64.0625em) {
  input[type='submit']:disabled:hover {
    opacity: 0.25;
  }
}

textarea {
  resize: none;
  height: 72px;
}

.form-field {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.form-field .form-label {
  position: relative;
  font-size: 12px;
  text-align: left;
  margin-bottom: 2px;
  float: left;
  width: 100%;
}

.form-field .form-error {
  background: transparent;
  color: #f52200;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 10px;
  font-weight: normal;
  opacity: 0;
  transition: opacity 350ms ease;
}

.form-field .form-error.is-visible {
  opacity: 1;
  bottom: -16px;
}

.form-field.text-field .form-label {
  float: left;
}

.form-field.text-field .form-error {
  left: 10px;
}

@media screen and (max-width: 40em) {
  .form-field.text-field .form-error {
    left: 7px;
  }
}

.form-field.text-field.text-center {
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
}

.form-field.text-field.conditional .placeholder {
  left: 8px;
}

.form-field.text-field.conditional .form-error {
  left: 0;
}

.form-field.text-field.conditional .cond-holder {
  overflow: unset;
}

.form-field.vertical .form-label {
  width: 100%;
  display: inline-block;
}

.form-field.vertical fieldset {
  display: inline-block;
}

.form-field.vertical label {
  display: block !important;
  float: none !important;
}

.form-field.check-field .form-error, .form-field.radio-field .form-error, .form-field.single-check .form-error {
  bottom: -12px;
}

.form-field.cond-text {
  margin-bottom: 0;
}

.form-field.cond-text label {
  margin-right: 0;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 40em) {
  .form-field.cond-text label {
    width: 100%;
  }
}

.form-field.cond-text .form-error {
  bottom: -6px;
}

@media screen and (max-width: 48em) {
  .form-field.cond-text .form-error {
    bottom: -12px;
  }
}

@media screen and (max-width: 64em) {
  .form-field.cond-text .placeholder {
    left: 8px;
  }
}

.form-field.consent-field fieldset {
  display: inline-block;
}

.form-field.consent-field .cond-holder {
  transition: height 250ms ease;
}

.form-field .cond-holder {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  opacity: 1;
  transition: height 250ms ease, opacity 250ms ease, box-shadow 250ms ease;
}

.form-field .cond-holder.squish {
  height: 0 !important;
  opacity: 0;
}

.form-field .cond-holder .inner {
  float: right;
  padding-left: 10px;
  padding-right: 0;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form-field .cond-holder .inner .form-error {
  left: 10px;
  bottom: -16px;
}

@media screen and (max-width: 40em) {
  .form-field .cond-holder .inner .form-error {
    left: 7px;
  }
}

@media screen and (max-width: 48em) {
  .form-field .cond-holder .inner {
    padding-left: 0;
  }
  .form-field .cond-holder .inner .form-error {
    left: 0;
  }
}

.form-field .is-invalid-input:not(:focus) {
  background: transparent;
  border-color: #f52200;
}

.form-field .iradio + span {
  padding-right: 20px;
}

.form-field .placeholder-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
}

.check-col {
  position: relative;
  margin-bottom: 16px;
}

.check-col .checkbox {
  position: absolute;
  left: 0;
  top: 0;
}

.check-col label {
  line-height: 1;
  display: inline-block;
}

.iradio,
.icheckbox {
  background-color: #fff;
  border: 1px solid #EFF4F8;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  position: relative;
  transition: background-color 350ms ease, border-color 350ms ease;
}

.iradio:after,
.icheckbox:after {
  content: '';
  position: absolute;
}

.iradio + span,
.icheckbox + span {
  padding-left: 26px;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 2px;
}

.icheckbox:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("img/check.svg");
  background-repeat: no-repeat;
  background-position: center 4px;
  background-size: 14px;
  opacity: 0;
  transition: opacity 350ms ease;
}

.icheckbox.checked:after {
  opacity: 1;
}

.iradio {
  border-radius: 50%;
}

.iradio:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  background: transparent;
  transition: background 350ms ease;
}

.iradio.checked:after {
  background: #000;
}

.ilabel {
  display: inline-block;
  margin-bottom: 8px;
}

.iCheck-helper {
  z-index: -100;
}

.placeholder {
  position: absolute;
  left: 8px;
  bottom: 9px;
  opacity: 1;
  pointer-events: none;
  color: #545C6C;
  transition: color 350ms ease, opacity 150ms ease;
}

.placeholder.vis {
  opacity: 0 !important;
  transition: color 350ms ease, opacity 250ms ease;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #545C6C;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #545C6C;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #545C6C;
}

input::placeholder,
textarea::placeholder {
  color: #545C6C;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #545C6C;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #545C6C;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #545C6C;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #545C6C;
}

input:focus,
a:focus,
select:focus {
  outline: none;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #fefefe;
  cursor: default;
}

.is-invalid-label .iradio,
.is-invalid-label .icheckbox {
  background-color: transparent;
  border-color: #f52200;
}

.is-invalid-label input:not(:focus),
.is-invalid-label textarea:not(:focus),
.is-invalid-label select:not(:focus) {
  background-color: transparent;
  border-color: #f52200;
  border-width: 1px;
}

.is-invalid-label + .form-error.cond-error, .is-invalid-label + .form-error.ierror {
  opacity: 1;
}

.alert.callout {
  margin-bottom: 0;
  margin-top: 20px;
  padding: 0;
  background: none;
  border: none;
}

@media screen and (max-width: 64em) {
  .alert.callout {
    margin-top: 14px;
  }
}

.alert.callout p {
  margin-bottom: 0;
  color: #f52200;
}

.req {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 10px;
  position: relative;
  top: -8px;
}

.req-star {
  color: #f52200;
  position: absolute;
  top: -2px;
  right: -10px;
  font-size: 18px;
}

.submit-row {
  text-align: center;
}

.recaptchafield .g-recaptcha > div {
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 4px;
  transition: border 350ms ease, border-color 350ms ease;
}

.recaptchafield span.form-error {
  position: relative;
  display: inline-block;
  right: auto;
  bottom: auto;
  top: -12px;
}

.recaptchafield.is-invalid-captcha .g-recaptcha > div {
  border: 1px solid #f52200;
}

.recaptchafield.is-invalid-captcha .form-error {
  opacity: 1;
}

.honeypot-wrap {
  display: block !important;
  margin: 0 !important;
}

#verification-name {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  margin: 0;
}

.page-template-page-template-homepage .banner .media {
  position: relative;
}

.page-template-page-template-homepage .banner .pill-bars {
  position: absolute;
  width: 100%;
}

.page-template-page-template-homepage .banner .pill-bars.gmail {
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-template-page-template-homepage .banner .pill-bars.yahoo {
  bottom: 0;
  right: 0;
}

.page-template-page-template-homepage .banner .pill-bars.outlook {
  bottom: 120px;
  right: 160px;
}

@media screen and (min-width: 40.0625em) {
  .page-template-page-template-homepage .banner .pill-bars.gmail {
    -webkit-transform: none;
            transform: none;
    bottom: 0;
    left: 0;
  }
}

.page-template-page-template-homepage .tabs-section {
  position: relative;
  z-index: 2;
  margin-top: 6rem;
}

.page-template-page-template-homepage .tabs-section .tabs-container .tabs-links {
  order: 2;
}

.page-template-page-template-homepage .tabs-section .tabs-container .tabs-media {
  order: 1;
}

.page-template-page-template-homepage .tabs-section .tabs {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.page-template-page-template-homepage .tabs-section .tabs .tabs-title {
  margin-bottom: 2rem;
  border-radius: 0;
}

.page-template-page-template-homepage .tabs-section .tabs .tabs-title a {
  width: 20px;
  height: 20px;
  background: #545C6C;
  border-radius: 50%;
  position: relative;
  padding: 0;
}

.page-template-page-template-homepage .tabs-section .tabs .tabs-title a::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #18D256;
  border-radius: 0 4px 4px 0;
  transition: opacity 0.3s ease;
}

.page-template-page-template-homepage .tabs-section .tabs .tabs-title a p {
  display: none;
}

.page-template-page-template-homepage .tabs-section .tabs .tabs-title .tab-icon {
  color: #67d884;
  font-size: 20px;
  display: none;
  margin-bottom: 0.75rem;
}

.page-template-page-template-homepage .tabs-section .tabs .tabs-title > a:focus,
.page-template-page-template-homepage .tabs-section .tabs .tabs-title > a[aria-selected='true'] {
  background: none;
}

.page-template-page-template-homepage .tabs-section .tabs .tabs-title.is-active a {
  background: #18D256;
}

@media screen and (min-width: 40.0625em) {
  .page-template-page-template-homepage .tabs-section .tabs-container {
    margin-top: 3rem;
  }
  .page-template-page-template-homepage .tabs-section .tabs-container .tabs-links {
    order: 1;
  }
  .page-template-page-template-homepage .tabs-section .tabs-container .tabs-media {
    order: 2;
  }
  .page-template-page-template-homepage .tabs-section .tabs {
    display: block;
  }
  .page-template-page-template-homepage .tabs-section .tabs .tabs-title a {
    width: auto;
    height: auto;
    background: none;
    padding-left: 2rem;
  }
  .page-template-page-template-homepage .tabs-section .tabs .tabs-title a .tab-icon, .page-template-page-template-homepage .tabs-section .tabs .tabs-title a p {
    display: block;
  }
  .page-template-page-template-homepage .tabs-section .tabs .tabs-title.is-active a {
    background: none;
  }
  .page-template-page-template-homepage .tabs-section .tabs .tabs-title.is-active a::before {
    opacity: 1;
  }
}

@media screen and (min-width: 64.0625em) {
  .page-template-page-template-homepage .tabs-section {
    margin-top: 10rem;
  }
}

.page-template-page-template-homepage .expert {
  position: relative;
  background: #1E2533;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-template-page-template-homepage .expert .title h2, .page-template-page-template-homepage .expert .title p {
  color: #fff;
}

.page-template-page-template-homepage .expert .title .link:hover {
  color: #fff;
}

.page-template-page-template-homepage .expert .blog-item {
  margin-top: 3rem;
}

.page-template-page-template-homepage .expert .blog-item .content {
  padding: 20px 25px;
}

.page-template-page-template-homepage .expert .blog-item .content h3 {
  margin-bottom: 10px;
}

.page-template-page-template-homepage .expert .blog-item .content p {
  margin-bottom: 0;
}

@media screen and (min-width: 40.0625em) {
  .page-template-page-template-homepage .expert {
    margin-top: -250px;
    padding-top: 22rem;
    padding-bottom: 16rem;
    background: url("img/backgrounds/Dark-Centered.jpg") center top no-repeat;
    background-size: cover;
  }
}

.page-template-page-template-homepage .get-started {
  position: relative;
  z-index: 2;
}

.page-template-page-template-homepage .get-started .security {
  display: block;
  margin: 3rem auto 0;
  max-width: 450px;
}

@media screen and (min-width: 40.0625em) {
  .page-template-page-template-homepage .get-started {
    margin-top: -150px;
  }
}

@font-face {
  font-family: 'open_sans';
  src: url("fonts/opensans/opensans-regular-webfont.woff2") format("woff2"), url("fonts/opensans/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'open_sans';
  src: url("fonts/opensans/opensans-semibold-webfont.woff2") format("woff2"), url("fonts/opensans/opensans-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'open_sans';
  src: url("fonts/opensans/opensans-bold-webfont.woff2") format("woff2"), url("fonts/opensans/opensans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserratbold';
  src: url("fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat/montserrat-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'montserratbold';
  src: url("fonts/montserrat/montserrat-extrabold-webfont.woff2") format("woff2"), url("fonts/montserrat/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-apple:before {
  content: "\f179";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clock:before {
  content: "\f017";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comments:before {
  content: "\f086";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-file:before {
  content: "\f15b";
}

.fa-flag:before {
  content: "\f024";
}

.fa-folders:before {
  content: "\f660";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-home:before {
  content: "\f015";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-images:before {
  content: "\f302";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-list:before {
  content: "\f03a";
}

.fa-lock:before {
  content: "\f023";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-plus:before {
  content: "\f067";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-question:before {
  content: "\f128";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-search:before {
  content: "\f002";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-server:before {
  content: "\f233";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-store:before {
  content: "\f54e";
}

.fa-sync:before {
  content: "\f021";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-th:before {
  content: "\f00a";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-warehouse:before {
  content: "\f494";
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/fontawesome/fa-regular-400.eot");
  src: url("./fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("./fonts/fontawesome/fa-regular-400.woff") format("woff"), url("./fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("./fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./fonts/fontawesome/fa-solid-900.eot");
  src: url("./fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("./fonts/fontawesome/fa-solid-900.woff") format("woff"), url("./fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("./fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "montserratbold";
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #1E2533;
}

p, span, a, div, li {
  font-family: "open_sans";
}

.h2 {
  font-size: 2rem;
}

@media screen and (min-width: 48.0625em) {
  .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 26px;
}

@media screen and (min-width: 48.0625em) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

a {
  text-decoration: none;
  display: inline-block;
}

hr {
  border-bottom: 1px solid #000;
}

p {
  color: #545C6C;
  font-size: 16px;
  margin-bottom: 1rem;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.row {
  width: 100%;
  max-width: 1300px;
}

.row .row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 48em) {
  .row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 40em) {
  .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#wrapper {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: calc(100vh - 75px - 60px);
}

@media screen and (max-width: 64em) {
  #wrapper {
    margin-top: 65px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 40em) {
  #wrapper {
    margin-top: 65px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

#wrapper.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

#wrapper.no-pad-top {
  padding-top: 0;
}

#wrapper.no-pad-bottom {
  padding-bottom: 0;
}

.banner {
  background: url("img/backgrounds/Green-Banner-BG.jpg") center bottom no-repeat;
  background-size: cover;
  padding-top: 3rem;
}

.banner .banner-content .icon {
  margin-bottom: 1rem;
}

.banner .banner-content h1, .banner .banner-content p {
  color: #fff;
}

.banner .media {
  margin-top: 2rem;
}

@media screen and (min-width: 48.0625em) {
  .banner .media {
    margin-top: 0;
  }
}

@media screen and (min-width: 64.0625em) {
  .banner {
    min-height: 600px;
  }
}

.section {
  margin-top: 6rem;
}

.section i {
  color: #18D256;
  font-size: 35px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 64.0625em) {
  .section {
    margin-top: 8rem;
  }
}

.header-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 64em) {
  .header-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 40em) {
  .header-wrap {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.header-wrap .sub-head {
  margin-top: 16px;
}

#bigcover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 100;
  opacity: 1;
}

#bigcover.fade-out {
  opacity: 0;
  transition: opacity 1s ease-out;
}

#bigcover img {
  width: 70px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -35px;
}

#bigcover img.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.social svg {
  width: auto;
  height: 16px;
  float: left;
  fill: #000;
}

.social:not(:last-child) svg {
  margin-right: 6px;
}

.menu li {
  list-style: none;
}

.get-started-footer {
  margin-top: 4rem;
  background: url(img/backgrounds/Green-BG-Angle-Left.svg) top left no-repeat;
  background-size: cover;
  padding-bottom: 4rem;
}

.get-started-footer img {
  width: 100%;
  max-width: 450px;
}

.get-started-footer h2, .get-started-footer p {
  color: #fff;
}

.get-started-footer .security {
  margin-top: 4rem;
}

.hentry {
  margin-bottom: 2rem;
}

.hentry .inner {
  display: inline-block;
  width: 100%;
}

.hentry .inner .bg {
  height: 180px;
  border-radius: 4px 4px 0 0;
}

.hentry .inner .info {
  padding: 1.5rem;
  min-height: 180px;
  position: relative;
}

.hentry .inner .info h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.hentry .inner .info p {
  margin-bottom: 0;
}

.hentry .inner .info .read-more {
  position: absolute;
  bottom: 20px;
  right: 1.5rem;
}

.back-share {
  margin-bottom: 2rem;
  justify-content: space-between;
}

.back-share .back {
  color: #8F95A2;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s ease;
}

.back-share .back span {
  text-transform: capitalize;
}

.back-share .back svg {
  width: 6.5px;
  height: 21px;
  margin-right: 1rem;
}

.back-share .back:hover {
  color: #545C6C;
}

.back-share .date {
  color: #8F95A2;
  font-weight: 600;
  font-size: 14px;
}

.back-share .share {
  display: flex;
  align-items: center;
}

.back-share .share p {
  margin: 0 1rem 0 0;
  font-weight: 600;
}

.back-share .share .icon-link svg {
  height: 16px;
}

.back-share .share .icon-link:not(:last-child) {
  margin-right: 1rem;
}

@media screen and (min-width: 48.0625em) {
  .back-share {
    margin-bottom: 4rem;
  }
}

.related h3 {
  margin-bottom: 2rem;
}

.related .hentry {
  margin-bottom: 3rem;
}

.related .hentry .main-img {
  height: 200px;
}

.related .hentry .info {
  min-height: 240px;
}

.related .hentry p.h4 {
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.related .more {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.testimonial-inc {
  background: #18D256;
  position: relative;
  margin-top: 2rem;
  padding: 2rem 0 4rem;
}

.testimonial-inc::before {
  content: '';
  background: url(img/backgrounds/Top-Left-Angle.svg) left top no-repeat;
  background-size: cover;
  width: 100%;
  height: 140px;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-inc .testimonial .h2 {
  color: #fff;
}

.testimonial-inc .testimonial img {
  max-width: 100px;
  margin-bottom: 1rem;
}

.testimonial-inc .testimonial .content p {
  color: #fff;
}

.testimonial-inc .testimonial .content .pill {
  margin-top: 1rem;
  background: #000;
  color: #fff;
  font-weight: 700;
}

.angle-banner {
  margin-bottom: 2rem;
  background: #18D256;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.angle-banner .banner-content i {
  font-size: 20px;
  margin-bottom: 10px;
}

.angle-banner .banner-content i, .angle-banner .banner-content h1, .angle-banner .banner-content p {
  color: #fff;
}

.angle-banner .banner-content .content {
  margin-top: 4rem;
}

.angle-banner .form-card {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.angle-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  z-index: -1;
}

@media screen and (min-width: 48.0625em) {
  .angle-banner {
    margin-bottom: 0;
    background: url(img/backgrounds/Green-Banner-BG.jpg) center bottom no-repeat;
    background-size: cover;
    min-height: 600px;
  }
  .angle-banner .banner-content i {
    font-size: 30px;
  }
  .angle-banner .form-card {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.subscribe-green {
  background: #18D256;
  padding: 2rem 1rem;
}

.subscribe-green .form-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.subscribe-green .h4 {
  color: #fff;
  margin-bottom: 1rem;
}

.subscribe-green .hs-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.subscribe-green .hs-form .hs-email {
  width: 100%;
  margin-bottom: 0.75rem;
}

.subscribe-green .hs-form .legal-consent-container {
  width: 100%;
  margin-bottom: 0;
}

.subscribe-green .hs-form .legal-consent-container .field.hs-form-field {
  margin-bottom: 0;
}

.subscribe-green .hs-form .legal-consent-container p {
  color: #fff;
}

.subscribe-green .hs-form .input .hs-form-booleancheckbox-display > .hs-input {
  background: #fff;
}

.subscribe-green .hs-form .hs-submit {
  width: 100%;
  margin-top: 10px;
}

.subscribe-green .hs-form .hs-submit .hs-button:hover {
  background: #fff;
  color: #000;
}

.subscribe-green .hs_recaptcha {
  display: none;
}

@media screen and (min-width: 64.0625em) {
  .subscribe-green .form-container {
    flex-wrap: nowrap;
  }
  .subscribe-green .h4 {
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .subscribe-green .hs-form .hs-email {
    width: 40%;
  }
  .subscribe-green .hs-form .legal-consent-container {
    width: 35%;
  }
  .subscribe-green .hs-form .legal-consent-container p {
    max-width: 180px;
    display: inline-block;
  }
  .subscribe-green .hs-form .hs-submit {
    width: auto;
    margin-top: 0;
  }
}

.subscribe-dark {
  background: #1E2533;
  padding: 2rem;
  border-radius: 4px;
}

.subscribe-dark .form-container {
  display: flex;
  flex-wrap: wrap;
}

.subscribe-dark .form-container h4 {
  color: #fff;
  font-size: 22px;
  width: 100%;
}

.subscribe-dark .form-container .hs-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.subscribe-dark .form-container .hs-form .hs-email {
  width: 100%;
  margin-bottom: 10px;
}

.subscribe-dark .form-container .hs-form .legal-consent-container {
  margin-bottom: 0;
}

.subscribe-dark .form-container .hs-form .legal-consent-container p {
  color: #fff;
}

.subscribe-dark .form-container .hs-form .hs-submit {
  width: 100%;
}

.subscribe-dark .form-container .hs-form .hs-submit .hs-button {
  background: #18D256;
}

@media screen and (min-width: 64.0625em) {
  .subscribe-dark {
    padding: 2rem 2rem 1rem;
  }
  .subscribe-dark .form-container h4 {
    width: 28%;
  }
  .subscribe-dark .form-container .hbspt-form {
    width: 70%;
    padding-left: 2rem;
  }
  .subscribe-dark .form-container .hbspt-form .hs-email {
    width: 60%;
    order: 1;
  }
  .subscribe-dark .form-container .hbspt-form .legal-consent-container {
    order: 3;
  }
  .subscribe-dark .form-container .hbspt-form .hs-submit {
    width: auto;
    margin-top: 0;
    margin-left: 10px;
    order: 2;
  }
}

.chat-with-us {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.chat-with-us .card {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.chat-with-us .img {
  width: 100%;
  height: 320px;
  background: url(img/Blog-Chat.jpg) center center no-repeat;
  background-size: cover;
}

.chat-with-us .content {
  width: 100%;
  padding: 2rem;
  background: #EFF4F8;
}

.chat-with-us .content h3 {
  font-size: 25px;
}

@media screen and (min-width: 40.0625em) {
  .chat-with-us .img {
    height: auto;
    width: 40%;
  }
  .chat-with-us .content {
    width: 60%;
    padding: 2.5rem 3rem;
  }
}

.form-container {
  padding: 2rem 2rem 3rem 2rem;
}

.form-container .icon {
  display: block;
  margin: 0 auto 1rem;
}

.free-cta {
  margin-top: 3rem;
  padding-bottom: 4rem;
}

.free-cta .content {
  padding-top: 2rem;
  background: #18D256;
  text-align: center;
}

.free-cta .content h4 {
  color: #fff;
}

.free-cta .content p {
  color: #fff;
  max-width: 70%;
  margin: 0 auto;
}

.free-cta .content .btn {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.pill-likes {
  width: 100%;
  max-width: 340px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow: hidden;
  border-radius: 90px;
  display: flex;
}

.pill-likes > div p {
  margin-bottom: 0;
}

.pill-likes .title {
  width: calc(100% - 120px);
  padding: 1rem 3rem;
}

.pill-likes .title h5 {
  margin-bottom: 0;
}

.pill-likes .title p {
  font-size: 10px;
  font-weight: 600;
}

.pill-likes .title p.green {
  color: #18D256;
}

.pill-likes .likes {
  padding: 1.5rem;
  width: 120px;
  text-align: center;
  background: #18D256;
  display: flex;
}

.pill-likes .likes p {
  font-size: 22px;
  margin-left: 5px;
  color: #fff;
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
}

.email-icons img {
  max-width: 60px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 50%;
}

.page-template-page-template-book-a-demo .media {
  position: relative;
  margin-top: 3rem;
}

.page-template-page-template-book-a-demo .email-icons {
  position: absolute;
  top: 10%;
  right: 0;
  max-width: 60px;
}

.page-template-page-template-book-a-demo .email-icons img {
  max-width: 60px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-template-book-a-demo .pill-likes {
    position: absolute;
    right: 50%;
    left: auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: -40px;
  }
}

.page-template-page-template-landing-page .desktop-menu,
.page-template-page-template-landing-page .mobile-menu {
  display: none;
}

.page-template-page-template-landing-page header {
  padding: 2rem 0;
}

.page-template-page-template-landing-page #wrapper {
  margin-top: 0;
}

.page-template-page-template-landing-page .form-column {
  order: 2;
  margin-top: 2rem;
}

.page-template-page-template-landing-page .content-column {
  order: 1;
}

.page-template-page-template-landing-page .list {
  list-style: none;
  margin: 0;
}

.page-template-page-template-landing-page .list li {
  color: #545C6C;
  margin-bottom: 1.25rem;
}

.page-template-page-template-landing-page .list i {
  color: #18D256;
  margin-right: 1.25rem;
}

.page-template-page-template-landing-page .media {
  position: relative;
}

.page-template-page-template-landing-page .email-icons {
  position: absolute;
  bottom: 180px;
}

.page-template-page-template-landing-page .email-icons img {
  margin-right: 1.5rem;
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-template-landing-page .form-column {
    order: initial;
    margin-top: 0;
  }
  .page-template-page-template-landing-page .content-column {
    order: initial;
  }
  .page-template-page-template-landing-page .pill-likes {
    position: absolute;
    top: 140px;
    right: -40px;
  }
}

.blog, .archive {
  /*.row-categories {
        .header-wrap {
            margin:0 0 3rem;
        }
    }*/
}

.blog #wrapper, .archive #wrapper {
  background: url(img/backgrounds/blue-bg.svg) bottom left no-repeat;
  background-size: contain;
}

.blog .newsletter-sign-up, .archive .newsletter-sign-up {
  position: fixed;
  top: 35%;
  left: 0;
  z-index: 10;
  max-width: 140px;
  background: #CDF0FE;
  padding: 1.5rem;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 3px 6px #00000029;
}

.blog .newsletter-sign-up .title, .archive .newsletter-sign-up .title {
  font-size: 15px;
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color: #006BAF;
}

.blog .newsletter-sign-up .title svg, .archive .newsletter-sign-up .title svg {
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
}

.blog .newsletter-sign-up .close-icon, .archive .newsletter-sign-up .close-icon {
  display: none;
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 14px;
}

.blog .newsletter-sign-up .close-icon path, .archive .newsletter-sign-up .close-icon path {
  fill: #35C5FD;
  opacity: 1;
}

.blog .newsletter-sign-up .close-icon:hover, .archive .newsletter-sign-up .close-icon:hover {
  cursor: pointer;
}

.blog .newsletter-sign-up .arrow-right:hover, .archive .newsletter-sign-up .arrow-right:hover {
  cursor: pointer;
}

.blog .newsletter-sign-up .hbspt-form, .archive .newsletter-sign-up .hbspt-form {
  display: none;
}

.blog .newsletter-sign-up .hbspt-form .hs-form, .archive .newsletter-sign-up .hbspt-form .hs-form {
  display: flex;
  flex-wrap: wrap;
}

.blog .newsletter-sign-up .hbspt-form .hs-form .hs-submit, .archive .newsletter-sign-up .hbspt-form .hs-form .hs-submit {
  width: auto;
  margin-top: 0;
  margin-left: 0.75rem;
}

.blog .newsletter-sign-up .hbspt-form .hs-form .hs-submit input, .archive .newsletter-sign-up .hbspt-form .hs-form .hs-submit input {
  background: #03B6FC;
}

.blog .newsletter-sign-up .hbspt-form .hs-form .legal-consent-container, .archive .newsletter-sign-up .hbspt-form .hs-form .legal-consent-container {
  margin: 0;
  width: 100%;
  order: 3;
}

.blog .newsletter-sign-up.active, .archive .newsletter-sign-up.active {
  background: #9AE2FE;
  max-width: 390px;
  padding: 1.5rem 2rem;
}

.blog .newsletter-sign-up.active .close-icon, .archive .newsletter-sign-up.active .close-icon {
  display: block;
}

.blog .newsletter-sign-up.active .title, .archive .newsletter-sign-up.active .title {
  margin-bottom: 2rem;
}

.blog .newsletter-sign-up.active .title svg, .archive .newsletter-sign-up.active .title svg {
  margin-bottom: 0;
}

.blog .newsletter-sign-up.active .arrow-right, .archive .newsletter-sign-up.active .arrow-right {
  display: none;
}

.blog .newsletter-sign-up.active .hbspt-form, .archive .newsletter-sign-up.active .hbspt-form {
  display: block;
}

.blog .categories, .archive .categories {
  display: none;
  margin-bottom: 2rem;
}

.blog .categories ul, .archive .categories ul {
  list-style: none;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.blog .categories ul li, .archive .categories ul li {
  margin-right: 0.4rem;
  position: relative;
}

.blog .categories ul li .text-link, .archive .categories ul li .text-link {
  white-space: nowrap;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: #F53BAD;
  background: #18D256;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.blog .categories ul li .text-link[aria-current="page"], .archive .categories ul li .text-link[aria-current="page"] {
  background: #F53BAD;
  color: #fff;
}

.blog .categories ul li .text-link.view-all, .archive .categories ul li .text-link.view-all {
  background: #EFF4F8;
  color: #8F95A2;
}

.blog .categories .mobile-cat, .archive .categories .mobile-cat {
  position: relative;
  background: #03B6FC;
  margin-bottom: 2rem;
  border-radius: 4px;
}

.blog .categories .mobile-cat select, .archive .categories .mobile-cat select {
  background: none;
  color: #fff;
}

.blog .categories .mobile-cat svg, .archive .categories .mobile-cat svg {
  position: absolute;
  bottom: 50%;
  top: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 15px;
  width: 10px;
  height: 16px;
  color: #fff;
}

.blog .featured-wrapper > .row, .archive .featured-wrapper > .row {
  padding: 0 20px;
}

.blog .featured-wrapper > .row .featured-post, .archive .featured-wrapper > .row .featured-post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.blog .featured-wrapper > .row .featured-post .featured-img, .archive .featured-wrapper > .row .featured-post .featured-img {
  border-radius: 4px 4px 0 0;
  min-height: 220px;
  width: 100%;
  position: relative;
}

.blog .featured-wrapper > .row .featured-post .info, .archive .featured-wrapper > .row .featured-post .info {
  padding: 3rem;
  position: relative;
}

.blog .featured-wrapper > .row .featured-post .info h2, .archive .featured-wrapper > .row .featured-post .info h2 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1rem;
}

.blog .featured-wrapper > .row .featured-post .type, .archive .featured-wrapper > .row .featured-post .type {
  position: absolute;
  left: 0;
  top: 20px;
  padding: 0.75rem 1rem;
  color: #18D256;
  background: #fff;
  border-radius: 0 4px 4px 0;
  font-size: 10px;
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
}

.blog .featured-wrapper > .row .featured-post .type svg, .archive .featured-wrapper > .row .featured-post .type svg {
  position: relative;
  top: 2px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 48.0625em) {
  .blog .featured-wrapper > .row .featured-post .featured-img, .archive .featured-wrapper > .row .featured-post .featured-img {
    border-radius: 4px 0 0 4px;
    min-height: 340px;
  }
}

.blog .hentry, .archive .hentry {
  margin-bottom: 2rem;
}

.blog .hentry .inner, .archive .hentry .inner {
  display: inline-block;
  width: 100%;
}

.blog .hentry .inner .bg, .archive .hentry .inner .bg {
  height: 180px;
  border-radius: 4px 4px 0 0;
}

.blog .hentry .inner .info, .archive .hentry .inner .info {
  padding: 2rem 1.5rem;
  min-height: 300px;
  position: relative;
}

.blog .hentry .inner .info h3, .archive .hentry .inner .info h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog .hentry .inner .info .category, .archive .hentry .inner .info .category {
  font-size: 10px;
  color: #18D256;
  font-weight: 600;
}

.blog .hentry .inner .info p, .archive .hentry .inner .info p {
  margin-bottom: 0;
}

.blog .hentry .inner .info .read-more, .archive .hentry .inner .info .read-more {
  position: absolute;
  bottom: 20px;
  right: 1.5rem;
}

@media screen and (min-width: 64.0625em) {
  .blog .hentry:nth-child(5n + 1), .blog .hentry:nth-child(5n + 2), .archive .hentry:nth-child(5n + 1), .archive .hentry:nth-child(5n + 2) {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .blog .hentry:nth-child(5n + 1) .inner .info, .blog .hentry:nth-child(5n + 2) .inner .info, .archive .hentry:nth-child(5n + 1) .inner .info, .archive .hentry:nth-child(5n + 2) .inner .info {
    min-height: 250px;
  }
  .blog .hentry:nth-child(5n + 1) .inner .bg, .blog .hentry:nth-child(5n + 2) .inner .bg, .archive .hentry:nth-child(5n + 1) .inner .bg, .archive .hentry:nth-child(5n + 2) .inner .bg {
    height: 300px;
  }
}

.blog .pagination, .archive .pagination {
  margin: 3rem auto;
}

.blog .pagination .navigation ul, .archive .pagination .navigation ul {
  list-style: none;
  display: flex;
  margin: 0;
}

.blog .pagination .navigation ul li, .archive .pagination .navigation ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
}

.blog .pagination .navigation ul li a, .archive .pagination .navigation ul li a {
  font-weight: 600;
}

.blog .pagination .navigation ul li.active, .archive .pagination .navigation ul li.active {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
}

.blog .pagination .navigation ul li.prev-next, .archive .pagination .navigation ul li.prev-next {
  padding: 0;
  line-height: 1;
}

.blog .pagination .navigation ul li.prev-next a, .archive .pagination .navigation ul li.prev-next a {
  font-size: 0;
  padding: 0.5rem;
}

.blog .pagination .navigation ul li.prev-next a::after, .archive .pagination .navigation ul li.prev-next a::after {
  content: '';
  display: block;
  width: 6px;
  height: 16px;
}

.blog .pagination .navigation ul li.prev a::after, .archive .pagination .navigation ul li.prev a::after {
  background: url(img/icons/Angle-Left.svg) center center no-repeat;
  background-size: contain;
}

.blog .pagination .navigation ul li.next a::after, .archive .pagination .navigation ul li.next a::after {
  background: url(img/icons/Angle-Right.svg) center center no-repeat;
  background-size: contain;
}

.single .main-content .social-container {
  order: 2;
  display: none;
}

.single .main-content .social {
  display: flex;
  align-items: baseline;
}

.single .main-content .social p {
  color: #8F95A2;
  font-weight: 600;
}

.single .main-content .social .icon-link {
  margin-left: 1rem;
}

.single .main-content .social .icon-link svg {
  height: 16px;
  color: #03B6FC;
}

.single .main-content .intro {
  margin-bottom: 2rem;
}

.single .main-content .main-img {
  height: 200px;
  border-radius: 4px;
  margin-bottom: 2rem;
}

.single .main-content #sub-menu,
.single .main-content .blog-link-list {
  margin: 0;
  padding: 2rem 4rem;
  background: #EFF4F8;
  font-family: "montserratbold";
  font-size: 14px;
  font-weight: 800;
  line-height: 2;
  border-radius: 4px;
}

.single .main-content #sub-menu li,
.single .main-content .blog-link-list li {
  margin-bottom: 5px;
}

.single .main-content #sub-menu li a,
.single .main-content .blog-link-list li a {
  color: #18D256;
}

.single .main-content #sub-menu li::marker,
.single .main-content .blog-link-list li::marker {
  color: #18D256;
}

.single .main-content blockquote {
  background: #EFF4F8;
  border: none;
  border-radius: 4px;
  padding: 2rem 2.5rem;
  margin: 3rem 0;
  position: relative;
}

.single .main-content blockquote p {
  color: #141414;
  font-size: 20px;
}

.single .main-content blockquote cite {
  font-family: "montserratbold";
  color: #545C6C;
}

.single .main-content blockquote cite::before {
  display: none;
}

.single .main-content blockquote::before, .single .main-content blockquote::after {
  content: '';
  position: absolute;
  display: block;
  width: 29px;
  height: 22px;
  background: url(img/icons/Quotes.svg) center center no-repeat;
  background-size: contain;
}

.single .main-content blockquote::before {
  top: 0;
  left: 10px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single .main-content blockquote::after {
  bottom: 0;
  right: 10px;
  -webkit-transform: scaleX(-1) translateY(10px);
          transform: scaleX(-1) translateY(10px);
}

.single .main-content .blog-author {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.single .main-content .blog-author .card {
  background: #EFF4F8;
  padding: 3rem;
}

.single .main-content .blog-author .card .profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}

.single .main-content .blog-author .card .profile img {
  max-width: 110px;
  margin-right: 1rem;
}

.single .main-content .blog-author .card .profile .info .blog-author-type {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #03B6FC;
}

.single .main-content .blog-author .card .profile .info h5 {
  margin-bottom: 0;
}

.single .main-content .blog-author .card .profile .info .title {
  font-size: 18px;
  color: #000;
}

.single .main-content .chat {
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding-top: 3rem;
  border-top: 2px solid #EFF4F8;
}

.single .main-content .chat .card {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.single .main-content .chat .img {
  width: 100%;
  height: 320px;
  background: url(img/Blog-Chat.jpg) center center no-repeat;
  background-size: cover;
}

.single .main-content .chat .content {
  width: 100%;
  padding: 2rem;
  background: #CDF0FE;
}

.single .main-content .chat .content h3 {
  font-size: 25px;
}

.single .main-content .post ol, .single .main-content .post ul {
  background: #EFF4F8;
  margin: 0;
  list-style-position: inside;
  padding: 2rem;
}

.single .main-content .post ol li, .single .main-content .post ul li {
  color: #18D256;
  font-size: 16px;
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 40.0625em) {
  .single .main-content .main-img {
    height: 375px;
  }
  .single .main-content .chat .img {
    height: auto;
    width: 40%;
  }
  .single .main-content .chat .content {
    width: 60%;
    padding: 2rem 2.5rem;
  }
}

@media screen and (min-width: 48.0625em) {
  .single .main-content .social-container {
    order: 0;
    display: block;
  }
  .single .main-content .social-container .social {
    display: block;
    position: sticky;
    top: 190px;
  }
  .single .main-content .social-container .social .icon-link {
    margin: 0 0 1rem;
    width: 100%;
  }
}

.single .header {
  margin-bottom: 2rem;
}

.single .paragraphs h1, .single .paragraphs h2, .single .paragraphs h3, .single .paragraphs h4, .single .paragraphs h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.single .paragraphs h2, .single .paragraphs h3, .single .paragraphs h4 {
  margin-top: 2rem;
}

.single .paragraphs h2 {
  font-size: 22px;
}

.single .paragraphs h3 {
  font-size: 15px;
}

.single .paragraphs h4 {
  font-size: 10px;
}

.single .paragraphs a {
  display: inline;
  color: #18D256;
  transition: color 0.3s ease;
}

.single .paragraphs a:hover {
  color: #006BAF;
}

.single .paragraphs p,
.single .paragraphs li,
.single .paragraphs span {
  color: #545C6C;
}

.single .paragraphs img {
  border-radius: 4px;
  margin-bottom: 1rem;
}

.single .related {
  margin-top: 2rem;
}

.single-post #wrapper {
  padding-top: 4rem;
  padding-bottom: 0;
}

.single-post .related {
  margin-top: 2rem;
}

.single-post .related .card {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.single-post .related .card .bg {
  width: 100%;
  height: 180px;
  border-radius: 0;
}

.single-post .related .card .info {
  width: 100%;
  min-height: 0;
}

.single-post .related .card .info .read-more {
  position: static;
  margin-top: 1rem;
}

.single-post .subscribe {
  padding: 0;
}

.single-post .subscribe form {
  display: flex;
  flex-wrap: wrap;
}

.single-post .subscribe form input[type="email"] {
  width: 75%;
  height: 40px;
  margin: 0;
  border-radius: 4px 0 0 4px;
}

.single-post .subscribe form input[type="submit"] {
  width: 100%;
  border-radius: 0 4px 4px 0;
  height: 40px;
  padding: 0;
}

.single-post .subscribe form input[type="submit"]:hover {
  -webkit-transform: none;
          transform: none;
}

.single-post .subscribe .hbspt-form .hs-email {
  width: 75%;
}

.single-post .subscribe .hbspt-form .hs-email .hs-input {
  border-radius: 4px 0 0 4px;
}

.single-post .subscribe .hbspt-form .legal-consent-container {
  order: 3;
  width: 100%;
}

.single-post .subscribe .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}

.single-post .subscribe .hbspt-form .hs_recaptcha {
  order: 4;
  margin-top: 0;
}

.single-post .subscribe .hbspt-form .hs-submit {
  margin-top: 0;
  width: 25%;
}

.single-post .subscribe .hbspt-form .hs-submit .hs-button {
  border-radius: 0 4px 4px 0;
  border: none;
  background: #000;
  padding: 0;
  height: 40px;
}

@media screen and (min-width: 40.0625em) {
  .single-post .related {
    padding: 4rem 0;
  }
  .single-post .related .card .bg {
    width: 40%;
    height: auto;
  }
  .single-post .related .card .info {
    width: 60%;
    min-height: 240px;
  }
}

.page-template-page-template-subproccessors .banner-small {
  min-height: 240px;
  background: url("img/backgrounds/Green-Rings-Top-Banner.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  color: #fff;
}

.page-template-page-template-subproccessors .banner-small h1 {
  color: #fff;
}

.page-template-page-template-subproccessors .banner-small p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}

.page-template-page-template-subproccessors .banner-small p a {
  color: #fff;
  text-decoration: underline;
}

.page-template-page-template-subproccessors .intro {
  margin-bottom: 3rem;
}

.page-template-page-template-subproccessors .sub-processors .sub-processor {
  margin-bottom: 2rem;
}

.page-template-page-template-subproccessors .sub-processors .sub-processor .table-row {
  border-bottom: 1px solid #E8E8E8;
}

.page-template-page-template-subproccessors .sub-processors .sub-processor .table-row.table-head {
  background: #67d884;
  border: 1px solid #18D256;
  border-radius: 4px 4px 0 0;
  flex-wrap: nowrap;
}

.page-template-page-template-subproccessors .sub-processors .sub-processor .table-row.table-head .table-data {
  font-weight: 700;
  border-right: none;
}

.page-template-page-template-subproccessors .sub-processors .sub-processor .table-row.table-head .table-data.type {
  border-left: none;
  border-right: 1px solid #18D256;
}

.page-template-page-template-subproccessors .sub-processors .sub-processor .table-row .table-data {
  display: flex;
  align-items: center;
  min-height: 70px;
  width: 70%;
  padding-left: 1rem;
  margin-bottom: 0;
  border-right: 1px solid #E8E8E8;
}

.page-template-page-template-subproccessors .sub-processors .sub-processor .table-row .table-data.type {
  font-size: 12px;
  width: 30%;
  padding-left: 0.5rem;
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  border-left: 1px solid #E8E8E8;
}

.page-template-page-template-subproccessors .sub-processors .sub-processor .table-row .table-data:not(.type) {
  word-break: break-word;
}

@media screen and (min-width: 40.0625em) {
  .page-template-page-template-subproccessors .sub-processors .sub-processor .table-row .table-data {
    padding-left: 3rem;
  }
  .page-template-page-template-subproccessors .sub-processors .sub-processor .table-row .table-data.type {
    font-size: 15px;
    padding-left: 2rem;
  }
}

.page-template-page-template-subproccessors .changelog-section {
  margin-top: 4rem;
}

.page-template-page-template-subproccessors .changelog {
  margin-top: 4rem;
}

.page-template-page-template-subproccessors .changelog .table-row.table-head {
  background: #67d884;
  border: 1px solid #18D256;
  border-radius: 4px 4px 0 0;
  flex-wrap: nowrap;
}

.page-template-page-template-subproccessors .changelog .table-row.table-head .table-data {
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  display: flex;
  align-items: center;
  min-height: 70px;
  font-size: 15px;
}

.page-template-page-template-subproccessors .changelog .table-row.table-head .table-data:not(.date) {
  justify-content: center;
}

.page-template-page-template-subproccessors .changelog .table-row.table-head .table-data:not(:last-child) {
  border-right: 1px solid #18D256;
}

.page-template-page-template-subproccessors .changelog .table-row.table-content {
  border-bottom: 1px solid #E8E8E8;
}

.page-template-page-template-subproccessors .changelog .table-row.table-content .table-data {
  border-right: 1px solid #E8E8E8;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.page-template-page-template-subproccessors .changelog .table-row.table-content .table-data.date {
  border-left: 1px solid #E8E8E8;
}

.page-template-page-template-subproccessors .changelog .table-row .table-data {
  width: 50%;
  margin-bottom: 0;
  min-height: 110px;
}

.page-template-page-template-subproccessors .changelog .table-row .table-data.date {
  width: 20%;
  padding-left: 0.5rem;
  font-weight: 800;
}

.page-template-page-template-subproccessors .changelog .table-row .table-data.change {
  width: 30%;
}

.page-template-page-template-subproccessors .changelog .table-row .table-data:not(.date) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (min-width: 40.0625em) {
  .page-template-page-template-subproccessors .changelog .table-row .table-data.date {
    padding-left: 2rem;
  }
  .page-template-page-template-subproccessors .changelog .table-row .table-data:not(.date) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.page-template-page-template-thank-you-new #wrapper {
  position: relative;
}

.page-template-page-template-thank-you-new .main-title {
  padding-top: 4rem;
}

.page-template-page-template-thank-you-new .main-title i, .page-template-page-template-thank-you-new .main-title h1, .page-template-page-template-thank-you-new .main-title p {
  color: #fff;
}

.page-template-page-template-thank-you-new .main-title h1 {
  margin-bottom: 0.75rem;
}

.page-template-page-template-thank-you-new .main-title .fas {
  font-size: 30px;
}

.page-template-page-template-thank-you-new .related {
  width: 100%;
  margin-top: 4rem;
}

.page-template-page-template-thank-you-new .related h2 {
  color: #fff;
}

.page-template-page-template-thank-you-new .related .hentry .info {
  min-height: 135px;
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-template-thank-you-new .main-title {
    padding-top: 8rem;
  }
  .page-template-page-template-thank-you-new .related {
    margin-top: 8rem;
  }
}

.page-template-page-template-platform .banner {
  padding-top: 1rem;
}

.page-template-page-template-platform .banner .media {
  position: relative;
}

.page-template-page-template-platform .banner .media .main-img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.page-template-page-template-platform .banner .media .heart-rate-container {
  position: absolute;
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 2;
  top: 130px;
}

.page-template-page-template-platform .banner .media .heart-rate {
  width: 150px;
  height: 73px;
  position: relative;
  margin: 20px auto;
}

.page-template-page-template-platform .banner .media .fade-in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #24E35E;
  top: 0;
  right: 0;
  -webkit-animation: heartRateIn 2.5s linear infinite;
          animation: heartRateIn 2.5s linear infinite;
}

@-webkit-keyframes heartRateIn {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

@keyframes heartRateIn {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-template-platform .banner .banner-content h1, .page-template-page-template-platform .banner .banner-content p {
    max-width: 80%;
  }
}

.page-template-page-template-platform .marquee-container {
  overflow: hidden;
}

.page-template-page-template-platform .marquee {
  padding: 3rem 0;
  position: relative;
}

.page-template-page-template-platform .marquee .marquee-row {
  width: 200%;
  display: flex;
}

.page-template-page-template-platform .marquee .marquee-row .marquee-inner {
  width: 50%;
  display: flex;
  justify-content: space-around;
}

.page-template-page-template-platform .marquee .marquee-row.marquee-row-bottom {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-template-platform .marquee {
    -webkit-animation: marquee 15s linear 0s infinite;
            animation: marquee 15s linear 0s infinite;
  }
}

.page-template-page-template-platform .section .media {
  order: 2;
}

.page-template-page-template-platform .section .content {
  order: 1;
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-template-platform .section .media {
    order: 0;
  }
}

.page-template-page-template-pricing .pricing-table {
  margin-top: 3rem;
}

.page-template-page-template-pricing .pricing-table .title {
  padding: 1.25rem 0;
  text-transform: capitalize;
  color: #545C6C;
  background: #EFF4F8;
  margin: 0;
}

.page-template-page-template-pricing .pricing-table .list {
  list-style: none;
  margin: 0;
}

.page-template-page-template-pricing .pricing-table .list li {
  display: flex;
  align-items: center;
  min-height: 65px;
  border-right: 1px solid #EFF4F8;
}

.page-template-page-template-pricing .pricing-table .list li:not(:last-child) {
  border-bottom: 1px solid #EFF4F8;
}

.page-template-page-template-pricing .pricing-table .list li:last-child {
  background: #18D256;
  color: #fff;
  border-right: 1px solid #67D884;
}

.page-template-page-template-pricing .pricing-table .list li:last-child span {
  color: #fff;
}

.page-template-page-template-pricing .pricing-table .features-column h4 {
  padding-left: 1rem;
}

.page-template-page-template-pricing .pricing-table .features-column ul li {
  font-weight: 700;
  color: #545C6C;
  font-size: 15px;
  padding-left: 1rem;
}

.page-template-page-template-pricing .pricing-table .tiers .tier {
  margin-bottom: 2rem;
}

.page-template-page-template-pricing .pricing-table .tiers .tier h4 {
  text-align: center;
}

.page-template-page-template-pricing .pricing-table .tiers .tier .info {
  display: flex;
}

.page-template-page-template-pricing .pricing-table .tiers .tier .info .list {
  width: 50%;
}

.page-template-page-template-pricing .pricing-table .tiers .tier .info .features {
  font-weight: 700;
  color: #545C6C;
}

.page-template-page-template-pricing .pricing-table .tiers .tier .info .features li {
  padding-left: 1.25rem;
  border-right: 1px solid #EFF4F8;
}

.page-template-page-template-pricing .pricing-table .tiers .tier .info .features li:last-child {
  border-right: 1px solid #67D884;
}

.page-template-page-template-pricing .pricing-table .tiers .tier .info .values {
  text-align: center;
}

.page-template-page-template-pricing .pricing-table .tiers .tier .info .values li {
  justify-content: center;
}

.page-template-page-template-pricing .pricing-table .tiers .tier .info .values li span {
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  font-size: 16px;
  color: #18D256;
}

.page-template-page-template-pricing .pricing-table .tiers .tier .info .values li:last-child span {
  color: #fff;
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-template-pricing .pricing-table .title {
    font-size: 18px;
  }
}

@media screen and (min-width: 40.0625em) {
  .page-template-page-template-pricing .pricing-table {
    display: flex;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .page-template-page-template-pricing .pricing-table .title {
    font-size: 16px;
  }
  .page-template-page-template-pricing .pricing-table .features-column {
    width: 25%;
  }
  .page-template-page-template-pricing .pricing-table .tiers {
    width: 75%;
    display: flex;
  }
  .page-template-page-template-pricing .pricing-table .tiers .tier {
    width: calc(100%/3);
    margin-bottom: 0;
  }
  .page-template-page-template-pricing .pricing-table .tiers .tier .info .list {
    width: 100%;
  }
  .page-template-page-template-pricing .pricing-table .tiers .tier .info .features {
    display: none;
  }
}

@media screen and (max-width: 40em) {
  .page-template-page-template-pricing .pricing-table .tiers .tier {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
}

.page-template-page-template-pricing .disclaimer {
  color: #8F95A2;
  font-size: 12px;
  margin-top: 1rem;
}

.page-template-page-template-pricing .faq {
  margin-top: 6rem;
}

.page-template-page-template-pricing .faq h3 {
  margin-bottom: 2rem;
}

.page-template-page-template-pricing .faq .accordion .accordion-item {
  margin-bottom: 1rem;
}

.page-template-page-template-pricing .faq .accordion .accordion-title {
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  font-size: 13px;
  padding: 2rem 1rem;
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-template-pricing .faq .accordion .accordion-title {
    font-size: 20px;
  }
}

.page-template-page-template-partnership .desktop-menu,
.page-template-page-template-partnership .mobile-menu {
  display: none;
}

.page-template-page-template-partnership header {
  padding: 2rem 0;
}

.page-template-page-template-partnership header .logo {
  max-width: 230px;
  width: 100%;
}

.page-template-page-template-partnership .intro {
  margin-bottom: 4rem;
}

.page-template-page-template-partnership .hbspt-form {
  padding: 2rem;
}

.page-template-page-template-partnership .acf-form {
  margin-top: 2rem;
  overflow: visible;
}

.page-template-page-template-partnership .acf-form .card {
  padding: 2.5rem 1.5rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}

.page-template-page-template-partnership .acf-form .card h3 {
  font-size: 17px;
  margin-bottom: 0.5px;
}

.page-template-page-template-partnership .acf-form .card .form-sub-title {
  padding-top: 10px;
}

.page-template-page-template-partnership .acf-form .form-field .form-label {
  margin-bottom: 1rem;
  padding-top: 10px;
  font-family: "montserratbold";
  font-size: 17px;
  font-weight: 800;
}

.page-template-page-template-partnership .acf-form .email-disclaimer {
  margin-bottom: 10px;
}

.page-template-page-template-partnership .acf-form .mutual-client fieldset label span {
  padding: 10px 3rem;
  border-radius: 60px;
  background: #CDF0FE;
  color: #006BAF;
  margin-right: 1rem;
}

.page-template-page-template-partnership .acf-form .mutual-client fieldset label .checked + span {
  background: #03B6FC;
  color: #fff;
}

.page-template-page-template-partnership .acf-form .check-field fieldset label {
  display: block;
  float: none;
  margin-bottom: 1rem;
}

.page-template-page-template-partnership .acf-form .agreement {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #E8E8E8;
}

.page-template-page-template-partnership .acf-form .agreement ul li {
  margin-bottom: 1rem;
}

.page-template-page-template-partnerstack #wrapper {
  padding-bottom: 0;
}

.page-template-page-template-partnerstack .banner {
  min-height: 500px;
  position: relative;
  background: url(img/backgrounds/Green-Centered.jpg) center top no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.page-template-page-template-partnerstack .banner .inner-content {
  position: relative;
  z-index: 2;
}

.page-template-page-template-partnerstack .banner .inner-content .content {
  margin-bottom: 2rem;
}

.page-template-page-template-partnerstack .banner .inner-content .content h1 {
  color: #fff;
}

.page-template-page-template-partnerstack .banner .inner-content .content p {
  color: #000;
  max-width: 70%;
  margin: 0 auto;
}

.page-template-page-template-partnerstack .main-content {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

.page-template-page-template-partnerstack .main-content .intro {
  margin-bottom: 4rem;
}

.page-template-page-template-partnerstack .main-content ul {
  margin: 0;
  list-style: none;
}

.page-template-page-template-partnerstack .main-content ul li {
  display: flex;
  margin-bottom: 2rem;
}

.page-template-page-template-partnerstack .main-content ul li img {
  margin-right: 2rem;
  max-width: 30px;
  max-height: 30px;
}

.page-template-page-template-partnerstack .main-content .sign-up-form .more-info {
  margin-top: 1rem;
}

.page-template-page-template-partnerstack .main-content .sign-up-form .more-info p {
  font-size: 10px;
  font-weight: 600;
}

.page-template-page-template-partnerstack .main-content .sign-up-form .more-info p a {
  color: #18D256;
}

.page-template-page-template-partnerstack .main-content .sign-up-form .more-info h5 {
  margin-bottom: 0;
}

.page-template-page-template-partnerstack .main-content .sign-up-form .more-info .link {
  font-size: 12px;
}

.page-template-page-template-partnerstack .main-content .sign-up-form .more-info .link svg {
  max-height: 12px;
}

.page-template-page-template-partnerstack #form-container {
  position: sticky;
  top: 250px;
  float: right;
  padding: 2rem;
}

.page-template-page-template-partnerstack #form-container h5 {
  font-size: 15px;
}

.page-template-page-template-partnerstack #form-container .hbspt-form .hs-submit .hs-button {
  background: #18D256;
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-template-partnerstack #form-container {
    max-width: 380px;
  }
}

@media screen and (min-width: 75.0625em) {
  .page-template-page-template-partnerstack .banner {
    max-height: 550px;
  }
}

.page-template-page-template-partners #wrapper {
  padding-bottom: 0;
}

.page-template-page-template-partners .banner {
  position: relative;
  min-height: 400px;
  background: url(img/backgrounds/Green-Circle-White-Angle.jpg) center top no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding-top: 0;
}

.page-template-page-template-partners .banner .banner-content {
  margin-top: 2rem;
  z-index: 2;
}

.page-template-page-template-partners .banner .banner-content .inner-content h1 {
  color: #fff;
}

.page-template-page-template-partners .banner .banner-content .inner-content p {
  font-size: 18px;
  color: #000;
}

.page-template-page-template-partners .banner .row {
  position: relative;
}

.page-template-page-template-partners .partner-sign-in {
  margin-top: 3rem;
}

.page-template-page-template-partners .partner-sign-in p {
  font-weight: 600;
}

.page-template-page-template-partners .partner-sign-in p a {
  color: #03B6FC;
}

.page-template-page-template-partners .partner-types {
  margin-top: 3rem;
}

.page-template-page-template-partners .partner-types .partner-container {
  display: flex;
  flex-wrap: wrap;
}

.page-template-page-template-partners .partner-types .partner-type {
  overflow: visible;
  margin-bottom: 3rem;
}

.page-template-page-template-partners .partner-types .partner-type .img-bg {
  background: #D9F5E0;
  height: 190px;
  border-radius: 4px 4px 0 0;
}

.page-template-page-template-partners .partner-types .partner-type .img-bg img {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  margin: 0 auto;
  display: block;
}

.page-template-page-template-partners .partner-types .partner-type .content {
  padding: 2rem 1.5rem;
}

.page-template-page-template-partners .partner-types .partner-type .content p {
  color: #000;
  min-height: 100px;
}

.page-template-page-template-partners .partner-types .partner-type .content .btn {
  font-size: 14px;
}

.page-template-page-template-partners .types-full {
  margin-top: 6rem;
}

.page-template-page-template-partners .types-full .type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3rem;
}

.page-template-page-template-partners .types-full .type .img {
  margin-top: 2rem;
}

@media screen and (min-width: 48.0625em) {
  .page-template-page-template-partners .banner .banner-content {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  .page-template-page-template-partners .banner .banner-content .partner-types {
    margin-top: 5rem;
  }
  .page-template-page-template-partners .banner .banner-content .partner-types .partner-type {
    margin-bottom: 0;
  }
  .page-template-page-template-partners .banner::after {
    height: 300px;
  }
  .page-template-page-template-partners .partner-sign-in {
    margin-top: 8rem;
  }
  .page-template-page-template-partners .types-full {
    margin-top: 10rem;
  }
  .page-template-page-template-partners .types-full .row:nth-child(even) .img {
    order: 1;
  }
  .page-template-page-template-partners .types-full .row:nth-child(even) .content {
    order: 2;
  }
}

@media screen and (min-width: 75.0625em) {
  .page-template-page-template-partners .banner {
    min-height: 450px;
  }
}

.back-share {
  padding-top: 2rem;
  margin-bottom: 2rem;
  justify-content: space-between;
}

.back-share .columns {
  display: flex;
  justify-content: inherit;
}

.back-share .back {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s ease;
}

.back-share .back span {
  text-transform: capitalize;
  color: #fff;
}

.back-share .back svg {
  width: 6.5px;
  height: 21px;
  margin-right: 1rem;
}

.back-share .back:hover {
  color: #fff;
}

.back-share .date {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.back-share .share {
  display: flex;
  align-items: center;
}

.back-share .share p {
  margin: 0 1rem 0 0;
  font-weight: 600;
}

.back-share .share .icon-link svg {
  height: 16px;
}

.back-share .share .icon-link:not(:last-child) {
  margin-right: 1rem;
}

@media screen and (min-width: 48.0625em) {
  .back-share {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}

.single-webinars .header h1 {
  color: #fff;
}

.single-webinars .header .date-length {
  display: flex;
  flex-wrap: wrap;
}

.single-webinars .header .date-length p {
  color: #fff;
  margin-right: 2rem;
}

.single-webinars .header .date-length p .fas, .single-webinars .header .date-length p .far {
  margin-right: 10px;
}

.single-webinars .angle-banner {
  display: block;
  position: relative;
  align-content: flex-start;
}

.single-webinars .angle-banner .back-share {
  max-width: 1300px;
}

.single-webinars .angle-banner .back-share .back {
  display: flex;
  align-items: center;
  color: #fff;
}

.single-webinars .angle-banner .back-share .back .fas {
  margin-right: 10px;
}

.single-webinars .angle-banner .back-share .share {
  display: none;
}

.single-webinars .webinar-banner {
  background: none;
  transition: opacity 0.8s ease;
}

.single-webinars .embed-container {
  margin-bottom: 1rem;
  box-shadow: 0px 3px 6px #00000029;
  padding-bottom: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.single-webinars .main-img {
  min-height: 260px;
}

.single-webinars .hosts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem 2rem;
  flex-direction: column;
}

.single-webinars .hosts .host {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
}

.single-webinars .hosts .host .circle-icon {
  background: #EFF4F8;
  color: #545C6C;
  margin-right: 10px;
}

.single-webinars .hosts .host img {
  flex: 0 0 50px;
  max-width: 50px;
  max-height: 50px;
  margin-right: 10px;
}

.single-webinars .hosts .host .name {
  font-size: 12px;
  color: #1E2533;
}

.single-webinars .hosts .host .title {
  font-size: 10px;
  font-weight: 600;
  color: #8F95A2;
}

.single-webinars .hosts .host p {
  margin-bottom: 0;
}

@media screen and (min-width: 40.0625em) {
  .single-webinars .hosts .host {
    flex-direction: row;
  }
}

.single-webinars .subscribe {
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.single-webinars .takeaways {
  background: #EFF4F8;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem;
  flex-direction: column;
}

.single-webinars .takeaways .takeaway {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.single-webinars .takeaways .takeaway .circle-icon {
  margin-right: 0.5rem;
}

.single-webinars .takeaways .takeaway p {
  margin: 0 0.25rem;
  font-size: 12px;
  min-width: 85px;
}

@media screen and (min-width: 40.0625em) {
  .single-webinars .takeaways .takeaway p {
    font-size: 16px;
  }
}

.single-webinars article {
  margin-top: 3rem;
}

.single-webinars .main-content .chat-with-us .img {
  min-height: 280px;
}

.single-webinars .main-content .chat-with-us .content {
  padding: 3.5rem 3rem;
}

.single-webinars .medium-4, .single-webinars .large-3 {
  order: 3;
}

.single-webinars.show-video .embed-container {
  padding-bottom: 56.25%;
  opacity: 1;
}

.single-webinars.show-video .webinar-banner {
  opacity: 0;
  height: 0;
}

@media screen and (min-width: 40.0625em) {
  .single-webinars .hosts .host {
    flex: 0 0 40%;
  }
  .single-webinars .takeaways .takeaway {
    flex: 0 0 30%;
  }
}

@media screen and (min-width: 48.0625em) {
  .single-webinars .header {
    max-width: 75%;
  }
  .single-webinars .subscribe {
    margin-top: 0;
    margin-bottom: 0;
  }
  .single-webinars .medium-4, .single-webinars .large-3 {
    order: 0;
  }
}

@media screen and (min-width: 48.0625em) {
  .single-webinars #wrapper {
    background: url(img/backgrounds/Mesh-Blur.png) bottom center no-repeat;
    background-size: contain;
  }
}

.single-guides .angle-banner {
  display: block;
  position: relative;
  align-content: flex-start;
  padding-bottom: 2rem;
}

.single-guides .angle-banner .back-share .back {
  display: flex;
  align-items: center;
  color: #fff;
}

.single-guides .angle-banner .back-share .back .fas {
  margin-right: 10px;
}

.single-guides .angle-banner .back-share .share {
  display: none;
}

.single-guides .angle-banner .back-share .share p {
  color: #fff;
}

.single-guides .angle-banner .back-share .share .icon-link {
  color: #fff;
}

.single-guides .angle-banner .back-share .share .icon-link:hover {
  color: #000;
}

.single-guides .angle-banner .header h1 {
  color: #fff;
}

.single-guides .angle-banner .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-guides .angle-banner .images .image {
  width: 100%;
  margin-bottom: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
}

.single-guides .angle-banner .images .subscribe {
  width: 100%;
}

.single-guides .topics {
  background: #EFF4F8;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem;
  flex-direction: column;
}

.single-guides .topics .takeaway {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.single-guides .topics .takeaway .circle-icon {
  margin-right: 0.5rem;
}

.single-guides .topics .takeaway p {
  margin-bottom: 0;
}

.single-guides .medium-4, .single-guides .large-3 {
  order: 3;
}

@media screen and (min-width: 48.0625em) {
  .single-guides .medium-4, .single-guides .large-3 {
    order: 0;
  }
}

.single-guides .summary {
  margin-top: 2rem;
}

.single-guides .subscribe-green {
  margin-top: 2rem;
}

@media screen and (min-width: 40.0625em) {
  .single-guides .angle-banner .images .image {
    width: calc(100%/2.1);
  }
  .single-guides .topics .takeaway {
    flex: 0 0 30%;
  }
}

@media screen and (min-width: 48.0625em) {
  .single-guides .angle-banner .images .subscribe,
.single-guides .angle-banner .images .image {
    width: calc(100%/3.3);
  }
  .single-guides .subscribe-dark {
    margin-top: 4rem;
  }
  .single-guides .subscribe-green {
    margin-top: 4rem;
  }
}

.single #wrapper {
  padding-top: 0;
}

.single .mesh-banner-half {
  position: relative;
}

.single .mesh-banner-half::after {
  content: '';
  direction: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  background: #18D256;
  min-height: 320px;
}

.single .main-content .h2 {
  color: #fff;
}

.single .main-img {
  min-height: 160px;
  border-radius: 4px;
  margin-bottom: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
}

.single .results.row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 40.0625em) {
  .single .mesh-banner-half::after {
    background: url(img/backgrounds/Green-Banner-BG.jpg) center center no-repeat;
    background-size: cover;
    min-height: 600px;
  }
  .single .main-img {
    min-height: 300px;
  }
  .single .related {
    padding: 1rem 0;
  }
  .single .related .card .bg {
    width: 100%;
    height: 140px;
    background-size: contain;
    background-position: top;
  }
  .single .related .card .info {
    width: 100%;
    min-height: 300px;
  }
}

@media screen and (max-width: 75em) {
  .single .related h3 {
    color: #000;
  }
}

@media screen and (min-width: 90.0625em) {
  .single .mesh-banner-half::after {
    min-height: 750px;
  }
  .single .related h3 {
    color: #fff;
  }
}

@media screen and (min-width: 64.0625em) {
  .single .main-img {
    min-height: 400px;
  }
}

@media screen and (min-width: 48.0625em) {
  .single-post #wrapper {
    background: url(img/backgrounds/Mesh-Blur.png) bottom center no-repeat;
    background-size: contain;
  }
}

.mobile-menu {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
}

@media screen and (min-width: 64.0625em) {
  .mobile-menu {
    visibility: hidden;
  }
}

.mobile-menu .row {
  position: relative;
}

.mobile-menu .mobile-logo {
  float: left;
  position: relative;
  z-index: 99;
  padding: 20px 0;
}

.mobile-menu .mobile-logo img {
  height: 24px;
}

.mobile-menu .mobile-menu-container {
  position: fixed;
  top: 65px;
  left: 0;
  background: #fff;
  border-top: 1px solid #E8E8E8;
  width: 100%;
  height: calc(100% - 65px);
  overflow-y: auto;
  z-index: 97;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  will-change: opacity;
  text-align: left;
}

.mobile-menu .mobile-menu-container.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.mobile-menu .mobile-menu-container .menu a {
  position: relative;
}

.mobile-menu .mobile-menu-container .menu a::after {
  color: #8F95A2;
  position: absolute;
  bottom: 50%;
  top: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 1rem;
  font-size: 24px;
}

.mobile-menu .mobile-menu-container .menu a.active::after {
  content: '-';
}

.mobile-menu .mobile-menu-container .menu .sub-nav .nav-label {
  color: #18D256;
  font-size: 10px;
  font-weight: 700;
  padding-top: 0.5rem;
}

.mobile-menu .mobile-menu-container .menu .sub-nav .bg-nav .circle-icon {
  background: #18D256;
}

.mobile-menu .mobile-menu-container .menu .sub-nav .bg-nav .mobile-only .circle-icon {
  background: #18D256;
}

.mobile-menu .mobile-menu-container .menu .sub-nav .links {
  display: flex;
  flex-wrap: wrap;
}

.mobile-menu .mobile-menu-container .menu .sub-nav .links li {
  width: 50%;
  margin-bottom: 10px;
}

.mobile-menu .mobile-menu-container .menu .sub-nav .links li a {
  color: #1E2533;
  font-size: 12px;
  padding: 0;
  display: flex;
  align-items: center;
}

.mobile-menu .mobile-menu-container .menu .sub-nav .links li a p {
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 0.5rem;
}

.mobile-menu .mobile-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu .mobile-menu-container ul li a {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem;
  color: #000;
}

.mobile-menu .mobile-menu-container ul li a .circle-icon {
  background: #18D256;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  font-size: 8px;
}

.mobile-menu .mobile-menu-container .btn {
  width: calc(100% - 2rem);
  text-align: center;
  font-size: 18px;
  margin: 1rem auto 0;
  display: block;
}

.mobile-menu .menu-wrapper {
  position: absolute;
  bottom: 50%;
  top: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 20px;
  margin: auto;
  width: 30px;
  height: 19px;
  cursor: pointer;
}

.mobile-menu .menu-wrapper .hamburger-menu {
  position: relative;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  background: #545C6C;
  transition: all 0ms 300ms;
}

.mobile-menu .menu-wrapper .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #545C6C;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu .menu-wrapper .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #545C6C;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu .menu-wrapper .hamburger-menu.active {
  background: none;
}

.mobile-menu .menu-wrapper .hamburger-menu.active:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu .menu-wrapper .hamburger-menu.active:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu .menu-wrapper .hamburger-menu,
.mobile-menu .menu-wrapper .hamburger-menu:after,
.mobile-menu .menu-wrapper .hamburger-menu:before {
  width: 30px;
  height: 3px;
}

.top-nav {
  height: 40px;
  background: #EFF4F8;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
}

.top-nav + .desktop-menu .prim-nav .sub-nav {
  top: 130px;
}

.top-nav.show-for-large {
  background: #18D256;
  transition: all 0.5s;
}

.top-nav.show-for-large a.rowLink {
  display: flex;
  width: 100%;
}

.top-nav.show-for-large:hover {
  background: #29993e;
}

.top-nav .row {
  max-width: 1300px;
}

.top-nav .link-white {
  color: #fff;
}

.top-nav .link-white i {
  margin-left: 5px;
  font-weight: 600;
  font-size: 12px;
}

.top-nav .callout {
  font-size: 12px;
  color: #fff;
  opacity: 1;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.top-nav .callout i {
  opacity: 1;
  margin-right: 0.5rem;
}

.top-nav .callout p {
  color: #fff;
  margin: 0;
}

.top-nav .callout-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-nav .search-sign-in {
  float: right;
  display: flex;
  align-items: center;
}

.top-nav .search-sign-in .search-btn {
  padding-right: 12px;
  border-right: 1px solid;
  border-color: rgba(84, 92, 108, 0.4);
}

.top-nav .search-sign-in .search-btn svg {
  width: 12px;
  font-size: 12px;
}

.top-nav .search-sign-in .sign-in {
  margin-left: 0.5rem;
  font-size: 12px;
  position: relative;
}

.top-nav .search-sign-in .sign-in .sign-in-menu {
  position: absolute;
  right: 0px;
  width: auto;
  background: #fff;
  top: 45px;
  padding: 1rem;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  text-align: left;
  min-width: 130px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  will-change: opacity;
  z-index: 100;
}

.top-nav .search-sign-in .sign-in .sign-in-menu li a {
  color: #1E2533;
  transition: color 0.3s ease;
}

.top-nav .search-sign-in .sign-in .sign-in-menu li a:hover {
  color: #03B6FC;
}

.top-nav .search-sign-in .sign-in .sign-in-menu li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.top-nav .search-sign-in .sign-in .sign-in-menu::before {
  content: '';
  background: url(img/icons/Sub-Nav-Arrow.png) center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
  top: -11px;
  width: 24px;
  height: 11px;
}

.top-nav .search-sign-in .sign-in.active .sign-in-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.top-nav .search-sign-in a,
.top-nav .search-sign-in button {
  color: rgba(84, 92, 108, 0.4);
  font-weight: 600;
  line-height: 1;
}

.desktop-menu {
  position: sticky;
  top: -1px;
  left: 0;
  width: 100%;
  min-height: 75px;
  background: #fff;
  z-index: 99;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px #00000029;
}

@media screen and (max-width: 64em) {
  .desktop-menu {
    display: none;
  }
}

.desktop-menu.isSticky .prim-nav .sub-nav {
  top: 90px;
}

.desktop-menu > .row {
  position: relative;
  width: 100%;
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.desktop-menu .logo {
  display: inline-block;
  position: relative;
}

.desktop-menu .logo img {
  height: 24px;
}

.desktop-menu .nav-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.desktop-menu .nav-container .btn {
  padding: 0.5rem 1rem;
}

.desktop-menu .nav-container .search-sign-in {
  margin-left: 20px;
}

.desktop-menu .nav-container .search-sign-in .search-btn {
  padding-right: 12px;
  border-right: 2px solid #18D256;
}

.desktop-menu .nav-container .search-sign-in .search-btn svg {
  width: 12px;
  font-size: 12px;
}

.desktop-menu .nav-container .search-sign-in .sign-in {
  margin-left: 0.5rem;
  font-size: 14px;
  position: relative;
}

.desktop-menu .nav-container .search-sign-in .sign-in .sign-in-menu {
  position: absolute;
  right: 0px;
  width: auto;
  background: #fff;
  top: 45px;
  padding: 1rem;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  text-align: left;
  min-width: 130px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  will-change: opacity;
}

.desktop-menu .nav-container .search-sign-in .sign-in .sign-in-menu li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.desktop-menu .nav-container .search-sign-in .sign-in .sign-in-menu::before {
  content: '';
  background: url(img/icons/Sub-Nav-Arrow.png) center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
  top: -11px;
  width: 24px;
  height: 11px;
}

.desktop-menu .nav-container .search-sign-in .sign-in.active .sign-in-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.desktop-menu .nav-container .search-sign-in a,
.desktop-menu .nav-container .search-sign-in button {
  color: #545C6C;
  line-height: 1;
}

.desktop-menu .prim-nav {
  position: relative;
  margin-right: 3rem;
  line-height: 1;
}

.desktop-menu .prim-nav .menu {
  display: flex;
}

.desktop-menu .prim-nav .menu .menu-item {
  position: relative;
}

.desktop-menu .prim-nav .menu .menu-item.has-children > a {
  padding-right: 1rem;
}

.desktop-menu .prim-nav .menu .menu-item:not(:last-child) {
  margin-right: 1.5rem;
}

.desktop-menu .prim-nav .menu .menu-item.has-children::after {
  content: '';
  background: url(img/icons/Angle-Down.svg) center center no-repeat;
  background-size: contain;
  display: block;
  width: 9px;
  height: 14px;
  position: absolute;
  bottom: 50%;
  top: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 0;
  z-index: -1;
}

.desktop-menu .prim-nav .menu .menu-item.has-children.active .sub-nav {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.desktop-menu .prim-nav .menu a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
  padding: 0;
  color: #1E2533;
}

.desktop-menu .prim-nav .menu a:hover {
  color: #18D256;
}

.desktop-menu .prim-nav ul {
  display: inline-block;
}

.desktop-menu .prim-nav li.current-menu-item a,
.desktop-menu .prim-nav li.current_page_parent a {
  color: #18D256;
}

.desktop-menu .prim-nav .sub-nav {
  position: fixed;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1304px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  will-change: opacity;
}

.desktop-menu .prim-nav .sub-nav .row {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 auto;
}

.desktop-menu .prim-nav .sub-nav .row .columns {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.desktop-menu .prim-nav .sub-nav .row .columns ul {
  list-style: none;
}

.desktop-menu .prim-nav .sub-nav .nav-label {
  color: #18D256;
  font-size: 12px;
  min-height: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}

.desktop-menu .prim-nav .sub-nav .bg-nav {
  background: url(img/backgrounds/Dark-Top-Left.jpg) top left no-repeat;
  background-size: cover;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-right: 3rem;
}

.desktop-menu .prim-nav .sub-nav .bg-nav .nav-label {
  color: #fff;
}

.desktop-menu .prim-nav .sub-nav .bg-nav .bg-icon-link {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 10px;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.desktop-menu .prim-nav .sub-nav .bg-nav .bg-icon-link .inner {
  display: flex;
  justify-content: space-between;
}

.desktop-menu .prim-nav .sub-nav .bg-nav .bg-icon-link .nav-title {
  margin-left: 10px;
}

.desktop-menu .prim-nav .sub-nav .bg-nav .bg-icon-link .name {
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
  color: #1E2533;
  transition: color 0.3s ease;
}

.desktop-menu .prim-nav .sub-nav .bg-nav .bg-icon-link p {
  font-size: 10px;
  margin: 0;
  color: #8F95A2;
}

.desktop-menu .prim-nav .sub-nav .bg-nav .bg-icon-link .fa-angle-right {
  color: #8F95A2;
  transition: color 0.3s ease;
}

.desktop-menu .prim-nav .sub-nav .bg-nav .bg-icon-link:hover .fa-angle-right,
.desktop-menu .prim-nav .sub-nav .bg-nav .bg-icon-link:hover .name {
  color: #18D256;
}

.desktop-menu .prim-nav .sub-nav .bg-nav .partner-link {
  color: #fff;
  font-weight: 700;
}

.desktop-menu .prim-nav .sub-nav .bg-nav .partner-link .fas {
  margin-right: 0.5rem;
}

.desktop-menu .prim-nav .sub-nav .icon-nav {
  margin: 0 0 2rem;
}

.desktop-menu .prim-nav .sub-nav .icon-nav li a {
  display: flex;
  align-items: center;
}

.desktop-menu .prim-nav .sub-nav .icon-nav li a .nav-title {
  margin-left: 0.5rem;
}

.desktop-menu .prim-nav .sub-nav .icon-nav li a .nav-title .name {
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  color: #1E2533;
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.desktop-menu .prim-nav .sub-nav .icon-nav li a .nav-title .name .fa-external-link {
  color: #8F95A2;
  font-size: 8px;
  margin-left: 5px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.desktop-menu .prim-nav .sub-nav .icon-nav li a .nav-title p {
  color: #8F95A2;
  font-size: 10px;
  margin-bottom: 0;
}

.desktop-menu .prim-nav .sub-nav .icon-nav li a:hover .nav-title .name {
  color: #18D256;
}

.desktop-menu .prim-nav .sub-nav .icon-nav li:not(:last-child) {
  margin-bottom: 2rem;
}

.desktop-menu .prim-nav .sub-nav .links {
  margin-left: 0;
}

.desktop-menu .prim-nav .sub-nav .links li {
  margin-bottom: 20px;
}

.desktop-menu .prim-nav .sub-nav .links li a {
  color: #1E2533;
  font-size: 15px;
  font-family: "montserratbold";
  transition: color 0.3s ease;
}

.desktop-menu .prim-nav .sub-nav .links li a:hover {
  color: #03B6FC;
}

.search-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(100%);
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  will-change: opacity;
}

.search-container .row {
  width: 100%;
}

.search-container .search-form {
  width: 100%;
}

.search-container .search-form form div {
  display: flex;
  position: relative;
  z-index: 2;
}

.search-container .search-form .screen-reader-text {
  display: none;
}

.search-container .search-form input[type="text"] {
  border: none;
  border-radius: 40px;
  margin: 0;
  height: 65px;
  padding: 20px 25px;
  font-size: 22px;
}

.search-container .search-form input[type="text"]::-webkit-input-placeholder {
  color: #606060;
  opacity: 1;
}

.search-container .search-form input[type="text"]::-moz-placeholder {
  color: #606060;
  opacity: 1;
}

.search-container .search-form input[type="text"]:-ms-input-placeholder {
  color: #606060;
  opacity: 1;
}

.search-container .search-form input[type="text"]::placeholder {
  color: #606060;
  opacity: 1;
}

.search-container .search-form input[type="submit"] {
  position: absolute;
  bottom: 50%;
  top: auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: 20px;
  background: url(img/icons/Search.svg) center center no-repeat;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  padding: 0;
}

.search-container.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

footer {
  background: #1E2533;
  position: relative;
  padding: 2rem 0 0;
}

footer span, footer a, footer p, footer div {
  color: #fff;
  font-size: 14px;
}

footer .footer-top {
  margin-bottom: 2rem;
}

footer .footer-top .footer-nav {
  margin-bottom: 1rem;
}

footer .footer-top .footer-nav .h5 {
  font-family: "montserratbold";
  font-weight: 800;
  line-height: 1.2;
  font-size: 16px;
}

footer .footer-top .footer-nav ul {
  list-style: none;
  margin: 0;
}

footer .footer-top .footer-nav ul li {
  margin-bottom: 1rem;
}

footer .footer-top .footer-nav ul li a {
  font-weight: 600;
}

footer .footer-top .footer-nav ul li.small {
  margin-left: 0.5rem;
  margin-top: -5px;
}

footer .footer-top .footer-nav ul li.small::before {
  content: "\2022";
  color: #9AE2FE;
  display: inline-block;
  width: 3px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

footer .footer-top .footer-nav .footer-nav-main-links .footer-nav-main-link a {
  font-family: "montserratbold";
  font-size: 16px;
  line-height: 1.2;
}

footer .footer-top .info {
  text-align: center;
  margin-top: 3rem;
}

footer .footer-top .info .logo {
  margin-bottom: 10px;
}

footer .footer-top .info .social {
  display: flex;
  justify-content: center;
}

footer .footer-top .info .social .icon-link {
  background: #1E2533;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  transition: background 0.3s ease;
}

footer .footer-top .info .social .icon-link svg {
  color: #fff;
}

footer .footer-top .info .social .icon-link.facebook:hover {
  background: #1877F2;
}

footer .footer-top .info .social .icon-link.linkedin:hover {
  background: #0A66C2;
}

footer .footer-top .info .social .icon-link.instagram:hover {
  background: #C32AA3;
}

footer .footer-top .info .social .icon-link.twitter:hover {
  background: #1DA1F2;
}

footer .footer-top .info .social .icon-link.youtube:hover {
  background: #FF0000;
}

footer .footer-middle {
  margin-bottom: 3rem;
}

footer .footer-middle p {
  font-weight: 600;
  color: #545C6C;
}

footer .footer-middle .companies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .footer-middle .companies a {
  width: 150px;
  height: 35px;
  text-align: center;
  padding: 0.5rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  transition: background 0.3s ease;
}

footer .footer-middle .companies a.maropost:hover {
  background: #11B6FC;
}

footer .footer-middle .companies a.neto:hover {
  background: #4D5AFF;
}

footer .footer-middle .companies a.jetsend:hover {
  background: #F53BAD;
}

footer .footer-middle .companies a.boniro:hover {
  background: #2F1AD1;
}

footer .footer-middle .companies a:hover svg path,
footer .footer-middle .companies a:hover svg rect {
  fill: #fff;
}

footer .footer-bottom {
  border-top: 1px solid #0F192C;
  padding: 1.5rem 0;
}

footer .footer-bottom span, footer .footer-bottom p, footer .footer-bottom a {
  font-size: 12px;
}

footer .footer-bottom .copy {
  order: 2;
}

footer .footer-bottom .phone {
  order: 1;
  text-align: center;
}

footer .footer-bottom .phone p {
  margin-bottom: 0;
}

footer .footer-bottom .copyright-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

footer .footer-bottom .copyright-container .logo {
  margin-bottom: 10px;
}

footer .footer-bottom .copyright-container .copyright {
  width: 100%;
}

footer .footer-bottom .footer-links {
  list-style: none;
  line-height: 1.2;
  max-width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .footer-bottom .footer-links li:not(:last-child) {
  margin-right: 0.5rem;
}

footer .footer-bottom .footer-links li:not(:last-child) a::after {
  content: '•';
  padding-left: 0.5rem;
}

@media screen and (max-width: 40em) {
  footer .footer-top .footer-nav:nth-child(3) {
    order: 1;
  }
  footer .footer-top .info {
    order: 2;
  }
  footer .footer-bottom .copy {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 30.0625em) {
  footer {
    padding: 4rem 0 0;
  }
  footer .footer-top {
    margin-bottom: 2rem;
  }
  footer .footer-top .info {
    text-align: right;
    margin-top: 0;
  }
  footer .footer-top .info .social {
    justify-content: flex-end;
  }
  footer .footer-bottom .copyright-container {
    justify-content: flex-start;
  }
  footer .footer-bottom .copyright-container .logo {
    margin-right: 10px;
    margin-bottom: 0;
  }
  footer .footer-bottom .copyright-container .copyright {
    width: auto;
  }
  footer .footer-bottom .footer-links {
    justify-content: flex-start;
    max-width: none;
    margin: 0;
  }
  footer .footer-bottom .phone {
    order: 3;
    text-align: right;
  }
}

@media screen and (min-width: 48.0625em) {
  footer .footer-bottom .footer-links {
    margin: 0 0 0 1rem;
  }
  footer .footer-bottom .phone br {
    display: none;
  }
}

/*--------------------------------------------------------------
8.0 SLICK
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------
7.0 FULLPAGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 ANIMATIONS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 MEDIA QUERIES
--------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */