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


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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper,
.dnd-section > .row-fluid,
.page-center{
  padding: 0 15px;
}
.dnd-section[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face { 
  font-family: "webflow-icons"; 
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-style: normal;
  font-weight: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  font-family: webflow-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  color: #072249;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
 
  font-family: Montserrat, sans-serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

h1 {
  font-size: 2.1rem;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.3em;
}

h2 {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height:0.94736842105;
}

h3 {
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
}

h4 {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.0;
}

h5 {
  font-size: 1rem;
  line-height: 1.0;
  margin-top: 10px;
  margin-bottom: 10px;
}

h6 {
  font-size: .9rem;
  margin-top: 10px;
  line-height: 1.5;

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.hs-button,
.button--primary {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  position: relative;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  border-style: solid;
  border-width: 3px;
  text-decoration: none;
  border-style: solid;
  margin-top: 5px;

}

.hs-form label {
  -webkit-transition: top 150ms ease-in-out;
  transition: top 150ms ease-in-out;
  font-size: 14px;
  text-transform: uppercase;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  color: #33475b;
  font-weight: bold;
  line-height: inherit;
  padding-top: 0;
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  text-align: left;
  line-height: 1.5em;
}

form .hs-error-msgs label {
  margin-top: 0;
  color: red !important;
}

input#hs-pwd-widget-password,
.hs-search-field__input,
form input,
form select,
form textarea,
.hs-input {
  margin:0;
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 12px;
  margin-bottom: 10px;
  max-width: 100%;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 20px;
  font-weight: normal;
  padding-left: 0;
  padding-top: 0;
  line-height: 1.42857143;
  vertical-align: middle;
  color: #19488f;
  border-radius: 3px;
  border: 1px solid #cbd6e2;
  border-width: 0px 0px 2px;
}

.hs-button, .button--primary {
    line-height: 1.5em;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.hs-input:focus {
  outline: 0;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display:inline-block !important;
}
[type="checkbox"], [type="radio"] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display: inline-block;
  min-height: auto;
  width: auto!important;
}


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

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

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

textarea.hs-input {
  height: auto;
  min-height: 66px;
}

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: #c1d7ec;
}
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: #3898EC;
}

.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

form ul.no-list.hs-error-msgs {
  padding-left: 5px;
}
.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: 30px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #072249;
}
.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;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Montserrat, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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 website pages
look if there is anything specific to your website pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.sticky .header.lp .header__logo {
  padding: 11px 0;
}
.header.lp .header__logo {
  padding-top: 3px;
  transition: all 250ms ease;
}
header.header.lp {
    top: 0;
}
@media screen and (max-width: 991px){
  .header.lp .header__logo {
    padding-top: 0;
  }
  .sticky .header.lp .header__logo {
    padding: 0;
  }
}

.hs-blog-listing .announcement-bar, .hs-blog-post .announcement-bar {
  display: none;
}
.hs-blog-listing  header.header, .hs-blog-post  header.header{
  top:0 !important;
}

.website_header {
  min-height: 144px;
}
.header {
  background-color: #F8FAFC;
}
.header__logo img {
  width: auto !important;
}

.main_wrapper {
  min-height: 91px;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.header__container {
  padding: 0 15px;
  position: relative;
  z-index: 100;
  width: 100%;
}

header.header {
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 1000;
  top: 53.24px;
}

.header .div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo img {
  width: 68px;
  height: 68px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}

.custom-menu-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  float: right;
}

