/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  background-color: #EBF7F4;
  padding: 16px;
  /**
  color: rgb(255,255,255);
  background-color: rgb(51,51,51);
  **/
  font-size: 12px;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@charset "UTF-8";
/**
 * Asset URL builder
 *
 * @param {String} $type - Asset type, matching folder name
 * @param {String} $file - Asset file name, including extension
 *
 * @return {URL} - A `url()` function leading to the asset
 */
/*
 * Image asset helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the image
 * @require {function} asset
 */
/*
 * Font asset helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the font
 * @require {function} asset
 */
/**
 * Z-Index function
 *
 * @param {string} $list (Array) - The list to find the current z-index in
 * @param {string} $element (String) - The name of the current element, must be in the $list
 *
 * @returns {number}
 */
/**
 * Get EM size of a value based on a base size
 *
 * @param {Number} $value - The value you need the EM value from
 * @param {Number} $base - The base value where the $value is calculated upon
 *
 * @return {EM Value} - The EM value based on $value and $base
 */
/*
 * Get Font weight
 *
 * @param {String} $weight - The name of the weight you need
 *
 * @return {Number} - The CSS based font weight on the name
 */
/*
 * Remove unit from value
 */
/**
 * Aspect ratio, create a :before pseudo element for setting an aspect ratio on an element
 *
 * @param {number} $width (1) - Percentage width
 * @param {number} $height ($width) - Percentage height
 * @param {boolean} $relative (true) - Add relative position to element
 */
/**
 * Font Face
 *
 * @param {string} $fontName - Name of the font
 * @param {string} $folderName - Subfolder inside the fonts folder
 * @param {string} $fileName - Name of the font-file
 * @param {string} $fontWeight (normal) - Font weight value
 * @param {string} $fontStyle (normal) - Font style value
 */
/**
 * Hover Mixin for applying :hover pseudo styles
 *
 * Add your own implementation for showing hovers
 * Example using Modernizr touch check: html.no-touch &:hover { @content; }
 * Leaving it to just :hover by default. But best practice to always use the mixin
 *
 * @param $extraSelector:string (optional) = an extra selector that can have the same styles as a hover (for mobile/active state)
 */
/**
 * Simple image replacement mixin for not displaying content within an element
 */
/**
 * Offset
 *
 * @param {number} $top (0) - Top Offset
 * @param {number} $left (0) - Left Offset
 */
/**
 * Cross Browser Placeholder styles
 *
 * Uses the @content styles within the mixin as stytes
 */
/**
 * Position mixin for setting absolute position values
 *
 * The mixin can have multiple arguments providing a number
 * @param {number} $top (0) - Top Position
 * @param {number} $right ($top) - Right Position
 * @param {number} $bottom ($top) - Bottom Position
 * @param {number} $left ($right) - Left Position
 *
 * Or a map of multiple positions
 * @param {map} $args... - A map containing multiple positions (top: 1px, left: 1px)
 */
/**
 * Set pseudo elements styles that are used mostly (content, display, position)
 *
 * @param {display} $display (block)
 * @param {position} $position (absolute)
 * @param {string} $content ('')
 */
/**
 * Respond To (Breakpoint)
 *
 * @param {string} $name - Name of the breakpoint used in $breakpoints
 */
/**
 * Size an Element
 *
 * @param {number} $width (1em) - Width of the element
 * @param {number} $height ($width) - Height of the element
 */
/**
 * Uses the viewport width to define the font size with a min/max font-size.
 * Has a linear interpolation for the font size between the minumum and maximum viewport
 *
 * @param {number} $min-font-size - Minimum font-size
 * @param {number} $max-font-size - Maximum font-size
 * @param {number} $min-vw ($width) - Minimum viewport width
 * @param {number} $max-vw ($width) - Maximum viewport width
 */
/**
 * Creates an arrow
 *
 * @param {string} $direction (up) - Arrow direction: up, down, left or right
 * @param {color} $color (#000) - Arrow color
 * @param {size} $size (10px) - Size of the opposite side of the arrow
 * @param {number} $stretch (1) - Amount of the stretch of the arrow
 * @param {boolean} $exclude-base (false) - Remove the default arrow styling (usefull if you want to modify the direction of the arrow on rollover
 */
