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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://3902087.fs1.hubspotusercontent-na1.net/hubfs/3902087/PrismaCampaigns_June2021/fonts/FontAwesome5Free-Solid.eot');
  src: url('https://3902087.fs1.hubspotusercontent-na1.net/hubfs/3902087/PrismaCampaigns_June2021/fonts/FontAwesome5Free-Solid.eot') format('embedded-opentype'), 
    url('https://3902087.fs1.hubspotusercontent-na1.net/hubfs/3902087/PrismaCampaigns_June2021/fonts/FontAwesome5Free-Solid.woff2') format('woff2'), 
    url('https://3902087.fs1.hubspotusercontent-na1.net/hubfs/3902087/PrismaCampaigns_June2021/fonts/FontAwesome5Free-Solid.woff') format('woff'), 
    url('https://3902087.fs1.hubspotusercontent-na1.net/hubfs/3902087/PrismaCampaigns_June2021/fonts/FontAwesome5Free-Solid.ttf') format('truetype');
  font-weight:900;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://3902087.fs1.hubspotusercontent-na1.net/hubfs/3902087/PrismaCampaigns_June2021/fonts/FontAwesome.eot');
  src: url('https://3902087.fs1.hubspotusercontent-na1.net/hubfs/3902087/PrismaCampaigns_June2021/fonts/FontAwesome.eot') format('embedded-opentype'),
    url('https://3902087.fs1.hubspotusercontent-na1.net/hubfs/3902087/PrismaCampaigns_June2021/fonts/FontAwesome.woff2') format('woff2'),
    url('https://3902087.fs1.hubspotusercontent-na1.net/hubfs/3902087/PrismaCampaigns_June2021/fonts/FontAwesome.woff') format('woff'),
    url('https://3902087.fs1.hubspotusercontent-na1.net/hubfs/3902087/PrismaCampaigns_June2021/fonts/FontAwesome.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


html {
  font-size: 24px;
}

body {
  font-family: Inter, sans-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: 10px;
}

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

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Inter, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height:normal;
}

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

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

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 {
  padding-left: 16px;
  margin: 24px 0;
  border-left: 4px solid #db3334;

}

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

/* TODO */
small {

}

/* TODO */
mark {

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

/* Highlighted Text */
::-moz-selection {
  background-color: #3281A7;
  color: #fff;
}
::selection {
  background-color: #3281A7;
  color: #fff;
}
 .content-wrapper{
  padding: 0 40px;
}
.dnd-section>.row-fluid , .content-wrapper.sys-page{
   padding: 0 20px;
}
@media(max-width:1024px){
   .content-wrapper {
    padding: 0 25px;
  }
}

@media(max-width:767px){
   .content-wrapper{
    padding: 0 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 700px;
  font-family: Inter, sans-serif;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Inter, sans-serif;
}

.hs-button {
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  border-style: solid;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  transition: all .15s linear;
  line-height: 1;
  white-space: normal !important;
}

.hs-button:hover,
.hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

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

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

.hs-input,
input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 15px;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
  outline:0;
}
input#hs-pwd-widget-password{
  height:40px !important;
  margin-top:0px;
}
.hs-search-module .hs-input {
  margin-bottom: 18px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}
.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #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 {
  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: 0 auto;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  text-shadow: none;
}
.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  box-shadow: none;
}
#hs_cos_wrapper_widget_1629940558089 input[type="submit"]:hover {
  background-color: #D96F41 !important;
}

/** Thank you Pages BEGIN **/
.thankyou-page h2 {
    color: var( --prisma-color-blue );
    font-size: 1.8em;
}
.thankyou-page h3,
.thankyou-page h3.form-title {
    color: #333333;
}
@media (max-width: 767px) {
    .thankyou-page h2 { font-size: 1.4em; }
}
/** Thank you Pages END **/

/** Fontawesome lists BEGIN **/
.body-container ul.fa,
.body-container ul.fa li {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: inherit;
}
.body-container ul.fa li {
	margin-bottom: 1.5em;
	margin-left: 3em;
	font-weight: initial;
}
.body-container ul.fa li:before {
	float: left;
	margin-left: -1.5em;
	font-weight: 900;
}
.body-container ul.fa li a {
	text-decoration: none;
}
ul.fa li.fa:before {
	font-family: fontawesome;
}
.body-container ul.fa.prisma-color-blue li:before    { color: var( --prisma-color-blue ); }
.body-container ul.fa.prisma-color-skyblue li:before { color: var( --prisma-color-skyblue ); }
.body-container ul.fa.prisma-color-green li:before   { color: var( --prisma-color-green ); }
.body-container ul.fa.prisma-color-orange li:before  { color: var( --prisma-color-orange ); }
.body-container ul.fa.prisma-color-red li:before     { color: var( --prisma-color-red ); }
/** Fontawesome lists END **/
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your website pages
look if there is anything specific to your website pages.
*********************************************************************************
****************************************************************************** */
:root {
    --prisma-color-blue:    #3281a7;
    --prisma-color-skyblue: #45a8b4;
    --prisma-color-green:   #53cb84;
    --prisma-color-orange:  #f38c5f;
    --prisma-color-red:     #f05565;
    --prisma-color-gray:    #646464;
}
.prisma-blue    { color: var(--prisma-color-blue); }
.prisma-skyblue { color: var(--prisma-color-skyblue); }
.prisma-green   { color: var(--prisma-color-green); }
.prisma-orange  { color: var(--prisma-color-orange); }
.prisma-red     { color: var(--prisma-color-red); }
.prisma-gray    { color: var(--prisma-color-gray); }

