/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
.dnd-section>.row-fluid {
  padding: 0 10px;
}
.container-fluid.banner-area .dnd-section>.row-fluid {
  padding: 0;
}

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

html {
  font-size: 24px;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//f.hubspotusercontent10.net/hubfs/4062018/DigiGriot_January_2021/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"),
    url(https://6884768.fs1.hubspotusercontent-na1.net/hubfs/6884768/raw_assets/public/Remsoft_January_2021/fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(https://6884768.fs1.hubspotusercontent-na1.net/hubfs/6884768/raw_assets/public/Remsoft_January_2021/fonts/FontAwesome5Brands-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//f.hubspotusercontent10.net/hubfs/4062018/DigiGriot_January_2021/Fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url(https://6884768.fs1.hubspotusercontent-na1.net/hubfs/6884768/raw_assets/public/Remsoft_January_2021/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(https://6884768.fs1.hubspotusercontent-na1.net/hubfs/6884768/raw_assets/public/Remsoft_January_2021/fonts/FontAwesome5Free-Solid.ttf) format("truetype");
  font-weight: 900;
  font-weight: normal;
}
@font-face {
  font-family: eicons;
  src: url("//f.hubspotusercontent10.net/hubfs/4062018/DigiGriot_January_2021/Fonts/eicons.eot") format("embedded-opentype"),
    url(https://6884768.fs1.hubspotusercontent-na1.net/hubfs/6884768/raw_assets/public/Remsoft_January_2021/fonts/eicons.woff) format("woff"),
    url(https://6884768.fs1.hubspotusercontent-na1.net/hubfs/6884768/raw_assets/public/Remsoft_January_2021/fonts/eicons.ttf) format("truetype");
  font-weight: normal;
  font-weight: normal;
}
body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, serif;
}

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

/* Headings */
h1, h2, h3, h4, h5 {
  color: #2E303E;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 20px;
}
h1 {
  font-size: 2.1rem;

}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: .5rem;
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-left: 35px;
  margin-bottom: 20px;
  padding-left: 0;
}

blockquote {
  background: #fff;
  border: 0;
  margin: 0;
  margin-top: 40px;
  padding: 55px;
  padding-top: 5px;
  padding-bottom: 20px;
  position: relative;
  font-style: italic;
  letter-spacing: 0.5px;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 100px;
  position: absolute;
  left: 0px;
  top: -43px;
  color: #27BEBE;
  font-style: normal;
  font-family: Times New Roman,Times,serif;
  font-weight: 900;
}

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



/* 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;
  outline-color: green;
}

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



@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: Lato, sans-serif;
}
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,.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{
  display: block;
  max-width: 500px;
  width: 100%;
}
.hs-error-msgs label {
    padding-left: 5px;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
}

.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 {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  color: #f2545b!important;
}

.hs-input ,   
input[type="password"] {
  display: block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

.hs-input:-moz-placeholder ,    input[type="password"]:-moz-placeholder{
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder ,  input[type="password"]::-webkit-input-placeholder  {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus ,
input#hs-pwd-widget-password: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,
.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: 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;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
.hs-input,   input[type="password"]{
  display: block;
  width: 90%;
  max-width: 100%;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  min-height: 27px;
}
.input {
  line-height: 0;
}
.hs-form label {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  margin-bottom: 4px;
}
.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0;
}

.hs-button {
  font-family: helvetica;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: Nunito;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  margin:10px 0;
  position: relative;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.hs-error-msgs label {
  line-height: 18px;
}
@media(max-width:767px){
  .hs-input,   input[type="password"],
  .hs_cos_wrapper_type_password_prompt, .hs-search-field__bar, .hs_cos_wrapper_type_form, .widget-type-blog_subscribe, .widget-type-google_search, .widget-type-password_prompt.custom_error_message, .widget-type-email_simple_subscription, .section.post-footer form, .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{
    width:100% !important;
    max-width:100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
header.header {
  padding: 10px 20px 10px 20px;
  font-weight: 400;
  line-height: 1.5;
}

header.header .header__container {
  padding: 0;
  margin:0 auto;
}

.header-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-menu-primary .hs-menu-wrapper ul ul {
  visibility: hidden;
  opacity: 0;
  position:absolute;
  transition:.3s all ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper> ul >li:hover >.hs-menu-children-wrapper ,
.custom-menu-primary .hs-menu-wrapper> ul ul >li:hover >.hs-menu-children-wrapper{
  opacity: 1;
  visibility: visible;
}
.logo .widget-type-logo {
  margin: 20px 20px 20px 0px;
}

.logo img {
  max-width: 200px;
  vertical-align: middle;
  display: inline-block;
}

.search-form__container {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 15%;

  background-color: #000000EB;
}
body:not(.search-open) .search-form__container{
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  opacity: 0;
}
.custom-menu-primary .hs-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.logo {
  width: 20%;
}
.custom-menu-primary {
  width: 76.634%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.custom-menu-primary .hs_cos_wrapper_type_menu {
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper >ul>li:not(:last-child) {
  margin-right: 5px;
}
.custom-menu-primary .hs-menu-wrapper> ul>li>a {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.search-form__toggle {
  color: #2a302f;
  border-color: #2a302f;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  height: 28px;
}

.search-form__toggle i {
  font-size: 28px;
  width: 28px;
  height: 28px;
  background-color: rgba(0,0,0,0);
  position: relative;
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-search:before {
  content: "\f002";
}

.search-form__toggle i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: calc(50em / 100);
}
.custom-menu-primary .hs-menu-wrapper >ul >li> a:after {
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  width: 100%;
  left: 0;
  content: "";
  bottom: 0;
  height: 4px;
  background-color: #0074B2;
  opacity: 0;
}

.custom-menu-primary .hs-menu-wrapper >ul >li:hover> a:after,
.custom-menu-primary .hs-menu-wrapper >ul >li.active> a:after{
  opacity: 1;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper ul ul {
  background-color: #2E2E2E;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper ul ul li a {
  color: #BEBEBE;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  border-left: 8px solid transparent;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}
.custom-menu-primary .hs-menu-wrapper ul ul li.hs-item-has-children {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper ul ul ul {
  left:100%;
  top: 0;
}
.custom-menu-primary .hs-menu-wrapper ul ul li a {
  white-space: nowrap;
}
.custom-menu-primary .hs-menu-wrapper ul ul ul li a {
  border-left: 16px solid transparent;
}
.search-form__container .hs-search-field__input {
  color: #FFFFFF;
  font-size: 35px;
  text-align: center;
  border: solid #fff;
  border-width: 0 0 1px;
  line-height: 1.5;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.search-form__container input.hs-search-field__input::placeholder {
  color: #fff;
  opacity: 1;
}

.search-form__container .hs-search-field__bar {
  padding: 0;
  background: none;
  max-width: 100%;
  margin: 0;
}

.search-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
}

.search-form__container>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-form__container .hs-search-field {
  width: 100%;
}
form.search-form {
  width: 100%;
}
.search-form__container .dialog-lightbox-close-button.dialog-close-button {
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  right: .75em;
  margin-top: 17px;
  padding: .25em;
  z-index: 2;
  line-height: 1;
  color: var(--lightbox-ui-color);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  color: #fff;
  display: inline-block;
  width: auto;
  margin-top: 6px;
  top: 50%;
}
[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eicon-close:before {
  content: '\e87f';
}
.search-form__container .hs-search-field__input:focus {
  outline: none;
  border-bottom: 1px solid #fff;
}
.custom-mobile-primary ,body.menu-open .custom-mobile-primary {
  display: none;
}
.desktop-menu {
  width: 100%;
}
@media (min-width: 1024px) {
  .custom-mobile-primary{
    display:none !important;
  }
}
@media (max-width: 1023px) {
  .desktop-menu {
    display: none;
  }

  .header-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo {
    width: 70%;
  }

  .custom-menu-primary {
    width: 25%;
  }

  .header-search {
    width: 2%;
  }
  .toggle-wrapper {
    margin: 0px 15px 0px 0px;
    width: 100%;
    display: flex;
  }

  .menu-toggle {
    font-size: 17px;
    border: 0 solid;
    border-width: 1px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .25em;
    margin-left: auto;
    width: auto;
    /* border: 0 solid; */
  }
  .eicon-menu-bar:before {
    content: '\e816';
  }
  .custom-mobile-primary {
    position: absolute;
    z-index: 9997;
    left: 0;
    top: 99%;
    width: 100%;
  }

  header.header {
    position: relative;
  }
  .custom-mobile-primary .hs-menu-wrapper ul {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #2E2E2E;
  }

  .custom-mobile-primary .hs-menu-wrapper ul ul,.custom-mobile-primary .hs-menu-wrapper ul ul ul {
    display: none;
  }

  .custom-mobile-primary .hs-menu-wrapper ul li a {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #BEBEBE;
  }

  .custom-mobile-primary .hs-menu-wrapper ul li.active >a,
  .custom-mobile-primary .hs-menu-wrapper ul li a.child-open {
    background-color: #393939;
    color: #FFFFFF;
  }
  .custom-mobile-primary .hs-menu-wrapper ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  span.sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -9px;
    font-size: 10px;
  }
  body.menu-open  .menu-toggle {
    color: #2E303EA6;
  }

  .sub-arrow i:before {
    content: "";
  }

  body.menu-open .eicon-menu-bar:before {
    content: "\e87f";
  }
  .menu-toggle {
    cursor: pointer;
  }

  .custom-mobile-primary .hs-menu-wrapper ul li a:hover {
    background-color: #393939;
    color: #FFFFFF;
  }

  .custom-mobile-primary .hs-menu-wrapper ul ul li a {
    border-left: 8px solid transparent;
    font-size: 14px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    text-transform: unset;
    letter-spacing: 0;
  }
  body.menu-open i.eicon-menu-bar {
    padding-top: 1px;
  }
  .custom-mobile-primary .hs-menu-wrapper ul ul ul li a {
    border-left: 16px solid transparent;
  }
  .menu-toggle {
    color: #2E303EA6;
  }
  .menu-toggle:hover,body.menu-open .menu-toggle:hover {
    color: #2E303E;
  }

  i.eicon-menu-bar .menu-toggle:hover i.eicon-menu-bar{padding: 0;}
}
@media (max-width: 766px){
  .header-main {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  header.header {
    padding: 20px 20px 20px 20px;
  }

  .logo {
    width: 76%;
  }

  .custom-mobile-primary {
    top: 91%;
  }

  .custom-menu-primary {
    width: 12%;
  }

  .header-search {
    width: 12%;
    text-align: center;
    justify-content: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer_copyright {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px 0px 0px;
  color: #fff;
  text-align: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: 2px;
}

.footer-bottom {
  background-color: #2e303e;
}
.footer_copyright a {
  color: rgba(255,255,255,0.7);
}

footer.footer {
  background-color: #3F4257;
  padding: 50px 0px 30px 0px;
  text-align: left;
  color: #fff;
}

footer.footer h2{
  color: #fff;
}

.footer__container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-column {
  width: 25%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-column-inner {
  padding: 10px;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  font-size: 15px;
}

.footer-logo {
  width: 100%;
}

.footer-column-inner .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.footer-column-inner p {
  line-height: 1.7em;
}

.footer-logo>div {
  margin: 0px 0px 70px 0px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-column-inner>div {
  width: 100%;
  height: auto;
}


.footer-logo img.hs-image-widget {
  vertical-align: middle;
  display: inline-block;
  max-width: 200px;
}



.footer .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0px 0px 40px 0px;
}

.footer .hs-menu-wrapper ul li {
  padding-bottom: calc(20px/2);
  font-size: 16px;
  font-weight: 300;
  margin-top: calc(20px/2);
  line-height: 1.7em;
}

.footer .hs-menu-wrapper ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 0;
}

.footer .hs-menu-wrapper ul li:last-child {
  padding: 0;
}

.footer .hs-menu-wrapper ul li:first-child {
  margin: 0;
}

.footer-column.column__two {
  width: 19%;
}

.footer-column.column__three {
  width: 31%;
}

.footer-column-inner p a {
  color: rgba(255,255,255,0.7);
}


.top-footer-txt {
  padding-bottom: 20px;
}
.footer .hs-menu-wrapper ul li a:hover {
  color: #FFFFFF82;
}

.footer_copyright a:hover {
  color: rgba(255,255,255,0.7);
}
@media (max-width: 1023px){
  footer.footer {
    padding: 50px 20px 50px 20px;
  }
  .footer-bottom {
    padding: 30px 20px 10px 20px;
  }
  .footer-bottom {
    padding: 10px 20px 10px 20px;
    background-color: #2E303E;
  }

  .footer-column.column__one {
    width: 30%;
  }

  .footer-column.column__one {}

  .footer-column.column__two {
    width: 16%;
  }

  .footer-column.column__three {
    width: 27%;
  }

  .footer-column.column__four {
    width: 27%;
  }
}
@media (max-width: 766px){
  .footer-bottom {
    padding: 30px 20px 20px 20px;
  }

  footer.footer {
    padding: 35px 20px 35px 20px;
  }

  .footer__main {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-column {
    width: 100% !important;
  }

  .footer-column-inner {
    padding: 0;
  }

  .footer-column.column__one {
    margin: 0px 0px 50px 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.blog-header {
  margin-top: 60px;
}

.blog-header__inner {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
  padding: 10px;
}

.blog-header__inner h1 {
  line-height: 1.4em;
}

hr.separator {
  border-top: none;
  height: 3px;
  width: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #27bebe;
  text-align: center;
  border-radius: 3px;
  border: 0;
}

.blog-header h4 {
  font-size: 22px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  font-family: "Nunito", sans-serif;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.content-wrapper.blog-top-section {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 10%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 7px 7px 7px 7px;
  border-radius: 5px 5px 5px 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-top-column {
  width: 50%;
}

.inner-box {
  border-radius: 5px 0px 0px 5px;
  padding: 10px;
  /* background-color: #F6F6F9; */
  /* border-radius: 3px 3px 3px 3px; */
}
.bgcontent {
  background-color: #F6F6F9;
  border-radius: 3px 3px 3px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.topics_wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

ul.topics_wrapper li a {
  font-size: 17px;
  font-weight: 500;
  color: #2E303E;
  padding-left: 30px;
  padding-right: 30px;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  font-weight: 500;
}

span.sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 10px;
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.sub-arrow i:before {
  content: "";
}

ul.topics_wrapper li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  /* width: 12em; */
  background-color: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  background-color: #fff;
  font-size: 13px;
  margin: 0;
  list-style: none;
  transition: .4s all ease;
}

li {
  position: relative;
}

ul.topics_wrapper li:hover ul {
  opacity: 1;
  visibility: visible;
}

ul.topics_wrapper> li> a:after {
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  height: 3px;
  width: 100%;
  left: 0;
  content: "";
  bottom: 0;
  opacity: 0;
  background-color: #27BEBE;
}

ul.topics_wrapper> li> a:hover:after {
  opacity: 1;
}

ul.topics_wrapper ul li a {
  white-space: nowrap;
  border-left: 8px solid transparent;
}

.blog-search {
  width: 100%;
}

.blog-search  .hs-search-field__bar {
  margin: 0;
  padding: 0;
  background: #eceeef;
  background-color: #F6F6F9;
  max-width: 100%;
}

.blog-search .hs-search-field__bar form {
  min-height: 44px;
}

.blog-search input.hs-search-field__input {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 17px;
  font-weight: 500;
  padding-left: calc(44px / 3);
  padding-right: calc(44px / 3);
  width: 100%;
  color: #2E303E;
  border-radius: 3px;
  min-height: 44px;
  padding-left: 45px;
}

.blog-search input.hs-search-field__input::placeholder {
  color: #2E303E;
  opacity: 1;
}
.hs-search-field__bar button svg {
  display: none;
}

.blog-search button {
  color: #2E303E;
  padding: 0;
  padding-left: calc(44px / 3);
  background: none;
  border: 0;
  opacity: .6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.blog-search button span {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.blog-search input.hs-search-field__input:focus{
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden;
  border: 0 solid transparent;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
  border-color: rgb(39, 190, 190);
}
.blog-search button span:before {
  content: "\f002";
}
ul.topics_wrapper li ul {
  width: 100%;
}

ul.topics_wrapper ul li a:hover {
  background-color: rgba(39, 190, 190, 0.12941176470588237);
}
.blog-search input.hs-search-field__input:focus {
  outline: none;
}
.blog-search .hs-search-field__bar form {
  position: relative;
}
.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 10px 15px;
}
.blog-breadcrumb {
  max-width: 1260px;
  margin: 0 auto;
  padding: 10px;
  line-height: 1.5;
}

p.heading-title {
  color: #858AA7;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  padding: 0px 0px 0px 5px;
  line-height: 1.4em;
}

p.heading-title a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.blog-header h4 {
  letter-spacing: 0;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: unset;
  padding: 10px;
}

.post-item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 35px;
}

.blog-index__post-inner-card {
  background-color: #F6F7F9;
  min-height: 520px;
  border-radius: 3px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  overflow: hidden;
}

a.featured-image-wrapper {
  margin-bottom: 20px;
  display: block;
  position: relative;
  display: block;
  width: 100%;
}

.featured-image {
  padding-bottom: calc( 0.5 * 100% );
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.featured-image img {
  width: calc(100% + 1px);
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%,-50%);
  -ms-transform: scale(1.01) translate(-50%,-50%);
  transform: scale(1.01) translate(-50%,-50%);
  max-width: 100%;
  transition: all 0.5s;
}
.topic {
  /* position: absolute; */
  /* top: 0; */
  background: #818a91;
  color: #fff;
  font-size: 12px;
  padding: .6em 1.2em;
  line-height: 1;
  font-weight: 400;
  background-color: #0074B2;
  border-radius: 5px;
  margin: 20px;
  text-transform: uppercase;
}

.blog-index__post-inner-card {
  position: relative;
}

.lisiting-wrapper {
  right: 0;
  position: absolute;
  top: 0;
  display: flex;
}
.post-content {
  padding-top: 20px;
  padding: 0 30px;
  padding-top: 20px;
}

h3.post-title {
  color: #2E303E;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 50px;
}

h3.post-title a {
  color: #2E303E;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5em;
}

a.read-more-btn {
  position: absolute;
  bottom: 0;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1.5;
}

.blog-index__post-inner-card.no-image {
  min-height: auto;
}

.blog-index__post-inner-card.no-image .post-content {
  padding-top: 100px;
}
.blog-pagination {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 4em;
  width: 100%;
}

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

a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled,
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  color: #2E303E;
}

a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {}

.blog-pagination a:hover {
  color: #336;
}
.blog-bottom-section {
  background-color: #27BEBE;
  background-image:url(https://6884768.fs1.hubspotusercontent-na1.net/hubfs/6884768/raw_assets/public/Remsoft_January_2021/images/resources-test.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 80px 50px 60px 50px;
  position: relative;
  color: #fff;
}

.blog-bottom-title {
  text-align: center;
  margin-bottom: 20px;
}

.blog-bottom-title h2 {
  color: #FFFFFF;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
}

.bottom-form {
  font-size: 16px;
}

.bottom-form-inner {
  padding: 0px 15px 0px 15px;
}

.bottom-form-inner p {
  font-size: 19px;
  font-weight: 300;
  color: #2E303E;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.bottom-form-inner p a {
  color: #fff;
  color: rgba(255,255,255,0.7);
}

.form-wrapper {
  padding-top: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.form-wrapper .hs_cos_wrapper_type_form {
  background: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.form-wrapper  .hs-input {
  width: 100%;
  max-width: 100%;
}

.form-wrapper  input.hs-button.primary.large {
  background: #0074b2;
  border-color: #0074b2;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}
.blog-listing {
  overflow-x: hidden;
}
.blog-search input.hs-search-field__input {
  border: 0 solid transparent;
  padding-left: 46px;
  border-width: 0px 0px 2px 0px;
}

.blog-search button {
  top: -1px;
}
.form-wrapper .actions {
  margin: 0;
  padding: 0;
  margin-bottom: 13px;
  padding: 17px 0 0;
}
.background-overlay {
  background-color: transparent;
  background-image: linear-gradient(
    330deg
    , #27BEBE 0%, #0074B2 89%);
  opacity: 0.66;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.blog-pagination {
  margin-top: -35px;
}
.blog-bottom-section .page-center {
  position: relative;
}
.featured-image:after {
  display: block;
  content: "";
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
  background-image: linear-gradient(
    0deg
    ,rgba(0,0,0,.35),transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}



.blog-index__post-inner-card:hover .featured-image:after {
  opacity: .5;
}
 .featured-image:hover img{
  transform: scale(1.02) translate(-50%,-50%);
}

.blog-post-header {
  margin-top: 75px;
}

.blog-post-header .content-wrapper {
  max-width: 960px;
}

.post-blog-breadcrumb {
  text-align: center;
}

.post-blog-breadcrumb p {
  line-height: 1.7em;
  padding: 0;
}

.post-title-wrap {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3em;
  text-align: center;
}

.blog-post__title {
  color: #2e303e;
  font-family: Montserrat;
  font-size: 35px;
  font-weight: ;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0;
  padding: 0px 0px 10px 0px;
}

ul.post-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.post-info li {
  margin: 1px;
  font-size: 16px;
  margin-right: 0;
  line-height: 1.7em;
}

span.author {
  margin-right: 10px;
  margin-left: 15px;
  display: inline;
}

.blog-post-page {
  margin-top: 30px;
}

.blog-post-page .content-wrapper {
  max-width: 840px;
}

.blog-social-share-wrapper {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #E8E9EE;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 0px 0px 0px;
  margin: 0px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
}

.blog-social-icons {
  display: flex;
}

.icons-container {
  /* display: flex; */
}

.social-share-text p {
  margin: 7px 0px 0px 0px;
}

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

.social-icon-item {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}
.icons-container {
  display: flex;
}

span.share-btn__icon i {
  font-size: 1.8em;
}

span.share-btn__icon {
  font-size: 10px;
}

.blog-social-share-wrapper {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 6px 0px 0px 0px;
}

span.share-btn__icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-recent-posts__list {
  display: flex;
  margin: 0 -15px;
  width: unset;
}

.rec-post--small {
  width: 33.33%;
  padding: 0 15px;
}
.rec-post--small  .blog-index__post-inner-card.post {
  min-height: 100%;
  border-radius: 5px;
}

.rec-post--small  .blog-index__post-content.blog-index__post-content--small {
  padding: 20px 30px 0;
}

.rec-post--small  .blog-index__post-content.blog-index__post-content--small h2,
.rec-post--small  .blog-index__post-content.blog-index__post-content--small h2 a {
  margin-bottom: 41px;
  color: #2E303E;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.rec-post--small .featured-image {
  padding-bottom: calc( 0.65 * 100% );
}

.rec-post--small .featured-image img {
  height: 100%;
}
.recent-post-title-wrapper {
  padding-bottom: 20px;
}

.recent-post-title {
  padding: 50px 0px 15px 0px;
}

.recent-post-title h2 {
  line-height: 1.4em;
  font-size: 25px;
  margin: 0;
}
a.blog-post__tag-link {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 17px 10px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #f6f6f9;
  color: #858AA7;
  white-space: nowrap;
  line-height: 1.7;
}

.blog-post__tags {
  color: #fff;
}

a.blog-post__tag-link:hover {
  color: #0074B2;
}
.custom_blog_next-previous.clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0px 30px 0px;
}

.custom-previous {
  width: calc(50% - .5px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-next {
  width: calc(50% - .5px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

span.post-navigation__prev--label {
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

span.post-navigation__next--label {
  font-family: "Montserrat", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.custom-previous a {}

.custom_blog_next-previous.clearfix a {
  color: #858AA7;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}


.blog-recent-posts__list {
  overflow-x: hidden;
}

.inner_Rec_post {
  overflow: hidden;
}
.blog-post-header {
  overflow-x: hidden;
}
.icons-container a ,
.icons-container a:hover{
  color: rgba(46, 48, 62, 0.9);
}
.post-blog-breadcrumb p.heading-title a {
    color: #2e303e;
    font-weight: 300;
}
@media (max-width: 1023px){
  .rec-post--small {
    width: 50%;
  }

  .blog-recent-posts__list {
    flex-wrap: wrap;
  }

}
@media (max-width: 870px){
  .blog-post-page .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px){
  .blog-header__inner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-top-column.one-column {
    display: none;
  }

  .blog-top-column {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .blog-breadcrumb {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-listing .content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .post-item {
    width: 100%;
  }
  .blog-post-header .content-wrapper {
    max-width: 500px;
  }

  .blog-post-page .content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .blog-post-page{
      padding: 0 10px;
  }
  .rec-post--small {
    width: 100%;
  }
  .rec-post--small:not(:last-child){
    margin-bottom:30px;
  }
  .blog-bottom-section .page-center {
    max-width: 500px;
    margin-left: auto;
    margin-right: 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 10px;
  text-align: center;
  position: relative
}

.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-family: Lato,sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #f3f6f9;
  z-index: -1
}

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

.error-page_heading {
  margin-bottom: 1rem
}

.backup-emal .page-header h1:after {
  display: none
}

.systems-page {
  padding: 30px 10px;
}

.custom-email p.header {
  padding: 20px 10px;
  margin: 20px 0
}

.custom-email .subscribe-options {
  margin-bottom: 20px
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 650px;
  max-width: 100%;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4f7d24;
  padding: .1rem .75rem
}
ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
}
input[type="password"],.systems-page .hs_cos_wrapper_type_email_simple_subscription .hs-input {
  height: auto !important;
  margin-top: 0 !important;
  display: block;
  margin-bottom: 10px;
  padding: 10px
}

.systems-page label {
  display: inline-block;
  margin-bottom: 5px
}
.form-input-validation-message ul {
    margin: 0;
}
.hs-search-results {
  margin-top: 2rem
}

ul.hs-search-results__listing li {
  margin-bottom: 2rem
}

.form-input-validation-message ul {
  padding: 0
}

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

@media(max-width: 767px) {
  .systems-page .hs-button {
    float:none
  }
  .systems-page h1 {
    font-size: 28px;
  }

  .systems-page h2 {
    font-size: 22px;
  }
  .systems-page .success {
    width: 100%
  }
}