/* Globally available project specific mixins, functions and variables */
/*
 * This is a globally available SCSS project file.
 * It contains project specific utilities (variables, mixins, functions) that don't! output CSS by default.
 * We use it to be imported in a webpack loader to avoid having to import these in each separate file.
 *
 * This file is used next to "seng-scss" which is imported globally as well and contain the default mixins/vars/functions
 */
/**
 * Mobile size calculation
 * Return rem sizes based on mobile base font-size from the PSD dimensions (= normal size * 2 because retina)
 */
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.abs-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

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

.button {
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
  background: transparent;
  outline: 0;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
  overflow: visible;
  text-align: center;
  letter-spacing: .217rem;
  border-radius: 4px;
  /*text-transform: uppercase;*/
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .button:hover {
    background-color: #175c4a;
      color: #FFFFFF;
    /*font-weight: 900 !important; */
  }
  .button.is-disabled {
    cursor: default; }
  .is-submitting .button {
    pointer-events: none; }

.button-primary {
    font-size: 1.7rem;
    line-height: 2.8rem;
    width: auto !important;
    background-color: #1f7d65;
    border: 2px solid #1f7d65;
    border-radius: 36px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, sans-serif;
    font-weight: 700;
    margin: 0 12px 12px 0;
    min-width: 126px;
    outline: 0;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    vertical-align: middle;
  /*color: #FFF;*/
  /*!*font: 700 1.6rem/2rem "opensans-bold", Verdana;*!*/
  /*letter-spacing: .217rem;*/
  /*padding: 1rem 2rem;*/
  /*border-radius: 4px; }*/
  .button-primary:hover {
    color: #FFF;
    background-color: #475a63; }
  /*.button-primary.light {*/
  /*  background-color: #FFF;*/
  /*  color: #009CDE; }*/
    .button-primary.light:hover {
      color: #FFF;
      background-color: #475a63; }
  /*.button-primary.is-disabled {*/
  /*  background-color: #C4CDD5;*/
  /*  color: #FFF;*/
  /*  font-family: "opensans-regular", Verdana;*/
  }
  .button-primary.has-warning {
    background-color: #CC0066;
    color: #FFF;
  /*  background-color: #FFFFFF;*/
  /*  color: #1f7d65;*/
  /*  cursor: pointer;*/
  /*  display: inline-block;*/
  /*  font-family: inherit;*/
  /*  font-size: 1.5rem;*/
  /*  font-weight: 700;*/
  /*  line-height: 1.4rem;*/
  /*  min-width: 90px;*/
  /*  text-align: center;*/
  /*  vertical-align: middle;*/
  /*  width: 100%;*/
  /*  border: 2px solid #1f7d65;*/
  /*  border-radius: 36px;*/
  /*  margin: 6px 0px;*/
  /*  outline: 0px;*/
  /*  padding: 9px;*/
  /*  text-decoration: none;*/
  /*  transition: none;*/
  }

.button-secondary {
  color: #FFF;
  border: 1px solid #C4CDD5;
  font: 400 1.6rem/2rem "opensans-regular", Verdana;
  letter-spacing: .217rem;
  padding: 1rem .5rem;
  border-radius: 1px; }
  .button-secondary:hover {
    color: #FFF;
    background-color: #475a63; }
  .button-secondary.is-disabled {
    color: #C4CDD5;
    border-color: #C4CDD5; }
  .button-secondary.has-warning {
    color: #CC0066;
    border-color: #CC0066; }

.link {
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
  background: transparent;
  outline: 0;
  text-decoration: underline;
  color: currentColor;
  cursor: pointer;
  overflow: visible;
  text-align: center; }
  .link.is-disabled {
    cursor: default;
    color: #C4CDD5; }
  .is-submitting .link {
    pointer-events: none; }

form {
  padding: 0;
  margin: 0; }

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

.copy-block p,
.copy-block h1,
.copy-block h2,
.copy-block h3,
.copy-block h4,
.copy-block li,
.copy-block span {
  margin: 0; }

.copy-block ul {
  list-style: disc;
  list-style-position: inside; }

.copy-block ol {
  list-style: lower-alpha;
  list-style-position: inside; }

.copy-block ol.numerical {
  list-style: decimal;
  list-style-position: inside; }

.copy-block table, .copy-block td, .copy-block th {
  text-align: left; }

.copy-block table {
  border-collapse: collapse;
  width: 100%; }

.copy-block th {
  height: 50px; }

/* Stylesheet for all generic typography styles */
/* Import webfonts custom for current project */
@font-face {
  font-family: "evenfall-oblique";
  src: url("..//font/evenfall-oblique/evenfall-oblique.woff2") format("woff2"), url("..//font/evenfall-oblique/evenfall-oblique.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "opensans-extrabold";
  src: url("..//font/opensans-extrabold/opensans-extrabold.woff2") format("woff2"), url("..//font/opensans-extrabold/opensans-extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

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

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

@font-face {
  font-family: "opensans-regular";
  src: url("..//font/opensans-regular/opensans-regular.woff2") format("woff2"), url("..//font/opensans-regular/opensans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

.heading {
  padding: 0;
  margin: 0; }

.heading-01 {
  font: 600 3.2rem/3.4rem "opensans-semibold", Verdana; }

.heading-02 {
  font: 600 2.1rem/2.6rem "opensans-semibold", Verdana;
}

.heading-03 {
  font: 600 3.1rem/2.8rem "opensans-semibold", Verdana; }

.heading-04 {
  font: 400 6.2rem/3.4rem "evenfall-oblique", Verdana; }

@media (max-width: 767px) {
  .heading-01 {
    font-size: 3.2rem; }
  .heading-02 {
    font-size: 1.9rem; }
  .heading-03 {
    font-size: 2.6rem; }
  .heading-04 {
    font-size: 5.8rem; } }

.copy {
  margin: 0;
  padding: 0; }

.copy-01 {
  font: 400 1.4rem/2rem "opensans-regular", Verdana; }

.copy-02 {
  font: 400 1.6rem/2rem "opensans-regular", Verdana; }
  .copy-02.medium {
    font-weight: 600;
    font-family: "opensans-semibold", Verdana; }
  .copy-02.bold {
    font-weight: 700;
    font-family: "opensans-bold", Verdana; }

@media (max-width: 767px) {
  .copy-01 {
    font-size: 1.2rem; }
  .copy-02 {
    font-size: 1.4rem; } }

.responsive {
    width: 60%;
    height: auto;
}

.content-frame,
.site-frame {
  position: relative;
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto; }

.site-frame-breakout-right {
  width: calc(100vw - ((100vw - 144rem) / 2));
  max-width: 100vw; }
  .site-frame-breakout-right.no-breakout {
    width: 100%; }

.site-frame-breakout-left {
  width: calc(100vw - ((100vw - 144rem) / 2));
  max-width: 100vw;
  margin-left: auto; }
  .site-frame-breakout-left.no-breakout {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

.content-frame {
  max-width: 122rem; }

.content-frame-breakout-right {
  width: calc((100vw - ((100vw - 122rem) / 2) - 1.5rem));
  max-width: 100vw; }
  .content-frame-breakout-right.no-breakout {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

.content-frame-breakout-left {
  width: calc(100vw - ((100vw - 122rem) / 2));
  max-width: 100vw;
  margin-left: auto; }
  .content-frame-breakout-left.no-breakout {
    width: 100%; }

@media (max-width: 1152px) {
  .site-frame,
  .content-frame {
    max-width: calc(100vw - 8rem); }
  .site-frame-breakout-right {
    width: calc(100vw - 4rem); }
  .content-frame-breakout-right {
    width: calc(100vw - 4rem); } }

@media (max-width: 767px) {
  .site-frame,
  .content-frame {
    max-width: calc(100vw - 8rem); }
  .site-frame-breakout-right {
    width: calc(100vw - 4rem); }
  .content-frame-breakout-right {
    width: calc(100vw - 4rem); } }

[data-block-top-offset] {
  margin-top: 12rem; }
  [data-block-top-offset][data-block-top-offset='0'] {
    margin-top: 0rem; }
  [data-block-top-offset][data-block-top-offset='1'] {
    margin-top: 4rem; }
  [data-block-top-offset][data-block-top-offset='2'] {
    margin-top: 8rem; }
  [data-block-top-offset][data-block-top-offset='3'] {
    margin-top: 12rem; }
  [data-block-top-offset][data-block-top-offset='4'] {
    margin-top: 16rem; }

.text {
  font: 400 1.6rem/2.3rem "opensans-regular", Verdana; }
  .text p, .text h1, .text h2, .text h3, .text ul, .text blockquote, .text a {
    margin: 0;
    padding: 0; }
  .text p {
    font: 400 1.6rem/2.3rem "opensans-regular", Verdana; }
  .text strong {
    font: 700 1.6rem/2.3rem "opensans-bold", Verdana; }
  .text h1 {
    font: 700 2rem/2.8rem "opensans-bold", Verdana;
    display: block;
    padding: 3rem 0; }
  .text h2 {
    font: 700 1.8rem/2.5rem "opensans-bold", Verdana;
    display: block;
    padding: 3rem 0; }
  .text a {
    font-weight: 700;
    font-family: "opensans-bold", Verdana;
    color: #761234;
    text-decoration: none; }
  .text ul {
    list-style-position: outside;
    margin: 0 2rem; }
  .text li {
    margin-bottom: 1rem; }
  .text blockquote {
    font: 400 2.6rem/3.2rem "opensans-regular", Verdana;
    position: relative;
    margin: 5.5rem 0;
    padding-left: 4rem; }
    .text blockquote:before {
      content: '“';
      font: 600 4.2rem/4.4rem "opensans-semibold", Verdana;
      position: absolute;
      top: 0;
      left: 0; }
  @media (max-width: 767px) {
    .text {
      font-size: 1.4rem; }
      .text p {
        font-size: 1.4rem; }
      .text strong {
        font-size: 1.4rem; }
      .text h1 {
        font-size: 1.6rem;
        padding: 1.5rem 0; }
      .text h2 {
        font-size: 1.4rem;
        padding: 1.5rem 0; }
      .text blockquote {
        font: 400 1.8rem/2.6rem "opensans-regular", Verdana;
        margin: 2.5rem 0;
        padding-left: 3rem; }
      .text li {
        margin-left: 1.5rem; }
        .text li:before {
          content: '\2014';
          position: absolute;
          margin-left: -3rem; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }

#tablePreview > tbody > tr > td > p > span {
  position: relative;
  top: -26px;
  left: 38px; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef; }
  .table th p.span,
  .table td p.span {
    font-size: 10px;
    font-weight: bold; }

.table th p {
  font-weight: bold; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef; }

.table tbody + tbody {
  border-top: 2px solid #eceeef; }

.table .table {
  background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #292b2c; }

.thead-default th {
  color: #464a4c;
  background-color: #eceeef; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff; }

.table-inverse.table-bordered {
  border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive.table-bordered {
  border: 0; }

svg.no {
  padding-left: 20px; }

td i.small {
  font-size: 12px;
  font-weight: 700; }

.number-title {
  padding-bottom: 1.2rem;
    color: #1F7D65;}

.number-heading {
  font-weight: 400;
  color: #1F7D65;
  font-size: 1.6rem;
  line-height: 2.7rem; }

@media (max-width: 767px) {
  font-size: 1.6rem; }

.accordion .accordion-items {
  list-style: none;
  margin: 5rem 0;
  padding: 0; }

.accordion .accordion-item {
  width: 100%;
  margin-bottom: 3rem; }
  .accordion .accordion-item.is-closed .content {
    height: 0 !important; }
  .accordion .accordion-item.is-closed .arrow svg {
    transform: rotate(-90deg); }

.accordion .title {
  font: 700 1.5rem/3rem "opensans-bold", Verdana;
  padding: .5rem 0 .5rem 3.5rem;
  background-color: #1f7d65;
  color: #FFF;
  border-radius: 6px;
  cursor: pointer;
  position: relative; }

.accordion .content {
  background: #F7FBFD;
  border-radius: 6px;
  overflow: hidden;
  transition: all .1s ease-in-out; }

.accordion .inner-content {
  padding: 1.5rem 3.5rem; }

.accordion .arrow {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 2.5rem;
  width: 2.5rem;
  transform-origin: 0 0; }
  .accordion .arrow svg {
    height: 80%;
    width: 80%;
    fill: #FFF;
    transition: all 0.25s ease; }

@media (max-width: 767px) {
  .accordion .title {
    font: 700 1.6rem/2rem "opensans-bold", Verdana;
    padding: .5rem 2.5rem .5rem 1rem; }
  .accordion .arrow {
    height: 1rem;
    width: 1rem;
    right: 1rem;
    height: 1.7rem; }
  .accordion .inner-content {
    padding: 1rem 2rem; } }

.accordion-tabs .tab-items {
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  border-bottom: 1px solid #C4CDD5;
  margin-top: 4.5rem; }

.accordion-tabs .tab-item {
  padding: 1.5rem 5rem;
  position: relative;
  cursor: pointer;
  font: 600 2.4rem/2rem "opensans-semibold", Verdana;
  color: #1f7d65; }
  .accordion-tabs .tab-item:before {
    content: '';
    position: absolute;
    bottom: -2.5px;
    left: 0;
    background-color: #1f7d65;
    width: 100%;
    height: 0;
    transition: all .1s ease-in; }
  .accordion-tabs .tab-item.is-active:before {
    height: 5px; }

.accordion-tabs .tab-content-items {
  list-style: none; }

.accordion-tabs .accordion-items {
  list-style: none;
  margin: 5rem 0;
  padding: 0; }

.accordion-tabs .accordion-item {
  width: 100%;
  margin-bottom: 3rem; }
  .accordion-tabs .accordion-item.is-closed .content {
    height: 0 !important; }
  .accordion-tabs .accordion-item.is-closed .arrow svg {
    transform: rotate(-90deg); }

.accordion-tabs .title {
  font: 600 1.6rem/1.8rem "opensans-semibold", Verdana;
  padding: 1rem 2.5rem;
  background-color: #1f7d65;
  color: #FFF;
  border-radius: 6px;
  cursor: pointer;
  position: relative; }

.accordion-tabs .content {
  background: #F7FBFD;
  border-radius: 6px;
  overflow: hidden;
  transition: all .1s ease-in-out; }

.accordion-tabs .inner-content {
  padding: 1.5rem 3.5rem; }

.accordion-tabs .arrow {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 2.5rem;
  width: 2.5rem;
  transform-origin: 0 0; }
  .accordion-tabs .arrow svg {
    height: 80%;
    width: 80%;
    fill: #FFF;
    transition: all 0.25s ease; }

@media (max-width: 767px) {
  .accordion-tabs .tab-item {
    font: 600 1.6rem/1.8rem "opensans-semibold", Verdana;
    white-space: nowrap;
    padding: 1rem 2.5rem; }
  .accordion-tabs .accordion-items {
    margin: 3rem 0 0; }
  .accordion-tabs .title {
    font: 700 1.6rem/2rem "opensans-bold", Verdana;
    padding: .5rem 2.5rem .5rem 1rem; }
  .accordion-tabs .arrow {
    height: 1rem;
    width: 1rem;
    right: 1rem; }
  .accordion-tabs .inner-content {
    padding: 1rem 2rem; } }

.header {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
   }
  .header:after {
    content: '';
    width: 20vw;
    height: calc(100% + 1px);
    position: absolute;
    top: -1px;
    left: 0;
    background: #FFF;
    z-index: -1; }
  .header .logo-mask {
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 350px;
    height: calc(100% + 1px);
    background-image: url("../image/header-mask.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1; }
  .header .logo-wrapper a {
    position: relative;
    left: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .header .logo-wrapper a img {
        /* IE10+ CSS styles go here */
        position: relative;
        left: -185px; } }
  .header .inner-header {
    padding: 0.2rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .header .logo {
    max-height: 6rem; }
  .header .nav-item {
    font: 700 1.4rem/2rem "opensans-bold", Verdana;
    color: #1f7d65;
    padding: 0 1.5rem; }
    .header .nav-item:hover {
      color: #761234; }
    .header .nav-item.button {
    margin-top: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
        color: #1f7d65;
      font-size: 1.5rem;
      line-height: 1.4rem;
      background: #FFFFFF;
        padding: 9px;
      font-family: "opensans-regular", Verdana;
      font-weight: 700; }
      .header .nav-item.button:hover {
        border: 2px solid #175c4a;
        color: #175c4a;
        background-color: #ffffff; }
  .header .hamburger-wrapper {
    width: 30px;
    height: 17px;
    cursor: pointer;
    display: none; }
  .header .mobile-hamburger,
  .header .mobile-hamburger:after,
  .header .mobile-hamburger:before {
    width: 30px;
    height: 3px; }
  .header .mobile-hamburger {
    position: relative;
    transform: translateY(7px);
    background: #575756;
    transition: all 0ms 300ms; }
    .header .mobile-hamburger.is-open {
      background: #575756; }
  .header .mobile-hamburger:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    background: #575756;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .header .mobile-hamburger:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #575756;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .header .mobile-hamburger.is-open:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .header .mobile-hamburger.is-open:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  @media only screen and (min-width: 3000px) {
    .header:after {
      width: 45vw; } }
  @media only screen and (min-width: 2250px) {
    .header:after {
      width: 25vw; } }
  @media (max-width: 1152px) {
    .header.is-open .navbar-wrapper {
      height: calc(100vh - 6rem); }
    .header .hamburger-wrapper {
      display: block; }
    .header .navbar-wrapper {
      position: absolute;
      top: 6rem;
      height: 0;
      background: #FFFFFF;
      width: 100vw;
      left: -4rem;
      overflow: scroll;
      transition: all .4s ease-in-out; }
    .header .nav-bar {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 8rem 0 0; }
    .header .nav-item {
      font-size: 3rem;
      margin-bottom: 5.5rem; }
      .header .nav-item.button {
        /*margin-left: 1.5rem;*/
        /*font-size: 1.6rem;*/
          background-color: #FFFFFF !important;
          border: 2px solid #1f7d65;
          border-radius: 36px;
          color: #1f7d65;
          cursor: pointer;
          display: inline-block;
          font-family: inherit;
          font-size: 1.6rem;
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 2.4rem;
          line-height: 1.4rem;
          /*margin: 6px 0;*/
          margin-left: 1em;
          min-width: 126px;
          min-width: 90px;
          outline: 0;
          padding: 9px;
          text-align: center;
          text-decoration: none;
          transition: all .2s ease-in-out;
          transition: none;
          vertical-align: middle;
          width: 100%;

      } }
  @media only screen and (max-width: 1400px) {
    .header .logo-mask {
      left: -70px; } }
  @media only screen and (min-width: 700px) {
    .header .logo-mask {
      left: -70px; } }
.navigation {
    margin: 0 auto;
}
.footer {
  background-color: #7c1230;
  padding: 9rem 0; }
  .footer .footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  min-width: 37.5rem}
  .footer .logo-wrapper {
    display: block; }
  .footer .logo {
    margin-bottom: .8rem; }
    .footer .logo img {
      max-height: 6rem; }
  .footer .footer-copy {
    display: block;
    color: #FFF;
    font-size: 1.2rem; }
  .footer .nav-items {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 4rem; }
  .footer .nav-item {
    display: inline-block;
    padding: 0 1.2rem;
    color: #FFF;
    font-size: 1.4rem;
    margin-left: 1rem;}
    .footer .nav-item a:hover {
      color: #FFF; }
  .footer .social-items {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
      border-bottom: 1px solid #ab2148;
      margin-left: 1.5rem;
      min-width: 37.5rem;
      }
  .footer .social-item {
    padding: 0 1rem;
      margin-bottom: 1rem;}
    .footer .social-item a:hover svg {
      fill: rgb(255, 221, 118);
      stroke: #475a63; }
    .footer .social-item svg {
      height: 1.8rem;
      width: 1.8rem;
      color: #FFF;
      fill: rgb(255, 221, 118);
      stroke: #FFF; }
  @media (max-width: 1024px) {
    .footer {
      padding: 4rem 0; }
      .footer .footer-wrapper {
        flex-direction: column; }
      .footer .nav-items {
        flex-direction: column;
        align-items: flex-start;
        margin: 2rem 0; }
      .footer .nav-item {
        padding: 0.5rem 1.2rem 0.2rem 0; }
      .footer .social-items {
        justify-content: flex-start; }
      .footer .social-item:first-child {
        padding: 0 1rem 0 0; } }

.main-hero {
  width: 100%;
  height: 35vh;
  min-height: 30rem;
  background-color: #EBF7F4;
  position: relative;
  overflow: hidden;}
  .main-hero .particle-container {
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .main-hero .inner-content {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .main-hero .title, .main-hero .sub-title {
    color: #575756;
    margin-top: 0.5rem;}
  .main-hero .title {
    margin-bottom: 4rem;
  color: #1f7d65 !important;}
  .main-hero .sub-title {
    margin-bottom: 6rem; }

.get-started {
  width: 100%; }
  .get-started .specs-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 11rem 0; }
  .get-started .specs-item {
    background: #FFF;
    padding: 4.5rem 3.5rem 3.5rem;
    width: calc(100% / 3 - 8px);
    text-align: center;
    border-radius: 6px; }
    .get-started .specs-item svg {
      fill: #475a63;
      height: 3.5rem;
      width: 3.5rem; }
    .get-started .specs-item .title {
      margin: 2.5rem 0 1.5rem;
      color: #1f7d65; }
    .get-started .specs-item .copy {
      margin-bottom: 3rem;
      height: 8rem;
    color: #373737}
    .get-started .specs-item .button {
      /*width: 100%;*/
      /*font-family: "opensans-regular", Verdana;*/
      /*font-weight: 400;*/
        font-size: 1.7rem;
        line-height: 2.8rem;
        width: auto;
        background-color: #1f7d65;
        border: 2px solid #1f7d65;
        border-radius: 36px;
        color: #FFFFFF;
        cursor: pointer;
        display: inline-block;
        font-family: "proxima-nova", Verdana, sans-serif;
        font-weight: 700;
        margin: 0 12px 12px 0;
        min-width: 126px;
        outline: 0;
        padding: 10px 24px;
        text-align: center;
        text-decoration: none;
        transition: all .2s ease-in-out;
        vertical-align: middle;
    }
  @media (max-width: 1023px) {
    .get-started .specs-wrapper {
      flex-direction: column;
      padding: 2rem 0; }
    .get-started .specs-item {
      width: 100%; }
      .get-started .specs-item:not(:last-child) {
        margin-bottom: 2rem; } }

.subsection-hero {
  width: 100%;
  height: 20vh;
  min-height: 30.5rem;
  background-color: #EBF7F4;
  position: relative;
  overflow: hidden; }
  .subsection-hero .particle-container {
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .subsection-hero .content {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #1f7d65; }
    .subsection-hero .content .title {
      margin-bottom: 4.5rem; }

.key-brands {
  background: #FDF3E5;
  width: 100%;
  padding: 13rem 0 11.5rem; }
  .key-brands .title {
    color: #EBF7F4;
    text-align: center;
    margin-bottom: 9.5rem; }
  .key-brands .key-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .key-brands .key-item {
    background: #FFF;
    width: calc(100% / 3 - 25px);
    text-align: center;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 2.2rem; }
    .key-brands .key-item a {
      margin: 0 auto; }
    .key-brands .key-item:nth-child(2) {
      padding: 0 1.5rem; }
    .key-brands .key-item img {
      width: 100%; }
  @media (max-width: 1023px) {
    .key-brands {
      padding: 4rem 0 2rem; }
      .key-brands .title {
        margin-bottom: 6rem; }
      .key-brands .key-wrapper {
        flex-direction: column; }
      .key-brands .key-item {
        width: 100%; }
        .key-brands .key-item:not(:last-child) {
          margin-bottom: 2rem; } }

.secondary-hero {
  width: 100%;
  height: 20vh;
  min-height: 25rem;
  background-color: #EBF7F4;
  position: relative;
  overflow: hidden; }
  .secondary-hero .particle-container {
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .secondary-hero .content-wrapper {
    padding-top: 10rem;
    padding-left: 2em;
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #575756; }
    @media (max-width: 767px) {
      .secondary-hero .content-wrapper {
        padding-top: 13rem;
      color: #575756} }
  .secondary-hero .title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  color: #1f7d65;}
  .secondary-hero svg {
    height: 3.8rem;
    width: 3.8rem;
    margin-right: 3rem;
    fill: #1f7d65; }
    .secondary-hero svg path {
      fill: #1f7d65; !important; }
  .secondary-hero .copy {
    margin: 3.4rem 0;
      min-height: 300px;}
  @media (max-width: 767px) {
    .secondary-hero {
      min-height: 50rem;
      margin: 3rem 0; } }

.error-page {
  background: #E8F5FC; }
  .error-page .error-wrapper {
    text-align: center;
    padding-bottom: 4.5rem; }
    .error-page .error-wrapper .title {
      font-family: "opensans-extrabold", Verdana;
      font-weight: 800;
      font-size: 54.2rem;
      line-height: 54.2rem;
      color: #FFF;
      margin-bottom: 4.5rem; }
    .error-page .error-wrapper .sub-title {
      font-size: 3.3rem;
      line-height: 4.4rem;
      color: #EBF7F4; }
    @media (max-width: 1024px) {
      .error-page .error-wrapper .title {
        font-size: 32rem;
        line-height: 32rem; } }
    @media (max-width: 767px) {
      .error-page .error-wrapper .title {
        font-size: 14rem;
        line-height: 14rem; } }

.copy-item-wrapper {
  padding: 8rem 0; }

.copy-block {
  width: 100%;
  padding: 5.5rem 5rem;
  background-color: #FFF;
  border-radius: 6px;
  margin-bottom: 3rem; }

@media (max-width: 767px) {
  .copy-item-wrapper {
    padding: 0;
    background: #FFF; }
  .copy-block {
    border-radius: 0;
    padding: 2rem 0; } }

.contact .contact-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5rem; }

.contact .contact-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 2rem; }
  .contact .contact-wrapper .link {
    font: 700 2rem/2.8rem "opensans-bold", Verdana;
    color: #761234;
    text-decoration: none; }
  .contact .contact-wrapper .icon {
    height: 3.2rem;
    width: 3.2rem;
    margin-right: 2.8rem; }
    .contact .contact-wrapper .icon svg {
      height: 100%;
      width: 100%;
      fill: #475a63; }
  @media (max-width: 767px) {
    .contact .contact-wrapper .link {
      font-size: 1.1rem;
      text-align: left; }
    .contact .contact-wrapper .icon {
      height: 2rem;
      width: 2rem; } }

@media (max-width: 1024px) {
  .contact .contact-container {
    flex-direction: column; }
  .contact .contact-wrapper {
    margin-bottom: 3rem; } }

html {
  box-sizing: border-box; }

body {
  width: 100%;
  margin: 0;
  color: #373737;
  background-color: #EBF7F4;
  font: 400 2rem/1.5 "Verdana", sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  position: relative; }

.page-container {
  margin-top: 6rem; }

*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: inherit; }

img {
  display: block; }

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

a {
  text-decoration: none;
  color: currentColor; }

:root {
  font-size: 10px; }

@media (max-width: 1599px) {
  :root {
    font-size: 10px; } }

#toolbar-item-workbench-tray {
  margin-top: 0; }

@media (min-width: 579px) {
  #toolbar-item-workbench-tray {
    margin-top: 40px; } }

@media (min-width: 950px) {
  #toolbar-item-workbench-tray {
    margin-top: 0; } }

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