/* ******************************************************************************
*********************************************************************************
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;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 20px;
}

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

.dnd-section > .row-fluid,
.page-center,
.container,
.content-wrapper{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.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.
*********************************************************************************
****************************************************************************** */

/* wf_0272c4d0ce1b49eeac12dfc00 => Apercu-Light */
@font-face { 
  font-family: Apercu-Light; 
  src: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Light.woff2) format("woff2"),
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Light.woff) format("woff"), 
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Light.ttf) format("ttf"); 
}

/* wf_3a15b652cccf4a59bb243d9e8 => Apercu-Bold */

@font-face { 
  font-family: Apercu-Bold; 
  src: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Bold.woff2) format("woff2"),
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Bold.woff) format("woff"), 
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Bold.ttf) format("ttf"); 
}

/* wf_769d81aab06842f1b575f7e71 => Apercu-Regular */

@font-face { 
  font-family: Apercu-Regular; 
  src: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Regular.woff2) format("woff2"),
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Regular.woff) format("woff"), 
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Regular.ttf) format("ttf"); 
}

/* wf_c08815d1180e45b2924358a84 => Apercu-Medium */

@font-face { 
  font-family: Apercu-Medium; 
  src: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Medium.woff2) format("woff2"),
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Medium.woff) format("woff"), 
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/Apercu-Medium.ttf) format("ttf"); 
}

@font-face { 
  font-family: HelveticaNeueW01-45Ligh; 
  src: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/HelveticaW01-Light.woff2) format("woff2"),
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/HelveticaW01-Light.woff) format("woff"), 
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/HelveticaW01-Light.ttf) format("ttf"); 
}

@font-face { 
  font-family: futura-lt-w01-book; 
  src: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/FuturaLTW01-Book.woff2) format("woff2"),
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/FuturaLTW01-Book.woff) format("woff"), 
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/FuturaLTW01-Book.ttf) format("ttf"); 
}

@font-face { 
  font-family: 'proxima-n-w01-reg'; 
  src: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/ProximaNW01-Reg.woff2) format("woff2"),
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/ProximaNW01-Reg.woff) format("woff"), 
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/ProximaNW01-Reg.ttf) format("ttf"); 
}
@font-face { 
  font-family: 'avenir-lt-w01_35-light1475496'; 
  src: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/AvenirLTW01-35Light.woff2) format("woff2"),
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/AvenirLTW01-35Light.woff) format("woff"), 
    url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/fonts/AvenirLTW01-35Light.ttf) format("ttf"); 
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4em;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.190;
}

h2 {
  font-size: 1.6rem;
  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.175rem;
  line-height: 1.5;
}

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

h6 {
  font-size: .9rem;
  line-height: 1.8em;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5rem;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
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;
}
.form-container {
  max-width: 767px;
}
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-family: Apercu-Medium,serif;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transition: background-color .4s ease 0s, border-color .4s ease 0s;
  border-style:solid;
}


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

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

.hs-input,
#hs-pwd-widget-password {
  display: block;
  width: 100%;
  height: 40px;
  padding: 3px 3px 3px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border-width: 1px;
  border-style:solid;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
}
#hs-pwd-widget-password{
  height:40px !important;
  outline:0 !Important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.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:rgb(255, 64, 64) !important;
}
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:rgb(255, 64, 64) !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.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: 17px;
}

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

.hs-form-required {
  color: #FF4040;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;  
  font-family: Apercu-Light; 
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.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;
}
a.hs-reset-widget-show-password,
a.hs-register-widget-show-password,
a.hs-login-widget-show-password {
  display: block;
  margin-bottom: 5px;
}
@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-input::-webkit-input-placeholder {
  color: rgb(127, 128, 138);
}
.hs-fieldtype-file label span.hs-form-required {
}
.hs-input {
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
}
select.hs-input {
  height: 46px;
  -webkit-appearance: none;
  padding-left: 18px;
  padding-right: 40px;
  cursor:pointer;
}

.hs-fieldtype-select {
  position: relative;
}
.hs-fieldtype-file label span.hs-form-required {
}

.field.hs-fieldtype-file ul.no-list.hs-error-msgs label {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 12px !important;
  bottom: -5px;
  text-align: right;
  padding: 0;
}

.field.hs-fieldtype-file ul.no-list.hs-error-msgs label:before {
  content: none;
}

.field.hs-fieldtype-file {
  position: relative;
}
.hs-fieldtype-select:after {
  background-image: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/arrow.svg);
  content: '';
  width: 12px;
  height: 6.53px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-position: center;
  right: 14px;
  margin-top: -3px;
  box-sizing: content-box;

}

.hs-fieldtype-file label {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  width: 188px;
  height: 29px;
}
.hs-fieldtype-file .input {
}
.hs-fieldtype-file label:before {
  content: '';
  background-image:url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/plus-black.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: cover;
}
.hs-fieldtype-file label span {
  display: inline-block;
  vertical-align: middle;
  color: rgb(0, 0, 0);
  margin-left: 8px;
}
.hs-fieldtype-file label:hover:before {
  background-image:url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/plus-blue.svg);
}
.hs-fieldtype-file > label {
  border: 1px solid rgb(47, 46, 46);
  line-height: normal;
  height: auto;
  padding: 4.8px 10px;
  width: 188px;
  text-align: center;
  font-family: 'Apercu-Medium';
  padding-top: 4px;
}

.hs-fieldtype-file > label:hover {
  border: 1px solid rgb(82, 155, 243);
  color: rgb(82, 155, 243);
  cursor:pointer;
}

.container-fluid.hs-career-page-row3 form .hs-fieldtype-file:after {
    text-align: left;
}

.hs-fieldtype-file > label:hover span {
  color: rgb(82, 155, 243);
}
.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: Lato, serif;
}
.hs-form label.hs-error-msg {
  color: #FF4040 !important;
  line-height: normal;
  font-size: 18px;
}

.hs_error_rollup {
  float: left;
  width: 100%;
  text-align: center;
}

.hs_error_rollup label {
  text-align: center;
  color: #FF4040 !important;
  line-height: normal;
  font-size: 18px;
  margin: 0;
}
.hs-error-msgs label {
  font-size: 18px !important;
}

