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


button, input, select, textarea,option { font-size: 100%; margin: 0; vertical-align: baseline; font-family: 'Open Sans', sans-serif;}
input[type="text"],input[type="tel"],input[type="email"]{ -webkit-appearance:none !important; }
input[type="submit"] {cursor: pointer;transition:all 0.5s ease;}
textarea { overflow: auto; vertical-align: top;resize:none; }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0; transition: all 0.5s ease ; -moz-transition: all 0.5s ease ; -ms-transition: all 0.5s ease ; -o-transition: all 0.5s ease ; -webkit-transition: all 0.5s ease ; }

:focus { outline: 0; }

img { border: 0 none; max-width: 100%; vertical-align:middle;height:auto}
a { outline: none; cursor: pointer;transition:all 0.5s ease;}
input,textarea,select {border-radius: 0; }
/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 576px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 960px;
  }
}



@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

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

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

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

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

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 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;
}

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

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.blog-comments {
  max-width: 500px;
  padding: 15px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);
  border: 1px solid #ddd;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: .5rem;
}

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


input.hs-input,
textarea.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  outline: 0;
  padding: .375rem .75rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

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

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

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

.actions {
  padding: 0;
}

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

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

.field,
.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 {
  position: relative;
  padding: .5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header__logo img {
  max-width: 295px;
  height: auto;
  width: 100% !important;
}

.custom-menu-primary {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.header__logo {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  line-height: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex;
  margin-left: auto;
  flex-direction: row;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper {
  display: flex;
}

.custom-menu-primary > .hs_cos_wrapper {
  width: 100%;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: block;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.requesta > a, 
.custom-menu-primary .hs-menu-wrapper > ul > li.signin > a {
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-family: Open Sans,sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.requesta, 
.custom-menu-primary .hs-menu-wrapper > ul > li.signin {
  padding: 1em;
  text-align: right;
  position: relative;
  bottom: 1px;
}

img {
  max-width: 100%;
  height: auto;
}

button.navbar-toggler {
  display: none;
}

button.navbar-toggler.lp {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul li {
  position: relative;
}



@media (min-width: 992px) {
  .header_container {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .custom-menu-primary {
    display: flex;
    flex-basis: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 10;
    left: 0;
  }
}



@media (max-width: 991px) {
  .custom-menu-primary {
    display: none;
  }

  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
  }

  .child-trigger:after,.child-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a5b3d1;
    width: 14px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .child-trigger:after {
    width: 2px;
    height: 14px;
  }

  .child-trigger.child-open:after {
    visibility: hidden;
  }

  button.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: block;
    color: rgba(55,63,67,.5);
    border-color: rgba(55,63,67,.1);
    margin: 0;
    outline: none;
    cursor: pointer;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
    background-image: url(https://6212200.fs1.hubspotusercontent-na1.net/hubfs/6212200/raw_assets/public/FormPiper_July2020/images/trigger.svg);
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.requesta, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.signin {
    top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.signin {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li {
    position: relative;
    width: 100%;
    text-align: center !important;
  }

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

}

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

  .header__logo img{
        max-width: 190px;
  }
  
}
/* ******************************************************************************
*********************************************************************************
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;
  padding-right: 15px;
  padding-left: 15px;
}

.footer__copyright p {
  padding-bottom: 1rem;
  display: block;
  margin: 0;
}

.footer__copyright {
  text-align: center;
  padding: .25rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer__copyright > .footer__container {
  padding-top: 1rem;
}

.footer-top-section {
  padding: .5rem 0px;
  background-color: #fff;
}

.footer__container > .row {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}

.footer__container > .row > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 50%;
}

.footer-logo img {
  max-width: 175px;
  width: 100%;
  height: auto;
}

.footer-logo {
  line-height: 0;
}

.footer-button a {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem 3rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: .9375rem;
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer__container > .row > div {
    width: 100%;
    max-width: 100%;
  }

  .footer__container > .row {
    flex-direction: column;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  padding: 0 15px;
  margin: 0 auto;
}

.blog-content-section .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-index {
  max-width: 75%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-sidebar {
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.siderbar-image-wrapper {
  position: sticky;
  top: 20px;
  width: 100%;
  padding-right: 0;
  padding-left: 15px;
  line-height: 0;
}

.blog-content-section {
  padding: 3rem 0px;
}

.siderbar-image-wrapper img {
  width: 100% !important;
  margin-bottom: 1rem;
}

h1.blog-title {
  text-align: center;
  font-size: 64px;
  padding-bottom: 1rem;
  line-height: 1.16;
  margin-bottom: 0;
  margin-bottom: .5rem;
}

.blog-pagination {
  clear: both;
}

.post-item {
  text-align: center;
  max-width: 33.3333333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 1.5rem;
}

.featured-image-wrapper {
  max-height: 156.625px;
  overflow: hidden;
}

h2.post-title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 1rem;
  margin: 1rem 0px;
  color: #273777;
}

h2.post-title > a {
}

.read-more > a {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #fff !important;
  background-color: #273777;
  border-color: #273777;
  font-size: .9375rem;
  text-decoration: none;
}

.cm-categories .text-primary a.featured {
  display: none;
}

.cm-categories .text-primary span.featured {
  display: none;
}

.read-more > a:hover {
  color: #fff;
  background-color: #1e2a5a;
  border-color: #1a2551;
}

.post-item-wrapper img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato,sans-serif;
  margin-left: 0 !important;
  margin-top: 50px;
  width: 100%;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-post__body {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #49545a;
}

h1.post-title {
  font-size: 30px;
  margin-bottom: .5rem;
  line-height: 1.16;
  color: #273777;
  margin-bottom: 3rem;
}

.post-info {
  width: 100%;
}

.post-info > .row {
  justify-content: space-between;
  margin: 0;
}

.post-info > .row > div {
  display: flex;
  flex-direction: column;
}

p.text-title {
  color: #a0a0a0;
}

.recent-post-item-wrapper {
  width: 100%;
}

.recent-post-item-wrapper > .row {
  margin: 0;
}

h3.recent-heading {
  padding: 1rem;
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.blog-comments {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  margin-top: 40px;
}

#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;
  width: 94%;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.hs_cos_wrapper_type_module {
  flex: 0 0 100%;
}

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

  h1.blog-title {
    font-size: 36px;
    line-height: 1.16;
  }

  .post-item-wrapper {
    margin-top: 1.5rem;
  }

  .post-item {
    max-width: 100%;
    margin-top: 1rem;
  }

  .featured-image-wrapper {
    max-height: 313.281px;
  }

  .blog-sidebar {
    max-width: 100%;
    margin-top: 1.5rem;
  }

  .siderbar-image-wrapper {
    margin-top: 20px;
    text-align: center;
  }

  .siderbar-image-wrapper img {
    max-width: 342px;
  }

  .post-info>.row > div {
    padding: 0 15px;
  }
}

/* new blog page style */
.blog-new-layout a:hover{text-decoration:none;}
.blog-new-layout  ul {padding: 0;margin: 0;}
.blog-new-layout li{list-style:none;}
.blog-new-layout header.header {background: #FFFFFF;box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.20);padding: 13px 0;}
.blog-new-layout .content-wrapper,
.blog-new-layout .header_container {max-width: 1250px;margin: 0 auto;padding:0 16px;}
.blog-new-layout .header__logo {padding-top: 0;padding-bottom: 0;max-width: 225px;}
.blog-new-layout .custom-menu-primary {flex-direction: column;justify-content: flex-end;}
.blog-new-layout #hs_cos_wrapper_my_simple_menu {display: none;}
.blog-new-layout .bottom-menu-items,
.blog-new-layout .top-menu-items {margin-right: 0;margin-left: auto;}
.blog-new-layout .custom-menu-primary .hs-menu-wrapper>ul li {position: relative;padding: 0 10px;}
.blog-new-layout .custom-menu-primary .hs-menu-wrapper>ul li:last-child{padding-right:0px;}
.blog-new-layout .header .custom-menu-primary .scheduledemo a {background: #f5bf4f;border-radius: 4px;font-weight: 600 !important;color: #243f8f !important;text-transform: uppercase;padding: 6px 16px !important;}
.blog-new-layout .header .custom-menu-primary .hs-menu-wrapper>ul>li>a{display: block;padding: .5rem;font-style: normal;font-weight:300 !important;font-size: 16px;line-height: 1.2;color: #7A7A7A;}
.blog-new-layout .header .top-menu-items {margin-bottom:7px;}
li.hs-menu-item.hs-menu-depth-1.login a , li.hs-menu-item.hs-menu-depth-1.scheduledemo a {
    font-size: 14px !important;
}

.blog-new-layout .featured-post-module a:hover{text-decoration: none;}
.blog-new-layout .blog-banner-content h1 {font-style: normal;font-weight: 600;font-size: 36px;line-height: 42px;color: #333333;margin-bottom: 7px;}
.blog-new-layout .blog-banner-content  p {font-style: normal;font-weight: 400;font-size: 16px;line-height: 19px;color: #727272;margin: 0;}
.blog-new-layout .featured-post-module {padding-top: 50px;}
.blog-new-layout .featured-post-content {text-align: left;padding: 42px 36px;background: linear-gradient(90.31deg, #243E8F 0.05%, #A8BADE 98.26%);position:relative;}
.blog-new-layout .featured-post-content:before {content: "";position: absolute;background: url(https://6212200.fs1.hubspotusercontent-na1.net/hubfs/6212200/formpiper-2022/images/blog/bird-img.png);height: 64px;width: 84px;top: 20px;right: 20px;}

.blog-new-layout .featured-post .blog__sub{padding-bottom: 32px;font-style: normal;font-weight: 400;font-size: 18.08px;line-height: 21px;color: #FFFFFF;}
.blog-new-layout .featured-post-title {font-style: normal;font-weight: 600;font-size: 29.38px;line-height: 36px;color: #fff;margin-bottom: 24px;}
.blog-new-layout .featured-post-text p {font-style: normal;font-weight: 400;font-size: 15.82px;line-height: 24px;color: #FFFFFF;opacity: 0.8;}
.blog-new-layout .featured-post-tag {display: flex;position: absolute;bottom: 0;}

.blog-new-layout .post-item {margin-top: 2rem;}
.blog-new-layout .featured-image-wrapper {max-height: 188px;object-fit: cover;}
.blog-new-layout .post-title {text-align: left;font-style: normal;font-weight: 600;font-size: 24px;line-height: 28px;color: #273776;margin-top: 0;min-height:200px;}
.blog-new-layout .post-desc-sec {background: #E7EDF6;border-radius: 0 0 4px 4px;padding: 13px;position:relative;}
.blog-new-layout .post-desc-sec:before {content: "";position: absolute;height: 40px;width: 40px;bottom: 0;right: 5px;background: url(https://6212200.fs1.hubspotusercontent-na1.net/hubfs/6212200/formpiper-2022/images/blog/bird-img.png) no-repeat center center / 100%;}

.blog-new-layout .blog-post__tags {text-align: left;padding-bottom: 14px;min-height: 60px;}
.blog-new-layout .bottom-tag-listing,
.blog-new-layout .bottom-tag-listing a {text-align: left;font-style: normal;font-weight: 400;font-size: 8px;line-height: 9px;color: #333333;text-transform: uppercase;opacity: 0.5;}
.blog-new-layout .explore-topic-module {margin: 70px 0px;flex: 1 0 95%;background: rgba(247, 191, 78, 0.2);border-radius: 4px;padding: 34px 34px 60px;}
.blog-new-layout .explore-header-sec {margin-bottom: 33px;text-align:center;}
.blog-new-layout .explore-header-sec h2 {margin: 0;font-style: normal;font-weight: 600;font-size: 36px;line-height: 42px;text-align: center;color: #333333;display: inline-block;position: relative;}
.blog-new-layout .explore-header-sec h2:before, .blog-new-layout .explore-header-sec h2:after{content: "";position: absolute;top: 19px;width: 89px;height: 3px;background: #F7BF4E;}
.blog-new-layout .explore-header-sec h2:before {left: -119px;}
.blog-new-layout .explore-header-sec h2:after {right: -119px;}


.blog-new-layout .explore-tag-sec {position:relative;}
.blog-new-layout .explore-tag-sec:before {content: "";position: absolute;left: 50%;width: 1px;top: 50px;bottom: 50px;background: rgba(0,0,0,.1);}
.blog-new-layout .explore-tag-sec > ul {width: 100%;margin: 0 auto;padding: 0;display: grid;grid-template-columns: repeat(2, 1fr);}
.blog-new-layout .explore-tag-sec > ul > li { list-style: none; border-bottom: 1px solid rgba(0,0,0,.1);  padding: 22px 0; width: 70%;margin: 0 auto;}
.blog-new-layout .explore-tag-sec li a{font-style: normal;font-weight: 600;font-size: 23px;line-height: 27px;text-align: center;color: #333333;opacity: 0.8; text-decoration: none;position: relative;}

/* Explore by Topics accordion */
.explore-topic-with-dropdown .explore-tag-sec  {display: grid;grid-template-columns: repeat(2, 1fr);}
.explore-topic-with-dropdown .explore-tag-sec ul {display: block;}

.blog-new-layout .explore-tag-sec > ul > li > a img {width: auto;height: auto;position: absolute;top: 9px;right: -30px;opacity: 0.6;transition: all 0.4s ease-in-out;}
.blog-new-layout .explore-tag-sec>ul>li.toggleOpen > a  > img {transform: rotate(180deg);}

.blog-new-layout .explore-tag-sec ul.sub-dropdown {display: none;}
.blog-new-layout .explore-tag-sec ul.sub-dropdown a img.tag-icon {width: auto;position: absolute;left: 0;top:5px;}
.blog-new-layout .explore-tag-sec ul.sub-dropdown li {width: 100%;padding: 9.5px 0;position: relative;}
.blog-new-layout .explore-tag-sec ul.sub-dropdown li a {
  padding-left: 25px;
  font-size: 16px;
  font-style: italic;
  display:block;
  text-align:left;
  font-weight:400;
}


/* form section  */
.blog-new-layout .blog-form-section-outer {
  background: #E0E8F5;
  box-shadow: inset 0px -2px 6px rgba(0, 0, 0, 0.05);
  padding: 50px 0 75px;
  text-align: center;
}
.blog-new-layout .bottom-tag-listing {
  padding-right: 32px;
}

/* footer */
.blog-new-layout .footer-top-section {background-color: rgba(255,255,255,1.0);padding: 24px 0;}
.blog-new-layout .footer-first-row {display: flex;align-items: center;justify-content: space-between;}
.blog-new-layout .footer-logo img {max-width: 224px;width: 100% !important;}
.blog-new-layout .footer-top-section h4 {font-style: normal;font-weight: 700;font-size: 16px;line-height: 19px;color: #7A7A7A;}
.blog-new-layout .footer-menu-sec .hs-menu-item {padding: 7px 0}
.blog-new-layout .footer-top-section a {font-style: normal;font-weight: 400;font-size: 14px;line-height: 16px;color: #7A7A7A;}

.blog-new-layout .footer-top-section .footer-second-row a {font-style: italic;}
.blog-new-layout .footer-top-section .footer-second-row a:first-child{ margin-right: 20px;}
.blog-new-layout .footer__demo {background: #F5BF4F;text-align: center;padding: 13px 0;}
.blog-new-layout .footer__demo .footer__container {display: flex;align-items: center;justify-content: center;grid-gap: 18px;}
.blog-new-layout .demo-text-sec h4 {margin: 0;font-style: normal;font-weight: 600;font-size: 20px;line-height: 23px;color: #000000;}
.blog-new-layout .demo-btn-sec a.cta_button {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  padding: 8px 28px;
  display: block;
  background: #FFFFFF;
  border-radius: 4px;
}

.blog-new-layout .footer-contactus-sec li {
  margin-bottom: 8px;
}
.blog-new-layout .footer-contactus-sec li:last-child {
  margin-bottom: 0;
}
.blog-new-layout .footer-contactus-sec li img {
  margin-right: 5px;
}

/*---------- 4-june-22 ------------*/

/* .blog-new-layout .explore-tag-sec li.has-submenu a {
position: relative;
} */
.blog-new-layout .explore-tag-sec li.has-submenu a::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('https://6212200.fs1.hubspotusercontent-na1.net/hubfs/6212200/formpiper-2022/images/blog/Vector%20%281%29.png');
  width: 17px;
  height: 10px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.blog-form-module h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #243F8F;
  margin-bottom: 40px;
}
.blog-form-module h2 {
  font-weight: 700;
  font-size: 31px;
  line-height: 36px;
  text-align: center;
  color: #243F8F;
  margin-bottom: 10px;
}
.blog-form-outer h3 {
  display: none;
}
.blog-form-outer form {
  display: flex;
  justify-content: center;
}
.blog-form-outer form > .hs-form-field.hs_firstname {
  max-width: 205px;
  width: 100%;
}
.blog-form-outer > span {
  max-width: 100%;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.blog-form-outer form > .hs-form-field {
  max-width: 177px;
  width: 100%;
  margin-right: 13px;
  margin-bottom: 0;
}
.blog-form-outer form > .hs-form-field > label {
  display: none;
}
.blog-form-outer form > .hs-form-field .input input {
  border: 0;
  height: 40px !important;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 11px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.3);
}
.blog-form-outer form > .hs-form-field .input input::placeholder{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.3);
}
.blog-form-outer form > .hs-submit .actions input {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 11px;
  width: 126px;
  height: 41px;
  background: #243F8F;
  border-radius: 4px;
  border: 0;
}
.blog-form-outer form>.hs-submit .actions input:focus {
  outline: none;
}
.blog-form-section-outer {
  padding: 50px 0 75px;
}
.blog-form-section-outer .hs_error_rollup {
  display: none;
}
.blog-form-section-outer .hs-form .hs-error-msgs label {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.blog-form-outer form>.hs-form-field.hs-firstname .input input {
  background-image: url('https://6212200.fs1.hubspotusercontent-na1.net/hubfs/6212200/formpiper-2022/images/blog/Contact.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
}

a.blog-pagination__link.blog-pagination__prev-link, 
a.blog-pagination__link.blog-pagination__next-link {
  font-size: 0;
}
.blog-pagination__link--active {
  background: rgba(51, 51, 51, 0.3);
  border-radius: 1.88118px;
  border: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff !important;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
}
.blog-pagination__link {
  margin-right: 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 16.9306px;
  line-height: 20px;
  color: #333333;
  padding: 0;
  width: 21px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  border: 0;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus{
  border: 0;
  outline: 0;
}
a.blog-pagination__link.blog-pagination__next-link {
  margin-right: 0;
}

.blog-new-layout .explore-tag-sec li.toggleOpen ul,
.blog-new-layout .explore-tag-sec li.active-menu ul{
  display: block !important;
  margin: 20px auto 0;
}
/*
.blog-new-layout .explore-tag-sec li.toggleOpen ul li a,
.blog-new-layout .explore-tag-sec li.active-menu ul li a{
display: flex;
align-items: center;
}
.blog-new-layout .explore-tag-sec li.toggleOpen ul li a,
.blog-new-layout .explore-tag-sec li.active-menu ul li a{
font-size: 16px;
line-height: 19px;
text-align: left;
font-style: italic;
opacity: 0.8;
font-weight: 400;
}
.blog-new-layout .explore-tag-sec li.toggleOpen ul li a img,
.blog-new-layout .explore-tag-sec li.active-menu ul li a img{
max-width: 40px;
vertical-align: bottom;
margin-right: 10px;
}
.blog-new-layout .explore-tag-sec li.active-menu ul li a img {
width: 19px;
height: 19px;
margin-left: 0;
margin-right: 10px;
position: static;
transform: rotate(0deg) !important;
}
.blog-new-layout .explore-tag-sec li.toggleOpen ul li a::before,
.blog-new-layout .explore-tag-sec li.active-menu ul li a::before{
display: none;
}
.blog-new-layout .explore-tag-sec li.toggleOpen ul li:last-child,
.blog-new-layout .explore-tag-sec li.active-menu ul li:last-child{
border-bottom: 0;
}
.blog-pagination__link svg {
width: 10px;
}*/

/*----------- header-changes ----------*/
.blog-new-layout .custom-menu-primary .top-menu-items .hs-menu-wrapper>ul li:last-child {
  display: none;
}
.blog-new-layout .custom-menu-primary .top-menu-items .hs-menu-wrapper>ul li.login {
  padding-right: 0;
}
.blog-new-layout .custom-menu-primary .top-menu-items .hs-menu-wrapper>ul li.login a {
  padding-right: 0;
}
/*-----------------------------------*/

.blog-new-layout .blog-post__tags, .blog-new-layout .reading-time p {
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
  opacity: 0.8;
  text-transform: uppercase;
}
.blog-new-layout .show-bar .reading-time p {
  padding-left: 5px;
  position: relative;
  margin-left: 5px;
}
.blog-new-layout .show-bar .reading-time p::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: 0;
}
.blog-new-layout .featured-post-tag {
  bottom: -30px;
}
.blog-new-layout .blog-post__tags a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  opacity: 0.5;
  text-transform: none;
}
.blog-new-layout .explore-tag-sec li.has-submenu {
  position: relative;
}
.blog-new-layout .explore-tag-sec li.has-submenu img {
  position: absolute;
  right: 0;
  width: 18px;
  height: 10px;
  top: 34px;
  transition: all .5s ease;
  cursor: pointer;
}
.blog-new-layout .explore-tag-sec li.has-submenu:first-child img {
  top: 10px;
}
.blog-new-layout .explore-tag-sec li.has-submenu a:before{
  display: none;
}
.blog-new-layout .explore-tag-sec li.has-submenu.active-menu > ul {
  display: block !important;
  width: 100%;
  padding-left: 10px;
}
.blog-new-layout .explore-tag-sec li.has-submenu.active-menu img {
  transform: rotate(180deg);
}
.blog-form-outer .submitted-message {
  margin-top: 20px;
}
.featured-post-image-bg{
  height:100% !important;
}
.blog-new-layout .explore-tag-sec li.active-menu ul li {
  padding: 0;
  border: 0;
  margin-bottom: 22px;
}
.blog-new-layout .explore-tag-sec li.active-menu ul li:last-child {
  margin-bottom: 0;
}

/*------*/
.blog-banner-content {
    text-align: center;
}
.blog-sidebar {
    padding-top: 50px;
}
/*---------*/

/*--------- 27-june-22 -------*/
/*-------- header changes ---------*/
.blog-new-layout .header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0;
    margin-left: 24px;
}
.blog-new-layout .header .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0;
}
.blog-new-layout .header .custom-menu-primary .hs-menu-wrapper>ul>li:first-child > a {
    margin-left: 0;
}
.blog-new-layout header.header {
    padding: 17.71px 0;
}
.blog-new-layout .header .top-menu-items {
    margin-bottom: 1rem;
    margin-top: 3px;
}
.blog-new-layout .header .custom-menu-primary .scheduledemo a:hover {
    color: #fff !important;
    background-color: rgb(36,63,143);
}
.blog-new-layout header.header{
    transition: all .4s linear;
}
.blog-new-layout.header-sticky header.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 60px;
    padding: 10px 0;
}

.blog-new-layout.header-sticky .header .top-menu-items {
    margin: 0 !important;
    order: 2;
    margin-left: 1.5rem !important;
}
.blog-new-layout.header-sticky .bottom-menu-items {
    margin: 0;
}
.blog-new-layout.header-sticky .header__logo .no-sticky-logo {
    display: none;
}
.blog-new-layout.header-sticky .header__logo .sticky-header-logo {
    display: block !important;
}
.blog-new-layout.header-sticky .header__logo .sticky-header-logo a svg {
    height: 2.5rem;
}

/*------*/
.blog-new-layout .post-title {
    min-height: auto;
    margin-bottom: 2rem;
}
/*----*/

/*-------- 30-june-22 ---------*/
.blog-new-layout .blog-content-section .row {
  margin-right: 0;
  margin-left: 0;
}
.blog-new-layout .post-item {
  margin-right: 30px;
  margin-left: 0;
  max-width: 31.05%;
  flex-basis: 31.05%;
  padding: 0;
  display: flex;
    flex-direction: column;
}
.blog-new-layout .post-item:nth-child(3n) {
/*   margin-right: 0; */
}
.blog-new-layout .blog-content-section .row {
  margin-right: 0;
  margin-left: 0;
}
.blog-new-layout .featured-post-image {
    padding-left: 0;
}
.blog-new-layout .featured-post-content-wrap {
    padding-right: 0;
}

.blog-new-layout .blog-content-section .post-item-wrapper > .row {
    margin-right: -30px;
}
.blog-new-layout .post-item {
    margin-right: 30px;
    margin-left: 0;
    max-width: calc(100%/3 - 30px);
    flex-basis: calc(100%/3 - 30px);
    padding: 0;
        background: #e7edf6;
   position: relative;
}
.blog-new-layout .hs_cos_wrapper_type_module {
    flex: 0 0 calc(100% - 30px);
}

/* .blog-new-layout .post-item::before {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 0;
    right: 5px;
    background: url(https://6212200.fs1.hubspotusercontent-na1.net/hubfs/6212200/formpiper-2022/images/blog/bird-img.png) no-repeat 50%/100%;
}
.blog-new-layout .post-desc-sec:before{
    display: none;
} */
.blog-new-layout .bottom-tag-listing {
    position: absolute;
    bottom: 10px;
}
.blog-new-layout .bottom-tag-listing {
    position: absolute;
    bottom: 13px;
}
.blog-new-layout .post-desc-sec {
    flex-grow: 1;
}
.blog-new-layout .detail .post-title {
    padding: 13px;
        padding-bottom: 60px;
}
.blog-new-layout .detail .post-item .read-more {
    margin-bottom: 13px;
      position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*------------------ responsive ---------------*/

@media screen and (min-width: 992px){
   .blog-new-layout.header-sticky .custom-menu-primary {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
}

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

  .blog-new-layout .explore-tag-sec li.has-submenu a:before {
    right: -30px;
  }
  .blog-new-layout .explore-tag-sec li.has-submenu a {
    display: inline-block;
    text-align: left;
    font-size: 18px;
  }
  .blog-new-layout .explore-tag-sec li a {
    font-size: 18px;
  }

}

@media screen and (max-width: 984px) and (min-width: 768px){
    .blog-new-layout .explore-tag-sec>ul>li>a img {
    position: static;
}
  .blog-new-layout .explore-tag-sec>ul>li{
     width: 75%;
  }
}

@media screen and (max-width: 991px){
   
  .blog-new-layout.mobile-open header.header .custom-menu-primary {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
    padding-top: 6rem;
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.blog-new-layout .custom-menu-primary > * {
    margin: 0;
    width: 100%;
}
.blog-new-layout .custom-menu-primary > * ul li a {
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: left;
    text-transform: uppercase;
    color: rgb(51,51,51) !important;
    margin: 0 !important;
}
.blog-new-layout .custom-menu-primary > * ul li {
    border-bottom: 1px solid;
    margin-bottom: 16px;
}
.blog-new-layout .header_container {
    padding: 0 2rem;
}
.blog-new-layout .custom-menu-primary > * ul li:last-child {
    margin-bottom: 0;
    display: none;
}
.blog-new-layout .custom-menu-primary > .bottom-menu-items ul {
    padding-bottom: 2.5rem;
}
.blog-new-layout .custom-menu-primary > * ul li:nth-child(6) {
    margin-bottom: 0;
}
.blog-new-layout .custom-menu-primary > .top-menu-items {
    margin: 0;
}
.blog-new-layout .header .custom-menu-primary > .top-menu-items ul li a {
    border-radius: 0.25rem;
    background-color: rgb(245,191,79);
    border-bottom: 0;
    text-align: center;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    margin-bottom: 1.5rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.blog-new-layout .custom-menu-primary > .top-menu-items ul li {
    border-bottom: 0;
}

.blog-new-layout .custom-menu-primary > .top-menu-items ul li a:hover {
    background-color: rgb(36,63,143);
    color: #fff !important;
}
  .blog-new-layout .custom-menu-primary>* ul li a:hover {
    color: rgb(36,63,143) !important;
}
  .blog-new-layout .custom-menu-primary {
    flex-direction: column-reverse;
    padding-top: 2.5rem;
        background-color: rgb(255, 255, 255);
    padding: 6rem 2rem 2.5rem;
}
  
  .blog-new-layout.header-sticky.mobile-open .custom-menu-primary {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
  .blog-new-layout.header-sticky.mobile-open .header_container {
    background-color: #fff;
}
  .blog-new-layout.header-sticky .header .top-menu-items {
    order: 1;
}
  .blog-new-layout header button.navbar-toggler {
    position: relative;
}
.blog-new-layout header button.navbar-toggler::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url('https://6212200.fs1.hubspotusercontent-na1.net/hubfs/6212200/formpiper-2022/images/blog/menu.png');
    width: 32px;
    height: 32px;
    z-index: 999;
    background-repeat: no-repeat;
        background-position: center;
}

.blog-new-layout header button.navbar-toggler span {
    opacity: 0;
}
.blog-new-layout header button.navbar-toggler {
    border: 0;
    padding: 0;
}
  .blog-new-layout.mobile-open header button.navbar-toggler::before {
    background-image: url('https://6212200.fs1.hubspotusercontent-na1.net/hubfs/6212200/formpiper-2022/images/blog/close.png');
    width: 32px;
    height: 32px;
    z-index: 999;
    background-repeat: no-repeat;
        background-position: center;
}
  .blog-new-layout.header-sticky.mobile-open header.header .custom-menu-primary {
    flex-direction: column !important;
}
.blog-new-layout.header-sticky .header .top-menu-items {
    margin-left: 0 !important;
}
  .blog-new-layout header button.navbar-toggler {
    width: 32px;
    height: 32px;
}
  .blog-new-layout .header__logo {
    margin: 0;
}
  
  /*--------- 30-june-22 ----------*/
  .blog-new-layout .featured-post-content-wrap {
    padding-left: 0;
}
  .blog-new-layout .post-item {
    max-width: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
}
  
}

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

  .blog-new-layout .explore-tag-sec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .blog-new-layout .explore-tag-sec > * {
    max-width: 100%;
    flex-basis: 100%;
    width: 100% !important;
  }
  .blog-new-layout .explore-tag-sec:before {
    display: none;
  }
  .blog-new-layout .explore-tag-sec li:first-child {
    padding: 22px 0;
  }

  .blog-new-layout .explore-header-sec h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .blog-new-layout .explore-header-sec h2:before {
    left: -34px;
    width: 30px;
  }
  .blog-new-layout .explore-header-sec h2:after {
    right: -34px;
    width: 30px;
  }
  .blog-new-layout .explore-tag-sec li.has-submenu a {
    display: block;
  }
  .blog-new-layout .explore-tag-sec li.has-submenu a:before {
    right: -10px;
  }
  .blog-new-layout .explore-topic-module {
    flex: 1 0 100%;
    margin: 40px 0;
  }

  .blog-form-outer form {
    flex-direction: column;
  }
  .blog-form-outer form>.hs-form-field {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 10px;
  }
  .blog-form-module h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .blog-new-layout .blog-form-section-outer {
    padding: 40px 0;
  }
  .blog-new-layout .explore-tag-sec > ul > li {
    padding: 15px 0; width: 100%;
  }
  .blog-new-layout .explore-tag-sec ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-new-layout .footer-first-row {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .blog-new-layout .footer-first-row > * {
    margin-bottom: 20px;
  }
  .blog-new-layout ul li {
    margin-bottom: 5px;
  }
  .blog-new-layout li:last-child {
    margin-bottom: 0;
  }

  .blog-new-layout .explore-tag-sec li.toggleOpen ul,
  .blog-new-layout .explore-tag-sec li.active-menu ul{
    margin: 20px 0 0;
    width: 100%;
  }
  .blog-new-layout .explore-tag-sec li.has-submenu img {
    top: 22px;
  }
  .blog-new-layout .explore-tag-sec li.has-submenu:first-child img {
    top: 32px;
  }

/*-----*/
  .blog-new-layout .post-title{
    margin-bottom: 1rem;
  }
  .blog-content-section {
    padding: 2rem 0;
}
/*----*/  
  
  /*-------- 30-june-22 -------*/
  .blog-new-layout .post-item {
    max-width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
}
  .blog-new-layout .explore-topic-module {
    margin-bottom: 0;
}
.blog-new-layout .post-title {
    margin-bottom: 2rem;
}


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