.header {
  background-color: transparent;
}

.header__container {
  margin: 0 auto;

}

.header-lower {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index:11;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 15px;
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;

}

.header__container {
  padding-right: 15px;
  padding-left: 15px;
}

.header-inner {
  display: block;
  position: relative;
}

.logo-header-inner {
  float: left;
  height: auto;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  padding-left: 0;
}

.logo-header-inner a {
  display: block;
  max-width: 100%;
  height: auto;
}

.logo-header-inner a img {
  vertical-align: middle;
  max-width: 144px !important;
}

.navbar-toggle {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  cursor: pointer;
  text-transform: none;
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-appearance: button;
}



.navbar-collapse {
  display: none;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
  padding: 0;
  float: right;
}

.navbar-collapse {
  padding-right: 0;
  margin-right: 15px;
}


.menu-primary-container .hs-menu-wrapper > ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}

.menu-primary-container .hs-menu-wrapper > ul >li {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  margin: 0;
  border-color: #dadada;
  margin-left: -5px;
}

.menu-primary-container .hs-menu-wrapper > ul >li > a {
  position: relative;
  display: block;
  padding: 25px 20px;
  font-size: 15px;
  line-height: 24px;
  opacity: 1;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  color: #333;
  padding: 15px;
  margin-top: 10px;
}

.menu-primary-container .hs-menu-wrapper > ul >li > ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 120%;
  width: 220px;
  padding: 0;
  z-index: 100;
  display: none;
  background: #fff;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0px 5px 1px rgba(0,0,0,.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0px 5px 1px rgba(0,0,0,.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0px 5px 1px rgba(0,0,0,.05);
  box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
  width: 220px;
}

.menu-primary-container .hs-menu-wrapper > ul >li.hs-item-has-children > a:before {
  position: absolute;
  content: '\f107';
  right: 5px;
  line-height: 24px;
  font-size: 12px;
  font-family: 'FontAwesome';
}

.menu-primary-container .hs-menu-wrapper > ul >li:last-child> a {
  position: relative;
  display: block;
  padding: 25px 20px;
  font-size: 15px;
  color: #626a70;
  line-height: 24px;
  opacity: 1;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  padding: 15px;
  margin-top: 10px;
  background: #2ec48f;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #2ec48f;
  margin-left: 20px;
  font-size: 16px!important;
  line-height: 16px!important;
  text-decoration: none;
}

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


.menu-primary-container .hs-menu-wrapper > ul >li:last-child:hover> a {
  background: #17A474;
}

.menu-primary-container .hs-menu-wrapper > ul >li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.menu-primary-container .hs-menu-wrapper > ul >li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ececec;
  border-color: #dadada;
}

.menu-primary-container .hs-menu-wrapper > ul >li > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #292929;
  text-align: left;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
}

.menu-primary-container .hs-menu-wrapper > ul >li > ul > li > a:after {
  top: calc(50% - 4px);
  right: 22px;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #45a8b3;
}



.menu-primary-container .hs-menu-wrapper > ul >li > ul > li > a:after {
  position: absolute;
  content: '';
  top: calc(50% - 4px);
  right: 22px;
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #45a8b3;
}

.menu-primary-container .hs-menu-wrapper > ul >li > ul > li > a:hover {
  background: #f5f8f9;
}
.main-header {
  min-height: 99px;
}


@media (min-width: 768px){
  .navbar-header {
    float: left;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }
  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }
  .menu-primary-container .hs-menu-wrapper > ul >li > ul {
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .header__container {
    max-width: 750px;
  }
  .fixed-header .header-lower {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    position: fixed;
    z-index: 3000;
  }
}

@media(min-width:992px){
  .header__container {
    max-width: 970px;
  }
}

@media screen and (max-width: 1190px){
  .header__container {
    padding: 0 20px;
  }
}