@media(max-width:767px){
  form#email-prefs-form .page-header h1 {
    font-size: 23px;
  }
  .field {
    margin-bottom: 10px;
  }
  .hs-input, #hs-pwd-widget-password {
    line-height: 21px;
    width: 100% !important;
    font-size: 15px;
  }
  .hs-input[type=checkbox],
  .hs-input[type=radio] {
    width: auto !important;
  }
  .hs-error-msgs label {
    font-size: 17px !important;
  }
  form#email-prefs-form .page-header h2 {
    font-size: 20px;
  }
  .field.hs-fieldtype-file ul.no-list.hs-error-msgs label {
    text-align: left;
    position: static;
    font-size: 18px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul,
.hs-menu-wrapper ul li{
  padding 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.container-fluid.hs-story-page-row1 iframe {
  width: 100%;
  border: 0;
  height: 100%;
  min-height: 696px;
}
.container-fluid .page-header.section-header {
  max-width: 625px;
  margin-left: 76px;
}

.container-fluid .page-header.section-header h1 {
  margin-top: 70px;
  margin-bottom: 16px;
  line-height: normal;
  letter-spacing: normal;
}

.container-fluid .page-header.section-header p.secondary-header {
  line-height: 1.3em;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 37px;
}

.container-fluid .page-header.section-header:after {
  content: '';
  width: 131px;
  height: 5px;
  display: block;
  border-top: 3px solid rgb(104, 218, 253);
  margin-bottom: 10px;
}
.container-fluid.hs-value-page-row7 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -92px;
}
.container-fluid.hs-value-page-row6 .testimmonial-wrapper {
  padding-bottom: 45px;
}
.container-fluid.hs-value-page-row3 .testimmonial-wrapper .col .author-crd .testimonial-footer {
  margin-bottom: 68px;
}

.container-fluid.hs-value-page-row4 .testimmonial-wrapper .col .content h2 {
  padding-top: 128px;
}

.container-fluid.hs-value-page-row4 .testimmonial-wrapper .col .author-crd .testimonial-footer {
  margin-bottom: 68px;
}

.container-fluid.hs-value-page-row4 .testimmonial-wrapper .quote-text p {
  padding-bottom: 31px;
}
.container-fluid.hs-value-page-row5 .testimmonial-wrapper.align_left .col .content {
  max-width: 424px;
  left: 34px;
}

.container-fluid.hs-value-page-row5 .testimmonial-wrapper.align_left .col .content h2 {
  padding-bottom: 49px;
}

.container-fluid.hs-value-page-row5 .testimmonial-wrapper.align_left .col .author-crd .testimonial-box {
  padding-right: 23px;
}
.container-fluid.hs-value-page-row5 .testimmonial-wrapper .col .author-crd .testimonial-footer {
  margin-top: 13px;
  margin-bottom: 73px;
}

.container-fluid.hs-value-page-row5 .testimmonial-wrapper .col .author-crd .testimonial-footer img {
  margin-right: 6px;
  margin-left: -2px;
}

.container-fluid.hs-value-page-row6 .testimmonial-wrapper .col .author-crd .testimonial-box {
  padding-right: 20px;
}

.container-fluid.hs-value-page-row6 .testimmonial-wrapper .col .author-crd {
  margin-top: 82px;
}

.container-fluid.hs-value-page-row6 .testimmonial-wrapper .col .author-crd .testimonial-box p {
  padding-bottom: 25px;
}

.container-fluid.hs-value-page-row6 .testimmonial-wrapper .col .author-crd .testimonial-footer {
  margin-top: 14px;
}

.hs-contact-page .container-fluid .page-header.section-header p.secondary-header {
  line-height: normal;
  letter-spacing: normal;
  max-width: 445px;
  margin-bottom: 36px;
}
.container-fluid.hs-contact-page-row2 .span6 {
  margin-left: 0;
  width: 50%;
}
.container-fluid.hs-contact-page-row2 .card-inner {
  display: table;
  margin: 0 auto;
}

.container-fluid.hs-contact-page-row2 .span6:first-child .card-inner {
  position: relative;
  left: 15px;
}

.container-fluid.hs-contact-page-row2 .span6:first-child .card-inner > *:not(img) {
  position: relative;
  left: 6px;
}
.container-fluid.hs-contact-page-row2 .span6:first-child .card-inner .social-row {
  left: 0;
}

.hs-contact-page .cta-pane .page-center {
  flex-direction: row-reverse;
}

.hs-contact-page .cta-pane .page-center .col img {
  right: -1px;
  top: 2px;
  max-width: 207px !important;
}

.hs-contact-page .cta-pane .page-center .col.col-right {
  margin-bottom: 46px;
  margin-top: 23px;
}

.hs-contact-page .cta-pane .page-center .col h3 {
  margin-top: 56px;
  margin-bottom: 15px;
}

.hs-contact-page .cta-pane .page-center .col p {
  margin-bottom: 32px;
}

.hs-contact-page .cta-pane .page-center .content-col {
  left: -7px;
}

.hs-contact-page .cwib-outer {
  min-height: 610px;
  margin-bottom: 6px;
}

.hs-contact-page .cwib-outer .content-with-bg .pattern-bg {
  top: 8px;
}

.hs-contact-page .cwib-outer .content-with-bg .pattern-bg {
  background-position: center;
  background-size: cover;
}
.hs-contact-page .cwib-outer .content-with-bg {
  height: 490px;
  margin-top: 68px;
}
.hs-contact-page .cwib-outer .content-with-bg .page-center {
  justify-content: inherit;
}

.hs-contact-page .cwib-outer .content-with-bg .page-center .content-box {
  max-width: 449px;
  right: 0;
  left: 76px;
  top: -12px;
}
.container-fluid.hs-contact-page-row2 {
  padding-bottom: 73px;
}
.hs-career-page .container-fluid .page-header.section-header p.secondary-header {
  font-size: 22px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 43px;
}

.container-fluid.hs-career-page-row1_left {
  max-width: 528px;
}

.hs-career-page .container-fluid .page-header.section-header h1 {
  margin-top: 65px;
}

.container-fluid.hs-career-page-row1_middle {
  max-width: 340px;
}

.container-fluid.hs-career-page-row1_middle .iframe_wrapper {
  padding-top: 0;
  padding-bottom: 58%;
}

.container-fluid.hs-career-page-row1_middle .oembed_container {
  display: block;
}
.container-fluid.hs-career-page-row1_right img {
  max-width: 88px !important;
}
.hs-career-page .container-fluid .page-header.section-header:after {
  margin-bottom: 38px;
}
.career-row1 .page-center {
  display: flex;
}

.career-row1 .page-center .container-fluid {
  width: 100%;
}

.container-fluid.hs-career-page-row1_right {
  max-width: 88px;
  margin-left: 24px;
}
.career-row1 {
  padding: 0 20px;
}
.career-row2 {
  background-color: #f7f7f7;
  padding-bottom: 75px;
}
.career-row1 .page-center .container-fluid.hs-career-page-row1_left {
  padding-right: 15px;
}
.career-row1 .page-center .container-fluid:not(.hs-career-page-row1_left) {
  margin-top: 65px;
}
.hs-career-page .container-fluid .page-header.section-header:after {
  margin-bottom: 38px;
}

.container-fluid.hs-career-page-row2 {
  text-align: center;
}
.container-fluid.hs-career-page-row3 form .hs-button {
  margin-bottom: 43px;
  line-height: normal;
  min-width: 200px;
  padding: 9.5px 20px;
}
.container-fluid.hs-career-page-row3 form .field {
  text-align: right;
}
.container-fluid.hs-career-page-row3 form .hs-fieldtype-file:after {
  content: 'Max File Size 2MB';
  display: block;
  opacity: 0.7;
  color: #000;
  font-size: 12px;
  line-height: normal;
  text-align: right;
}
.container-fluid.hs-career-page-row3 form .actions {
  text-align: center;
}
.container-fluid.hs-career-page-row2 .hs-button {
  background-color: #fff;
  color: rgba(0,22,76,1.0);
  border: 2px solid rgba(0,22,76,1.0);
  margin: 0;
  min-width: 238px;
  line-height: normal;
  font-size: 12px;
  margin-top: 4px;
  font-family: Apercu-Bold, sarif;
  padding: 11px 20px;
}

.container-fluid.hs-career-page-row2 .hs-button:hover,.container-fluid.hs-career-page-row2 .hs-button:focus {
  background-color: rgba(0,22,76,1.0);
  color: #fff;
}
.container-fluid.hs-career-page-row3 {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  margin-top: 41px;
}

.container-fluid.hs-career-page-row3 .hs-richtext.hs-main-font-element {
  text-align: center;
}

.container-fluid.hs-career-page-row3 fieldset {
  max-width: 100%;
}

.container-fluid.hs-career-page-row3  form h5 {
  text-align: center;
  font-size: 28px;
  line-height: normal;
  margin: 26px 0px 28px 0;
  font-family:futura-lt-w01-book, sans-serif;
  font-weight: 700;
}

.container-fluid.hs-career-page-row3 form p {
  margin: 0;
  line-height: normal;
  font-size: 18px;
  max-width: 513px;
  margin: 0 auto;
}

.container-fluid.hs-career-page-row3 form fieldset:not(:first-child) {
  max-width: 520px;
  margin: 0 auto;
}

.container-fluid.hs-career-page-row3 form textarea {
  height: 120px;
  padding: 10.500px 10px 3px 16px;
}
.container-fluid.hs-career-page-row3 form .field > label {
  display: none;
}
.container-fluid.hs-career-page-row3 form .field.hs-fieldtype-file {
  margin-bottom: 10px;
}
.container-fluid.hs-career-page-row3 form fieldset:first-child {
  margin-bottom: 37px;
}
.container-fluid.hs-career-page-row3 fieldset.form-columns-2 > div {
  max-width: 250px;
}

.container-fluid.hs-career-page-row3 fieldset.form-columns-2 {
  display: flex;
  justify-content: space-between;
}

.container-fluid.hs-career-page-row3 .input {
  margin-right: 0 !important;
  width: 100% !important;
}

.container-fluid.hs-career-page-row3 form p {
  color: #000;
}

.container-fluid.hs-career-page-row3 form h5 {
  color: rgb(14, 46, 71);
}
.container-fluid.hs-career-page-row3 fieldset:nth-last-of-type(-n+2) {
  width: 50%;
  float: right;
}


.container-fluid.hs-career-page-row3 form {
  max-width: 520px;
  margin: 0 auto;
}

.container-fluid.hs-career-page-row3 form .hs_submit.hs-submit {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.hs-career-page .inputs-list label>span p {
  font-size: 14px;
}

.hs-career-page .legal-consent-container .hs-form-booleancheckbox-display>span p {
  font-size: 14px;
}

.hs-career-page .legal-consent-container {
  margin-top: -10px;
}

.container-fluid.hs-career-page-row3 form .field.hs-fieldtype-file {
  margin-top: -6px;
}

.container-fluid.hs-career-page-row3 form .hs-fieldtype-file:after {
  margin-top: 12px;
}
.hs-team-page .container-fluid .page-header.section-header h1 {
  margin: 75px 0px 16px 0;
  line-height: normal;
}

.hs-team-page .container-fluid .page-header.section-header p.secondary-header {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 45px;
}
.hs-team-page .container-fluid .page-header.section-header:after {
  margin-left: 2px;
}
.container-fluid.hs-home-page-row1 h1 {
  font-size: 42px;
  line-height: 1.2em;
  margin: 0;
}

.container-fluid.hs-home-page-row1 p {
  line-height: 1.4em;
  font-size: 20px;
  margin: 0;
}

.container-fluid.hs-home-page-row1 p:last-child {
  margin-bottom: 25px;
}

.container-fluid.hs-home-page-row1 h1:last-of-type {
  margin-bottom: 28px;
}

.container-fluid.hs-home-page-row1 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-top: 38px;
}

.container-fluid.hs-home-page-row1 .span9 {
  width: 82%;
  max-width: 794px;
  margin-left: 50px;
}

.container-fluid.hs-home-page-row1 .span3 {
  margin-left: 6px;
  width: auto;
}

.container-fluid.hs-home-page-row1 .span3 img {
  max-width: 88px !important;
  margin-top: 38px;
}
.container-fluid.hs-home-page-row2 .cwib-outer .content-with-bg {
  height: 417px;
  margin-top: 62px;
}
.container-fluid.hs-home-page-row2  .cwib-outer .content-with-bg .pattern-bg {
  background-repeat: no-repeat;
}
.container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:last-child {
  position: relative;
  left: 26px;
}

.container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:last-child img {
  margin-bottom: 31px;
}

.container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:last-child p {
  position: relative;
  left: 3px;
}

.container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:last-child a {
  position: relative;
  left: 3px;
}

.container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:last-child h4 {
  position: relative;
  left: 2px;
}
.container-fluid.hs-home-page-row3 {
  float: left;
  width: 100%;
  margin-top: -80px;
}
.container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:nth-child(2) img {
  margin-bottom: 32px;
  left: 8px;
  position: relative;
}

.container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:nth-child(2) > *:not(img) {
  position: relative;
  left: 10px;
}

.container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:nth-child(2) > p,
.container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:nth-child(2) > a {
  left: 14px;
}
.container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:first-child img {
  position: relative;
  top: 7px;
}

.container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:first-child h4 {
  position: relative;
  left: -4px;
}
.container-fluid.hs-home-page-row4 {
  float: left;
  width: 100%;
  margin-top: -25px;
}
.container-fluid.hs-home-page-row4 {
  float: left;
  width: 100%;
  margin-top: -25px;
}

.container-fluid.hs-home-page-row4 .page-header.section-header {
  margin-top: 65px;
  margin-left: 80px;
  margin-bottom: 39px;
}

.container-fluid.hs-home-page-row4 .page-header.section-header h2 {
  margin-bottom: 14px;
}

.container-fluid.hs-home-page-row4 .span6 {
  width: 50%;
  margin-left: 0;
}


.container-fluid.hs-home-page-row4 .hs_cos_wrapper_type_rich_text {
  display: block;
  margin: 0 auto;
}

.container-fluid.hs-home-page-row4 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 21px;
  line-height: normal;
  margin: 27px 0px 13px 0;
}