.custom-menu-primary nav>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-menu-primary nav>ul>li {
  display: inline-block;
  position: relative;
  float: left;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.custom-menu-primary nav>ul>li>a {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  text-decoration: none;
}

.custom-menu-primary nav>ul>li ul {
  position: absolute;
  display: none;
  min-width: 100%;
}

.btn-header {
  padding: 10px 20px;
  border: 3px solid #0c5dd6;
  border-radius: 10px;
  margin-left: 20px;
  transition: all 250ms ease;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-right: auto;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-transform: none;
}

.menu-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.custom-menu-primary nav>ul>li ul {
  padding: 0;
  width: auto;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 5px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 10px -2px #0000004d;
}

.custom-menu-primary nav>ul>li ul>li>a {
  padding: 10px 20px;
  display: block;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  padding-left: 30px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.menu-button .icon {
  color: #072249;
  font-size: 30px;
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.header__logo a {
  position: relative;
  float: left;
  text-decoration: none;
}

.sticky header.header {
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 0 8px 15px -7px #0003;
}

.sticky .header__logo img {
  height: 40px;
}

.custom-menu-primary nav>ul>li.has-submenu>a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
  content: "\e603";
  font-family: webflow-icons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-menu-primary nav>ul>li.has-submenu>a {
  padding-right: 45px;
}

.header-cta {
  clear: left;
}

.child-trigger {
  position: absolute;
  height: 62px;
  top: 0;
  width: 100%;
  cursor: pointer;
}

.header-wrapper {
  min-height: 94px;
}

/* ******** media ************* */
@media(min-width:992px)
{
  .w-nav-overlay{
    display:block !important;
  }
  .custom-menu-primary nav>ul>li > ul.submenu {
    display: none !important;
  }
  .custom-menu-primary nav>ul>li.desktop_menu_open > ul.submenu {
    display: block !important;
    transition: none !important;
    height: auto !important;
    padding: 10px 0 5px !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 991px){

  .website_header {
    min-height: 123px;
  }

  .sticky .custom-menu-primary {
    top: 100%;
    position: static;
  }

  .menu-button {
    display: block;
  }
  .menu-button {
    padding: 0;
  }
  .w-nav-overlay {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    transform: translateY(-100%) translateX(0px);
    transition: transform 400ms ease 0s, top 250ms ease;
  }
  .website_header .w-nav-overlay {
    top: 123px;
    max-height: calc(100vh - 123px);
  }
  .sticky .w-nav-overlay {
    max-height: calc(100vh - 40px);
    top: 40px;
  }
  .sticky .website_header .w-nav-overlay {
    top: 93px;
    max-height: calc(100vh - 93px);
  }
  .mobile-open .w-nav-overlay {
    transform: translateY(0px) translateX(0px);
    transition: transform 400ms ease 0s, top 250ms ease;
  }
  header.header .header__container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1;
  }
  .website_header header.header .header__container:before {
    height: 300px;
  }
  .custom-menu-primary {
    padding-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 10px 6px -6px rgb(0 0 0 / 10%);
    display: block;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    overflow: visible;
    width: 100%;
    min-width: 200px;
  }
  .custom-menu-primary nav>ul>li {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .custom-menu-primary nav>ul>li>a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__logo img {
    height: 40px;
  }
  header.header .header__container {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  header.header {
    padding: 0;
  }
  .sticky header.header .header__container {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .header__logo {
    position: relative;
    z-index: 3;
  }
  .menu-button {
    z-index: 3;
  }
  .btn-header {
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
    display: block;
    position: relative;
  }
  .custom-menu-primary nav>ul>li.has-submenu>a {
    padding: 20px;
  }
  .custom-menu-primary nav>ul>li.has-submenu>a::after {
    position: relative;
    display: inline-block;
    margin-left: 10px;
  }
  .custom-menu-primary nav>ul>li ul {
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: none;
    position: relative;
  }
  .header-wrapper {
    min-height: 60px;
  }

  .main_wrapper {
    min-height: 70px;
  }

  .sticky .main_wrapper {
    min-height: 40px;
  }
}



@media screen and (max-width: 479px){
  .header__logo img {
    height: 38px;
  }

  .main_wrapper {
    min-height: 60px;
  }
  header.header {
    top: 62px;
  }
  .website_header {
    min-height: 146px;
  }
  .w-nav-overlay {
    top: 60px;
    max-height: calc(100vh - 60px);
  }
  .sticky .w-nav-overlay {
    max-height: calc(100vh - 40px);
    top: 40px;
  }
  .website_header .w-nav-overlay {
    top: 154px;
    max-height: calc(100vh - 154px);
  }
  .sticky .website_header .w-nav-overlay {
    top: 126px;
    max-height: calc(100vh - 126px);
  }
}


@media(max-width:431px)
{

  header.header {
    top: 86px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer__container {
  position: relative;
  z-index: 100;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.footer .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer .right-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .hs-menu-wrapper>ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  list-style: none;
}

.footer .hs-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .hs-menu-wrapper>ul>li ul {
  padding: 0;
  list-style: none;
}

.footer .hs-menu-wrapper>ul>li ul>li>a {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 15px;
  border-left: 2px solid rgba(12, 93, 214, 0.1);
  text-decoration: none;
}

.footer-logo {
  margin-right: 50px;
  padding-top: 3px;
}

.footer-logo a {
  max-width: 100%;
  display: inline-block;
}

.footer-logo img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.footer .rich-text {
  max-width: 250px;
}

.footer .rich-text .text-block {
  font-size: 20px;
  line-height: 1.4em;
}

.footer .rich-text .text-block-2 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}



@media screen and (max-width: 991px){
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer .left-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-logo {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .footer .rich-text {
    max-width: none;
  }
  .footer .rich-text .text-block {
    display: none;
  }
  .footer .rich-text .text-block-2 {
    margin-top: 0;
  }
  .footer .right-col {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .hs-menu-wrapper>ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .hs-menu-wrapper>ul>li {
    margin-right: 70px;
  }
}


@media screen and (max-width: 767px){
  .footer .hs-menu-wrapper>ul>li {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
  .footer .hs-menu-wrapper>ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .hs-menu-wrapper>ul>li ul>li>a {
    padding-left: 15px;
    border-left-width: 2px;
    font-size: 12px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  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;
}

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}

.blog-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: Montserrat, sans-serif;
}
.blog-index__post-content a {
  color: #072249;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Montserrat, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #072249;
  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;
}

a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled {
  opacity: 0.4;
}

.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: #072249;
  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: #072249;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.blog-post__meta a {
  color: #072249;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Montserrat, 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: #072249;
  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 .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;
}


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


/* 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;
}
#comments-listing {
  padding-bottom: 2em;
}
#comments-listing:empty {
  margin-bottom: -2em;
  padding-bottom: 0;
}

.section.post-footer {
  background-color: white;
  padding: 30px 20px;
  margin: 2em 0 0;
  border-radius: 8px;
}

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











/* *********************** custom css *************************** */


.post-listing {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e7edf3;
}

.post-listing .content-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.post-listing form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  margin: 0 0 15px;
  margin-left: auto;
}

.post-listing .post-item-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

.post-listing .post-item {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  position: relative;
  float: left;
}

.post-listing .content-wrapper::before,
.post-listing .content-wrapper::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.post-listing .content-wrapper::after {
  clear: both;
}

.post-listing .post-item-wrap::before,
.post-listing .post-item-wrap::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.post-listing .post-item-wrap::after {
  clear: both;
}

.post-listing .post-item a.link {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 7px 11px -3px transparent;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  text-decoration: none;
  max-width: 100%;
  display: inline-block;
}

.post-listing .post-item .blog-content {
  overflow: hidden;
  padding: 15px;
}

.post-listing .blog-content h5 {
  overflow: hidden;
  height: 56px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.4em;
}

.post-listing .post-item .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 14px;
}

.post-listing .post-item .inner img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
}

.post-listing .post-item .inner .text-block-20 {
  margin-right: 10px;
  margin-left: 10px;
}

.blog-banner {
  padding-top: 59px;
  padding-bottom: 80px;
  text-align: center;
}

.post-listing form .hs-search-field__input {
  margin-bottom: 0px;
  padding-right: 35px;
  border: 1px none #000;
  border-radius: 4px;
  background-image: url(https://19492708.fs1.hubspotusercontent-na1.net/hubfs/19492708/raw_assets/public/H1-Ads-LP-Jun2022/images/icon%20search.svg);
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.post-listing form .hs-search-field__input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  -webkit-appearance: none;
  vertical-align: middle;
  background-color: #ffffff;
  font-family: Montserrat, sans-serif;
}

.blog-post .inner-wrap {
  margin-left: -10px;
  margin-right: -10px;
  /*   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-post .left-col {
  width: 66.66666667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.blog-post .sidebar {
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.blog-post .left-col .content {
  height: 100%;
  padding: 20px 50px 50px;
  border-radius: 8px;
  background-color: #fff;
}

.blog-post .left-col .inner {
  margin-top: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.blog-post .left-col .inner {
  margin-top: 10px;
  margin-bottom: 30px;
}

.blog-post .left-col a {

  text-decoration: underline;
}

.blog-post .left-col .inner img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border-radius: 100%;
}

.blog-post .left-col .text-block-20 {
  margin-right: 10px;
  margin-left: 10px;
}

.blog-post .left-col .inner .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 14px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination .btn {
  padding: 20px 30px;
  border: 3px solid #0c5dd6;
  border-radius: 4px;
  background-color: #0c5dd6;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.pagination .w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
}

.pagination .btn-gray {
  padding: 15px 20px;
  border-style: none;
  background-color: silver;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none !important;
}

.blog-post .content-wrapper::before,
.blog-post .content-wrapper::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.blog-post .inner-wrap::before,
.blog-post .inner-wrap::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.blog-post .inner-wrap::after {
  clear: both;
}

.blog-post .content-wrapper::after {
  clear: both;
}
.blog-post {
  padding-top: 79px;
  padding-bottom: 75px;
}

.post-social {
  margin-top: 10px;
}

.post-social .heading {
  margin-bottom: 15px;
}

.post-social .share-buttons {
  -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

.post-social .st-btn {
  display: inline-block;
  font-size: 16px;
  height: 48px;
  float: left;
  line-height: 48px;
  margin-right: 8px;
  padding: 0 12px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.blog-pagination.span12 {
  margin-top: 25px;
}

.st-btn[data-network='facebook'] {
  background-color: #4267B2;
}

.post-social .st-btn img {
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  top: 12px;
  vertical-align: top;
}

.st-btn[data-network='linkedin'] {
  background-color: #0077b5;
}

.st-btn[data-network='twitter'] {
  background-color: #55acee;
}

.st-btn[data-network='sms'] {
  background-color: #53d769;
}

.st-btn[data-network='email'] {
  background-color: #7d7d7d;
}

.blog-post .sidebar h3 {
  margin-bottom: 15px;
  color: #072249;
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 0;
  font-weight: bold;
}

.blog-post .sidebar .recent-post-item a {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 7px 11px -3px transparent;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  text-decoration: none;
  max-width: 100%;
  display: inline-block;
}

.blog-post .sidebar .recent-post-item .blog-content {
  overflow: hidden;
  padding: 15px;
}

.blog-post .sidebar .recent-post-item .blog-content h5 {
  overflow: hidden;
  min-height: 56px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.4em;
  font-size: 20px;
}

.blog-post .sidebar .recent-post-item .blog-content .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 14px;
}

.blog-post .sidebar .recent-post-item .blog-content img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
}

.blog-post .sidebar .recent-post-item .blog-content .text-block-20 {
  margin-right: 10px;
  margin-left: 10px;
}

.pagination .btn:hover {
  background-color: #a5a5a5;
  color: #fff;
}

.hs-blog-post {
  background-color: #e7edf3;
}

.post-social .st-btn:hover {
  opacity: .8;
  top: -4px;
}

.blog-post .sidebar .recent-post-item a>img {
  width: 100%;
  height: 200px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

a.share_linkedin.st-btn.st-first {
  background-color: #0077b5;
}

.post-listing form .hs-search-field__input::placeholder {
  color: #999;
}
.post-featured_image>imgimg {
    height: auto;
}
.post-featured_image {
    margin-bottom: 30px;
}
.post-featured_image>img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
a.btn.btn-gray.w-button.only-prev-btn {
  margin-left: auto;
}
ul.hs-search-field__suggestions {
  padding: 10px 20px;
  margin: 10px 0px;
}
ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: white;
  top: 100%;
}
.post-listing .content-wrapper .hs-search-field {
  max-width: 220px;
  margin-left: auto;
}
ul.hs-search-field__suggestions>li {
  margin-bottom: 10px;
}
ul.hs-search-field__suggestions>li>a:hover {
  background-color:transparent !important;
}


.post-body_content {
  line-height: 2em;
}

ul.hs-search-field__suggestions {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  display: block;
}
.hs-blog-listing .website_header , .hs-blog-post .website_header{
  min-height: 0px;
}

.post-listing .post-item:nth-child(2n+1) {
  clear: left;
}

@media screen and (max-width: 991px){


  .blog-banner {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-top: -10px;
  }
  .blog-post .inner-wrap {
    display: block;
  }
  .blog-post .left-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .blog-post .sidebar {
    width: 100%;
    left: auto;
    right: auto;
  }
  .blog-post .left-col .content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-post {
    padding-top: 30px;
    padding-bottom: 115px;
  }
  .blog-comments form {
    margin-top: 40px;
    padding-top: 0;
  }
  .cm-recent-blog-wrapper {
    margin-top: 40px;
  }
}


@media screen and (max-width: 767px){

  .post-listing .content-wrapper .hs-search-field {
    max-width: 100%;
  }
  .post-listing form {
    max-width: none;
  }
  .post-listing .post-item-wrap {
    margin: 0;
  }
  .post-listing .post-item {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    left: auto;
    right: auto;
  }
  .blog-post .inner-wrap {
    margin: 0;
  }
  .blog-post .left-col .content {
    padding: 30px 20px;
  }

  .post-featured_image>img {
    height: 300px;
  }

}

@media(max-width:479px)
{
  .blog-post {  
    padding-top: 40px;
    padding-bottom: 115px;
  }
  .blog-banner{
    margin-top:0;
  }
  .post-featured_image>img {
    height: auto;
  }
  .blog-post .sidebar .recent-post-item .blog-content h5 {
    font-size: 18px;
    min-height: 50px;
  }
  .section.post-footer .grecaptcha-badge {
    max-width: 100%;
    overflow: auto;
  }
}

@media screen and (max-width: 328px){
  .post-social .st-btn:last-child {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Montserrat, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #ddd;
  z-index: -1;
}
.systems-page input#hs-pwd-widget-password {
  height: 38px !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .75rem .75rem;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.systems-page button, .systems-page .hs-button {
  margin: 15px 0;
}

.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #072249;
  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: #072249;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form#email-prefs-form {
  max-width: 100%;
}

ul.no-list.hs-error-msgs {
  padding-left: 2px ;
}
.systems-page form {
  max-width: 500px;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
  width: 100% !important;
}

.systems-page form {
    max-width: 100%;
}

.systems-page p.header {
    background-color: transparent;
    padding: 0;
}

@media (max-width: 767px) {
  div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
    width: 100% !important;
  }
  .systems-page form {
    max-width: 100%;
  }
  .systems-page h1{
    font-size: 26px;
  }
  .systems-page h2, .systems-page h3{
    font-size: 22px;
  }





}


@media(max-width:400px)
{

.systems-page button, .systems-page .hs-button {
    font-size: 14px;
}

}