/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

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

.nemax-compare__overlay { display: none; }
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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; /* 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.dnd-section > .row-fluid, .page-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left:35px;
  padding-right:35px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: AvenirNextLTW01-UltraLi;
  src: url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/Nemag_April2021/Fonts/AvenirNextLTW01-UltraLi.eot);
  src: url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/Nemag_April2021/Fonts/AvenirNextLTW01-UltraLi.eot) format("eot"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/AvenirNextLTW01-UltraLi.woff2) format("woff2"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/AvenirNextLTW01-UltraLi.woff) format("woff"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/AvenirNextLTW01-UltraLi.ttf) format("truetype");
}

@font-face {
  font-family: AvenirNextLTW01-Regular;
  src: url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/Nemag_April2021/Fonts/AvenirNextLTW01-Regular.eot);
  src: url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/Nemag_April2021/Fonts/AvenirNextLTW01-Regular.eot) format("eot"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/AvenirNextLTW01-Regular.woff2) format("woff2"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/AvenirNextLTW01-Regular.woff) format("woff"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/AvenirNextLTW01-Regular.ttf) format("truetype");
}

@font-face {
  font-family: AvenirNextLTW01-Heavy;
  src: url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/Nemag_April2021/Fonts/AvenirNextLTW01-Heavy.eot);
  src: url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/Nemag_April2021/Fonts/AvenirNextLTW01-Heavy.eot) format("eot"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/AvenirNextLTW01-Heavy.woff2) format("woff2"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/AvenirNextLTW01-Heavy.woff) format("woff"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/AvenirNextLTW01-Heavy.ttf) format("truetype");
}
@font-face {
  font-family: Icons;
  src: url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/Nemag_April2021/Fonts/icons.eot);
  src: url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/Nemag_April2021/Fonts/icons.eot) format("embedded-opentype"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/icons.woff2) format("woff2"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/icons.woff) format("woff"),
    url(//9265340.fs1.hubspotusercontent-na1.net/hubfs/9265340/raw_assets/public/Nemag_April2021/fonts/icons.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-decoration:inherit;
  text-transform:none;
}

html {
  font-size: 16px;
}

body {
  font-family: Helvetica,sans-serif;
  font-size: 1rem;
  color: #637175;
  line-height: 1.6;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Helvetica,sans-serif;
}

/* Anchor Links */
a {
  color: #637175;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: AvenirNextLTW01-Heavy, sans-serif;
  color: #202D32;
  word-break: break-word;
}

h1 {
  font-size: 4.0625rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.625rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: 1rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1;
  border-left: 2px solid #A9A9A9;
  padding-left: 0px;
  margin:60px 0;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-color: #FFA600 !important;
  color: #ffffff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  padding: 15px 53px;
  
  text-decoration: none;
  margin-top:10px;
  margin-bottom:15px;
  min-height: 50px;
  position:relative;
  font-family: AvenirNextLTW01-Regular;
  white-space: normal;
}
.hs-button {
  z-index: 100 !important;

}
i.hs-button .hs-button {
  border: 0;
  padding: 0;
  background: transparent;
  margin: 0;
}
i.hs-button {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  position:relative;
}
i.hs-button:after { 
  border-radius: 6px 10px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
  top: 0;
  width: 100%;
  z-index: -1;
}
i.hs-button a.hs-button {
  line-height:50px;
}
i.hs-button a.hs-button:hover {
  text-decoration:none;
}
.hs-button:hover, .hs-button:focus {
  border-color: #ffffff;
  
  color: #ffffff;
  outline:none;
}

.hs-button:active {
  background-color: transparent !important;
  border-color: transparent;
}


.hs-form label {
  font-size: 18px;
  color: #637174;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.55555555556;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input, #hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: 3.125rem;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #202D32;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #fcfcfc;
}
#hs-pwd-widget-password:focus {
  outline:none;
}
#hs-pwd-widget-password {
  height: 3.125rem !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  height: 100%;
  cursor: pointer;
  padding: 2px;
  margin: 3px 15px 3px 0px !important;
  line-height: normal;
  border: none;
   height: 20px  !important;;
  width: 20px  !important;;
  max-height: 20px !important;
  max-width: 20px !important;
  padding: 0 !important;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #dddddd;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #dddddd;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 20px;
}

.hs-field-desc {
  color: #637175;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #637175;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Helvetica,sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  
}