.container-fluid.hs-home-page-row4 .hs_cos_wrapper_type_rich_text p {
  line-height: 1.4em;
  font-size: 18px;
  max-width: 330px;
  margin: 0px 0px 23px 0;
}

.container-fluid.hs-home-page-row4 .span6 {
  max-width: 400px;
  margin-left: 80px;
}
.container-fluid.hs-home-page-row5 .page-header.section-header h2 {
  margin: 10px 0px 15px 0;
}

.container-fluid.hs-home-page-row5 .page-header.section-header {
  margin-bottom: 30px;
}
.container-fluid.hs-home-page-row5,
.container-fluid.hs-home-page-row6 {
  width: 100%;
  float: left;
}
.container-fluid.hs-home-page-row6 .cwib-outer .content-with-bg {
  height: 408px;
  margin-top: 52px;
}
.container-fluid.hs-home-page-row6 {
  margin-top: 30px;
}

.container-fluid.hs-home-page-row6 .cwib-outer .content-with-bg .content-box {
  max-width: 451px;
  right: 0;
  left: 28px;
  top: -14px;
}

.container-fluid.hs-home-page-row6 .cwib-outer .content-with-bg .content-box h2 {
  color: rgb(0, 22, 76);
  margin-bottom: 22px;
}

.container-fluid.hs-home-page-row6 .cwib-outer .content-with-bg .content-box a.bl-button {
  max-width: 244px;
}
.container-fluid.hs-home-page-row7 .cta-pane .page-center .col h3 {
  margin-top: 0;
}

.container-fluid.hs-home-page-row7 .cta-pane .page-center .col.col-right {
  margin-bottom: 29px;
}

.container-fluid.hs-home-page-row7 .cta-pane .page-center .col img {
  right: -1px;
  top: -33px;
}
.hs-migration-page .container-fluid .page-header.section-header {
  max-width: 100%;
  margin-left: 0;
}
@media(max-width:1024px){
  .container-fluid.hs-home-page-row4 .span6:last-child {
    margin-left: 0;
    width:auto;
  }
}
@media(max-width:870px){
  .container-fluid.hs-home-page-row4 .span6 {
    max-width: 300px;
    width: auto;
  }
}
@media(max-width:860px){
  .container-fluid.hs-home-page-row1 .span9 {
    width: 78%;
  }
}


@media(max-width:768px){
  .container-fluid .page-header.section-header {
    margin: 0 auto;
  }
}

@media(max-width:767px){
  .container-fluid .page-header.section-header {
    margin-left: 0;
  }

  .container-fluid .page-header.section-header h1 {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .container-fluid .page-header.section-header p.secondary-header {
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 19px;
  }

  .container-fluid.hs-value-page-row7 {
    margin-top: -36px;
  }
  .container-fluid.hs-value-page-row6 .testimmonial-wrapper {
    padding-bottom: 0;
  }
  .container-fluid.hs-value-page-row3 .testimmonial-wrapper.align_left .quote-text p {
    padding-bottom: 16px;
  }

  .container-fluid.hs-value-page-row3 .testimmonial-wrapper .col .author-crd .testimonial-box .quote-image img {
    height: 23px !important;
  }

  .container-fluid.hs-value-page-row3 .testimmonial-wrapper .col .author-crd .testimonial-box .quote-image {
    margin-right: 5px;
    margin-top: 9px;
  }

  .container-fluid.hs-value-page-row3 .testimmonial-wrapper .col .author-crd .testimonial-footer {
    margin-bottom: 37px;
  }
  .container-fluid.hs-value-page-row4 .testimmonial-wrapper .col .content h2 {
    padding-top: 38px;
  }

  .container-fluid.hs-value-page-row4 .testimmonial-wrapper .col .author-crd .testimonial-box {
    padding-left: 12px;
    padding-right: 16px;
    padding-top: 2px;
  }

  .container-fluid.hs-value-page-row4 .testimmonial-wrapper .quote-text p {
    padding-bottom: 16px;
  }

  .container-fluid.hs-value-page-row4 .testimmonial-wrapper .col .author-crd .testimonial-footer {
    margin-bottom: 40px;
  }
  .container-fluid.hs-value-page-row5 .testimmonial-wrapper.align_left .col .content {
    left: 0;
  }

  .container-fluid.hs-value-page-row5 .testimmonial-wrapper.align_left .col .content h2 {
    padding-bottom: 11px;
  }

  .container-fluid.hs-value-page-row5 .testimmonial-wrapper .col .author-crd .testimonial-box .quote-image img {
    width: 29px !important;
  }

  .container-fluid.hs-value-page-row5 .testimmonial-wrapper.align_left .col .author-crd .testimonial-box {
    padding-right: 20px;
  }

  .container-fluid.hs-value-page-row5 .testimmonial-wrapper.align_left .quote-text p {
    padding-bottom: 17px;
  }

  .container-fluid.hs-value-page-row5 .testimmonial-wrapper .col .author-crd .testimonial-box .quote-image {
    margin-right: 11px;
    margin-top: 5px;
  }

  .container-fluid.hs-value-page-row5 .testimmonial-wrapper .col .author-crd .testimonial-footer {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: -2px;
  }

  .container-fluid.hs-value-page-row6 .testimmonial-wrapper .col .author-crd {
    margin-top: 19px;
  }

  .container-fluid.hs-value-page-row6 .testimmonial-wrapper .col .author-crd .testimonial-box {
    padding-right: 7px;
  }

  .container-fluid.hs-value-page-row6 .testimmonial-wrapper .col .author-crd .testimonial-box .quote-image {
    margin-right: 5px;
  }

  .container-fluid.hs-value-page-row6 .testimmonial-wrapper .col .author-crd .testimonial-box p {
    padding-bottom: 19px;
  }

  .container-fluid.hs-value-page-row6 .testimmonial-wrapper .col .author-crd .testimonial-footer img {
    margin-right: 10px;
    margin-left: -2px;
  }
  .hs-contact-page .container-fluid .page-header.section-header p.secondary-header {
    margin-bottom: 20px;
  }
  .container-fluid.hs-contact-page-row2 .span6 {
    width: 100%;
  }

  .container-fluid.hs-contact-page-row2 .span6:first-child .card-inner {
    left: 0;
  }
  .hs-contact-page .cta-pane .page-center {
    flex-direction: column-reverse;
  }
  .container-fluid.hs-contact-page-row2 .span6:first-child .card-inner>*:not(img) {
    left: 0;
  }
  .container-fluid.hs-contact-page-row2 .span6:last-child .card-inner .social-row {
    left: 1px;
  }

  .container-fluid.hs-contact-page-row2 .span6:last-child .team-card .card-inner p:not([class]) {
    margin-bottom: 14px;
  }
  .hs-contact-page .cwib-outer .content-with-bg {
    height: auto;
  }

  .hs-contact-page .cwib-outer {
    min-height: 0;
  }
  .hs-contact-page .cwib-outer .content-with-bg {
    background-size: cover !important;
  }
  .hs-contact-page .cwib-outer .content-with-bg .page-center .content-box {
    left: 0;
    top: 0;
    padding: 0 20px;
  }

  .hs-contact-page .cwib-outer .content-with-bg h2 {
    line-height: 1.2em;
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 42px;
  }

  .hs-contact-page .cwib-outer .content-with-bg .bl-button {
    margin-bottom: 46px;
  }

  .hs-contact-page .cwib-outer .content-with-bg .pattern-bg {
    top: 28px;
  }

  .hs-contact-page .cwib-outer .content-with-bg {
    margin-top: 54px;
  }

  .hs-contact-page .cwib-outer .content-with-bg .bl-button {
    max-width: 160px;
  }
  .hs-contact-page .cta-pane .page-center .content-col {
    left: 0;
  }

  .hs-contact-page .cta-pane .page-center .col p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }

  .hs-contact-page .cta-pane .page-center .col img {
    max-width: 140px !important;
  }

  .hs-contact-page .cta-pane .page-center .col.col-right {
    margin-bottom: 0;
  }

  .hs-contact-page .cta-pane .page-center .col a.bl-button {
    margin-bottom: 53px;
  }

  .hs-contact-page .cta-pane {
    padding: 0 22px;
    margin-top: 10px;
  }

  .hs-contact-page .cta-pane .page-center .col h3 {
    margin-top: 21px;
    margin-bottom: 10px;
  }
  .career-row1 .page-center {
    flex-wrap: wrap;
  }

  .career-row1 {
    padding: 0 20px;
  }

  .hs-career-page .container-fluid .page-header.section-header h1 {
    margin-top: 19px;
  }

  .hs-career-page .container-fluid .page-header.section-header p.secondary-header {
    font-size: 17px;
    padding-right: 10px;
    margin-bottom: 31px;
  }

  .career-row1 .page-center .container-fluid:not(.hs-career-page-row1_left) {
    margin-top: 0;
  }

  .hs-career-page .container-fluid .page-header.section-header {
    margin-bottom: 30px;
  }

  .career-row1 .page-center .container-fluid {
    max-width: 100%;
  }

  .container-fluid.hs-career-page-row1_middle .iframe_wrapper {
    margin-bottom: 8px;
  }

  .container-fluid.hs-career-page-row1_right img {
    max-width: 60px !important;
  }

  .container-fluid.hs-career-page-row1_right {
    margin-left: 0;
  }

  .career-row2 {
    background-color: #fff;
    margin-top: 12px;
  }

  .container-fluid.hs-career-page-row2 h3 {
    margin: 0px 0px 10px 0;
    text-align: center;
    line-height: normal;
    font-size: 18px;
  }

  .container-fluid.hs-career-page-row2 .hs-button {
    padding: 12px 10px;
    max-width: 120px;
    min-width: 0;
    width: 100%;
    margin: 20px 0px 20px 0;
  }

  .container-fluid.hs-career-page-row3 {
    margin-top: 0;
    padding-top: 10px;
  }

  .container-fluid.hs-career-page-row3 form h5 {
    text-align: center;
    font-size: 21px;
    line-height: normal;
    margin: 10px 0px 10px 0;
  }

  .container-fluid.hs-career-page-row3 form p {
    text-align: center;
    font-size: 17px;
  }

  .container-fluid.hs-career-page-row3 form fieldset:first-child {
    margin-bottom: 17px;
  }

  .container-fluid.hs-career-page-row3 fieldset.form-columns-2>div {
    max-width: 100%;
    width: 100%
  }

  .container-fluid.hs-career-page-row3 form fieldset:not(:first-child) {
    display: block;
  }

  .container-fluid.hs-career-page-row3 .input > .hs-input {
    width: 100% !important;
  }

  .container-fluid.hs-career-page-row3 form {
    padding: 0 10px;
  }
  .container-fluid.hs-career-page-row3 fieldset:nth-last-of-type(-n+2) {
    float: none;
    width: 100%;
  }

  .container-fluid.hs-career-page-row3 form .field {
    text-align: left;
  }

  .container-fluid.hs-career-page-row3 form .field.hs-fieldtype-file > label {
    display: block;
    width: 100%;
  }

  .career-row2 {
    padding-bottom: 6px;
  }

  .container-fluid.hs-career-page-row3 form .hs-button {
    padding: 10px 20px;
    padding-top: 11px;
  }
  .container-fluid.hs-career-page-row3 form .hs-fieldtype-file:after {
    margin-top: 12px;
  }
  .hs-team-page .container-fluid .page-header.section-header h1 {
    margin: 19px 0px 10px 0;
  }

  .hs-team-page .container-fluid .page-header.section-header p.secondary-header {
    font-size: 19px;
    margin: 0px 0px 20px 0;
  }

  .hs-team-page .container-fluid .page-header.section-header:after {
    margin: 0px 0px 20px 0;
  }
  .container-fluid.hs-home-page-row1 .span9 {
    width: 100%;
    margin-left: 0;
  }

  .container-fluid.hs-home-page-row1 .span3 {
    width: 100%;
    margin-left: 0;
  }

  .container-fluid.hs-home-page-row1 h1 {
    font-size: 24px;
    line-height: 1.2em;
  }

  .container-fluid.hs-home-page-row1 .hs_cos_wrapper_type_rich_text {
    margin-top: 29px;
  }

  .container-fluid.hs-home-page-row1 p {
    line-height: 1.4em;
    font-size: 16px;
  }

  .container-fluid.hs-home-page-row1 h1:last-of-type {
    margin-bottom: 10px;
  }

  .container-fluid.hs-home-page-row1 .span3 img {
    margin-top: 10px;
  }

  .container-fluid.hs-home-page-row1 p:last-child {
    margin-bottom: 0;
  }
  .container-fluid.hs-home-page-row1 .span3 img {
    max-width: 60px !important;
  }
  .container-fluid.hs-home-page-row2 .cwib-outer .content-with-bg {
    background-size: cover !important;
    height: auto;
    min-height: 186px;
    margin-top: 20px;
  }
  .container-fluid.hs-home-page-row2 .cwib-outer .content-with-bg .pattern-bg {
    top: 2px;
    height: 223px;
    background-position: top;
  }
  .container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:first-child img {
    top: 0;
  }
  .container-fluid.hs-home-page-row4 .page-header.section-header {
    margin-left: 0;
    margin-top: 32px;
    margin-bottom: -1px;
  }

  .container-fluid.hs-home-page-row4 .page-header.section-header h2 {
    font-size: 21px;
    margin-bottom: 21px;
  }

  .container-fluid.hs-home-page-row4 .dnd-section {
    background-color: transparent !important;
  }

  .container-fluid.hs-home-page-row4 .span6 {
    margin-left: 0;
  }

  .container-fluid.hs-home-page-row4 .hs_cos_wrapper_type_rich_text h3 {
    font-size: 18px;
    margin: 20px 0px 10px 0;
  }

  .container-fluid.hs-home-page-row4 .hs_cos_wrapper_type_rich_text p {
    line-height: 1.4em;
    font-size: 17px;
    margin: 0px 0px 8px 0;
  }
  .container-fluid.hs-home-page-row5 .page-header.section-header h2 {
    font-size: 22px;
  }

  .container-fluid.hs-home-page-row5 .page-header.section-header {
    margin-bottom: -20px;
  }
  .container-fluid.hs-home-page-row5 {
    margin-top: 7px;
  }

  .container-fluid.hs-home-page-row5 .page-header.section-header h2 {
    margin: 10px 0px 22px 0;
  }

  .container-fluid.hs-home-page-row7 .cta-pane .page-center .col p {
    font-size: 14px;
  }

  .container-fluid.hs-home-page-row7 .cta-pane {
    padding: 0 21px;
  }

  .container-fluid.hs-home-page-row7 .cta-pane .page-center .col a.bl-button {
    margin: -1px 0px 39px 0;
  }

  .container-fluid.hs-home-page-row7 .cta-pane .page-center .col.col-right {
    margin-bottom: -9px;
  }

  .container-fluid.hs-home-page-row7 .cta-pane .page-center .col img {
    right: 0;
  }
  .container-fluid.hs-home-page-row6 .cwib-outer .content-with-bg .content-box {
    left: 0;
  }

  .container-fluid.hs-home-page-row6 .cwib-outer .content-with-bg {
    background-size: cover !important;
    height: 168px;
  }
  .container-fluid.hs-home-page-row6 .cwib-outer .content-with-bg .content-box a.bl-button {
    margin: 0;
    max-width: 200px;
  }

  .container-fluid.hs-home-page-row6 .cwib-outer .content-with-bg {
    margin: 29px 0px 29px;
  }

  .container-fluid.hs-home-page-row6 .cwib-outer .content-with-bg .content-box {
    top: 0;
  }

  .container-fluid.hs-home-page-row6 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .container-fluid.hs-home-page-row5 {
    margin-bottom: -15px;
  }
  .container-fluid.hs-home-page-row6 .cwib-outer .content-with-bg .content-box h2 {
    line-height: 1.2em;
    font-size: 21px;
    color: rgba(0,22,76,1);
  }
}