@media(max-width:767px){
  .header-lower {
    padding-bottom: 0;
  }

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

  .logo-header-inner {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0;
    margin-left: 15px;
  }

  .navbar-header {
    position: relative;
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    padding: 20px 0;
    right: 0;
    z-index: 12;
    width: auto!important;
    float: right!important;
  }

  .navbar-toggle {
    display: inline-block;
    z-index: 7;
    border: 1px solid #292929;
    float: none;
    margin: 0;
    border-radius: 0;
    background: #292929;
    background: #45a8b4!important;
    border: 1px solid #45a8b4!important;
    margin-right: 15px;
    border-radius: 3px;
    padding: 10px;
    outline:0;
  }

  .sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    height: 3px;
    background: #fff;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  .navbar-collapse {
    overflow: auto;
    width: 100%;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    float: none;
    clear: both;
    padding: 10px 0 0;
    border: none;
    margin: 0 0 15px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
  }

  .menu-primary-container .hs-menu-wrapper>ul {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
    background: #292929;
    border: 1px solid #fff;
    border-top: none;
    background: #fff;
  }

  .menu-primary-container .hs-menu-wrapper>ul > li {
    opacity: 1 !important;
    top: 0 !important;
    left: 0 !important;
    visibility: visible !important;
    display: block;


  }

  .menu-primary-container .hs-menu-wrapper>ul > li > a {
    border: none;
    padding: 10px;
    line-height: 22px;
    text-align: left;
    background: #fff;
    color: #333;
    margin-top: 0;
  }
  .menu-primary-container .hs-menu-wrapper>ul>li:last-child>a {
    border: none;
    margin-left: 0;
    padding: 10px;
    margin-top: 0;
  }

  .menu-primary-container .hs-menu-wrapper>ul>li {
    margin-left: 0;
    border-top: 1px solid #dadada;
  }

  .menu-primary-container .hs-menu-wrapper>ul>li:last-child {
    padding: 10px;
  }

  .menu-primary-container .hs-menu-wrapper>ul>li:first-child {
    border-top-color: transparent;
  }
  .menu-primary-container .hs-menu-wrapper>ul>li>ul {
    position: relative;
    border: none;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0;
    outline: none;
    width: 100%;
    background: #292929;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    border-top: 1px solid rgba(72,72,72,1);
  }
  .menu-primary-container .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
    display: none;
  }
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 10px;
    width: 43px !important; /* Button width */
    min-width: 43px !important;
    height: 43px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #333; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .menu-primary-container .hs-menu-wrapper>ul>li>ul {
    background-color: transparent;
    box-shadow: none;
  }
  .main-header {
    min-height: 87px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;

}
.footer__container {
  margin: 0 auto;
}
.footer__container .office p {
    margin: 0px;
}
.footer-group {
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 0;
}

.footer-conner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 100% !important;
}

.footer_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-top-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-populted {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
}

.footer-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elementor-widget-spacer {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.elementor-widget-container {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.elementor-spacer-inner {
  height: 50px;
}

.footer-bottom-section {
  position: relative;
  width: 100%;
}

.footer-bottom-section .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.footer-bottom-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom-right-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-columns {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  align-items: stretch;
  overflow: hidden;
}

.gallery-columns .gallery-item {
  margin: 0;
  margin: 0;
  float: left;
  padding: .5em;
  float: left;
  margin: 0 2% 5px 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 39px 39px 0;
  margin: 0;
  margin-top: 10px;
}



.gallery-item {
  float: left;
  text-align: center;
  width: 33%;
}

.gallery-item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
}
.footer__copyright {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.elementor-column-wrap.elementor-element-populated {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  width: 100%;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

/* NP
.text-editor {
  position: relative;
  width: 100%;
  color: #636363;
  font-family: "Fira Sans",Sans-serif;
  font-size: 14px;
  font-weight: 400;
}
*/

.gallery-spacing {
  position: relative;
  width: 100%;
}
.gallery-item:last-child img {
  width: 104.875px !important;
}

.footer-top-section {
  position: relative;
  width: 100%;
}

.footer-top-section .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer-top-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.footer-top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.footer-top-populated {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  width: 100%;
}

.footer-top-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.footer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.elementor-image a {
  display: inline-block;
}

.elementor-image a img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  width: 130px !important;
}

/* NP
.footer-text-editor {
  color: #333;
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.footer-text-editor p {
  margin-bottom: 10px;
  font-family: 'Fira Sans', sans-serif;
}
.footer-text-editor p a {
  color: #222;
  text-decoration: none;
  transition: .5s;
}
.footer-text-editor p a:hover {
  color: #3281a7;
}
*/

.footer-social-share {
  width: 100%;
  position: relative;
}

.footer-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: calc(0px/2);
  margin-left: calc(0px/2);
}

.footer-social-share ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  margin-right: calc(0px/2);
  margin-left: calc(0px/2);
}