.hs-menu-item.active a {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.full-width-row1 {
  padding-top:70px;
  padding-bottom:70px;
  font-size: 18px;
}
.full-width-row1 h3 {
  transition: -webkit-transform .5s .3s,opacity .5s .3s;
  transition: transform .5s .3s,opacity .5s .3s;
  margin-top: 2em;
  font-family: Helvetica;
  font-size: 1em;
  margin-bottom: .8em;
  line-height: 1.3;
  color: #202D32;
}
.full-width-row1 h2 {
  font-size: 2rem;
  margin-top: 2em;
  text-transform: uppercase;
  color: #202D32;
  line-height: 1.3;
  margin-bottom: .8em;
}
.about-row1  {
  padding-top:70px;
}
.about-row1 .dnd-section>.row-fluid {
  max-width: 860px;
}
.about-row1 blockquote{
  font-family: AvenirNextLTW01-UltraLi;
  margin-left: -82px;
  width: calc(100% + 164px);
  max-width: 117.19078%;
  font-size: 60px;
  color: #2F93CF;
}
.about-row1 blockquote p {
  margin-bottom: 0;
  font-family: inherit;
}
.about-row1 {
  font-size: 18px;
}
.about-row1 h2 {
  font-size: 2rem;
  margin-top: 2em;
  text-transform: uppercase;
  color: #202D32;
  line-height: 1.3;
  margin-bottom: .8em;
}
.about-row1 img {
  display: block;
  max-width: 100%;
}
.about-row1 .oembed_container {
  width: 100% !important;
  height: auto !important;
}

.about-row1 .oembed_container .iframe_wrapper {
  margin-left: -82px;
  width: calc(100% + 164px);
  margin-top: -25%;
}
.about-row1 .oembed_container .iframe_wrapper iframe {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100% !important;
  height: 100% !important;
}
.about-row2 {
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
.about-row2 .cm-about-wrapper {
  position:relative;
  margin-top:calc( 5% - 8px);
  padding-bottom: 3em;
}
.about-row2 .cm-about-wrapper:before {
  background: #2F93CF;
  content: '';
  bottom: 0;
  position: absolute;
  top: 0;
  width: 150vw;
  left: -50vw;
  z-index: -2;
  height:100%;
}
.about-row2 .page-center {
  max-width: 860px;
}
.about-row2 .inner-wrap {
  margin-left: -35px;
  padding-bottom: 3em;
  padding: 100px 30px;
  width: calc(100% + 70px);
  padding-top: 30%;
}
.about-row3 {
  padding-top: 70px;
}
.about-row2 .cm-highlighted-content {
  width: 65.61845%;
  margin-left: auto;
  margin-right: auto;
}
.about-row2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-row2 ul li {
  margin-left: 1.25em;
  border-bottom: 1px solid #00abdb;
  padding: 1em 0 .35em;
  line-height: 1.2;
  color: #fff;
}
.about-row2 .dnd-section>.row-fluid { 
  padding-left:0;
  padding-right:0;
}
.about-row2 h4 {
  font-size: 60px;
  color: #FFF;
  line-height: 1;
  margin-bottom: .4em;
  text-transform: uppercase;
}
.contact-row2 .cm-team {
  width: 125%;
  margin-left: -12.5%;
}
.contact-row1 h3 {
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 2em;
  line-height: 1.3;
  margin-bottom: .8em;
  color: #202D32;
}
.contact-row1 {
  padding-top: 70px;
}
.contact-row1 p {
  font-size: 18px;
}
.contact-row1 form {
  margin-top: 60px;
  max-width: 100%;
}
.contact-row1 p:last-child {
  margin-bottom:0;
}
.contact-row1 .hs-form-field>label {
  margin-bottom:0;
}
.contact-row1 textarea {
  min-height:199.78px;
}
.contact-row1 i.hs-button {
  margin-top: 0;
}
.contact-row1 form textarea {
  margin-bottom: -7px;
}
.contact-row1 i.hs-button {
  padding-right: 4.375rem;
  padding-left: 1.5625rem;
}
.contact-row1 i.hs-button svg {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s ease;
  position: absolute;
  right: 25px;
  top: 50%;
  fill: currentColor;
  vertical-align: middle;
}
.contact-row1 i.hs-button:hover svg {
  top: 150%;
}
.contact-row1 i.hs-button:hover {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.career-inner-layout {
  overflow: hidden;
}
.career-inner-row1 .dnd-section>.row-fluid, .career-inner-row2 .dnd-section>.row-fluid, .career-inner-row3 .dnd-section>.row-fluid {
  max-width:860px;
}
.career-inner-row1 {
  padding-top: 110px;
  font-size: 18px;
}
.career-inner-row1 ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.career-inner-row1 a, .career-inner-row1 a:hover {
  color: #2F93CF;
}
.career-inner-row1 p:last-child {
  margin-bottom: 0;
}
.career-inner-row3 {
  margin-top: 6em;
  font-size: 18px;
}
.career-inner-row3 h3 {
  text-transform: uppercase;
  font-size: 32px;
  margin-top: 2.5em;
  margin-bottom: 1.25em;
  line-height:1.3;
  color: #202D32;
}
.career-inner-row3 h3.form-title {
  margin-top: 1.25em;
}
.career-inner-row3 .hs-form-field>label {
  margin-bottom:0;
}
.career-inner-row3 .hs-fieldtype-file .hs-input {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  background: #fcfcfc;
  border: 1px solid #ddd;
  padding: 10px 15px;
  color: #202D32;
}
.career-inner-row3 .hs-fieldtype-file {
  position: relative;
}
.career-inner-row3 .hs-fieldtype-file .hs-input::-webkit-file-upload-button {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
}
.career-inner-row3 textarea {
  min-height:199.8px;
}
.career-inner-row4 {
  padding-top:70px;
}
.career-inner-row3 .hs_message {
  margin-bottom: 0;
}
.career-inner-row3 i.hs-button {
  padding-left: 25px;
  padding-right: 70px;
  margin-top:12px;
  margin-bottom: 20px;
}
.career-inner-row3 i.hs-button {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3ECombined%20Shape%3C%2Ftitle%3E%3Cpath%20d%3D%22M14.13%209H1.03C.45%209%200%208.57%200%208s.46-1%201.02-1h13.1L8.94%201.8c-.4-.4-.4-1.07%200-1.5.42-.4%201.1-.4%201.5%200l6.94%206.95c.42.42.42%201.08%200%201.5-.05.06-.1.1-.17.14-.03.06-.08.12-.14.18l-6.6%206.6c-.43.43-1.1.42-1.5%200-.43-.4-.42-1.07%200-1.5l5.17-5.17z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 90% center;
  min-height: 50px;
  color: #FFF;
  font-family: AvenirNextLTW01-Regular;
  transition: all .3s ease;
}
.career-inner-row3 i.hs-button .hs-button {
  transform: translateY(1px);
}
.career-inner-row3 form input[value="Send"]{
  display:none;
}
.career-inner-row3 i.hs-button:hover {
  padding: 0 3.75rem;
  background-position: 110% center;
  text-decoration: none;
}
.career-inner-row3 .hs-button:active {
  background-color:transparent;
}
.career-inner-row3 form .hs-error-msgs label {
  color: red;
  margin-top:5px;
  line-height:1.6;
}
.career-inner-row3 form {
  max-width:100%;
}
.solution-inner-row2 .hs_cos_wrapper_type_linked_image img {
  width: 175px;
  display: block;
}
.solution-inner-row2 .hs_cos_wrapper_type_header h4 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 100;
  line-height: 1.3;
  font-family: Helvetica,Arial,sans-serif;
  color: #2F93CF;
  margin-bottom: 60px;
  padding-top: 80px;
}
.quick-layout .solutions .product-item:nth-child(2n) img {
  -webkit-transform: scale(.8) translateX(75px);
  transform: scale(.8) translateX(75px);
}
.solution-row1 .dnd-section>.row-fluid, .solution-row2 .dnd-section>.row-fluid {
  max-width: 860px;
}
.solution-row2 .dnd-section>.row-fluid {
  padding-left:0;
  padding-right:0;
}
.solution-row1 {
  padding-top: 70px;
}
.solution-row1 blockquote, .home-row1 blockquote {
  font-family: AvenirNextLTW01-UltraLi;
  color: #2F93CF;
  font-size: 40px;
  line-height: 1;
  margin: 35px 0;
  width: calc(100% + 20px);
}
.solution-row1 blockquote p, .home-row1 blockquote p {
  font-family: AvenirNextLTW01-UltraLi;
}
.solution-row1 {
  font-size: 18px;
}
.solution-row1 p:last-child {
  margin-bottom:0;
}
.solution-row3 .dnd-section>.row-fluid, .solution-row4 .dnd-section>.row-fluid {
  max-width:860px;
}
.solution-layout {
  overflow:hidden;
}
.solution-row5 {
  padding-top: 70px;
}
.home-row1 .cm-advance-btn {
  margin-bottom: 18px;
}
.career-row1 .dnd-section>.row-fluid  {
  max-width:860px;
}
.career-row1 {
  padding-top: 110px;
  font-size:18px;
}

.career-row1 blockquote {
  color: #2F93CF;
  font-size: 40px;
  line-height: 1;
  margin: 35px 0;
  width: calc(100% + 20px);
  font-family: AvenirNextLTW01-UltraLi;
}

.career-row1 blockquote p {
  font-family: AvenirNextLTW01-UltraLi;
}
.career-layout {
  overflow: hidden;
}
.career-row1 p:last-child {
  margin-bottom:0;
}
.career-row1 .cm-gallery:after {
  position: absolute;
  content: "";
  display: block;
  width: 500%;
  left: -100%;
  height: 970px;
  background: #2F93CF;
  z-index:-1;
}
.career-row1 .cm-careers:before {
  display:none;
}
.home-row7 .dnd-section>.row-fluid,.home-row5 .dnd-section>.row-fluid, .home-row4 .dnd-section>.row-fluid,.home-row3 .dnd-section>.row-fluid, 
.home-row2 .dnd-section>.row-fluid {
  padding-left:0;
  padding-right:0;
}
.home-layout {
  overflow:hidden;
}
.home-row1 {
  padding-top: 70px;
}

.home-row1 .dnd-section>.row-fluid {
  max-width: 860px;
  position: relative;
  left: -80px;
}
.home-row1 blockquote {
  margin-left:0 !important;
}
.home-row1 .cm-advance-btn .cm-btn {
  margin-top: 28px;
}
.home-row1 h3 {
  margin-top: 2em;
  font-family: Helvetica;
  font-size: 18px;
  color: #202D32;
  line-height: 1.3;
  margin-bottom: .8em;
}
.home-row1 {
  font-size: 18px;
  padding-bottom: 70px;
}
.home-row1 .cm-advance-btn .cm-btn {
  margin-top: 28px;
}
.body-wrapper {
  overflow: hidden;
}
.contact-layout .hs-input {
  padding: 10px 15px;
}
.homepage-header header {
  background-color: #fff;
}


.homepage-header header .page-search-btn svg {
  fill:#2F93CF;
}

.homepage-header header .cm-toggle .cm-toggle-icon {
  background: #2F93CF;
}
.career-inner-row3 form .hs-input {
  padding: 10px 15px;
  font-size:18px;
}
@media (max-width:1023px) {
  .full-width-row1 {
    padding-top:0px;
    padding-bottom:0px;
  }
  .full-width-row2 .cm-contact-panel .cm-contact-detail {
    padding-top:0;
  }
  .about-row1 {
    padding-top: 0;
  }
  .about-row1 blockquote {
    max-width: 117.19078%;
    width: calc(100%);
    margin-left: 0;
  }
  .about-row1 .oembed_container .iframe_wrapper {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .about-row3 {
    padding-top: 0;
  }
  .about-row2 .cm-about-wrapper {
    margin-top:calc( 6% - 8px);
  }
  .about-row3 .cm-contact-panel .cm-contact-detail {
    padding-top:0;
  }
  .contact-row1 {
    padding-top:0;
  }
  .contact-row2 .cm-team {
    width: 100%;
    margin-left: 0;
    padding-bottom:0;
  }

  .career-inner-row1, .career-inner-row4 {
    padding-top:40px;
  }
  .career-inner-row4 .cm-contact-panel .cm-contact-detail {
    padding-top:0;
  }
  .solution-inner-row2 .hs_cos_wrapper_type_header h4 {
    padding-top:40px;
    font-size: 1.25rem;
    margin-bottom:30px;
  }
  .solution-inner-row2 .hs_cos_wrapper_type_linked_image img {
    width: 125px;
  }
  .solution-inner-row4 .cm-contact-panel .cm-contact-detail, .quick-row4 .cm-contact-panel .cm-contact-detail {
    padding-top: 0;
  }
  .quick-layout .solutions .product-item:nth-child(2n) img {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
  .solution-row1, .solution-row5 {
    padding-top:0;
  }
  .solution-row5 .cm-contact-panel .cm-contact-detail {
    padding-top:0;
  }
  .solution-row4 .cm-service {
    margin-top:-192px;
  }
  .solution-row5 .dnd-section>.row-fluid {
    padding-left:20px;
    padding-right:20px;
  }
  .solution-row5 {
    padding-top:30px;
  }
  .solution-row4 .dnd-section>.row-fluid {
    padding-left:30px;
    padding-right:30px;
  }
  .career-row1 {
    padding-top:40px;
  }
  .career-row2 .cm-contact-panel .cm-contact-detail {
    padding-top:0;
  }
  .home-row1 .dnd-section>.row-fluid {
    left:0;
  }
  .home-row1 {
    padding-top: 0px;
  }
  .home-row6 .cm-contact-panel .cm-contact-detail {
    padding-top:0;
  }
}
@media (max-width:767px) {
  .quick-layout .cm-contact-panel .cm-info .cm-title {
    font-size:60px;
    word-break:unset;
  }
}
@media (max-width:640px) {
  .full-width-row1 {
    padding-top:60px;
    padding-bottom:30px;
    font-size: 15px;
  }
  .full-width-row1 .dnd-section>.row-fluid {
    padding-left:30px;
    padding-right:30px;
  }
  .full-width-row2 .dnd-section>.row-fluid, .about-row3 .dnd-section>.row-fluid { 
    padding-left:20px;
    padding-right:20px;
  }
  .cm-contact-panel .cm-contact-detail .cm-contact-info .cm-phone, .cm-contact-panel .cm-contact-detail .cm-contact-info .cm-contact-subtitle {
    font-size: 16px !important;
  }
  .cm-contact-panel .cm-contact-detail .cm-contact-info .cm-contact-person {
    font-size: 21px !important;
  }
  .full-width-row1 h2 {
    font-size: 1.3125rem;
  }
  .about-row1 {
    padding-top: 60px;
    font-size: 15px;
  }
  .about-row1 blockquote {
    margin: 35px 0;
    font-size: 40px;
  }
  .about-row1 .dnd-section>.row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-row1 h2 {
    font-size: 1.3125rem;
  }
  .about-row1 .oembed_container .iframe_wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .about-row2 .cm-highlighted-content {
    width: 100%;
  }
  .about-row2 h4 {
    font-size: 30px;
  }
  .about-row2 .cm-about-wrapper {
    margin-top: calc( 10% - 6px);
    font-size:15px;
  }
  .about-row3 {
    padding-top: 30px;
  }
  .about-row2 .inner-wrap {
    padding-bottom: 40px;
  }
  .about-row2 .inner-wrap {
    padding-top: calc( 30% + 3px);
  }
  .contact-row1 { 
    padding-top:60px;
  }
  .contact-row1 .dnd-section>.row-fluid, .contact-row2 .dnd-section>.row-fluid, .career-inner-row1 .dnd-section>.row-fluid,
  .career-inner-row2 .dnd-section>.row-fluid, .career-inner-row3 .dnd-section>.row-fluid{
    padding-left:30px;
    padding-right:30px;
  }
  .contact-row1 p {
    font-size:15px;
  }
  .contact-row1 i.hs-button {
    padding-left: 20px;
    padding-right: 50px;
    font-size: 15px;
  }
  .contact-row1 i.hs-button .hs-button {
    font-size: 15px;
  }
  .contact-row2 .cm-team {
    margin:30px 0;
  }
  .contact-row2 {
    padding-bottom: 30px;
  }
  .career-inner-row1 {
    padding-top:60px;
    font-size:15px;
  }
  .career-inner-row3 {
    font-size:15px;
  }
  .career-inner-row4 .dnd-section>.row-fluid {
    padding-left:20px;
    padding-right:20px;
  }
  .career-inner-row3 i.hs-button .hs-button {
    transform: none;
    font-size:15px;
  }
  .career-inner-row4 {
    padding-top:30px;
  }
  .career-inner-row3 i.hs-button {
    margin-top: 13px;
  }
  .career-inner-row3 form .hs-error-msgs label {
    font-size:15px;
  }
  .quick-layout .cm-contact-panel .cm-info .cm-title {
    font-size:30px;
  }
  .solution-row1 {
    padding-top: 47px;
    font-size:15px;
  }
  .solution-row1 .dnd-section>.row-fluid, .solution-row3 .dnd-section>.row-fluid, .career-row1 .dnd-section>.row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .career-row1 {
    padding-top: 60px;
    font-size:15px;
  }
  .career-row2 .dnd-section>.row-fluid, .home-row6 .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-row1 {
    padding-top: 60px;
    font-size: 15px;
  }

  .home-row1 .dnd-section>.row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-row1 h3 {
    font-size: 15px;
  }

  .home-row1 blockquote p {
    margin-bottom: 0;
  }
  .home-row1 .cm-advance-btn .cm-btn {
    margin-top: 24px;
  }
}
@media (min-width: 641px) and (max-width:920px) {
  .solution-inner-row1 blockquote, .quick-row1 blockquote {
    width: calc(100% + 30px) !important;
  }
}
@media (max-width:424px) {
  .quick-row1 blockquote {
    width:100%;
  }
}

@media (min-width: 40.063em) {
  .homepage-header header .main-nav .hs-menu-wrapper>ul>li>a {
    color: #2F93CF;
  }
  .solution-row1 blockquote, .career-row1 blockquote, .home-row1 blockquote {
    font-size: 60px;
    margin: 60px 0;
    max-width: 117.19078%;
    width: calc(100%);
  }
  .solution-row4 .cm-service {
    margin-top: calc( 5% - 192px );
  }
}
@media (min-width: 64em) {
  .solution-row1 blockquote, .career-row1 blockquote, .home-row1 blockquote {
    margin-left: -82px;
    width: calc(100% + 164px);
  }
  .solution-row4 .cm-service {
    margin-top: calc( 5% - 192px );
  }
}

.banner-section .dnd-section {
  padding: 0;
}

.solution-inner-layout .dnd-section .widget-type-cell, .quick-layout .dnd-section .widget-type-cell {
  padding:0;
}

.solution-inner-row1 blockquote, .quick-row1 blockquote {
  color: #2F93CF;
  font-size: 40px;
  line-height: 1;
  margin: 35px 0;
  width: calc(100% + 20px);
  font-family: AvenirNextLTW01-UltraLi;
}
.solution-inner-row1 blockquote p, .quick-row1 blockquote p {
  font-family: AvenirNextLTW01-UltraLi;
}

.solution-inner-row1 .dnd-section, .quick-row1 .dnd-section {
  padding: 50px 0px;
}

.solution-inner-layout, .quick-layout {
  overflow-x: hidden;
}

.solution-inner-layout h3, .quick-layout h3 {
  font-family: Helvetica;
  font-size: 1em;
  margin-top: 2em;
  line-height: 1.3;
  margin-bottom: .8em;
  color: #202D32;
}

.solution-inner-layout .body-container-wrapper .dnd-section[class*="force-full-width"] > .row-fluid, .quick-layout .body-container-wrapper .dnd-section[class*="force-full-width"] > .row-fluid {
  padding: 0;
}

.solution-inner-layout .body-container-wrapper .dnd-section > .row-fluid, .quick-layout .body-container-wrapper .dnd-section > .row-fluid {
  font-size: 18px;
  max-width: 860px;
  padding: 0 35px;
}

.solution-inner-row2 .oembed_container .iframe_wrapper, .quick-row2 .oembed_container .iframe_wrapper {
  margin-left: -82px;
  width: calc(100% + 164px);
  margin-top: -25%;
}

.solution-inner-row2 .oembed_container .iframe_wrapper iframe, .quick-row2 .oembed_container .iframe_wrapper iframe {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100% !important;
  height: 100% !important;
}

.solution-inner-row4 .dnd-section, .quick-row4 .dnd-section{
  padding:50px 0;
}

.solution-inner-row4 h3.form-title, .quick-row4 h3.form-title {
  margin:0;
}

.solution-inner-row4 .dnd-section>.row-fluid, .quick-row4 .dnd-section>.row-fluid {
  max-width:1024px !important;
}
.contact-row1 .submitted-message {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #2F93CF;
  font-size: 18px;
}

.about-layout .wow {
    visibility: hidden;
}
@media (min-width: 40.063em){
  .solution-inner-row1 blockquote, .quick-row1 blockquote {
    font-size: 60px;
    margin: 60px 0;
    max-width: unset;
    width: calc(100% + 70px);
  }
}

@media (min-width: 64em){
  .solution-inner-row1 blockquote, .quick-row1 blockquote {
    margin-left: -82px;
    width: calc(100% + 70px);
  }
}


@media (max-width:1024px) {
  .solution-inner-row4 .cm-contact-panel .cm-contact-detail, .quick-row4 .cm-contact-panel .cm-contact-detail {
    padding-bottom: 38px;
  }
}

@media (min-width:641px) and (max-width: 767px) {
  .solution-inner-layout .cm-contact-panel .cm-info .cm-title {
    font-size: 60px;
    word-break: unset;
  }
}

@media (max-width:640px) {
  .solution-inner-layout .body-container-wrapper .dnd-section>.row-fluid, .quick-layout .body-container-wrapper .dnd-section>.row-fluid {
    padding: 0 30px;
  }
  .contact-row1 .submitted-message {
    font-size:15px;
  }
  .solution-inner-row1 .dnd-section {
    padding: 54px 0 60px;
  }
  .quick-row1 .dnd-section {
    padding:0;
  }
  .solution-inner-layout h3, .quick-layout h3 {
    font-size: 15px;
  }

  .solution-inner-layout .body-container-wrapper .dnd-section>.row-fluid, .quick-layout .body-container-wrapper .dnd-section>.row-fluid {
    font-size: 15px;
  }

  .solution-inner-row1 blockquote p, .quick-row1 blockquote p {
    margin: 0;
  }

  .solution-inner-row4 .dnd-section, .quick-row4 .dnd-section {
    padding: 30px 0;
  }

  .solution-inner-row4 .cm-contact-panel .cm-contact-detail, .quick-row4 .cm-contact-panel .cm-contact-detail {
    padding-top: 0;
    padding-bottom: 41px;
  }

  .solution-inner-row4 .dnd-section > .row-fluid, .quick-row4 .dnd-section > .row-fluid {
    padding: 0 20px !important;
  }
}

@-webkit-keyframes grabCycle {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes grabCycle {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes homeBanner {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes homeBanner {
    0% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.head-wrap {
  min-height: 80px;
}
header {
  font-family: AvenirNextLTW01-Regular;
  z-index: 99999;
  position: relative;
  height: 80px;
}
header.is-sticked {
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  top: -85px;
  transition: top .2s;
  width: 100%;
}
header.nav-active {
  top: 0;
}
header .cm-container {
  padding: 0 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 64rem;
}
header .cm-logo img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  display: block;
}
header .cm-logo {
  max-width: 160px;
}
header .main-nav {
  margin-left: auto;
  position: relative;
  visibility: visible;
  width: auto;
}
header .cm-page-search {
  padding: 1.8125rem 0 1.8125rem 1.625rem;
  color: #FFF;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto;
  cursor: pointer;
}
header .page-search-btn {
  color: currentColor;
  line-height: 1;
}
header .page-search-btn svg {
  transition: -webkit-transform .1s cubic-bezier(.22,.61,.36,1);
  transition: transform .1s cubic-bezier(.22,.61,.36,1);
  fill: currentColor;
  vertical-align: middle;
}
header .cm-page-search {
  align-items: center;
  display: flex;
  gap: 10px;
}
header .cm-page-search .page-search-btn:hover {
  color: #077FC9;
}
header .main-nav .hs-menu-wrapper ul {
  margin: 0;
}
header .main-nav .hs-menu-wrapper ul li {
  display: inline-block;
  position: relative;
  margin-right: 4px;
}
header .main-nav .hs-menu-wrapper ul li a {
  padding: 1.5rem 1.25rem;
  color: #FFF;
  font-family: AvenirNextLTW01-Regular;
  transition: padding .2s;
  position: relative;
  display: block;
  font-size: 20px;
  text-transform: lowercase;
}
header .main-nav .hs-menu-wrapper ul li:last-child {
  margin-right: 0;
}
.cm-search-bar {
  position: fixed;
  top: -220px;
  left: 0;
  right: 0;
  height: 220px;
  padding-top: 80px;
  z-index: 9999;
  background: #2F93CF;
  transition: transform .3s cubic-bezier(.22,.61,.36,1);
  transform: matrix(1, 0, 0, 1, 0, 0);
 
}
.cm-search-bar.is-open {
  transform: matrix(1, 0, 0, 1, 0, 220); 
  animation-name: bounce-1;
  animation-duration: .5s;
}
.cm-search-bar .hs-search-field__suggestions {
  display:none;
}
.cm-search-bar.is-open .hs-search-field__suggestions {
  display:block;
}
@keyframes bounce-1 {
  0%   { transform: translateY(0); }
  100%  { transform: translateY(220px); }
  0  { transform: translateY(0); }
}
header:after {
  background: linear-gradient(to bottom,rgba(0,0,0,.05),rgba(255,255,255,0));
  bottom: -10px;
  height: 10px;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
}
.cm-search-bar form {
  max-width: 654px;
  margin: 30px auto;
  padding: 0 15px;
  position: relative;
  display: flex;
}
.cm-search-bar form .hs-search-field__input {
  background: 0 0;
  color: #FFF;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 40px;
  font-family: AvenirNextLTW01-UltraLi;
  width: 96%;
  transition: all .3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 3.125rem;
  line-height: 1.5;
  margin: 0 0 .9375rem;
  border: 0;
  min-height: 1.6em;
  color: #FFF;
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: .625rem 1.25rem;
}
.cm-search-bar form input::-webkit-input-placeholder {
  color: #FFF;
}
.cm-search-bar form button {
  right: 0;
  color: #FFF;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(0) translateX(0) rotate(0);
  transform: rotate(0) translateX(0) rotate(0);
  background: transparent;
  border: 0;
  padding:0;
  margin-bottom:0;
}
.cm-search-bar form button svg {
  height: 22px;
  fill: currentColor;
}
.cm-search-bar form button span {
  display: none;
}
.cm-search-bar form .hs-search-field__input:focus {
  outline: none;
  border-bottom: 1px solid rgba(255,255,255,.6);
}
header .cm-toggle {
  display:none;
}
header .cm-page-search.is-active svg {
  fill:#fff;
}
.head-wrap.lp header .cm-container {
  justify-content: flex-start;
}
header .main-nav .hs-menu-wrapper ul li.hs-item-has-children {
  position: relative;
}
header .main-nav .hs-menu-wrapper ul ul {
  position: absolute;
  display: none;
  opacity: 0;
  top: 100%;
  left: 0;
  z-index: 99;
}
header .main-nav .hs-menu-wrapper ul ul li {
  margin: 0;
}
header .main-nav .hs-menu-wrapper ul ul li a {
  padding: 10px 15px;
  min-width: 160px;
}
.cm-search-bar .hs-search-field__suggestions {
  border: 0 !important;
  background: #2f93cf;
}

.cm-search-bar .hs-search-field__suggestions li {
  max-width: 654px;
  margin: auto;
  padding: 2px 15px;
  color: #fff;
}

.cm-search-bar .hs-search-field__suggestions li a {
  color: #fff;
  padding: 3px 5px;
}

.cm-search-bar .hs-search-field__suggestions li a:hover {
  text-decoration: none;
}
header .page-search-btn svg .icon-close {
  display: none;
}

header .cm-page-search.is-active .page-search-btn svg .icon-close {
  display: block;
  stroke: #fff;
}
.homepage-header header .cm-page-search.is-active .page-search-btn svg .icon-close {
  stroke:#2f93cf;
}
header .cm-page-search.is-active .page-search-btn svg .icon-search {
  display: none;
}
header .main-nav.mobile {
  display:none;
}
.homepage-header .nav-highlighter {
  background: #2F93CF;
}
@media (max-width:1023px) {
  header .main-nav .hs-menu-wrapper ul li a {
    padding: 1.5rem .8125rem;
    white-space: nowrap;
  }
  header .main-nav .hs-menu-wrapper ul {
    flex-wrap:nowrap;
  }
}
@media (max-width:767px) { 
  header .main-nav .hs-menu-wrapper ul li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
}
@media (max-width:680px) {  
  .cm-search-bar form button {
    right:15px;
  }
}
@media (min-width:641px) {
  header .main-nav .hs-menu-wrapper>ul>li:hover ul {
    display: block;
    opacity: 1;
  }
  .homepage-header header .main-nav .hs-menu-wrapper>ul>li>a:hover {
    color: #077FC9;
  }
}
@media (max-width:640px) { 
  header .main-nav.desktop {
    display:none;
  }
  body.menu-active header.is-sticked, body.menu-active header {
    top: 0;
    height: auto;
    height: 100vh;
    overflow: auto;
  }
  body.menu-active header:after {
    display:none;
  }
  header .main-nav.mobile {
    display:block;
  }
  .head-wrap {
    min-height: 60px;
  }
  header .cm-toggle { 
    display:block;
  }
  header .cm-page-search {
    padding: 1.1875rem .875rem;
  }
  header {
    height: 60px;
  }
  header .cm-logo {
    max-width: 120px;
  }
  header .cm-container {
    padding-left: 20px;
    padding-right: 0;
    height:60px;
  }
  header .cm-toggle {
    min-height: 60px;
    padding: 1.125rem .875rem;
    background-color: transparent;
    border: 0;
    cursor:pointer;
  }
  header .cm-toggle:focus {
    outline:none;
  }
  header .cm-toggle .cm-toggle-icon {
    background: #FFF;
    height: 2px;
    margin: 0 auto;
    position: relative;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    width: 24px;
  }
  header .cm-toggle .cm-toggle-icon:before, header .cm-toggle .cm-toggle-icon:after {
    -webkit-animation: burger-init .4s forwards;
    animation: burger-init .4s forwards;
    background: inherit;
    border-radius: inherit;
    content: "";
    display: block;
    height: inherit;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: inherit;
  }
  header .cm-toggle .cm-toggle-icon:before {
    top: -8px;
  }
  header .cm-toggle .cm-toggle-icon:after {
    top: 8px;
  }
  header .cm-toggle.is-active .cm-toggle-icon {
    transition-delay: .2s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .cm-toggle.is-active .cm-toggle-icon:before {
    -webkit-animation: burger .4s forwards;
    animation: burger .4s forwards;
  }
  header .cm-toggle.is-active .cm-toggle-icon:after {
    -webkit-animation: burger .4s forwards;
    animation: burger .4s forwards;
  }
  header .main-nav {
    background: #2F93CF;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    left: 0;
    opacity: 0;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    width: 100%;
    visibility: hidden;
    min-height: calc( 100vh - 60px);
    overflow: auto;
  }
  header .main-nav .hs-menu-wrapper ul {
    flex-direction: column;
  }
  header .main-nav .hs-menu-wrapper ul li a {
    padding: 1.5rem 1.625rem;
    display: block;
    font-size: 20px;
  }
  header .main-nav.is-active {
    opacity: 1;
    overflow: auto;
    visibility: visible;
  }
  header .main-nav .hs-menu-wrapper ul ul li {
    display: block;
  }

  header .main-nav .hs-menu-wrapper ul ul li a {
    display: block;
    width: 100%;
  }

  header .main-nav .hs-menu-wrapper ul ul {
    width: 100%;
    position: relative;
    display:none;
    opacity:1;
  }
  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px !important;
    min-width: 31px !important;
    height: 31px !important;
    padding: 20px !important;
  }
  .child-trigger:before, .child-trigger:after {
    width: 15px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    content: '';
  }
  .child-trigger:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-open .child-trigger:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .child-open .child-trigger:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  body.menu-active .body-wrapper {
    overflow:auto
  }
  header .main-nav.mobile .hs-menu-wrapper>ul>li>a:hover, header .main-nav.mobile .hs-menu-wrapper>ul>li>a:focus {
    background: #3A99D1;
  }
}

@-webkit-keyframes burger {
  35% {
    top: 0
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}
@keyframes burger {
  35% {
    top: 0
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
}
@-webkit-keyframes burger-init {
  0% {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  35% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@keyframes burger-init {
  0% {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  35% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer .cm-container {
  font-size: 1.25rem;
  padding: 70px 35px;
  margin: 0 auto;
  max-width: 64rem;
}
footer .cm-col-3 {
  float: left;
  width: 33.333%;
}
footer .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  flex-direction: column;
}
footer .hs-menu-wrapper ul li {
  width: 100%;
  display: inline-block;
  position: relative;
}
footer .hs-menu-wrapper ul li a {
  text-transform: lowercase;
  border-bottom: 1px solid transparent;
  transition: all .1s;
  margin-bottom: 30px;
  margin-right: 30px;
  display: inline-block;
  padding: 0;
  line-height: 1.6;
}
footer .hs-menu-wrapper ul li a:hover {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
footer .cm-button a {
  text-transform: lowercase;
  padding: .5625rem 4.375rem .5625rem 1.5625rem;
  margin-top: 12px;
  color: #2F93CF;
  display: inline-block;
  font-size: 1em;
  margin-bottom: .9375rem;
  min-height: 50px;
  position: relative;
  text-align: center;
  transition: padding .3s ease;
  z-index: 1;
}
footer .cm-button a:after {
  border-radius: 6px 10px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
  top: 0;
  width: 100%;
  z-index: -1;
  background: #FFF;
}
footer .cm-button a span {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
  width: 100%;
}
footer .cm-button a span svg {
  -webkit-transform: translateY(-50%) skewX(28deg);
  transform: translateY(-50%) skewX(28deg);
  position: absolute;
  right: 25px;
  top: 50%;
  transition: right .3s ease;
  fill: currentColor;
  vertical-align: middle;
}
footer .cm-button a:hover {
  padding: .5625rem 3.75rem;
  color: #2F93CF;
  text-decoration: none;
}
footer .cm-button a:hover svg {
  right: -25px;
}
footer .cm-contact {
  margin-top: 20px;
}
footer .cm-contact p {
  font-family: AvenirNextLTW01-Regular;
}
footer .copyright {
  padding: 0 35px;
  margin: 0 auto;
  max-width: 64rem;
}
footer .copyright .copyright-wrapper > div > span {
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.2);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
footer .copyright .copyright-wrapper svg {
  height: auto;
  margin: 0 40px;
  width: auto;
  cursor: pointer;
  fill: currentColor;
  transition: fill .2s ease-in;
}
footer .copyright .copyright-wrapper svg:hover {
  fill: rgba(255,255,255,.2);
}
footer a {
  font-family: AvenirNextLTW01-Regular;
}

.contact__select-functie{
  max-width: 80%;
}

.cm-breadcrumb {
  background: #077FC9;

}
.cm-breadcrumb .hs-breadcrumb-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height:61px;
}
.cm-breadcrumb .hs-breadcrumb-menu li {
  padding: 0;
}
.cm-breadcrumb .hs-breadcrumb-menu li .hs-breadcrumb-label {
  font-family: AvenirNextLTW01-Regular;
  color: #fff;
}
.cm-breadcrumb .hs-breadcrumb-menu-divider:before {
  display:none;
}
.cm-breadcrumb .hs-breadcrumb-menu li .hs-breadcrumb-menu-divider {
  fill: #fff;
  margin: 0 8px;
}
@media (max-width:640px) {
  .cm-breadcrumb .page-center {
    padding-left:20px;
    padding-right:20px;
  }
  footer .cm-col-3 {
    width: 100%;
    float: none;
  }
  footer .cm-container {
    font-size: 1rem;
    padding: 35px 20px;
  }
  footer .copyright .copyright-wrapper svg {
    margin: 0 20px;
    height: 35px;
  }
  footer .copyright .copyright-wrapper>div>span {
    height: 66px;
  }
  footer .cm-button a {
    width: 100%;
    padding: .5625rem 3.125rem .5625rem 1.25rem;
  }
  footer .copyright {
    padding:0 20px;
  }
}
@media (max-width:575px) {
  .cm-breadcrumb .hs-breadcrumb-menu {
    flex-wrap:wrap;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #637175;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #637175;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #637175;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #637175;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #637175;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #637175;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {

}
.blog-comments .hs-button:hover {

}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #FFA600;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
.cm-blog-banner {
  padding-top: 80px;
  padding-bottom: 30px;
  text-align:center;
}

.cm-blog-banner .page-center {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cm-blog-banner .page-center {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cm-blog-banner .cm-title {
  font-size: 32px;
  margin-bottom: .7em;
  margin-top: .8em;
  line-height: 1;
  text-transform: uppercase;
  color: #202D32;
}
.cm-blog-banner .cm-text {
  text-align: left;
  max-width: 680px;
}
.cm-blog-listing .listing-wrapper {
  text-align: left;
  display: block;
}

.cm-blog-listing .cm-item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  float: left;
  height: 200px;
  margin-bottom: 3.14465%;
  margin-right: 3.14465%;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  float: left;
  height: 200px;
  margin-bottom: 3.14465%;
  margin-right: 3.14465%;
  position: relative;
  width: 100%;
}
.cm-blog-listing .cm-item:hover {
  text-decoration:none;
}
.cm-blog-listing .cm-item:nth-child(2n) {
  margin-right:0;
}
.cm-blog-listing .cm-item:before {
  background: rgba(15,35,43,.7);
  border-radius: 100%;
  left: 50%;
  height: 1356px;
  width: 1356px;
  position: absolute;
  top: 120px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  content: '';
}
.cm-blog-listing .cm-item .cm-content {
  padding: 10px 20px;
  max-width: 100%;
  z-index: 1;
}
.cm-blog-listing .cm-item h3 {
  color: #FFF;
  font-family: AvenirNextLTW01-Heavy;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 10px;
  padding-right: 125px;
  margin-top: .8em;
}
.cm-blog-listing .cm-item .cm-btn {
  cursor: pointer;
  color: #FFF;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 .9375rem;
  min-height: 50px;
  padding: .5625rem 1.5625rem .5625rem 1.5625rem;
  position: relative;
  text-align: center;
  transition: padding .3s ease;
  z-index: 1;
  font-family: AvenirNextLTW01-Regular;
}
.cm-blog-listing .cm-item .cm-btn:after {
  background: linear-gradient(to right,#FF8900,#FFA600);
  border-radius: 6px 10px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
  top: 0;
  width: 100%;
  z-index: -1;
}
.cm-blog-listing .cm-item .icon_wrapper {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
  width: 100%;
}
.cm-blog-listing .cm-item .btn-text {
  position: absolute;
  left: -100%;
  top: 50%;
  transition: left .3s ease;
  -webkit-transform: translateY(-50%) skewX(28deg);
  transform: translateY(-50%) skewX(28deg);
}
.cm-blog-listing .cm-item svg {
  position: absolute;
  fill: currentColor;
  top: 50%;
  transition: right .3s ease;
  -webkit-transform: translateY(-50%) skewX(28deg);
  transform: translateY(-50%) skewX(28deg);
  right: 16px;
}
.cm-blog-listing .cm-item:hover .cm-btn {
  padding-left: 3.125rem;
  padding-right: 3.75rem;
  text-decoration: none;
}
.cm-blog-listing .cm-item:hover .cm-btn .btn-text{
  left: 25px;
}
.cm-blog-listing .cm-item:hover .cm-btn svg {
  right: 20px;
}
.cm-blog-contact {
  margin-top: 40px;
  padding-top: 70px;
}
.cm-single-post img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.cm-blog-post {
  overflow:hidden;
}
.cm-single-post {
  font-size: 15px;
  margin: 0 auto;
  max-width: 64rem;
  padding: 60px 30px 30px;
  background-color: #FFF;
  position: relative;
  z-index: 1;
}
.cm-single-post ul {
  margin: 0;
  padding-left: 0;
  margin-bottom:15px;
}
.cm-single-post ul li {
  margin-left: 1.25em;
}
.cm-rencent-post {
  margin-bottom: 40px;
  margin-top: -70px;
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}

.cm-rencent-post:before {
  background: #E9E9E9;
  display: block;
  bottom: 0;
  position: absolute;
  top: 0;
  width: 500%;
  z-index: -2;
  left: -100%;
  content: '';
}

.cm-rencent-post .cm-container {
  margin: 0 auto;
  max-width: 64rem;
  padding: 0 20px;
}

.cm-rencent-post .cm-header {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap:wrap;
}

.cm-rencent-post .cm-header h5 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: .3em;
  text-align: center;
  text-transform: uppercase;
  color: #202D32;
  margin-top: .8em;
  padding-right:15px;
}

.cm-rencent-post .cm-header .cm-more {
  color: #077FC9;
  font-family: AvenirNextLTW01-Regular;
  font-size: 17px;
  text-decoration: none;
}

.cm-rencent-post .cm-header .cm-more svg {
  margin-left: 8px;
  fill: currentColor;
  vertical-align: middle;
}

.cm-rencent-post .cm-item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  float: left;
  height: 200px;
  margin-bottom: 3.14465%;
  margin-right: 3.14465%;
  position: relative;
  width: 100%;
  text-decoration: none;
}

.cm-rencent-post .cm-item:nth-child(2n) {
  margin-right: 0;
}

.cm-rencent-post .cm-item:before {
  background: rgba(15,35,43,.7);
  border-radius: 100%;
  left: 50%;
  height: 1356px;
  width: 1356px;
  position: absolute;
  top: 120px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  content: '';
}

.cm-rencent-post .cm-item .cm-content {
  padding: 10px 20px;
  max-width: 100%;
  z-index: 1;
  width:100%;
}

.cm-rencent-post .cm-item .cm-content h3 {
  color: #FFF;
  font-family: AvenirNextLTW01-Heavy;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 10px;
  padding-right: 125px;
}
.cm-rencent-post .cm-item .cm-content .cm-btn {
  position: absolute;
    right: 31px;
    bottom: 15px;
  color: #FFF;
    display: inline-block;
    font-size: 1em;
    margin: 0 0 .9375rem;
    min-height: 50px;
    padding: .5625rem 1.5625rem ;
    text-align: center;
    transition: padding .3s ease;
    z-index: 1;
      font-family: AvenirNextLTW01-Regular;
}
.cm-rencent-post .cm-item .cm-content .cm-btn:after {
  background: linear-gradient(to right,#FF8900,#FFA600);
  border-radius: 6px 10px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
  top: 0;
  width: 100%;
  z-index: -1;
}
.cm-rencent-post .cm-item .cm-content .cm-btn .icon__wrapper {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
  width: 100%;
}
.cm-rencent-post .cm-item .cm-content .cm-btn .btn-text {
  position: absolute;
  left: -100%;
  top: 50%;
  transition: left .3s ease;
  -webkit-transform: translateY(-50%) skewX(28deg);
  transform: translateY(-50%) skewX(28deg);
}
.cm-rencent-post .cm-item .cm-content .cm-btn svg {
  vertical-align: middle;
  fill: currentColor;
  position: absolute;
  right: 25px;
  top: 50%;
  transition: right .3s ease;
  right: 16px;
  -webkit-transform: translateY(-50%) skewX(28deg);
  transform: translateY(-50%) skewX(28deg);
}
.cm-rencent-post .cm-item:hover {
  text-decoration:none;
}
.cm-rencent-post .cm-item:hover .cm-content .cm-btn {
  padding-left: 3.125rem;
  padding-right: 3.75rem;
  text-decoration: none;
}
.cm-rencent-post .cm-item:hover .cm-content .cm-btn .btn-text {
  left: 25px;    
}
.cm-rencent-post .cm-item:hover .cm-content .cm-btn svg {
  right: 20px;
}

.cm-rencent-post .cm-header .cm-more:hover {
  text-decoration:underline;
}
.comment-date {
  display:block;
}
@media (min-width: 40.063em) {
  .cm-blog-listing .cm-item {
    height: 350px;
  }
  .cm-blog-listing .cm-item .cm-content {
    padding: 30px 30px 75px;
  }
  .cm-blog-listing .cm-item h3 {
    font-size: 25px;
    padding-right: 0;
  }
  .cm-blog-listing .cm-item .cm-btn {
    padding: .5625rem 1.5625rem .5625rem 1.5625rem;
    position: absolute;
    right: 31px;
    bottom: 15px;
  }

  .cm-single-post {
    font-size: 18px;
    max-width: 860px;
    padding: 0 35px;
  }
  .cm-rencent-post {
    padding-top: 150px;
  }

  .cm-rencent-post .cm-container {
    padding: 0 35px;
  }

  .cm-rencent-post .cm-header h5 {
    font-size: 60px;
    margin-bottom: .7em;
  }

  .cm-rencent-post .cm-header .cm-more {
    font-size: 20px;
  }

  .cm-rencent-post .cm-item {
    height: 350px;
  }

  .cm-rencent-post .cm-item .cm-content {
    padding: 30px 30px 75px;
  }

  .cm-rencent-post .cm-item .cm-content h3 {
    font-size: 25px;
    padding-right: 0;
  }
  .cm-rencent-post .cm-item .cm-content .cm-btn {
    padding: .5625rem 1.5625rem;
  }
}
@media (min-width: 64em) {
  .cm-blog-listing .cm-item {
    width: 31.2369%;
  }
  .cm-blog-listing .cm-item:nth-child(4n+1),
  .cm-blog-listing .cm-item:nth-child(4n+4) {
    width: 65.61845%;
  }
  .cm-blog-listing .cm-item:nth-child(4n+1):before,
  .cm-blog-listing .cm-item:nth-child(4n+4):before {
    left: initial;
    right: -218px;
    top: 115px;
    -webkit-transform: none;
    transform: none;
  }
  .cm-blog-listing .cm-item:nth-child(4n+1) .cm-content,
  .cm-blog-listing .cm-item:nth-child(4n+4) .cm-content
  {
    max-width: 74.21384%;
  }
  .cm-blog-listing .cm-item:nth-child(4n+1) .cm-btn,
  .cm-blog-listing .cm-item:nth-child(4n+4) .cm-btn {
    bottom: 15px;
    right: 31px;
    top: initial;
    left: initial;
  }

  .cm-single-post {
    padding: 70px 35px;
  }
  .cm-rencent-post .cm-item {
    width: 31.2369%;
  }

  .cm-rencent-post .cm-item:nth-child(4n+1) {
    width: 65.61845%;
  }

  .cm-rencent-post .cm-item:nth-child(4n+1):before {
    left: initial;
    right: -218px;
    top: 115px;
    -webkit-transform: none;
    transform: none;
  }

  .cm-rencent-post .cm-item:nth-child(4n+1) .cm-content {
    max-width: 74.21384%;
  }
  .cm-rencent-post .cm-item(4n+1) .cm-content .cm-btn {
    bottom: 15px;
    right: 31px;
    top: initial;
    left: initial;
  }
}
@media (max-width:1023px) {
  .cm-blog-contact .cm-contact-panel .cm-contact-detail, .cm-blog-post-contact .cm-contact-panel .cm-contact-detail {
    padding-top: 0;
  }
}
@media (max-width:640px) {
  .cm-blog-banner {
    padding-top: 30px;
  }

  .cm-blog-banner .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-blog-banner .cm-title {
    margin-bottom: .3em;
  }

  .cm-blog-listing .page-center, .cm-blog-post-contact .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cm-blog-listing .cm-item .cm-btn {
    position: absolute;
    right: 31px;
    bottom: 15px;
  }
  .cm-blog-listing .cm-item h3.cm-title {
    color:#ddd;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: AvenirNextLTW01-Heavy, sans-serif;
  font-size: 1.25rem;
  color: #637175;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #637175;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.cm-error-page .cm-top-container {
  font-size: 15px;
  margin: 0 auto;
  max-width: 64rem;
  position: relative;
  z-index: 1;
  padding: 60px 30px 30px;
}

.cm-error-page h2 {
  text-transform: uppercase;
  margin-top: 2em;
  color: #202D32;
  line-height: 1.3;
  margin-bottom: .8em;
}
.cm-error-page  .cm-contact-panel .cm-info {
  display:none;
}
.cm-error-page .cm-error-info {
  max-width: 50%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.cm-error-page .cm-error-info .cm-title {
  font-size: 60px;
  margin-bottom: .33em;
  line-height: 1;
  text-transform: uppercase;
  color: #202D32;
  margin-top: .8em;
  word-break:unset;
}
.cm-error-page .cm-error-info .cm-subtitle {
  font-size: 18px;
  margin-bottom: 6em;
}
.foot-breadcrumb {
  background: #077FC9;
  height: 61px
}

.foot-breadcrumb__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 64rem;
  padding: 0 20px;
  color:
}

.foot-breadcrumb__item,.foot-breadcrumb__spacer {
  display: inline-block
}

.foot-breadcrumb__spacer {
  margin: 0 8px
}
.foot-breadcrumb__item {
  color:#fff;
  font-family: AvenirNextLTW01-Regular;
}
.foot-breadcrumb__spacer svg {
    fill: #fff;
}
@media (max-width:1023px) {
  .cm-error-page .cm-contact-panel .cm-contact-detail {
    padding-top:0;
    padding-foom
  }
  .cm-error-page .cm-error-info .cm-title { 
    padding-top:18px;
  }
}
@media (max-width:575px) {
  .systems-page h1 { 
    font-size:30px;
  }
  .systems-page h2 { 
    font-size:23px;
  }
}
@media (max-width:640px) {
  .cm-error-page .page-center {
    padding:0 20px;
  }
  .cm-error-page h2 {
    font-size: 1.3125rem;
  }
  .cm-error-page .cm-error-info .cm-title {
    font-size: 30px;
    padding-top:15px;
  }
  .cm-error-page .cm-error-info .cm-subtitle {
    color: #637175;
    font-size: 15px;
    margin-bottom: 3em;
  }
  .cm-error-page .cm-error-info {
    max-width: 100%;
  }
  .cm-error-page .cm-error-info .cm-title {
    padding-top:0;
  }
}
@media (min-width: 40.063em) {
  .cm-error-page .cm-top-container {
    font-size: 18px;
    max-width: 860px;
    padding: 0 35px;
  }
  .foot-breadcrumb__container {
    padding: 0 35px;
  }
}
@media (min-width: 64em) {
  .cm-error-page .cm-top-container {
    padding: 70px 35px;
  }
}

.m-pillar-header { display: flex; flex-flow: column nowrap; justify-content: flex-end; padding: 2.7rem 0; position: relative; text-align: center; z-index: 10; }

/* -- Background -- */
.m-pillar-header picture { display: block; left: 0; height: 100%; position: absolute; top: 0; width: 100%; }
.m-pillar-header picture::after { background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0)); bottom: 0; content: ''; display: block; left: 0; height: 80%; opacity: 0.7; position: absolute; width: 100%; }
.m-pillar-header picture img { display: block; height: 100%; object-fit: cover; width: 100%; }

/* -- Title -- */
.m-pillar-header .chapter-no { font-size: 1.5rem; font-weight: 700; line-height: 1.2; }
.m-pillar-header h2 { color: #fff; margin: 0 auto; max-width: 780px; position: relative; width: 100%; }


@media only screen and ( min-width: 576px ) {
  .m-pillar-header { padding: 6rem 0 2.7rem; }
}


@media only screen and ( min-width: 768px ) {  
  .m-pillar-header { padding: 10rem 0 2.7rem; }
}


@media only screen and ( min-width: 992px ) {  
  .m-pillar-header { padding: 14rem 0 2.7rem; }
}