@media(max-width:380px){
  .hs-contact-page .container-fluid .page-header.section-header p.secondary-header {
    max-width: 227px;
  }
}


/* Project Page */
.project-page .top-section .dnd-section {
  padding: 23px 0 0;
}
.project-page .top-section h3 {
  margin: 0 0 18px;
}
.project-page .top-section p {
  font-size: 24px;
  margin: 0 auto 6px;
  max-width: 740px;
  line-height: normal;
  letter-spacing: normal;
}
.project-page .top-section h5 {
  margin: 0;
  color: rgb(0, 22, 76);
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}
.project-section .dnd-section {
  padding: 0;
}
.project-section .dnd-section > div {
  max-width: 100%;
  padding: 0;
}
.main-content-section .dnd-section {
  margin-top: -158px;
  background: #fff;
  padding: 54px 20px 0;
}
.main-content-section .dnd-section > div,
.custom-pagination-section .dnd-section > div{
  max-width: 680px;
}
.main-content-section h1 {
  font-size: 28px;
  margin: 0;
  line-height: normal;
  font-family: futura-lt-w01-book,sans-serif;
  font-weight: bold;
}
.main-content-section h2 {
  font-size: 19px;
  padding-top: 26px;
  font-weight: 600;
  font-family: Apercu-Bold,sans-serif;
  line-height: normal;
  padding-bottom: 10px;
}
.main-content-section p {
  font-size: 18px;
  line-height: normal;
  padding-bottom: 4px;
}
.custom-pagination-section .dnd-section {
  padding: 0 20px;
}
.custom-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}
.custom-content-wrapper > div {
  width: 100%;
}
.custom-pagination-section {
  margin-top: auto;
}
.main-content-section a {
  color: inherit;
}
.main-content-section .hs-responsive-embed {
  max-width: 100% !important;
  max-height: none !important;
  height: auto !important;
  width: auto !important;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.6);
  min-width: auto !important;
}
.job-page .dnd-section > div {
  max-width: 920px;
  padding-left: 20px;
  padding-right: 20px;
}
.job-page .body-container-wrapper .dnd-section {
  padding-left: 0;
  padding-right: 0;
}
.job-page .body-container-wrapper {
  font-size: 18px;
  line-height: normal;
  font-style: normal;
}
.job-page .body-container-wrapper p {
  padding: 0 0 4px;
}
.job-page .body-container-wrapper ul p {
  margin: 0;
  padding: 0;
}
.job-page .body-container-wrapper ul {
  margin: 0;
  padding-left: 32px;
}
.job-page .body-container-wrapper ul li {
  line-height: normal;
}
.job-page .body-container-wrapper h5 {
  line-height: normal;
  letter-spacing: normal;
  margin: 0 0 23px;
  font-family: futura-lt-w01-book,sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.fancybox-navigation .fancybox-button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 100px;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
  cursor: pointer;
  font-size: 40px;
  opacity: .9 !important
}

.fancybox-button--arrow_left:before {
  background: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/fancy-left-arrow.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  transform: rotate(-180deg)
}

.fancybox-button--arrow_right:before {
  background: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/fancy-right-arrow.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center
}
.fancybox-toolbar .fancybox-button--close svg {
  width: 60px;
  height: 60px;
}
.fancybox-button[disabled] {
  opacity: 0 !important
}