.footer-social-share ul li a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

/* NP
.footer-social-share ul li a .elementor-icon-list-icon {
  font-family: 'Fira Sans', sans-serif;
  text-align: left;
}
.footer-social-share ul li a .elementor-icon-list-text {
  font-family: 'Fira Sans', sans-serif !important;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 10px;
}
*/

.footer-social-share ul li a .elementor-icon-list-icon svg {
  fill: #999;
  width: 26px;
  height: 26px;
}

.footer-top-right .elementor-widget-wrap {
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
}

/* NP
.footer-menu {
  position: relative;
  width: 100%;
}

.footer-menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  margin-left: 16px;
  margin-bottom: 10px;
}

.footer-menu .hs-menu-wrapper > ul > li {
  float: left;
  list-style: none;
  margin-left: 20px;
  padding-bottom: 10px;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
  text-decoration: none;
  transition: .5s;
  display: inline;
  padding: 0;
}

.footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #333;
  text-decoration: underline;
}
*/

.gallery-item:first-child img {
  width: 60px !important;
}

.gallery-item:nth-child(2) img {
  width: 95px !important;
}

@media (min-width: 768px){
  .bottom-right-section {
    width: 40%;
  }
  .footer__copyright {
    width: 60%;
  }
  .gallery-columns .gallery-item {
    max-width: 33.33%;
  }
  .footer-top-left {
    width: 30%;
  }
  .footer-top-right {
    width: 70%;
  }

}


@media(max-width:1024px){

  .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1024px !important;
  }

  .footer-bottom-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }


  .footer-conner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

