/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

@media (max-width: 991px) {
  h5 {
    font-size: 22px;
  }

  h4 {
    font-size: 24px;
  }

  h3 {
    font-size: 26px;
  }

  h2 {
    font-size: 28px;
  }

  h1 {
    font-size: 30px;
  }
}

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

@font-face {
  font-family: "Graphik";
  src: url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/Graphik-Regular.woff2") format("woff2"), 
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/Graphik-Regular.woff") format("woff"),
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/Graphik-Regular.ttf") format("TrueType"), 
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/Graphik-Regular.otf") format("OpenType");
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "Questrial";
  src: url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/QdVUSTchPBm7nuUeVf70viFl.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: eicons;
  src: url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/eicons.eot") format("embedded-opentype"),
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/eicons.woff2") format("woff2"),
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/eicons.woff") format("woff"),
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/eicons.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: elementskit;
  src: url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/elementskit.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "font awesome 5 brands";
  src: url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/fa-brands-400.woff2") format("woff2"),
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/fa-brands-400.woff") format("woff"),
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "font awesome 5 free";
  src: url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/fa-solid-900.woff2") format("woff2"),
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/fa-solid-900.woff") format("woff"),
    url("https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/Pronto_Software_May_2021/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

@font-face {
  font-family: "omnes-pro";
  src: url("//use.typekit.net/af/d71088/00000000000000003b9b1e47/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("//use.typekit.net/af/d71088/00000000000000003b9b1e47/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
    url("//use.typekit.net/af/d71088/00000000000000003b9b1e47/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

@font-face {
  font-family: "omnes-pro";
  src: url("//use.typekit.net/af/7dffb4/00000000000000003b9b1e4a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("//use.typekit.net/af/7dffb4/00000000000000003b9b1e4a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
    url("//use.typekit.net/af/7dffb4/00000000000000003b9b1e4a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: auto;
}

@font-face {
  font-family: "proxima-nova";
  src: url("//use.typekit.net/af/4838bd/00000000000000003b9b0934/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/4838bd/00000000000000003b9b0934/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/4838bd/00000000000000003b9b0934/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "proxima-nova";
  src: url("//use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/71f83c/00000000000000003b9b093b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/71f83c/00000000000000003b9b093b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

a:hover, a:focus {}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

img {
  max-width: 100%;
}

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

:focus {
  outline: auto;
}

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

form {
  max-width: 500px;
  padding: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  text-decoration: none;
  line-height: 37px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  margin-top: 15px;
}

.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}


.hs-form .hs-error-msgs label,
label.hs-error-msg,
.hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000;
}

h3.form-title {
  padding: 0 20px;
}

input.hs-input,
textarea.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  height: 52px !important;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  background-color: #fff;
  outline: 0;
  line-height: 52px;
  font-size: 16px;
  color: #666;
  padding: 8px 25px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

input[type="password"] {
  margin-bottom: 18px;
}

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

.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;
  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: #757575;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

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

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: #ff0000;
}
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: #ff0000;
}

.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;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  padding-left: 10px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

.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,
.hs-form-field {
  margin-bottom: 18px;
}

.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: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 20px 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

form#email-prefs-form {
  padding: 20px 0px;
}

@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: Lato, serif;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
    padding: 20px 0px;
  }

  h3.form-title {
    padding: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: 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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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__container {
  margin: 0 auto;
}

.header__logo {
  width: 11.2%;
}

.header__logo img {
  vertical-align: middle;
}

.header_top_section {
  background-color: #1f1446;
  padding: 5px 0;
  font-family: "proxima-nova",Sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.header__container:before,.header__container:after {
  content: "";
  display: block;
  clear: both;
}

.customer_login {
  float: right;
  display: flex;
  padding: 7px 20px 4px 1px;
  line-height: 1;
}

.customer_login #hs_cos_wrapper_image_1 img {
  max-width: 23px;
  vertical-align: middle;
  position: relative;
  top: 1px;
}

.customer_login #hs_cos_wrapper_image_2 img {
  max-width: 110px;
  vertical-align: middle;
}

.header_top_section a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-left: 3px;
  line-height: 1;
  margin-top: 3px;
}

.header_top_section a:hover {
  color: #fff;
}

.header_bottom_section {
  background-color: #fff;
  box-shadow: 0px 3px 14px -3px rgb(0 0 0 / 75%);
  padding: 10px 0 0;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}

.header__wrap {
  display: flex;
  align-items: center;
}

.navigation-section {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-family: "proxima-nova",Sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: none;
  position: relative;
  line-height: 1.3;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
  height: 5px;
  background: #110640;
  content: "";
  line-height: 5px;
  bottom: 0;
  z-index: 2;
  width: 100%;
  left: 0;
  position: absolute;
  display: block;
}

header.header {
  min-height: 114.469px;
}

.header_fixed_wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.fixed .header_fixed_wrapper {
  position: fixed;
}

.fixed .header_top_section {
  display: none;
}

.contact_us_button a {
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  fill: #fff;
  color: #fff;
  background-color: #faa61a;
  border-radius: 100px;
  min-width: 160px;
  text-align: center;
  padding: 12px 24px 12px 26px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-right: 1px;
  text-decoration: none;
}

.contact_us_button a:hover {
  color: #fff;
  background-color: #110640;
}

form.search-form {
  padding: 0;
  max-width: 100%;
}

.search-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden;
  border: 0 solid transparent;
}

.search-form__container {
  background: #eceeef;
  min-height: 40px;
  background-color: #fafafa;
  border-color: #ccc;
  border-width: 1px;
  border-radius: 25px;
}

.search-form__icon {
  opacity: .6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #55595c;
  padding-left: calc(42px/3);
}

form.search-form input.search-form__input {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1.5;
  font-weight: normal;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  padding-left: calc(40px/3);
  padding-right: calc(40px/3);
  font-family: "Questrial",Sans-serif;
  color: inherit;
  outline: none;
  width: 128px;
}

form.search-form input.search-form__input:focus {
  width: 168px;
}

.contact_us_button {
  margin-left: 25px;
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

.search-form__container input::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  padding-right: 14px;
}

.mobile-trigger {
  display: none;
}

.mobile-menu-wrapper {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > ul {
  display: none;
  overflow: hidden;
}

.custom-menu-primary .hs-menu-wrapper>ul > li:hover > ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-image: linear-gradient( 90deg ,#1f1a4e 50%,#fff 50%);
}

.custom-menu-primary .header__container {
  background-color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 18px;
  pointer-events: none;
  box-shadow: 0px 3px 14px -1px rgb(0 0 0 / 75%);
}

.mega-menu {
  display: flex;
  flex-direction: column;
  padding: 40px 0 30px;
  position: relative;
}

.mega-menu > li {
  width: 20%;
  z-index: 9;
}

.mega-menu ul {
  display: none;
}

.mega-menu > li > a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  border-radius: 0;
  padding: 12px;
  border-left: 3px solid rgb(31, 26, 78);
  position: relative;
  z-index: 9999999;
}

.mega-menu:before {
  content: "";
  display: block;
  width: 20%;
  top: 0;
  left: 0;
  background-color: #1f1a4e;
  height: 100%;
  position: absolute;
  pointer-events: none;
}

.mega-menu ul ul {
  display: block;
}

.mega-menu > li.child-open > ul {
  visibility: visible;
  opacity: 1;
}

.mega-menu > li > ul {
  position: absolute;
  top: 0;
  width: 80%;
  right: 0;
  left: auto;
  padding: 40px 0 10px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  display: flex;
}

.mega-menu ul li a {
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  border-radius: 0;
  padding: 12px;
}

.mega-menu > li > ul:before,.mega-menu > li > ul:after {
  content: "";
  display: block;
  clear: both;
}

.mega-menu > li > ul > li {
  float: left;
  box-sizing: content-box;
}

.mega-menu > li > ul > li > a:empty {
  display: none;
}

.mega-menu > li > ul > li:first-child {
  width: 20.2%;
  padding-left: 50px;
}

.mega-menu > li > ul > li:nth-child(2) {
  width: 25%;
}

.mega-menu > li > ul > li:nth-child(3) {
  width: 25%;
}

.mega-menu > li > ul > li:nth-child(4) {
  width: 24.8%;
}

.lp .header_fixed_wrapper {
  position: fixed;
}

.mega-menu > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: calc(100vw - 18px);
  z-index: -31;
  left: -53.9%;
  right: auto;
  background-image: linear-gradient( 90deg ,#1f1a4e 50%,#fff 50%);
}

.mega-menu>li>ul:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: calc(100vw - 18px);
  z-index: -1;
  max-width: 1300px;
  margin: 0 auto;
  left: auto;
  right: auto;
}

.custom-menu-primary .header__container {
  display: flex;
}

.mega-menu>li {
  width: 100%;
}

.mega-menu {
  background-color: #1f1a4e;
  width: 20%;
}

.thred-lebel-menu {
  width: 80%;
  display: flex;
}

.thred-lebel-menu > ul > li:first-child {
  padding-left: 50px;
}

.thred-lebel-menu > ul {
  display: none;
}

.thred-lebel-menu > ul.active {
  display: flex;
  width: 100%;
}

.thred-lebel-menu > ul {
  width: 100%;
}

.thred-lebel-menu > ul > li {
  width: 25%;
  padding: 40px 0 10px;
}

.thred-lebel-menu > ul > li a {
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #fff;
  border-radius: 0;
  padding: 12px;
  display: block;
  padding-right: 33px;
}

.thred-lebel-menu > ul > li > a:empty {
  display: none;
}

.mega-menu>li.child-open > a {
  background: rgba(255, 255, 255, 0.5);
}

.custom-menu-primary .hs-menu-wrapper > ul > li .mega-menu > li:first-child.child-open > a {
  border-left: 3px solid rgb(51, 181, 227);
}

.custom-menu-primary .hs-menu-wrapper > ul > li .mega-menu > li:nth-child(2).child-open > a {
  border-left: 3px solid rgb(229, 24, 89);
}

.custom-menu-primary .hs-menu-wrapper > ul > li .mega-menu > li:nth-child(3).child-open > a {
  border-left: 3px solid rgb(87, 191, 150);
}

.custom-menu-primary .hs-menu-wrapper > ul > li .mega-menu > li:nth-child(4).child-open > a {
  border-left: 3px solid rgb(135, 51, 120);
}

.thred-lebel-menu > ul > li > a {
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  padding-top: 0;
}

.thred-lebel-menu > ul > li > a {
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px;
  line-height: 1.3;
  pointer-events: none;
}


.thred-lebel-menu > ul > li > a > span {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.thred-lebel-menu>ul>li>a>span:empty {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul {
  background-image: none;
}

.cm-mega-menu {
  display: flex;
  width: 100%;
  padding: 30px 0 0;
}

.cm-mega-menu > li {
  width: 20%;
}

.cm-mega-menu > li ul li a {
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  border-radius: 0;
  padding: 12px;
  position: relative;
}

.cm-mega-menu > li ul li a:hover {
  border-left: solid 3px #6f5aa3;
  color: #fff !important;
  background-color: #1f1a4e !important;
}

.cm-mega-menu > li ul li a:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: transparent;
}

.cm-mega-menu > li ul li a:after {
  background-color: #6f5aa3;
}

.cm-mega-menu > li ul li a:before {
  content: "\e9c5";
  float: right;
  font-family: elementskit!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  margin-top: 2px;
  visibility: hidden;
  opacity: 0;
}

.cm-mega-menu > li ul li a:hover:before {
  visibility: visible;
  opacity: 1;
}

.mega-menu>li>a:before {
  content: "\e9c5";
  float: right;
  font-family: elementskit!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  margin-top: 2px;
  visibility: hidden;
  opacity: 0;
}

.mega-menu>li.child-open>a:before {
  visibility: visible;
  opacity: 1;
}


.change-image img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.cm-mega-menu>li:nth-child(4) {
  width: 21.999%;
}

.cm-mega-menu>li:nth-child(5) {
  width: 18%;
  height: 100%;
}

.cm-mega-menu>li:not(:last-child) {
  padding-top: 10px;
}


.thred-lebel-menu ul:first-child ul a:hover {
  color: #33b5e3 !important;
}

.thred-lebel-menu ul:nth-child(2) ul a:hover {
  color: #e51859 !important;
}

.thred-lebel-menu ul:nth-child(3) ul a:hover {
  color: #57bf96 !important;
}

.thred-lebel-menu ul:nth-child(4) ul a:hover {
  color: #873378 !important;
}

.thred-lebel-menu ul a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}


.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) .mega-menu > li:first-child.child-open > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .mega-menu > li:first-child.child-open > a {
  border-left: 3px solid rgb(229, 24, 89);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) .mega-menu > li:nth-child(2).child-open > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .mega-menu > li:nth-child(2).child-open > a {
  border-left: 3px solid rgb(87, 191, 150);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) .mega-menu > li:nth-child(3).child-open > a {
  border-left: 3px solid rgb(245, 178, 27);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) .mega-menu > li:nth-child(4).child-open > a {
  border-left: 3px solid rgb(255, 255, 255);
}