.fancybox-button--arrow_right {
  right: 0
}

.fancybox-button--arrow_left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fancybox-button--arrow_right::after,.fancybox-button--arrow_left::after {
  left: 0
}

.fancybox-navigation .fancybox-button svg {
  display: none
}

.fancybox-navigation .fancybox-button {
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0 !important;
  top: 50% !important
}

.fancybox-navigation .fancybox-button[disabled] {
  opacity: 0 !important
}

.fancybox-toolbar .fancybox-button--close {
  opacity: 1;
  box-sizing: content-box;
  z-index: 1001;
  padding: 10px;
  position: fixed;
  right: 28px;
  top: 17px;
  background: transparent;
  width: 60px;
  height: 60px;
  color: #000 !important;
  border: hidden;
  cursor: pointer
}
.container-fluid.hs-team-page-row2 {
  margin-top: 110px;
}
.fancybox-toolbar .fancybox-button--close svg path:first-child {
  fill: #fff;
}
button.fancybox-button.fancybox-button--fsenter,button.fancybox-button.fancybox-button--fsexit {
  opacity: 1 !important;
  pointer-events: auto !important;
  background: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/fullscreen.svg);
  position: fixed;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 60px
}

button.fancybox-button.fancybox-button--fsenter svg,button.fancybox-button.fancybox-button--fsexit svg {
  display: none
}

.team-gallery .fancybox-button--arrow_left:before {
  background: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/arrow-left-fancy.svg) no-repeat;
  background-position: center !important;

}
.team-gallery .fancybox-button--arrow_right:before {
  background: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/arrow-right-fancy.svg) no-repeat;
  background-position: center !important;
}
.social-share-wrapper button,
.social-share-wrapper ul,
.social-share-wrapper ul li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
.social-share-wrapper .social-share-copylink-container .social-share-copylink-input {
  font-family: Helvetica,Arial,sans-serif;
  box-sizing: border-box;
  line-height: normal;
  font-size: 13.3333px;
  pointer-events:none;
  outline:0 !important;
}
.social-share-copylink-container.copied svg.social-share-copylink-icon:not(.svg-check) {
  display: none !important;
}

.social-share-copylink-container.copied svg.social-share-copylink-icon.svg-check {
  display: inline !important;
}
.job-page .body-container-wrapper h5 {
  color: rgb(14, 46, 71);
}
.job-banner .custom-button-wrapper .btn{
  padding-top: 2px
}
.hs-home-page {
  overflow-x: hidden;
}
body .downloadCaseStudy h3 {
  color: rgb(47, 46, 46);
}
body .shre-link-box-pop input[type="text"] {
  font-size: 14px;
  font-family: "Avenir Next";
  outline:0 !important;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  body .cwti-wrapper .item-wrapper{
    justify-content: space-around;
  }
  body .job-banner .custom-button-wrapper,
  body .job-banner .custom-title-group{
    height:100%;
  }
}
div#BACK_TO_TOP_BUTTON {
  position: fixed;
  bottom: 20px;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  right: calc((100% - 100vw) / 2);
  cursor:pointer;
}
#BACK_TO_TOP_BUTTON svg [data-color="1"] {
  fill: #FFFFFF;
}
#BACK_TO_TOP_BUTTON svg [data-color="2"] {
  fill: #2F2E2E;
}
#BACK_TO_TOP_BUTTON svg [data-color="3"] {
  fill: #A0A09F;
}
div#BACK_TO_TOP_BUTTON {
  transition: opacity 0.4s ease;
  opacity: 0;
}

div#BACK_TO_TOP_BUTTON.active {
  opacity: 1;
}
.projectInnerPage .main-content-section .blog-post-body h2.title {
  color: rgb(14, 46, 71);
}
.projectInnerPage .main-content-section .blog-post-body span#hs_cos_wrapper_post_body h2 {
  color: rgb(14, 46, 71);
  font-weight: 400;
}
.hs-career-page li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span:before {
  content: '';
  display: inline-block;
  border: 1px solid rgb(160, 160, 159);
  width: 11px;
  height: 11px;
  box-sizing: content-box;
  vertical-align: middle;
  cursor:pointer;
}

.hs-career-page li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input {
  display: none;
}