@media(max-width:767px) {
  .footer-bottom-section {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer-bottom-section .footer__container {
    max-width: 767px !important;
  }

  .footer__copyright {
    width: 100%;
  }

  .bottom-right-section {
    width: 100%;
  }

  .elementor-column-wrap.elementor-element-populated {
    margin: 20px 0;
  }

  .elementor-widget-wrap {
    align-content: center;
    align-items: center;
  }

  .gallery-columns {
    margin: auto;
  }

  .gallery-columns .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
    max-width: 50%;
  }
  .footer-populted {
    padding: 0;
  }

  .footer__copyright .elementor-column-wrap.elementor-element-populated {
    margin: 0;
  }
  .footer-top-section {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer-top-section .footer__container {
    max-width: 767px !important;
  }

  .footer-top-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-top-left {
    width: 100%;
  }

  .footer-top-right {
    width: 100%;
  }

  .footer-top-populated {
    margin: 20px 0;
  }

  .footer-top-right .elementor-widget-wrap {
    align-content: center;
    align-items: center;
  }



  .footer-menu .elementor-widget-container {
    margin: 20px 0 0 30px;
  }

  .footer-menu .hs-menu-wrapper>ul {
    width: auto;
    float: left!important;
    margin-left: 0;
    line-height: 1.5;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    display: block;
    margin-left: 0;
    line-height: 1.5;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
  }
  .elementor-spacer-inner {
    height: 0;
  }
  .footer-group {
    font-size: 17px;
    line-height: 1.5;
  }

  .footer-top-left .footer-top-populated {
    margin: 0;
  }
}
a {
  color: #ff611c;
}

.content-wrapper {
  margin: 0 auto;
}

.news-blog-banner {
  padding: 150px 0px 105px;
  position: relative;
  z-index: 1;
  color: #fff;
  background-size: cover !important;
  background-position: center center !important;
}

.news-blog-banner-inner h1 {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
  color: #666666;
}
.news-blog-banner-inner h2 {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
  color: #666666;
}
.news-blog-banner-inner .listing-tag {
    text-transform: capitalize;
}
/* NP
.hs-blog-listing .header-lower {
  position: absolute;
}
*/

.subnav {
  width: 100%;
  background: #3281a7;
  border-bottom: 1px solid #08627e;
  z-index: 10;
  text-align: center;
  padding: 25px 0px 25px;
}

.subnav .content-wrapper {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

.click-me.styleno1 {
  padding: 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  font-weight: 600;
  text-transform: initial;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 0px;
  letter-spacing: .5px;
}

.hs-blog-listing .blog-sec-body {
  padding-top: 70px;
  padding-bottom: 70px;
}
.blog-sec-body .content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.rel-post-item {
  padding-right: 0px;
  margin-bottom: 25px;
  width: 31%;
  margin-left: 2%;
  border: solid 1px #e4e4e3;
  transition: all .3s ease-in-out;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  position: relative;
}
.news-post-item {
  float: left;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 0 0px 25px 0;
  box-sizing: border-box;
  border: solid 1px #e4e4e3;
  transition: all ease-in-out .4s;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  position: relative;
}
.news-post-item:hover,
.rel-post-item:hover {
  border-color: #ed7448;
  box-shadow: 0px 2px 11px 0px rgb(0 0 0 / 26%);
}
.news-post-item:hover h2 a,
.rel-post-item:hover h2 a {
  color: #ed7448;
}

.news-post-item h2,
.rel-post-item h2 {
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: inline-block;
}

.news-post-item h2 a,
.rel-post-item h2 a {
  line-height: 1.5;
  display: -webkit-box;
  font-weight: 600;
  color: #2d3e50;
}

.featured-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.featured-image-link {
  color: #ed7448;
  transition: all ease-in-out .2s;
  border: 0;
}

.featured-image {
  float: none;
  margin: 0px 0px 0px 0px;
  max-width: 100%;
  padding-right: 0px;
  height: 240px;
  width: 100%;
  display: block;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  transition: all 5s cubic-bezier(0.5,0.51,1,1);
  -webkit-transition: all 10s cubic-bezier(0.5,0.51,1,1);
}

.featured-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.news-post-body {
  line-height: 30px;
  position: relative;
  padding: 25px 15px 50px;
}

.news-post-body p {
  text-transform: initial;
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin-bottom: 1em;
}

.news-post-body h2 {
  font-size: 22px;
  margin-top: 2rem;
  color: var(--prisma-color-blue);
}

.news-post-body h3 {
  font-size: 18px;
  margin-top: 2rem;
}

.news-post-body ul {
  /* NP list-style: none; */
  padding: 0px;
  margin: 25px 0px;
  margin-left: 2em;
}

.news-post-body ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 0.5em;
  padding-bottom: 5px;
  margin-left: 0px;
  font-weight: 300;
  /* NP list-style-type: none !important; */
}

/* NP
.news-post-body ul li:before {
  content: "\f00c";
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "FontAwesome";
  width: 18px;
  height: 18px;
  font-size: 15px;
}
*/

.news-pubdate {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  background-color: rgba(0,0,0,0.67);
  box-shadow: 0px 0px 9px 0 rgb(0 0 0 / 31%);
  padding-top: 10px;
  position: absolute;
  top: -40px;
  z-index: 10;
  text-align: left;
  left: 0px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.day {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

span.month, span.year {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.news-post-header {
  position: relative;
  padding-bottom: 7px;
}

.blog-post__tag-link {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all ease-in-out .2s;
}

.blog-post__tag-link:hover {
  color: var(--prisma-color-orange)
}
.min-read {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}

.summary {
  letter-spacing: .5px;
  margin-top: 0px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 15px;
  color: #2d3e50;
}

.author-module {
  position: absolute;
  bottom: 25px;
  padding: 20px 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  color: #4e4e4e;
  line-height: 1.4;
  display: inline-block;
  max-height: 28px;
  transition: color .15s;
}

.author-link {
  font-size: 14px;
  font-weight: 600;
  color: #4e4e4e;
  line-height: 1.4;
  display: inline-block;
  max-height: 28px;
  transition: color .15s;
}

.blog-pagination {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  cursor: pointer;
}

.blog-pagination a {
  margin: 0;
  padding: 0;
  color: #ed7448;
  border: 1px solid #ed7448;
  border-radius: 2px;
  display: inline-block;
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all .4s ease;
  font-size: 16px;
  line-height: 1.4;
}

.blog-pagination a:hover {
  background: #ed7448;
  color: #fff;
}

.footer-cta-section {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  z-index: 1;
  padding: 4em 0;
}

.footer-cta-section .content-wrapper {
  max-width: 770px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-form-title h2 {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: initial;
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin-bottom: 15px;
}

.blog_subscribe {
  min-height: 70px;
  padding-top: 30px;
}
.news-post-item.no-image .news-pubdate {
  top: 0;
  margin-bottom: 4px;
  position: relative;
}
.blog_subscribe form {
  max-width: 100%;
  position: relative;
  min-height: 70px;
}

.footer-cta-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.blog_subscribe form .field {
  position: relative;
  margin: 0;
}

.blog_subscribe .hs-form label {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 300;
  display: block;
  margin-bottom: 6px;
  margin-top: 14px;
}

.blog_subscribe .hs-form .hs-input {
  display: inline-block;
  height: 45px;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 0;
  background: #f5f5f5;
  padding: 10px 20px;
  color: #2d3e50;
  font-weight: 400;
  background: #fff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.blog_subscribe .hs-form .hs-input:focus {
  outline: 0;
  border: 1px solid #ed7448;
}

.blog_subscribe form p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .5px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin-bottom: 15px;
  padding-top: 10px;
}

.blog_subscribe form p a {
  color: #ff9902;
  text-decoration: underline;
}

.blog_subscribe form .actions {
  text-align: center;
}
.blog_subscribe .hs-form label.hs-error-msg {
  font-size: 10px;
  color: #fff;
  margin: 0;
}
.blog_subscribe form .actions .hs-button.primary.large {
  height: auto;
  margin-top: 0px;
  margin: 0px;
  padding: 14px 50px;
  cursor: pointer;
  background: #222;
  border: 1px solid #222;
  color: #fff;
  border-radius: 0px;
  width: auto;
  position: static;
  font-weight: 400;
  height: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  outline:0;
}
.blog_subscribe form .actions .hs-button.primary.large:hover {
  background-color: #fff;
  border-color: #fff;
  color: #222;
}
.hot-post-header {
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hot-post-header:before {
  content: "";
  position: absolute;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.hot-post-header .content-wrapper {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-listing-item-container {
  display: block;
  max-width: 770px;
  margin: 0 auto;
}

.hero-post-topics {
  text-transform: initial;
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.4;
}

.hero-post-topics a {
  color: #fff;
  text-transform: initial;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
}

.blog-post-title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1.3;
  margin: 0px;
  color: #fff;
}
.blog-post-title a {
  color: inherit;
}
.blog-post-title a:hover {
  color: var(--prisma-color-skyblue);
}
.hero-post-topics .blog-post__tag-link:hover {
  color: var(--prisma-color-skyblue)
}

.post-sec-body {
  padding: 75px 0px;
  position: relative;
}

.post-sec-body .content-wrapper {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

.post-content {
  margin: 0 auto;
  float: none;
  max-width: 840px;
  padding: 0px 20px;
  position: relative;
  z-index: 1;
}

.news-post-share {
  position: absolute;
  top: 30px;
  left: -60px;
  float: left;
  height: 100%;
}

.news-post-share ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.news-post-share li {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .5px;
  font-weight: 400;
  margin-left: 26px;
  margin-bottom: 8px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  margin-left: 0px;
}


.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news-post-share li a {
  color: #2d3e50;
  transition: all ease-in-out .2s;
}

/* NP
.news-post-share li .fa {
  font-size: 24px;
  vertical-align: middle;
}
.news-post-share li.shareTrigger, .news-post-share li.shareTrigger:hover .fa {
  color: #000;
}
.news-post-share li a .fa {
  font-size: 24px;
  vertical-align: middle;
}
.fa-share-alt:before { content: "\f1e0"; }
.fa-facebook:before  { content: "\f09a"; }
.fa-twitter:before   { content: "\f099"; }
.fa-linkedin:before  { content: "\f0e1"; }
.news-post-share li a:hover, .news-post-share li:hover .fa { color: #ed7448; }
*/

.news-post-share li a:hover svg {
  fill: var(--prisma-color-orange);
}

.author-post-details {
  overflow: hidden;
}

.author-avatar {
/* NP
  width: 65px;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 100%;
*/
  float: left;
}

span.authorname-details {
  padding-top: 18px;
  display: block;
  margin-left: 20px;
  float: left;
  font-size: 14px;
}

.post-footer form {
  max-width: 100%;
}

.post-footer form .actions {
  text-align: center;
}

.related-post-section {
  padding: 100px 0;
}



.related-post-title {
  text-align: center;
  font-weight: 400;
  letter-spacing: .5px;
  margin: 0px auto 40px;
  max-width: 600px;
  font-size: 30px;
}

.related-post-section .content-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

.related-post {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.post-body {
  padding: 20px 20px;
}

.post-body h2 {
  display: -webkit-box;
  margin: 0.5em 0em 0.2em;
}

.post-body h2 a {
  font-size: 20px;
  line-height: 1.5;
}

.post-body .summary {
  margin-top: 0px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.post-footer form ul li:before {
  display: none;
}

.post-footer form ul li {
  padding: 0;
}
.author-link:hover {
  color: #4e4e4e;
}
.blog-author-section {
  display: block;
  background-color: #040f10;
  padding: 75px 0px;
}

.blog-author-section .content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1170px;
}

.hs-author-profile {
  text-align: center;
}

.hs-author-avatar {
  width: 90px;
  max-width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 5px solid #e7e7e7;
  background-size: cover;
  background-position: top center;
}

.hs-author-name {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: initial;
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 25px;
  color: #fff;
}

.hs-author-social-links {
  padding-bottom: 15px;
  display: inline-block;
}

.hs-author-social-links a {
  transition: all ease-in-out .2s;
  background-image: none;
  width: 30px;
  height: 30px;
  border-width: 0;
  border: 0;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: 0px;
  font-size: 20px;
  color: #fff;
}

.hs-author-social-links a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.hs-author-bio {
  max-width: 770px;
  margin: 0 auto;
  float: none;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.hs-author-social-links a:hover {
  color: #ed7448;
}

.top-section-blog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ed7448;
  background-image: linear-gradient(
    180deg
    ,#f38c5f,#f38c5f);
  padding-top: 100px;
  visibility: hidden;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3D(0,-100%,0);
  transform: translate3D(0,-100%,0);
  -webkit-transition: -webkit-transform .5s,visibility .5s;
  transition: transform .5s,visibility .5s;
  z-index: 99;
}

.popup-open .top-section-blog {
  visibility: visible;
  -webkit-transform: translate3D(0,0,0);
  transform: translate3D(0,0,0);
  -webkit-transition: -webkit-transform .5s;
  transition: transform .5s;
}

.top-section-blog .content-wrapper {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}


.top-section-blog h3 {
  font-size: 24px;
  margin-top: 0px;
  color: #fff !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: .5px;
  text-decoration: none;
  margin-bottom: 15px;
  line-height: 1.4;
}

.top-section-blog .blog-sub-form .blog_subscribe .hs-form a {
    color: white;
}

.news-post-topic ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.news-post-topic ul li {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .5px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  margin-left: 0px;
}

.news-post-topic ul li a {
  transition: all ease-in-out .2s;
  font-weight: 400;
  color: #fff;
  letter-spacing: .5px;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 7px 20px;
  display: block;
  text-transform: uppercase;
}

.blog-sub-form .blog_subscribe .hs-form label {
  color: #2d3e50;
}

.blog-sub-form .blog_subscribe .hs-form p {
  text-transform: initial;
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin-bottom: 15px;
  color: #2d3e50;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .5px;
  font-weight: 400;
  padding-top: 10px;
}

.blog-sub-form .blog_subscribe .hs-form p a {
  text-decoration: none;
}

.blog-sub-form .blog_subscribe .hs-form .hs-button.primary.large {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  top: 20px;
  font-weight: 700;
  letter-spacing: .25px;
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  font-size: 15px;
  line-height: 18px;
}

.blog-sub-form .blog_subscribe .hs-form .hs-button.primary.large:hover {
  box-shadow: 0px 8px 20px 2px rgb(0 0 0 / 32%);
  background-color: transparent;
  color: #fff;
}



.pop-news-post-item {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.46);
  margin-bottom: 15px;
}

.pop-news-post-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.pop-news-post-image {
  max-width: 100px;
  float: left;
  background-size: cover !important;
  display: block;
  background-position: top center !important;
  height: 75px;
}


.pop-news-post-title a {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  padding-left: 0px;
  color: #fff;
  transition: all ease-in-out .2s;
}

.pop-news-post-date {
  font-size: 11px;
  color: #fff;
  text-align: left;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}
.blog-sub-form .blog_subscribe .hs-form label.hs-error-msg {
  color: #fff;
}
.news-post-topic {
  width: 31.914893614%;
  display: block;
  float: left;
}

.blog-sub-form {
  width: 31.914893614%;
  margin-left: 2.127659574%;
  display: block;
  float: left;
}

.recents-news-post {
  width: 31.914893614%;
  margin-left: 2.127659574%;
  display: block;
  float: left;
}

.popup-open.fixed-header .hs-blog-listing  .header-lower {
  z-index:0;
}

.news-post-item-inner .blog_subscribe .hs-form label.hs-error-msg {
  display: block;
}
.news-post-item.post-item-form {
  background: linear-gradient(
    180deg
    ,#f19961 0,#f97a67) !important;
}

.news-post-item.post-item-form a {
    color: white;
}
.news-post-item-inner {
  padding: 40px 20px 40px;
}

.img-wrap img.hs-image-widget {
  width: 72px;
  border-width: 0px;
  border: 0px;
}

.img-wrap {
  text-align: center;
}

.news-post-item-inner .blog_subscribe h3 {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: .5px;
  text-transform: initial;
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin-bottom: 15px;
  line-height: 1.4;
  margin-top: 10px;
}


.news-post-item-inner .blog_subscribe form p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .5px;
  font-weight: 400;
  padding-top: 10px;
  text-transform: initial;
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin-bottom: 15px;
  color: #2d3e50;
}

.news-post-item-inner .blog_subscribe form p a {
  text-decoration: none;
}

.news-post-item-inner .blog_subscribe form .hs-button.primary.large {
  background-color: transparent;
  color: #fff;
  width: 100%;
  border: 2px solid #fff;
  font-weight: 700;
  letter-spacing: .25px;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  height: 53px;
}

.news-post-item-inner .blog_subscribe form .hs-button.primary.large:hover {
  color: #fff;
  background: transparent;
  box-shadow: 0px 8px 20px 2px rgb(0 0 0 / 32%);
}

.blog-listing-item-container .hero-post-topics { display: inline-block; }
.blog-listing-item-container .hero-post-topics::before { content: "|"; padding: 0 0.5em; }
.blog-listing-item-container .hero-post-topics:first-child:before { content: ""; }

@media (min-width: 768px){
  .news-post-item.post-item-form {
    border: solid 1px #e4e4e3;
    float: left;
    width: 30.833%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    position: relative;
  }
  .blog-section-listing {
    display: block;
    margin: 0 -25px 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .news-post-item {
    border: solid 1px #e4e4e3;
    float: left;
    width: 30.833%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    position: relative;
  }
  .top-section-blog-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .news-post-topic {
    border-right: 1px solid rgba(255,255,255,0.5);
  }

  .blog-sub-form {
    border-right: 1px solid rgba(255,255,255,0.5);
    padding-right: 30px;
  }

}
@media(min-width:1200px){
  .rel-post-item {
    width: 31%;
    display: block;
    float: left;
    margin-left: 2%;
  }

}
@media (min-width: 1280px){
  .news-post-topic {
    width: 31.623931624%;
    display: block;
    float: left;
  }
  .recents-news-post {
    margin-left: 2.564102564%;
    display: block;
    float: left;
    width: 31.623931624%;
  }
  .pop-news-post-image {
    width: 23.076923077%;
  }

  .pop-news-post-title {
    width: 74.358974359%;
    display: block;
    float: left;
    margin-left: 2.564102564%;
  }
  .blog-sub-form {
    display: block;
    float: left;
    width: 31.623931624%;
    margin-left: 2.564102564%;
  }

}
@media (min-width: 768px) and (max-width: 1024px){
  .news-blog-banner-inner h2 {
    font-size: 28px;
  }

  .subnav .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-sec-body .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-form-title h2 {
    font-size: 28px;
  }

  .footer-cta-section .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }



  .post-sec-body .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }



  .blog-author-section .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media(max-width:767px){
  .news-blog-banner-inner h2 {
    font-size: 28px;
  }

  .subnav {
    position: relative;
    width: 100%;
    top: 0px;
  }

  .click-me.styleno1 {
    font-size: 14px;
  }

  .hs-blog-listing .blog-sec-body {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .blog-sec-body .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-section {
    padding-top: 15px;
    padding-right: 0px;
  }

  .blog-section-listing {
    margin: 0px;
  }

  .news-post-item {
    width: 100%;
    padding-right: 0px;
    margin: 0px;
    margin: 0 0px 25px 0;
  }

  .blog-form-title h2 {
    font-size: 28px;
  }

  .footer-cta-section .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog_subscribe {
    padding-top: 10px;
  }

  .footer-cta-section {
    padding: 40px 0px;
  }
  .hero-post-topics a {
    font-size: 18px;
  }

  .news-post-share {
    display: none;
  }

  .post-sec-body .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hs-blog-post .news-post-body {
    padding: 0px;
    padding-top: 50px;
  }

  .rel-post-item {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .post-content {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-author-section .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .recents-news-post {
    padding-top: 40px;
  }

  .recents-news-post {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }

  .pop-news-post-image {
    margin-right: 15px;
    width: 23.404255317%;
  }

  .pop-news-post-title {
    float: left;
    width: 70%;
    margin-left: 0;
  }

  .pop-news-post-title a {
    font-size: 14px;
  }

  .blog-sub-form .blog_subscribe .hs-form p {
    font-size: 14px;
    line-height: 24px;
  }

  .news-post-topic ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .news-post-topic {
    display: block;
    float: none;
    width: auto;
  }

  .blog-sub-form {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    padding-top: 40px;
  }
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Inter, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}

.widget-type-email_subscriptions form#email-prefs-form {
  max-width: 100%;
}
@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;
  width:auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size:16px;
  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: Inter, sans-serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding-bottom: 1px;
    position: relative;
    margin: 20px 0px;
    cursor: pointer;
    cursor: hand;
}
.email-prefs .item .item-inner {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin-top: 0;
    padding: 15px;
    background: #f7f7f7;
}
.email-prefs .item p {
    clear: both;
    margin: 5px 20px 0px;
    font-size: 0.9em;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.email-prefs .checkbox-row input {
    position: relative;
    top: 3px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    float: left;
}
.email-prefs .checkbox-row span.fakelabel span {
    float: left;
    font-weight: bold;
    margin-left: 7px;
    vertical-align: top;
}
.email-prefs .subscribe-options label {
    font-size: 13px;
    margin-left: 16px;
    margin-right: 16px;
}

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