.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) .thred-lebel-menu ul:first-child ul a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .thred-lebel-menu ul:first-child ul a:hover{
  color: rgb(229, 24, 89) !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) .thred-lebel-menu ul:nth-child(2) ul a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) .thred-lebel-menu ul:nth-child(2) ul a:hover {
  color: rgb(87, 191, 150) !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) .thred-lebel-menu ul:nth-child(3) ul a:hover {
  color: rgb(245, 178, 27) !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) .thred-lebel-menu ul:nth-child(4) ul a:hover {
  color: #110640 !important;
}


@media (min-width: 1025px) {
  header.header {
    min-height: 114.469px !important;
  }

  header.header.lp {
    min-height: 70px !important;
  }
}


@media (max-width: 1024px) {
  .header_top_section {
    display: none;
  }

  .navigation-section {
    display: none;
  }

  .header__logo {
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .header__logo img {
    max-width: 145px;
  }

  .header_fixed_wrapper {
    position: fixed;
  }

  .header_bottom_section {
    padding: 0;
  }

  header.header {
    min-height: 80px;
  }

  .mobile-trigger {
    display: block;
    position: absolute;
    font-size: 14px;
    color: #110640;
    top: 30px;
    right: 13.5px;
    cursor: pointer;
  }

  .mobile-trigger i:before {
    content: '\e816';
  }

  .mobile-trigger i {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile-menu-wrapper {
    font-size: 13px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    position: absolute;
    z-index: 9997;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    margin-top: 19px;
    background-color: #1f194e;
    width: 100%;
    top: 50px;
    display: block;
    left: 0;
    right: 0;
  }

  .mobile-open .mobile-menu-wrapper {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .mobile-menu-wrapper .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    font-family: "proxima-nova",Sans-serif;
    font-weight: 500;
    line-height: 1.3em;
    color: #fff;
    padding: 10px 20px;
    position: relative;
  }

  .mobile-menu-wrapper .hs-menu-wrapper > ul li.hs-item-has-children > a:after {
    content: "+";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .mobile-open .mobile-trigger i:before {
    content: "\e87f";
  }

  .mobile-menu-wrapper .hs-menu-wrapper > ul ul {
    display: none;
  }

  .mobile-menu-wrapper .hs-menu-wrapper>ul ul li a {
    font-size: 16px;
    font-family: "proxima-nova",Sans-serif;
    font-weight: 500;
    line-height: 1.3em;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    border-left: 8px solid transparent;
  }

  .mobile-menu-wrapper .hs-menu-wrapper>ul ul ul li a {
    border-left: 16px solid transparent;
  }

}


@media (max-width: 767px) {
  .header__logo {
    width: 33.33%;
    margin: 0 auto;
  }

  .header__logo img {
    width: 100% !important;
  }

  .mobile-trigger {
    top: 50%;
    transform: translateY(-50%);
  } 

  .mobile-menu-wrapper {
    top: 63%;
  }
}

@media (max-width: 320px) {
  .mobile-menu-wrapper {
    top: 38px;
  }

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

.footer__container {
  margin: 0 auto;
}

.footer_bottom_section {
  background-color: #fff;
  padding: 12px 0 10px 0;
}

.footer__inner {
  display: flex;
  align-items: center;
}

.footer__logo {
  width: 16.842%;
  padding: 10px;
}

.footer__copyright {
  width: 83.158%;
  text-align: right;
  padding: 10px;
  font-family: proxima-nova;
  font-size: 14px;
  line-height: 1.5;
}

.footer__logo img {
  vertical-align: middle;
}

.footer__copyright p {
  margin-bottom: 0;
}

.footer__social__icons {
  margin-left: auto;
}

.footer_social_icon_wrapper { 
  padding: 9px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "proxima-nova";
  line-height: 1.5;
}

.footer__social__icons p {
  display: flex;
  margin-bottom: 0;
  position: relative;
  top: -1px;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa-youtube:before {
  content: "\f167";
}

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

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.footer__social__icons p a span {
  display: none;
}

.footer__social__icons i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-size: 20px;
  text-align: center;
}

.footer__social__icons a {
  color: #fff;
  text-decoration: none;
  margin-left: 25px;
}

.footer .footer__social__icons a:hover {
  color: #32b6e4;
  opacity: .9;
}

.footer_menu_wrapper {
  padding: 40px 10px;
}

.footer_menu_wrapper .hs-menu-wrapper > ul {
  display: flex;
}

.footer_menu_wrapper .hs-menu-wrapper > ul > li {
  width: 25%;
  margin-bottom: 20px;
  padding: 1px;
}

.footer_menu_wrapper .hs-menu-wrapper > ul > li > a {
  font-family: "proxima-nova",Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  pointer-events: none;
  display: block;
  padding-bottom: 1px;
}

.footer_menu_wrapper .hs-menu-wrapper > ul ul li a {
  font-family: "proxima-nova",Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.footer_menu_wrapper .hs-menu-wrapper > ul ul li {
  margin-top: 18px;
}

.footer__contact {
  margin-top: 20px;
  position: relative;
  left: -1px;
}

.footer__contact h3 {
  color: #fff;
  font-family: "proxima-nova",Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  pointer-events: none;
}

.footer__contact {
  font-size: 14px;
  font-weight: 400;
  font-family: "proxima-nova";
  line-height: 1.5;
}

.footer__contact p {
  margin-bottom: 0;
  margin-top: 20px;
}

.footer__contact p span {
  display: block;
  margin-top: 5px;
}

.footer__social__icons .fa-youtube:before {
  position: relative;
  right: 1px;
}

.footer .footer__copyright__links a:hover {
  color: #e51a59;
}

.lp .footer_social_icon_wrapper {
  padding: 20px 10px;
}




@media (max-width: 1024px) {
  .footer_bottom_section {
    padding: 42px 20px 39px 20px;
  }


  .footer_social_icon_wrapper {
    padding: 40px 20px 39px 20px;
  }

  .footer_social_icon_wrapper .footer__inner {
    flex-wrap: wrap;
  }

  .footer__copyright__links {
    width: 100%;
  }

  .footer__social__icons {
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 31px;
  }

  .footer__contact {
    display: none;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul>li {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 19px;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul {
    flex-wrap: wrap;
  }

  .footer_menu_wrapper .hs-menu-wrapper > ul ul {
    display: none;
  }

  .footer_menu_wrapper {
    padding: 60px 20px 20px;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul>li>a {
    pointer-events: auto;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    position: relative;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "\e874";
    font-family: elementskit!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 16px;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul ul li {
    margin-top: 19px;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul ul li:first-child {
    margin-top: 18px;
  }

  .footer_menu_wrapper .hs-menu-wrapper>ul>li.child-open>a:after {
    content: "\e873";
  }

  .lp .footer_social_icon_wrapper {
    padding: 40px 20px;
  }

  .header_bottom_section {
    box-shadow: 0px 3px 14px -3px rgb(0 0 0 / 50%);
  }
}

@media (max-width: 767px) {
  .footer__copyright {
    width: 100%;
    text-align: center;
  }

  .footer__logo {
    text-align: center;
    width: 100%;
  }

  .footer__inner {
    flex-flow: wrap;
  }

  .footer_bottom_section {
    padding: 30px 20px;
  }

  .footer__logo img {
    width: 60% !important;
    vertical-align: middle;
    margin-top: 1px;
  }

  .footer_social_icon_wrapper {
    padding: 30px 20px 29px 20px;
  }

  .footer__social__icons i {
    font-size: 15px;
  }

  .footer__copyright__links {
    font-size: 13px;
  }

  .footer_menu_wrapper {
    padding: 50px 20px 20px;
  }

}

@media (max-width: 320px) {
  .footer__logo img {
    margin-top: 2px;
  } 
}
/* ******************************************************************************
*********************************************************************************
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;
  padding-left: 10px;
  padding-right: 10px;
}

.hs-blog-listing .content-wrapper,
.hs-blog-post .content-wrapper{
  padding-left: 0px;
  padding-right: 0px;
}

.hs-blog-listing {
  background-color: #f1f1f5;
}

.blog-post-title h2 {
  font-family: "omnes-pro",Sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  font-size: 39px;
  color: rgb(17, 6, 64);
  margin: 0;
  text-align: center;
  margin-top: 15px;
}

.blog-listing .content-wrapper {
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.blog-listing .row-fluid {
  --grid-column-gap: 30px;
  --grid-row-gap: 35px;
  margin-bottom: 50px;
}

.blog-index {
  display: grid;
  --grid-column-gap: 30px;
  --grid-row-gap: 35px;
  grid-template-columns: repeat(3,1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}

.post-featured-image {
  margin-bottom: 20px;
  border-bottom: 4px solid #6f5aa3;
}

.post-featured-image img {
  vertical-align: middle;
}

.post-content {
  padding: 10px;
}

h2.post-title {
  padding: 0 0 20px 20px;
  color: #1f1a4e;
  font-family: proxima-nova,Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
}

h2.post-title a {
  color: inherit;
}

.post-date {
  margin-bottom: 40px;
}

.post-date h2 {
  color: #1f1a4e;
  font-family: proxima-nova,Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 20px 20px;
}

.post-descriptions {
  color: #1f1a4e;
  font-family: proxima-nova,Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 20px 20px;
}

.read-more {
  margin: 0 0 20px 20px;
}

.read-more a {
  font-family: proxima-nova,Sans-serif;
  font-size: 16px;
  font-weight: 500;
  fill: #fff;
  color: #fff;
  border-radius: 50px;
  background-color: #6f5ba4;
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  transition: 0.3s;
}

.post-item {
  background-color: #fff;
}

.read-more a:hover {
  background-color: #1f1a4e;
  color: #fff;
}

i.icon-right-arrow {
  margin-left: 5px;
  font-family: elementskit!important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  vertical-align: middle;
}

i.icon-right-arrow:before {
  content: "\e9c5";
}

.blog-pagination {
  text-align: center;
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 50px;
}

.blog-pagination a {
  margin-right: calc(10px/2);
  margin-left: calc(10px/2);
  color: #1f1a4e;
}

a.blog-pagination-prev.disabled {
  margin-left: 0;
}

a.blog-pagination-next {
  margin-right: 0;
}

a.blog-pagination-number.active {
  pointer-events: none;
}

.blog-listing-banner h1 {
  color: #fff;
  margin: 0;
  font-size: 70px;
  line-height: 1.3;
  font-family: 'omnes-pro';
  font-weight: 500;
}

.blog-listing-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;  
  position: relative;
  margin-bottom: 50px;
  padding: 0 10px;
}


.bnr-btn i:before {
  content: "\e878";
  font-family: elementskit!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bnr-btn {
  color: #fff!important;
  font-size: 26px;
  padding: 10px 20px;
  background-color: #110640;
  font-family: "omnes-pro",Sans-serif;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: -33px;
  right: auto;
  left: auto;
  display: inline-block;
  margin: 0 auto;
  width: 67px;
  cursor: pointer;
}

.blog-breadcrumb {
  padding: 103px 20px 0;
  font-family: "proxima-nova";
  font-size: 16px;
}

.breadcrumb-wrapper .content-wrapper {
  max-width: 1320px;
}

.blog-breadcrumb .breadcrumb_last {
  color: #6f5aa3;
  font-weight: 600;
}

.blog-content-wrapper.blog-listing {
  padding: 0 10px;
}

.featured-post-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}


.post-breadcrumb-wrapper .content-wrapper {
  padding: 20px 10px;
}

.post-blog-breadcrumb {
  padding: 10px 0;
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}

.post-blog-breadcrumb .breadcrumb_last {
  color: #6f5aa3;
  font-weight: 600;
}

.blog-post .content-wrapper {
  max-width: 880px;
  margin: 40px auto 60px auto;
}

h1.blog-post-title {
  padding: 40px 0 20px;
  margin: 0;
  text-align: center;
  color: #110640;
  font-family: "omnes-pro",Sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.3em;
}

.blog-post-meta {
  text-align: center;
  margin-bottom: 60px;
  color: #26b0dc;
  font-family: omnes-pro,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5em;
}

.post-pagination-wrapper {
  padding: 40px 0 80px;
  background-color: #f1f1f5;
}

h1.pg-title {
  font-size: 39px;
  text-align: center;
  color: #110640;
  font-family: omnes-pro, sans-serif;
  line-height: 1.3;
  margin-bottom: 40px;
  font-weight: 500;
}

.pagination-post-item {
  display: flex;
  background-color: #fff;
}

.pagination-image {
  width: 33.333%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pagination-image img {
  display: none;
}

.pagination-post-content_1 {
  width: 33.333%;
  padding: 30px 10px 0;
  justify-content: flex-end;
  display: flex;
}

.pagination-post-content_2 {
  width: 33.333%;
  padding: 30px;
}

.pagination-post-text {
  width: 80%;
}

h2.pagination-post-title {
  color: #110640;
  font-family: "proxima-nova",Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.pagination-post-descriptions {
  color: #1f1a4e;
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.pagination-read-more a {
  font-family: proxima-nova,Sans-serif;
  font-weight: 500;
  fill: #fff;
  color: #fff;
  border-radius: 50px;
  background-color: #6f5ba4;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: .3s;
  font-size: 16px;
  padding: 15px 30px;
}

.pagination-read-more a:hover {
  background-color: #110640;
  color: #fff;
}

.pagination-read-more {
  margin-bottom: 20px;
}

.blog-content-wrapper.blog-post {
  padding: 0 10px;
}

.blog-topic {
  padding: 0px 10px 10px 10px;
}

button.topic-btn {
  color: #fff;
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  padding: 10px 20px;
  background-color: #1f1a4e;
  border-radius: 50px;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  outline: none;
  display: flex;
}

button.topic-btn i {
  font-family: elementskit!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 150px;
  color: #fff;
}

button.topic-btn i:before {
  content: "\e97f";
}

.fillter-heding {
  color: #1f1a4e;
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.topic-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  background: rgba(0,0,0,.5);
  display: flex;
  padding: 100px 15px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}

.topic-container {
  margin: auto;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  transform: translateY(-80px);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.pupup-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.fiiter-title {
  color: #1f1a4e;
  font-family: "proxima-nova",Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

button.popup-close-btn {
  font-weight: 700;
  line-height: 1;
  background-color: transparent;
  border: 0;
  font-size: 30px;
  color: #1f1a4e;
  cursor: pointer;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  padding: 0;
  margin-top: -2px;
}

.pupup-item {
  padding: 20px 30px 50px;
}

.pupup-item ul {
  padding: 10px;
  margin: 0;
  list-style: none;
}

.pupup-item ul li a {
  font-family: "proxima-nova",Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1e73be;
  padding: 10px 0px;
  display: block;
  line-height: 1.3;
}

.pupup-item ul li a:hover {
  color: #1f1a4e;
}

.active-popup .topic-container {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
}

.active-popup .topic-popup {
  visibility: visible;
  opacity: 1;
}

.pupup-item ul li.featured {
  display: none;
}


.blog-content-wrapper.blog-post {
  position: relative;
}

.blog_bg_1 {
  position: absolute;
  top: -40px;
  left: 0;
  pointer-events: none;
  z-index: -99;
}

.blog_bg_2 {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -99;
  pointer-events: none;
}

.blog_bg_3 {
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
  z-index: -99;
}

.blog_bg_4 {
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
  z-index: -99;
}

.blog_bg_5 {
  position: absolute;
  bottom: -10px;
  left: 0;
  pointer-events: none;
  z-index: -99;
}

.blog_bg_6 {
  position: absolute;
  right: 0;
  bottom: -130px;
  pointer-events: none;
  z-index: -99; 
}

.blog-content-wrapper.blog-post {
  z-index: 9;
}

.blog_bg_7 {
  position: absolute;
  top: 5px;
  left: 10px;
  pointer-events: none;
}

.post-pagination-wrapper {
  position: relative;
}

.post-pagination-wrapper .content-wrapper {
  position: relative;
  z-index: 9;
}


#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}


.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-footer-form {
  background-color: #ebeded;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url('https://4246600.fs1.hubspotusercontent-ap1.net/hubfs/4246600/raw_assets/public/Pronto_Software_May_2021/images/grey-contact-form-panel.svg');
    }

.blog-footer-form .content-wrapper {
  max-width: 700px;
  margin: 0 auto;
}


.blog-form {
  background-color: #eaeded;
  margin: 10% 0;
  padding: 7% 10%;
  display: inline-block;
  width: 100%;
}

.blog-form form {
  padding: 0;
  max-width: 100%;
}

.blog-form form h3 {
  color: #6f5aa3;
  font-family: "omnes-pro",Sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}

.blog-form form p {
  margin-top: 0;
  margin-bottom: .9rem;
  font-family: "proxima-nova",Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #54595f;
  line-height: 1.5em;
}

.blog-form .hs-richtext {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.blog-form .hs-input[type="email"] {
  border: 0;
  margin-top: 9px;
  height: 50px !important;
}

.blog-form .hs-form label {
  line-height: 1;
}

.blog-form .hs-richtext {
  padding-bottom: 25px;
}

.blog-form .hs-form-required {
  display: none;
}

.blog-form .hs-button {
  background-color: #f4b21b;
  border: 0!important;
  color: #1f1446 !important;
  font-family: "omnes-pro",Sans-serif;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 50px !important;
  line-height: 1.5;
}

.blog-form .hs-input[type=radio] {
  height: auto !important;
}

.blog-form form select {
  width: 100%;
  border: 0;
  height: 50px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 3px;
  padding: .5rem 1rem;
  line-height: 1.5;
}

.blog-form .inputs-list label {
  line-height: 1;
  color: #1f1446 !important;
  font-family: "proxima-nova",Sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 0;
  margin-bottom: 5px;
}

.blog-form .inputs-list label input {
  margin-right: 10px;
}

.blog-form .hs-dependent-field {
  padding-top: 7px;
}

.blog-form .inputs-list label input {
  margin: 0;
  margin-right: 10px;
  margin-top: -3px;
}

.blog-form .hs_are_you > label {
  margin-bottom: 1px;
  display: block;
}

.blog-form .hs_are_you.hs-form-field {
  margin-bottom: 38px;
}

.blog-form .hs-button:hover {
  background-color: #f4b21b !important;
  color: #1f1446 !important;
}

.blog-content-wrapper.blog-listing {
  position: relative;
}

.blog_icon_1 {
  position: absolute;
  top: 10px;
  width: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.blog_icon_1 img {
  width: 10%;
  position: relative;
  left: -2px;
}

.blog_icon_2 {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  text-align: right;
}

.blog_icon_2 img {
  width: 5%;
}

.blog_icon_3 {
  position: absolute;
  top: 420px;
  width: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.blog_icon_4 {
  position: absolute;
  top: 320px;
  right: 0;
  width: 100%;
  text-align: right;
}

.blog_icon_3 img {
  width: 5%;
  position: relative;
  left: -9px;
}

.blog_icon_4 img {
  width: 10%;
}

.blog_icon_5 {
  position: absolute;
  width: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  bottom: 30%;
}

.blog_icon_5 img {
  position: relative;
  left: 5%;
  margin-left: 10px;
}

.blog_icon_6 {
  position: absolute;
  width: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  bottom: 30%;
  text-align: right;
}

.blog_icon_6 img {
  width: 5%;
}

.featured-post-wrapper {
  position: relative;
  z-index: 9;
}

.blog-post-title {
  position: relative;
  z-index: 9;
}

.blog-listing .content-wrapper {
  position: relative;
  z-index: 9;
}



@media (max-width: 1024px) {


  .blog-index {
    grid-template-columns: repeat(1,1fr);
  }

  .blog-content-wrapper.blog-listing {
    padding: 0 5%;
  }

  .post-featured-image {
    height: 250px;
    overflow: hidden;
  }

  .post-featured-image img {
    width: 100%;
  } 

  .blog-post-title h2 {
    font-size: 30px;
  }

  .blog-listing-banner h1 {
    margin-bottom: 1px;
  }

  .blog-listing-banner {
    min-height: 300px;
  }

  .breadcrumb-wrapper {
    display: none;
  }

  .post-breadcrumb-wrapper {
    display: none;
  }

  h1.blog-post-title {
    font-size: 36px;
  }

  .post-pagination-wrapper {
  }

  .pagination-post {
    padding: 50px;
  }

  h1.pg-title {
    font-size: 28px;
  }

  .pagination-post-item {
    flex-direction: column;
  }

  .pagination-post-item > div {
    width: 100% !important;
  }

  .pagination-image {
    height: 241px;
  }

  .pagination-post-text {
    width: 100%;
    padding: 0 0 0 20px;
  }

  .pagination-post-content_2 {
    padding: 30px;
  }

  .pagination-post-content_1 {
    padding: 30px 10px 0;
  }

  .pagination-read-more {
    margin-bottom: 0;
  }

  .blog-topic {
    text-align: center;
    padding-bottom: 37px;
  }

  .fillter-heding {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
  }

  .topic-btn-wrap {
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
  }

  .blog-footer-form {
    background-attachment: initial;
  }

  .blog-content-wrapper.blog-listing {
    padding: 0;
  }

  .blog-index {
    padding: 0 5%;
  }

  .blog-topic {
    padding-left: 5%;
    padding-right: 5%;
  }

}


@media (max-width: 979px) {
  .blog-post .content-wrapper {
    max-width: 462px;
  }
}


@media (max-width: 767px) {
  .blog-listing-banner {
    min-height: 270px;
  } 

  .blog-listing-banner h1 {
    font-size: 36px;
  }

  .blog-listing-banner {
    min-height: 270px;
  }

  .pagination-post {
    padding: 10px;
  }

  .pagination-post-content_1 {
    padding: 20px;
  }

  .pagination-post-text {
    padding: 0;
  }

  .pagination-post-content_2 {
    padding: 0 20px 20px;
  } 

  .blog-topic {
    text-align: center;
    padding-bottom: 22px;
  }

  .post-featured-image {
    height: auto;
    max-height: 250px;
  }

  .blog_bg_5 {
    max-width: 70px;
  }

  .blog_bg_6 {
    max-width: 101px;
    bottom: -127px;
  }

  .blog_bg_7 {
    max-width: 56px;
    top: 40px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.systems-page form {
  padding: 20px 0;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: 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;
}
.systems-page .hs_cos_wrapper_type_email_subscriptions #email-prefs-form {
    max-width: 100%;
}

.systems-page .hs-input {
    height: auto !important;
}