.hs-career-page .legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
}
.hs-career-page li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display:hover span:before {
  border: 1px solid rgb(82, 155, 243);
}
.hs-career-page .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0;
}
.hs-career-page li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked + span:before{
  background-image:url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/checkbox.svg);
  background-size: 6.5px 5px;
  background-repeat: no-repeat;
  background-position: center;
}
@media(min-width:768px){
  div#BACK_TO_TOP_BUTTON {
    display:none !important;
  }
}
@media(max-width:1680px) and (min-width:768px){
  .project-page .our-projects .projectContentInner {
    right: -10px !important;
  }

  .project-page .our-projects .project-image>a {
    width: calc(100% - 94px);
  }

  .project-page .our-projects .projects-item {
    width: calc(50% - 20px);
  }

  .project-page .our-projects {
    width: 67%;
    position: relative;
    left: -10px;
  }
}
@media(max-width:1146px) and (min-width:768px){
  .project-page .our-projects .projects-item {
    width: 100%;
    max-width: 555px;
    margin: 0 auto;
  }

  .project-page .our-projects .projects-item + .projects-item {
    margin-top: 33px !important;
  }

  .project-page .our-projects .project-image>a {
    width: 438px;
  }

  .project-page .our-projects .projectContentInner {
    right: 15px !important;
  }

  .project-page .our-projects {
    left: 4px;
  }

  .our-projects .projects-item:nth-child(4) .custom-read-more {
    padding-top: 54px;
  }

  .our-projects .projects-item:nth-child(5) .projectContent {
    padding: 12px 0 0;
  }

  .our-projects .custom-read-more {
    padding: 83px 0 0;
  }

  .our-projects .projects-item:nth-child(2) .custom-read-more {
    padding-top: 69px;
  }
}
@media(max-width: 1100px) and (min-width: 768px) {
  .container-fluid.hs-home-page-row6 .cwib-outer .content-with-bg .content-box {
    max-width: 35%;
    left: 0;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .project-page .top-section h3 {
    font-size: 18px;
    margin: 0 0 7px;
  }
  .project-page .top-section .dnd-section {
    padding: 17px 20px 0;
  }
  .project-page .top-section p {
    font-size: 19px;
    margin: 0 0 2px;
  }
  .project-page .top-section h5 {
    color: rgb(0, 22, 76);
    font-size: 14px;
    line-height: 1.75;
  }
  .main-content-section .dnd-section {
    margin: 0;
    padding: 19px 20px;
  }
  .main-content-section h1 {
    font-size: 21px;
  }
  .main-content-section h2 {
    margin: 0;
    font-size: 14px;
    padding: 14px 0 3px;
  }
  .custom-content-wrapper {
    display: block;
    min-height: auto;
  }
  .job-page .body-container-wrapper {
    font-size: 16.1053px;
  }
  .job-page .body-container-wrapper p {
    padding-bottom: 2px;
  }
  .job-page .body-container-wrapper ul {
    padding-left: 29px;
  }
  .job-page .body-container-wrapper h5 {
    font-size: 23.263157894736842px;
    margin-bottom: 21px;
  }
  .job-page .body-container-wrapper h5[style] {
    padding-top: 18px !important;
  }
  .container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:nth-child(2) img {
    margin-bottom: 10px;
  }
  .container-fluid.hs-home-page-row3 .cwti-wrapper .item-wrapper .items:last-child img {
    margin-bottom: 10px;
  }
  .container-fluid.hs-home-page-row3 {
    margin-top: -28px;
  }
  .hs-blog-listing .project-page .top-section {
    padding: 17px 0 0;
  }
  .projectInnerPage .main-content-section .blog-post-body h2.title {
    font-size: 21px;
    padding-bottom: 4px;
  }
  body .downloadCaseStudy .spacer {
    max-width: 128px;
  }
  body .fancybox-toolbar .fancybox-button--close {
    padding-top: 0;
    padding-right: 0;
  }
  .container-fluid.hs-team-page-row2 {
    margin-top: 9px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
header.header ul {
  font-size: 17px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Apercu-Medium';
}
.header {
  min-height: 62px;
}
.header__logo.header__logo--main {
  margin-top: 4px;
}

header.header ul a {
  text-decoration: none;
  padding: 0 15px;
  line-height: 46px;
  transition: color .4s ease 0s;
}

header.header ul li {
  padding: 0 5px;
}

header.header .header__container {
  transition: all .3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgba(0, 22, 76, 100);
  height: 85px;
  z-index:10;
}

body.scrolled header.header .header__container {
  box-shadow: 0.00px 0.00px 5px 0px rgba(0,0,0,0.25);
  border-bottom-color: transparent;
}

header.header .header__container img {
  max-height: 60px;
  max-width: auto !important;
}
.overlay {
  display: none;
}
header.header ul li.has-submenu {
  position: relative;
}
@media(min-width:900px){
  header.header ul ul {
    position: absolute;
    display: none;
    right: auto;
    width: 100%;
    left: 0;
    min-width: 300px;
  }

  header.header ul li:hover > ul {
    display: block;
  }
}

@media(max-width:950px){
  .header__navigation.header--element {
    position: fixed;
    width: 203px;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    padding: 0 8px;
    transition: all .4s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    transform: translateX(100%);
    opacity: 0;
  }

  header.header ul {
    flex-direction: column;
    margin-top: 100px;
  }

  header.header ul li {
    padding: 0;
  }

  header.header ul a {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-family: Apercu-Light;
    color: rgb(71, 96, 116) !important;
    padding-left: 10px;
    line-height: 56px;
  }

  .header__close--toggle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 7px;
    cursor:pointer;
  }

  .header__close--toggle span {
    border-radius: 2px;
    transition: all .25s ease-in-out;
    width: 100%;
    background-color: rgb(50, 65, 88);
    display: block;
    height: 2px;
    max-width: 22px;
  }

  .header__close--toggle span + span {
    margin-top: 7px;
  }

  header.header .header__container img {
    max-height: 30px !important;
    width: auto !important;
  }
  .header {
    min-height: 50px;
  }

  header.header .header__container {
    height: 50px;
  }

  body.mobile-open .header__close--toggle span:first-child {
    transform: translateY(10px) translateY(-50%) rotate( -45deg );
  }

  body.mobile-open .header__close--toggle span:nth-child(2) {
    opacity: 0;
  }

  body.mobile-open .header__close--toggle span:last-child {
    transform: translateY(-10px) translateY(50%) rotate( 45deg );
  }

  body.mobile-open .header__close--toggle span {
    background-color: #000;
  }
  body.mobile-open .header__navigation.header--element {
    transform: translateX(0);
    opacity: 1;
  }
  body.mobile-open .header__close--toggle {
    z-index: 9;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .overlay {
    background-color: rgba(47, 46, 46, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    pointer-events:none;
  }

  body.mobile-open .overlay {
    opacity: 1;
    pointer-events:all;
  }
  header.header ul {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    display: block;
  }
  header.header ul ul {
    margin-top: 0;
    display: none;
  }
  .overlay {
    display: block;
  }
  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 56px !important;
    padding: 0 !important;
  }

  .child-trigger:hover {
    text-decoration: none;
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .child-trigger i:after {
    position: absolute;
    content: '';
  }

  .child-trigger i,
  .child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: rgb(71, 96, 116);
    display: block;
  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .child-trigger.child-open i {}

  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  header.header ul ul {
    padding-left: 10px;
  }
  header.header ul a {
    color: rgb(47, 46, 46) !important;
  }

  header.header ul a.active-item {
    color: #476074 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 0 20px;
}

footer.footer .row-fluid {
  display: flex;
}

footer.footer .span3.col_1>div {
  height: 100%;
}

footer.footer .span3.col_1>div>span {
    height: 100%;
    display: flex;
    flex-direction: column;
}

footer.footer .span3.col_1>div>span>p:first-of-type {
    flex: 1;
    display: flex;
    align-items: center;
}

footer.footer h6 {
  margin: 0;
}

footer.footer strong {
  font-family: 'Apercu-Bold';
}

footer.footer p {
  margin: 0;
  line-height: 1.8em;
  font-size: 14px;
}

footer.footer .span3:not(:empty) {
  margin-top: 40px;
  margin-bottom: 40px;
}

footer.footer .span3 {
  margin-left: 0;
  width: 50%;
}
footer.footer .span3.col_3,
footer.footer .span3.col_4 {
  position: relative;
  left: 1px;
}

@media(max-width:1024px){
  footer.footer .span3.col_3, footer.footer .span3.col_4 {
    position: static;
  }
}

@media(max-width:767px){
  footer.footer .span3 {
    width: 100%;
  }

  footer.footer .span3:not(:empty) {
    margin-top: 18px;
    margin-bottom: 3px;
  }

  

  footer.footer {
    padding-bottom: 72px;
  }
  footer.footer .span3.col_3 {
    margin-top: 12px;
    margin-bottom: 21px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #F8FAFC;
  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;
}
.hs-blog-listing .top-section {
  padding: 23px 0 0;
  text-align: center;
}
.banner {
  height: 460px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .banner {
    height: 299px;
  }
}
@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;
}
.main-content-section a {
  color: #000 !important;
}
.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0 32px;
}
.pagination a {
  text-decoration: none;
}
.pagination > div {
  flex-basis: 50%;
}
.pagination .next {
  text-align: right;
  position: relative;
  right: -10px;
}
.pagination a {
  transition: color 0.4s ease 0s;
  text-decoration: none;
  font-size: 18px;
  color: rgb(47, 46, 46);
  font-family: 'Apercu-Light',sans-serif;
  display: inline-block;
}
.pagination a.disabled {
  color: rgb(160,160,159);
  pointer-events: none;
  cursor: default;
}
.pagination a:hover {
  color: #000;
}
@media (max-width: 767px) {
  .pagination a {
    font-size: 15.675px;
  }
}
@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: #494a52;
}
.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;
}
.next-posts-link {
  text-decoration: none;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  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: #494a52;
  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: #494a52;
}
.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: #494a52;
  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: #F8FAFC;
  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: #494a52;
  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 {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             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;
}


.hs-blog-header .blog-header-title {
  margin: 0;
}
.hs-blog-header .blog-header-inner {
  padding: 46px 25px 0;
}
.hs-blog-header .blog-header-title:after {
  width: 131px;
  content: "";
  height: 3px;
  background: rgb(104, 218, 253);
  display: block;
  margin: 15px 0 0;
}
.custom-blog-listing .content-wrapper {
  padding: 42px 5px;
}
.custom-blog-listing .blog-index {
  padding: 0;
  display: block;
}
.custom-blog-listing .post-listing {
  display: flex;
  flex-wrap: wrap;
}

.custom-blog-listing .post-listing .post-item {
  flex-basis: 100%;
  padding: 16px;
}

.post-item-inner {
  border: 1px solid rgba(204, 204, 204, 0.75);
  padding: 24px;
  height:100%;
}
.post-item a {
  text-decoration: none;
  color: inherit;
}
.post-header h1 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: rgba(47,46,46,1);
  font-size: 18px;
  line-height: normal;
}
.post-header h2 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: rgba(47,46,46,1);
  font-size: 20px;
  line-height: normal;
}
.post-item .post-body p {
  margin: 0;
  line-height: 1.5;
  color: rgba(47,46,46,1);
  font-size: 16px;
  font-family: proxima-n-w01-reg, sans-serif;
  font-weight: 400;
  opacity: .8;
}
.post-header {
  padding-bottom: 11px;
  padding-top: 1px;
}
.post-item .post-item-inner > div {
  width: 50%;
}
.post-item .post-item-inner {
  padding: 0;
  display: flex;
  min-height: 300px;
  flex-wrap: wrap;
}
.hs-featured-image-wrapper > a.hs-featured-image-link {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-item .custom-blog-content {
  padding: 24px 36px;
  color: #2F2E2E;
}
.custom-postItem-header {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
}
.custom-postItem-header .author-image {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
}
.custom-postItem-header .author-image .post-auth-img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-postItem-header .custom-meta {
  width: calc(100% - 32px);
  padding-left: 10px;
  color: #2F2E2E;
  font: normal normal normal 12px/1.4em wfont_ad8ead_0272c4d0ce1b49eeac12dfc00829ea6d,wf_0272c4d0ce1b49eeac12dfc00,orig_apercu_light;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  font-family: 'Apercu-Regular',sans-serif;
  opacity: .8;
}
.custom-postItem-header svg.blog-icon-fill {
  display: none;
}
.custom-postItem-header .author-name {
  display: flex;
  align-items: center;
}
.custom-postItem-header .custom-meta > ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
}
.custom-postItem-header .svgIcon {
  display: block;
  height: 19px;
  width: 19px;
}
.custom-postItem-header .custom-meta > ul li {
  line-height: inherit;
}
.custom-postItem-header .custom-meta li.sep div {
  background-color: #2F2E2E;
  margin: 0 8px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  align-self: center;
}
.post-item .post-header h1 {
  font-size: 28px;
  padding-bottom: 1px;
}
.post-item .post-body p {
  font-size: 14px;
  opacity: .8;
}

/* Hs Blog Post */
.blog-post-page .custom-post-blog-section {
  max-width: 940px;
  margin: 0 auto;
  border: 1px solid rgba(204, 204, 204, 0.75);
  background-color: rgb(255, 255, 255);
  color: rgb(47, 46, 46);
  font: normal normal normal 18px/22px wfont_66f2c8_1fba1202b36b412da7ed64cd88d2ccf6,wf_1fba1202b36b412da7ed64cd8,orig_aperculight;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  padding: 60px;
  font-family: 'Apercu-Light',sans-serif;
}
.blog-post-page {
  padding: 20px;
}
.blog-post-page .blog-post-wrapper {
  max-width: 740px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
span.avtar-img {
  width: 32px;
  height: 32px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.byline-left-col .author-top {
  display: flex;
}
.byline-left-col .byline-author-sec {
  width: calc(100% - 32px);
  padding-left: 12px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 14px;
  opacity: .8;
  color: rgb(47, 46, 46);
  font-family: 'Apercu-Light',sans-serif;
}
.byline-left-col .dot-sep {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  align-self: center;
  margin: 0 8px;
  background-color: rgb(47, 46, 46);
}
.byline-left-col .byline-author-sec a {
  color: rgb(47, 46, 46);
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.byline-left-col span.author-icon {
  display: inline-block;
  vertical-align: middle;
}
.section.post-header h1 {
  color: rgb(47, 46, 46);
  font-family: 'Apercu-Medium',sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
}
.section.post-header {
  padding: 26px 0 30px;
}
.section.post-header h1 * {
  font: inherit;
}
.section.post-body {
  color: rgba(47,46,46,1);
  line-height: 1.5;
}

.body-imag span.zoomIcon svg {
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 11
}

.body-imag:hover span.zoomIcon svg {
  opacity: 1
}

.body-imag a {
  display: block;
  width: 100%;
  max-width: 740px
}

.body-imag span.zoomIcon {
  height: 28px;
  width: 28px;
  position: absolute;
  top: 12px;
  z-index: 10;
  background-color: #fff;
  border-radius: 30px;
  right: 12px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.body-imag:hover span.zoomIcon {
  opacity: 1
}

.body-imag {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px
}

.fancybox-button {
  z-index: 99999;
  position: relative
}

body .fancybox-bg {
  background: #fff
}

body .fancybox-is-open .fancybox-bg {
  opacity: 1
}

.post-body p {
  line-height: 1.5
}

.cm-blog-inner-content a:hover * {
  color: #616e89
}

.fancybox-navigation .fancybox-button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 100px;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
  cursor: pointer;
  font-size: 40px;
  opacity: .9 !important
}

.fancybox-button--arrow_left:before {
  background: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/fancy-left-arrow.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  transform: rotate(-180deg)
}

.fancybox-button--arrow_right:before {
  background: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/fancy-right-arrow.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center
}
.fancybox-toolbar .fancybox-button--close svg {
  width: 60px;
  height: 60px;
}
.fancybox-button[disabled] {
  opacity: 0 !important
}

.fancybox-button--arrow_right {
  right: 0
}

.fancybox-button--arrow_left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fancybox-button--arrow_right::after,.fancybox-button--arrow_left::after {
  left: 0
}

.fancybox-navigation .fancybox-button svg {
  display: none
}

.fancybox-navigation .fancybox-button {
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0 !important;
  top: 50% !important
}

.fancybox-navigation .fancybox-button[disabled] {
  opacity: 0 !important
}

.fancybox-toolbar .fancybox-button--close {
  opacity: 1;
  box-sizing: content-box;
  z-index: 1001;
  padding: 10px;
  position: fixed;
  right: 28px;
  top: 17px;
  background: transparent;
  width: 60px;
  height: 60px;
  color: #000 !important;
  border: hidden;
  cursor: pointer
}

.fancybox-toolbar .fancybox-button--close svg path:first-child {
  fill: #fff;
}
button.fancybox-button.fancybox-button--fsenter,button.fancybox-button.fancybox-button--fsexit {
  opacity: 1 !important;
  pointer-events: auto !important;
  background: url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/fullscreen.svg);
  position: fixed;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 60px
}

button.fancybox-button.fancybox-button--fsenter svg,button.fancybox-button.fancybox-button--fsexit svg {
  display: none
}
._1YyhG {
  height: 28px;
  width: 28px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.post-feat-img,.post-feat-img > a {
  display: block;
  position: relative;
}

._1K20D {
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 11;
}

.post-feat-img:hover ._1YyhG {
  opacity: 1;
}

a.share_pinterest {
  border-radius: 2px;
  text-indent: 20px;
  width: auto;
  padding: 0 4px 0 0;
  text-align: center;
  text-decoration: none;
  font: 11px/20px "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #fff!important;
  background: #e60023 url(//9496337.fs1.hubspotusercontent-na1.net/hubfs/9496337/raw_assets/public/Propel_June_2021/images/pintrest.svg) 3px 50% no-repeat;
  background-size: 14px 14px;
  -webkit-font-smoothing: antialiased;
  background-color: #e60023;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  box-shadow: inset 0 0 1px #888;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
}
.post-feat-img:hover a.share_pinterest {
  opacity: 1;
}
.post-follow-us-wrapper {
  border-top: 1px solid rgba(47, 46, 46,0.2);
  border-bottom: 1px solid rgba(47, 46, 46,0.2);
  display: flex;
  flex-wrap: wrap;
  min-height: 60px;
  align-items: center;
}

.post-follow-us-wrapper .post-topics {
  order: 2;
  width: 50%;
  text-align: right;
}

.post-follow-us-wrapper .custom-bolg-bottom-share-grp {
  width: 50%;
}

.post-follow-us-wrapper ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
}

.post-follow-us-wrapper ul.post-tags {
  justify-content: flex-end;
}

.post-follow-us-wrapper li.tag-sep {
  margin: 0 8px;
}

.post-follow-us-wrapper a {
  text-decoration: none;
/*   color: rgb(47, 46, 46); */
      color: rgba(104,218,253,1.0);
    font-weight: bold;
}

.post-follow-us-wrapper a:hover {
  color: rgb(71, 96, 116);
}

.post-follow-us-wrapper ul li {
  line-height: inherit;
}
.custom-blog-post-share-icon-wrap > ul > li:not(:first-child) {
  margin-left: 30px;
}
.custom-blog-post-share-icon-wrap svg,
.custom-blog-post-share-icon-wrap svg * {
  fill: rgb(47, 46, 46);
}
.post-follow-us-wrapper a.share_facebook:hover svg,
.post-follow-us-wrapper a.share_facebook:hover svg * {
  fill: #4464a3 !important;
}
.post-follow-us-wrapper a.share_twitter:hover svg,
.post-follow-us-wrapper a.share_twitter:hover svg * {
  fill: #55acee !important;
}
.post-follow-us-wrapper a.share_googleplus:hover svg,
.post-follow-us-wrapper a.share_googleplus:hover svg * {
  fill: #0077b5 !important;
}
.custom-blog-post-share-icon-wrap > ul > li.copyLinkItem a:hover svg,
.custom-blog-post-share-icon-wrap > ul > li.copyLinkItem a:hover svg * {
  fill: rgb(71, 96, 116) !important;
}

.custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translateY(-50px);
  transition: all .4s;
  opacity: 0;
}

.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop .custom-social-share-pop-inner {
  opacity: 1;
  transform: translateY(0);
}

.custom-social-share-popup-wrapper.bottom-share-link-pop .custom-social-share-pop {
  max-width: 452px;
  background: #fff;
  width: 100%;
}

.custom-social-share-pop .custom-social-share-pop-col-inner {
  font: normal normal bold 28px/1.4em;
  padding: 60px;
  color: #004712;
  font-size: 28px;
  line-height: normal;
}

.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop {
  display: block;
}

.custom-social-share-popup-wrapper {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop {
  visibility: visible;
  opacity: 1;
}

.share-pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background-color: #000;
}

.share-pop-close-btn {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 9;
}

.share-pop-close-btn svg {
  fill: #fff !important;
  fill-rule: evenodd;
}

.custom-social-share-pop .share-pop-title {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  color: #2f2e2e;
  font-family: 'Apercu-Medium',sans-serif;
}

.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop .share-pop-title {
  display: flex;
}
.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop .share-pop-title svg.blog-icon-fill {
  fill: #2f2e2e;
}
.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop .share-pop-title span {
  margin-left: 12px;
  font-size: 16px;
  color: #2f2e2e;
}
.shre-link-box-pop .shre-link-box-pop-input-wrap {
  margin-bottom: 30px;
  position: relative;
  height: 62px;
}
.share-pop-close-btn svg * {
  fill: inherit !important;
}
.shre-link-box-pop input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Avenir Next",sans-serif;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #31302c;
  font-family: "Avenir Next",sans-serif;
  line-height: normal;
  position: relative;
  top: -3px;
  top: -1px;
}

.shre-link-box-pop .input-border {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: #000;
  height: 40px;
}

.shre-link-pop-btns-grp {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.shre-link-pop-btns-grp {
  font-weight: bold;
}

.shre-link-pop-btns-grp .shre-link-pop-btns-item {
  padding: 0 12px;
  text-align: center;
  flex: 0 0 auto;
}

.shre-link-pop-btns-grp .blog-btn {
  padding: 0 24px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 14px;
  font-style: inherit;
  text-decoration: inherit;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  text-align: center;
  justify-content: center;
  color: rgb(71, 96, 116);
  border-color: rgb(71, 96, 116);
  font-weight: normal;
}

.shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: rgb(71, 96, 116);
  color: rgba(255,255,255,1);
  border: 0;
}



@media (max-width: 767px) {
  .hs-blog-header .blog-header-title {
    font-size: 24px;
    line-height: normal;
  }
  .hs-blog-header .blog-header-inner {
    padding: 19px 20px 0;
  }
  .hs-blog-header .blog-header-title:after {
    margin-top: 20px;
  }
  .custom-blog-listing .content-wrapper {
    padding: 0;
  }
  .custom-blog-listing .post-listing .post-item {
    flex-basis: 100% !important;
    padding: 20px 37px;
    padding-bottom: 0;
  }
  .post-header h1,.post-item .post-header h1 {
    font-size: 22px;
    line-height: 1.4;
  }
  .post-item-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-blog-listing .post-listing .post-item:not(:first-child) {
    padding-top: 0;
  }
  .post-header {
    padding-top: 5px;
  }
  .post-item .post-item-inner {
    min-height: auto;
    display: block;
  }
  .hs-featured-image-wrapper>a.hs-featured-image-link {
    padding-bottom: 67vw;
  }
  .post-item .post-item-inner>div {
    width: 100%;
  }
  .post-item {
    padding: 5px 20px 5px !important;
  }
  .post-item:nth-child(4) {
    padding-top: 42px !important;
  }
  .post-item .custom-blog-content {
    padding: 20px 16px;
  }
  .post-item .custom-postItem-header {
    border-bottom: 1px solid rgba(47,46,46,.2);
    margin-bottom: 10px;
  }
  .custom-blog-listing .content-wrapper {
    padding-bottom: 15px;
  }
  .blog-post-page .custom-post-blog-section {
    padding: 0;
    border: 0;
  }

  .post-author-bio {
    width: 100%;
  }

  .byline-left-col .byline-author-sec > .dot-sep {
    display: none;
  }

  .byline-left-col .byline-author-sec .byline-date {
    width: 100%;
    display: flex;
  }

  .byline-left-col .byline-author-sec {
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    line-height: normal;
  }
  .blog-post-page {
    padding: 39px 20px 20px;
  }
  .byline-left-col .dot-sep {
    min-width: 2px;
    min-height: 2px;
    display: block;
  }
  .section.post-header h1 {
    font-size: 26px;
    line-height: 1.2;
  }
  .blog-post-page .custom-post-blog-section {
    font-size: 16px;
  }
  .post-follow-us-wrapper .post-topics {
    width: 100%;
    order: 1;
    padding-bottom: 25px;
  }
  .post-follow-us-wrapper {
    display: block;
    padding: 15px 0;
  }
  .post-follow-us-wrapper ul.post-tags {
    justify-content: flex-start;
    font-size: 12px;
    line-height: 1.2;
  }
  .custom-social-share-pop .custom-social-share-pop-col-inner {
    padding: 28px 16px 28px 16px;
  }
  .shre-link-pop-btns-grp .shre-link-pop-btns-item {
    width: 50%;
  }
  .shre-link-box-pop .shre-link-box-pop-input-wrap {
    height: 53px;
  }
  .custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop .share-pop-title span {
    margin-left: 10px;
  }
  .custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop .share-pop-title svg.blog-icon-fill {
    position: relative;
    top: -2px;
  }
}


/* Project Blog Listing */
.our-projects {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  padding: 56px 0 55px;
  justify-content: space-between;
}
.our-projects .projects-item {
  width: calc(33.33% - 16px);
  position: relative;
  padding-left: 8px;
  margin-bottom: 33px;
}
.our-projects .project-image > a {
  display: block;
  width: 438px;
  height: 353px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.our-projects .projects-item:nth-child(3n) {
  padding-left: 0;
}
.our-projects .projects-item:nth-child(2) {
  padding-left: 4px;
}
.our-projects .projectContentInner {
  width: 220px;
  position: absolute;
  right: 11px;
  background: rgb(239, 239, 239);
  top: 66px;
  padding: 20px 25px 18px 25px;
}
.our-projects .projectTitle {
  font-family: Apercu-bold,sans-serif;
  font-size: 19px;
  line-height: normal;
  letter-spacing: normal;
  color: rgb(14,46,71);
}
.our-projects .projectContent {
  color: #00164C;
  font-size: 14px;
  line-height: normal;
  padding: 2px 0 0;
}
.our-projects .custom-read-more {
  font-family: Apercu-bold,sans-serif;
  font-size: 12px;
  line-height: normal;
  font-style: normal;
  color: rgb(71, 96, 116);
  padding: 69px 0 0;
}
.our-projects .custom-read-more a {
  text-decoration: none;
  color: inherit;
}
.our-projects .custom-read-more:hover {
  color: rgb(120, 144, 163);
}
.our-projects .projects-item:nth-child(1) .projectContentInner {
  right: 7px;
}
.our-projects .projects-item:nth-child(1) .projectContent {
  padding-top: 12px;
}
.our-projects .projects-item:nth-child(1) .custom-read-more {
  padding-top: 37px;
}
.our-projects .projects-item:nth-child(3) .projectContentInner {
  right: 14px;
}
.our-projects .projects-item:nth-child(3) .projectContent {
  padding-top: 12px;
}
.our-projects .projects-item:nth-child(3) .custom-read-more {
  padding: 53px 0 0;
}
.our-projects .projects-item:nth-child(4) .projectContentInner {
  right: 7px;
}
.our-projects .projects-item:nth-child(4) .projectContent {
  padding: 12px 0 0;
}
.our-projects .projects-item:nth-child(4) .custom-read-more {
  padding-top: 85px;
}
.main-content-section .blog-post-body h2.title {
  font-size: 28px;
  font-weight: 700;
  font-family: futura-lt-w01-book,sans-serif;
  line-height: normal;
  padding-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
}
.main-content-section .blog-post-body h2 {
  padding: 0;
}
.main-content-section .blog-post-body span#hs_cos_wrapper_post_body h2 {
  margin: 0;
  padding: 10px 0;
}

@media (min-width: 1681px) {
  .our-projects .projects-item {
    margin-right: 24px;
  }
  .our-projects .projects-item:nth-child(3n) {
    margin-right: 0;
  }
  .our-projects {
    justify-content: normal;
  }
}

@media (max-width: 1680px) {
  .our-projects .projects-item {
    width: calc(50% - 30px);
  }
  .our-projects {
    width: 83%;
  }
  .our-projects .projects-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .our-projects .project-image>a {
    width: calc(100% - 60px);
  }
}

@media (max-width: 1024px) {
  .our-projects {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .our-projects .projects-item {
    width: 100% !important;
    margin: 0 0 60px !important;
  }

  .our-projects {
    padding: 38px 20px 39px 20px;
  }

  .our-projects .project-image > a {
    width: 100% !important;
    background: none !important;
    height: auto;
  }

  .our-projects .project-image > a > span {
    display: block;
    padding: 0 0 70.625vw;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .our-projects .projectContentInner {
    position: static !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
    padding: 10px !important;
  }

  .our-projects .projectTitle {
    font-size: 18px;
  }

  .our-projects .projectContent {
    padding: 10px 0 0 !important;
  }

  .our-projects .custom-read-more {
    font-size: 14px;
    padding: 33px 0 12px !important;
  }

  .our-projects .projects-item:last-child {
    margin: 0 !important;
  }

}
/* ******************************************************************************
*********************************************************************************
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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  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: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page .success {
  min-width: 0;
}
@media(max-width:767px){
  .error-page .error-page_heading {
    font-size: 40px;
  }
  #hs_cos_wrapper_backup_unsubscribe .page-header h1 {
    font-size: 30px;
  }
  .systems-page > h1 {
    font-size: 30px;
  }
}


.error-404-non-branded {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.error-404-non-branded>.error-contents {
  margin: 84px auto 84px;
}

.error-404-non-branded>.error-contents>.image-404 {
  width: 318px;
  margin-left: 0px
}
.hs-404-page .main-content-wrapper {
  padding: 0 20px;
}
@media(max-width: 612px) and (min-width:380px) {
  .error-404-non-branded>.error-contents {
    margin-top:14vw
  }

  .error-404-non-branded>.error-contents>.image-404 {
    margin-left: -2.9vw;
    width: 52vw
  }
}

@media(max-width: 380px) {
  .error-404-non-branded>.error-contents {
    margin-top:64px;
    text-align: center
  }

  .error-404-non-branded>.error-contents>.image-404 {
    width: 216px
  }


}

.error-404-non-branded>.error-contents>.image-404 .cls-1 {
  fill: #3ba6cc
}

.error-404-non-branded>.error-contents>.image-404 .cls-2 {
  fill: #3eb8eb
}

.error-404-non-branded>.error-contents>.image-404 .cls-3 {
  fill: #c3d4d8
}

.error-404-non-branded>.error-contents>.image-404 .cls-4 {
  fill: #e1ebef
}

.error-404-non-branded>.error-contents>.image-404 .cls-5 {
  fill: #37b7ea
}

.error-404-non-branded>.error-contents>.image-404 .cls-6 {
  fill: #a2b7bc
}

.error-404-non-branded>.error-contents>.image-404 .cls-7 {
  fill: #a9a9a9
}

.error-404-non-branded>.error-contents>.image-404 .cls-8 {
  fill: #9c9b9b
}

.error-404-non-branded>.error-contents>.image-404 .cls-9 {
  fill: #f197be
}

.error-404-non-branded>.error-contents>.image-404 .cls-10 {
  fill: #565656
}

.error-404-non-branded>.error-contents>.image-404 .cls-11 {
  fill: #fff
}

.error-404-non-branded>.error-contents>.image-404 .cls-12 {
  fill: #e9eff2
}

.error-404-non-branded>.error-contents>.image-404 .error-code {
  fill: #fff;
  font-family: HelveticaNeueW01-45Ligh;
  font-size: 80px
}

.error-404-non-branded>.error-contents>.not-found {
  margin-top: 62px;
  color: #3eb8ea;
  font-size: 66px;
  font-family: HelveticaNeueW01-45Ligh;
  letter-spacing: 1px;
  line-height: 90px
}

@media(max-width: 612px) and (min-width:380px) {
  .error-404-non-branded>.error-contents>.not-found {
    margin-top:10vw;
    font-size: 10vw;
    line-height: 13vw
  }
}

@media(max-width: 380px) {
  .error-404-non-branded>.error-contents>.not-found {
    font-size:31px;
    line-height: 50px
  }
}

.error-404-non-branded>.error-contents>.description {
  margin-top: 19px;
  font-family: HelveticaNeueW01-45Ligh;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 39px;
  color: #184a56
}

@media(max-width: 767px) {
  .systems-page h1,.systems-page h2 {
    font-size:22px
  }
}

@media(max-width: 612px) and (min-width:380px) {
  .error-404-non-branded>.error-contents>.description {
    font-size:3.4vw;
    line-height: 6.8vw
  }
}

@media(max-width: 380px) {
  .error-404-non-branded>.error-contents>.description {
    font-size:14px;
    line-height: 24px
  }
}

.error-404-non-branded>.error-contents>.button {
  margin-top: 37px;
  outline: 0;
  height: 56px;
  letter-spacing: .8px;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  border-radius: 28px;
  font-family: HelveticaNeueW01-45Ligh;
  cursor: pointer;
  border: 2px solid #3eb8ea;
  background-color: #fff;
  color: #3eb8ea;
  box-sizing: border-box;
  transition-property: color,background-color;
  transition-duration: .2s;
  padding: 0 20px;
  display: table
}

@media(max-width: 612px) and (min-width:380px) {
  .error-404-non-branded>.error-contents>.button {
    height:9vw;
    font-size: 3.7vw;
    line-height: 8vw;
    width: auto;
    padding: 0 4vw
  }
}

@media(max-width: 380px) {
  .error-404-non-branded>.error-contents>.button {
    width:167px;
    height: 44px;
    border-radius: 22px;
    line-height: 37px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto
  }
  .hs-404-page .main-content-wrapper {
    padding: 0 20px;
  }

  .error-404-non-branded>.error-contents>.description {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
  }

  .error-404-non-branded>.error-contents>.image-404 {
    width: 272px;
    margin: 0 auto;
  }

  .error-404-non-branded>.error-contents>.not-found {
    font-size: 32px;
    line-height: normal;
  }

  .error-404-non-branded>.error-contents>.button {
    padding: 7.5px 25px;
    border-radius: 1000px;
    font-size: 19px;
  }
}
.hs-404-page .main-content-wrapper * {
  font-family: HelveticaNeueW01-45Ligh;
}
.error-404-non-branded>.error-contents>.button:hover {
  background-color: #3eb8ea;
  color: #fff
}
.error-404-non-branded>.error-contents>.button {
  min-width: 204px;
  text-decoration: none;
}
.err-page-container {
  font: unset;
  line-height: 1;
  color: #000
}