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

.dnd-section {
  padding: 0 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: 0;
  padding-right: 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.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "Museo-W01-700";
  src:url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/ICMS_October_2020/fonts/3b3d99a2-6b36-4912-a93e-29277020a5cf.eot") format("eot"),
      url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/28d74e9b-4ea9-4e3c-b265-c67a72c66856.woff") format("woff"),
        url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/b432b4e1-014a-4ed8-865c-249744f856b0.ttf") format("truetype"),
          url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/8e63fd1e-adc9-460e-9ef7-bbf98ee32a71.svg") format("svg");
            }

@font-face {
  font-family: "Oswald-ExtraLight";
  src:url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/ICMS_October_2020/fonts/GwZ_PiN1Aind9Eyjp868E_Y6323mHUZFJMgTvxaG2iE.eot") format("eot"),
    url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/GwZ_PiN1Aind9Eyjp868E1tXRa8TVwTICgirnJhmVJw.woff2") format("woff2"),
      url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/GwZ_PiN1Aind9Eyjp868Ez8E0i7KZn-EPnyo3HZu7kw.woff") format("woff"),
        url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/GwZ_PiN1Aind9Eyjp868E6CWcynf_cDxXwCLxiixG1c.ttf") format("truetype"),
          url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/font.svg") format("svg");
            }

@font-face{
  font-family:"Avenir-LT-W01_35-Light1475496";
  src:url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/ICMS_October_2020/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot") format("eot"),
    url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),
      url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),
        url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"),
          url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg") format("svg");
            }

@font-face {
  font-family: "Helvetica-W01-Light";
  src: url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/ICMS_October_2020/fonts/717f8140-20c9-4892-9815-38b48f14ce2b.eot") format("eot"),
    url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/03805817-4611-4dbc-8c65-0f73031c3973.woff") format("woff"),
      url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/d5f9f72d-afb7-4c57-8348-b4bdac42edbb.ttf") format("truetype"),
        url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/05ad458f-263b-413f-b054-6001a987ff3e.svg") format("svg");
          }

@font-face{
  font-family:"Avenir-LT-W01_85-Heavy1475544";
  src:url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/ICMS_October_2020/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot") format("eot"),
    url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),
      url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),
        url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"),
          url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg") format("svg");
            }

@font-face {
  font-family: "Futura-LT-W01-Book";
  src: url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/ICMS_October_2020/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot") format("eot"),
    url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"),
      url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"),
        url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype"),
          url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/dc423cc1-bf86-415c-bc7d-ad7dde416a34.svg") format("svg");
            }

@font-face {
  font-family: "Didot-W01-Italic";
  src: url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/ICMS_October_2020/fonts/9c2cfd19-472b-4ef5-ad73-43eee68dc43b.eot") format("eot"),
    url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/abe3d3a9-c990-459f-9407-54ac96cd2f00.woff2") format("woff2"),
      url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/09a4b57b-7400-4d30-b4ba-d6e303c57868.woff") format("woff"),
        url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/a0cb08d5-975f-4c8d-bcdc-d771a014d92a.ttf") format("truetype"),
          url("//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/fonts/86d60a09-e8f8-4003-b688-0f8a2aba6532.svg") format("svg");
            }

html {
  font-size: 24px;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;
  line-height: 0.9;
  letter-spacing: 0.05em;
}

h2 {
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: normal;
}

h3 {
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: normal;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  letter-spacing: 0.08em;
  line-height: normal;
}

h5 {
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: normal;
}

h6 {
  font-size: .9rem;
  letter-spacing: 0.08em;
  line-height: normal;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.3em;
  margin-left: 40px;
  letter-spacing: normal;
}

ul li,
ol li {}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  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-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
  margin-bottom: 15px;
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  padding: 5px;
  min-height: 45px;
  text-align:center;
  width:100% !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 {
  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 {
  margin-top: .5rem;
  color: #1B99E8 !important;
}

input[type="password"],
.hs-search-field__input,
form select,
form textarea,
.hs-input  {
  border: 2px solid rgba(179, 192, 211, 1);
  color: #33475b;
  margin: 0;
  width: 100% !important;
  min-height: 36px;
  box-sizing: border-box;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  box-shadow: 0 0px 0px transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px;
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  margin-bottom: 12px;
  outline:none;
}


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

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

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

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

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

.hs-error-msgs label {
  color: #1B99E8;
  font: normal 14px 'Helvetica Neue', Helvetica, sans-serif;
  max-width: 60%;
  margin: 0;
  min-height: 14px;
}

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}


.custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
  display: block;
  text-align: right;
  margin-right: -15px;
}

.custom-menu-primary .hs-menu-wrapper > ul li {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul li a {
  padding: 0 11.6px;
  font: normal normal normal 18px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
  display: inline-block;
  line-height: 50px;
  transition: color 0.4s ease 0s;
}

.custom-menu-primary .hs-menu-wrapper > ul li ul {
  position: absolute;
  left: auto;
  margin-left: 0;
  right: -3px;
  display: none;
  margin-top:7px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font: normal normal normal 18px/1.4em avenir-lt-w01_85-heavy1475544,sans-serif;
  padding: 0 .5em;
  white-space: nowrap;
  line-height: 33px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li:not(:first-child) {
  border-top: 1px solid transparent;
}

.custom-menu-primary .hs-menu-wrapper > ul li ul:before {
  content: "";
  width: 100%;
  height: 26px;
  position: absolute;
  top: -26px;
}


@media (max-width:1000px) {

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-size: 16px;
  }

}


@media (min-width:768px){

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


}



@media (max-width:767px) {

  .header--toggle.header__navigation--toggle svg line.style-jofz6f0f_line1 {
    -webkit-animation-name: style-jofz6f0f_tiny-menu-open-squeeze-1-reverse;
    animation-name: style-jofz6f0f_tiny-menu-open-squeeze-1-reverse;
  }

  .header--toggle.header__navigation--toggle svg line.style-jofz6f0f_line2 {
    -webkit-animation-name: style-jofz6f0f_tiny-menu-open-squeeze-2-reverse;
    animation-name: style-jofz6f0f_tiny-menu-open-squeeze-2-reverse;
  }

  .header--toggle.header__navigation--toggle svg line.style-jofz6f0f_line3 {
    -webkit-animation-name: style-jofz6f0f_tiny-menu-open-squeeze-3-reverse;
    animation-name: style-jofz6f0f_tiny-menu-open-squeeze-3-reverse;
  }

  .custom-menu-primary .hs-menu-wrapper {
    top: 0px;
    cursor: pointer;
    z-index: 1005;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow-y: hidden;
    pointer-events: none;
    position: fixed;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s -webkit-transform step-end;
    transition: 0.3s -webkit-transform step-end;
    transition: 0.3s transform step-end;
    transition: 0.3s transform step-end, 0.3s -webkit-transform step-end;
    min-height: 100%;
    background-color: rgba(175, 203, 224, 1);
    overflow-y: auto;
    overflow-x: hidden;
    display:none;
  }
  
  body.mobile-open {
    position: fixed;
    width: 100%;
  }

  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    pointer-events: inherit;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
    display:block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 80px;
    padding-bottom: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    letter-spacing: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    padding: 10px 20px;
    text-align: center;
    border-bottom: 3px solid transparent;
    color: #081423 !important
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul li ul:before{
    display:none;
  }

  .child-trigger:after {
    content: '\ff0b';
    color: #081423;
    padding: 10px 16px 10px 20px;
    position: relative;
    display: inline-block;
    margin-left: -22px;
    width: 58px;
    text-align: right;
    font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a {
    padding-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 22px 0 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-bottom:3px solid transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 22px 0 22px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children > span > a {
    padding-left: 0;
    border: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul li ul{
    margin-top:0;
  }


  /*   Mobile Trigger  */

  .header--toggle.header__navigation--toggle {
    z-index: 9999;
  }

  .mobile-open .header--toggle.header__navigation--toggle svg line.style-jofz6f0f_line1 {
    -webkit-animation-name: style-jofz6f0f_tiny-menu-open-squeeze-1;
    animation-name: style-jofz6f0f_tiny-menu-open-squeeze-1;
  }

  .mobile-open .header--toggle.header__navigation--toggle svg line.style-jofz6f0f_line2 {
    -webkit-animation-name: style-jofz6f0f_tiny-menu-open-squeeze-2;
    animation-name: style-jofz6f0f_tiny-menu-open-squeeze-2;
  }

  .mobile-open .header--toggle.header__navigation--toggle svg line.style-jofz6f0f_line3 {
    -webkit-animation-name: style-jofz6f0f_tiny-menu-open-squeeze-3;
    animation-name: style-jofz6f0f_tiny-menu-open-squeeze-3;
  }

  .header--toggle.header__navigation--toggle.mobile-close svg line.style-jofz6f0f_line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0;
  }

  @-webkit-keyframes style-jofz6f0f_tiny-menu-open-squeeze-1 {
    0% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @keyframes style-jofz6f0f_tiny-menu-open-squeeze-1 {
    0% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @-webkit-keyframes style-jofz6f0f_tiny-menu-open-squeeze-1-reverse {
    100% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @keyframes style-jofz6f0f_tiny-menu-open-squeeze-1-reverse {
    100% {
      -webkit-transform: translateY(0.5px);
      transform: translateY(0.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(45deg);
      transform: translateY(8.5px) rotate(45deg);
    }
  }

  @-webkit-keyframes style-jofz6f0f_tiny-menu-open-squeeze-2 {
    0% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @keyframes style-jofz6f0f_tiny-menu-open-squeeze-2 {
    0% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @-webkit-keyframes style-jofz6f0f_tiny-menu-open-squeeze-2-reverse {
    100% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @keyframes style-jofz6f0f_tiny-menu-open-squeeze-2-reverse {
    100% {
      -webkit-transform: translateY(16.5px);
      transform: translateY(16.5px);
    }

    50% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px) rotate(-45deg);
      transform: translateY(8.5px) rotate(-45deg);
    }
  }

  @-webkit-keyframes style-jofz6f0f_tiny-menu-open-squeeze-3 {
    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotateX(90deg);
      transform: translateY(8.5px) rotateX(90deg);
    }
  }

  @keyframes style-jofz6f0f_tiny-menu-open-squeeze-3 {
    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    100% {
      -webkit-transform: translateY(8.5px) rotateX(90deg);
      transform: translateY(8.5px) rotateX(90deg);
    }
  }

  @-webkit-keyframes style-jofz6f0f_tiny-menu-open-squeeze-3-reverse {
    100% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }
  }

  @keyframes style-jofz6f0f_tiny-menu-open-squeeze-3-reverse {
    100% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

    0% {
      -webkit-transform: translateY(8.5px);
      transform: translateY(8.5px);
    }

  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: static !important;
    width: 100%;
    background: transparent !important;
    font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    padding: 10px 20px;
    text-align: center;
    font-size: 90%;
    letter-spacing: 2px;
    line-height:1.503em;
    border: none;
  }

  .child-open .child-trigger:after {
    content: "\ff0d";
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper>ul li.active-branch span > a {
    color: #1B99E8 !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.active span > .child-trigger:after, 
  .custom-menu-primary .hs-menu-wrapper>ul li.active-branch span > .child-trigger:after {
    color: #1B99E8;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul li ul li {
    width: 100%;
  }



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

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

.full-width-layout {}

.full-width-layout p {
  margin-bottom: 0;
}

.full-width-layout ul {}

.full-width-image-sec .span5.dnd-column {
  margin-left: 0;
}

.full-width-image-sec .span5.dnd-column img.hs-image-widget {
  object-position: 50% 50%;
  width: 247px;
}

.full-width-image-sec .span6.dnd-column img.hs-image-widget {
  object-position: 50% 50%;
  width: 283px;
}

.full-width-image-sec .span5.dnd-column {
  width: auto;
  margin-left: 0;
  margin-left: 10.8%;
}

.full-width-image-sec .span6.dnd-column {
  margin-left: 7.1%;
  width: auto;
}

.full-width-layout .dnd-section > .row-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.full-width-image-sec .span5.dnd-column div.widget-type-linked_image{
  padding-bottom: 42px;
  padding-top: 44px;
}

.website-banner .row-fluid [class*="span"] {
  min-height: 0;
}

/*  Contact */

.website-layout h5 {
  font-size: 29px;
  font-family: verdana,geneva,sans-serif;
  color: #0C3C60;
  text-align: center;
  margin: 0;
  line-height: 1.25;
  letter-spacing: normal;
}

.website-layout .hs-form-field > label {
  display: none;
}

.website-layout fieldset {
  max-width: 100% !important;
}

.website-layout fieldset.form-columns-2 .hs_firstname > .input {
  margin-right: 17px !important;
}

.website-layout fieldset .input {
  margin-right: 0 !important;
}

.website-layout .hs-form {
  max-width: 868px;
  margin: 64px auto;
  padding: 0 7px 0 13px;
}

.website-layout .hs-form textarea {
  min-height: 150px;
  margin-bottom: 7px;
}

/*  Home */

.hm-full-wit-cnt h5 {
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  color: #39729B;
  font-size: 67px;
  font-weight: bold;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  padding: 0 20px;
}

/* Services */

.serv-pg-mn-sec {
  text-align: center;
}

.serv-pg-mn-sec p {
  margin: 0;
  color: #062134;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 22px;
}

.serv-pg-mn-sec .hs_cos_wrapper_type_linked_image {
  max-width: 774px;
  width: 100%;
  display: block;
  margin-top: 87px;
}

/* Conference */

.confer-banner-section .span6.dnd-column {
  margin-left: 0;
  width: 50%;
  padding-bottom: 139px;
}

.confer-banner-section .span6.dnd-column:last-child {
  padding-left: 34px;
  padding-right: 15px;
}

.confer-banner-section h2 {
  font-size: 69px;
  font-style: italic;
  color: #0C3C60;
  font-weight: normal;
  font-family: didot-w01-italic,serif;
  line-height: 0.97;
  max-width: 377px;
  margin: 177px 0px 24px;
}

.confer-banner-section p {
  font-family: oswald-extralight,oswald,sans-serif;
  color: #0C3C60;
  font-size: 23px;
  line-height: 1.6;
  margin: 0;
}

.confer-banner-section .span6.dnd-column:last-child .dnd-row {
  max-width: 465px;
}

.confer-slider-area .slider-item-content p {
  color: #2F4D46;
}

.confer-slider-area .slider-item-title h3 {
  font-size: 38px;
}

.kd-animated[data-animation-delay="200"] {
  animation-delay: 0.2s;
}
.kd-animated[data-animation-delay="400"] {
  animation-delay: 0.4s;
}
.kd-animated[data-animation-delay="600"] {
  animation-delay: 0.6s;
}

.content-animated .dnd-section>.row-fluid {
  opacity: 0;
  transition: opacity 2s ease-out;
}

.content-animated.animate .dnd-section>.row-fluid {
  opacity:1;
}

.serv-icons-area.fade-animated .cnt-wit-bckgr-item{
  opacity: 0;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0)
}

.serv-icons-area.fade-animated.animate__fadeInLeft .cnt-wit-bckgr-item{
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all .5s  ease;
}

.serv-icons-area.fade-animated.animate__fadeInLeft .cnt-wit-bckgr-item:nth-child(1),
.serv-icons-area.fade-animated.animate__fadeInLeft .cnt-wit-bckgr-item:nth-child(2),
.serv-icons-area.fade-animated.animate__fadeInLeft .cnt-wit-bckgr-item:nth-child(3){
  transition-delay:.5s;
}

.serv-icons-area.fade-animated.animate__fadeInLeft .cnt-wit-bckgr-item:nth-child(4),
.serv-icons-area.fade-animated.animate__fadeInLeft .cnt-wit-bckgr-item:nth-child(5),
.serv-icons-area.fade-animated.animate__fadeInLeft .cnt-wit-bckgr-item:nth-child(6){
  transition-delay:.7s;
}

.serv-icons-area.fade-animated.animate__fadeInLeft .cnt-wit-bckgr-item:nth-child(7),
.serv-icons-area.fade-animated.animate__fadeInLeft .cnt-wit-bckgr-item:nth-child(8),
.serv-icons-area.fade-animated.animate__fadeInLeft .cnt-wit-bckgr-item:nth-child(9){
  transition-delay:.9s;
}

.hs-error-msgs label {
  padding-bottom: 10px;
  width:100%;
}

@media (max-width:1000px) {

  .website-layout .hs-form {
    padding-right: 13px;
  }

  .website-layout h5 {
    padding-right: 6px;
  }

}


.website-layout .dnd-section {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width:767px) {

  .full-width-layout .dnd-section {
    padding:0;
    padding-top: 29px !important;
    padding-bottom: 0 !important;
  }
  
  .hs-landing-page .body-container__website {
    padding-left: 20px;
    padding-right: 20px;
  }


  .full-width-layout .body-container__website {
    /*     text-align: center; */
  }

  .homepg-layout .dnd-section{
    padding-left:0;
    padding-right:0;
  }

  .full-width-layout .body-container__website p span {
    font-size: 14px !important;
    line-height: 1.15em !important;
  }

  .full-width-layout .body-container__website p {
    font-size: 14px !important;
    line-height: normal !important;
    /*     text-align: center; */
  }

  .full-width-layout ul {
    font-size: 14px;
  }

  .full-width-layout .dnd-section>.row-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .full-width-image-sec .span5.dnd-column img.hs-image-widget {
    width: 172px;
    height: 68px !important;
    margin: 0 auto;
  }

  .full-width-image-sec .span5.dnd-column,
  .full-width-image-sec .span6.dnd-column {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .full-width-image-sec .span5.dnd-column div.widget-type-linked_image {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 0;
  }

  .full-width-image-sec .span6.dnd-column img.hs-image-widget {
    width: 200px;
    height: 128px !important;
    object-fit: cover;
  }

  .full-width-image-sec .span1.dnd-column *, 
  .full-width-image-sec .span1.dnd-column {
    min-height: 0;
  }

  /*   Contact */

  .website-layout h5 {
    font-size: 15px;
    padding: 0 33px;
    line-height: normal;
  }

  .website-layout fieldset.form-columns-2 .hs_firstname>.input {
    margin-right: 0 !important;
  }

  .website-layout fieldset .input input {
    width: 100% !important;
    min-height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .website-layout .hs-form {
    padding: 0 25px;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .website-layout .dnd-section {
    padding: 0;
    padding-top: 15px !important;
  }

  .website-layout fieldset.form-columns-2 > div {
    width: 100% !important;
  }

  /*    */

  .hm-pg-mn-sec .dnd-section {
    padding-bottom: 0 !important;
  }

  .hm-full-wit-cnt h5 {
    font-size: 28px;
  }

  .hm-full-wit-cnt {
  }

  .hm-full-wit-cnt .dnd-section {
    padding: 45px 0px 34px 0 !important;
  }

  .hm-cnt-wit-icn .dnd-section {
    padding-top: 12px !important;
  }

  /*    */

  .serv-pg-mn-sec .dnd-section {
    padding-top: 10px !important;
    padding-bottom: 31px !important;
  }

  .serv-pg-mn-sec p {
    font-size: 14px;
  }

  .serv-pg-mn-sec .hs_cos_wrapper_type_linked_image {
    margin-top: 30px;
    padding: 0 5px;
  }

  /*    */

  .confer-banner-section .span6.dnd-column {
    width: 100%;
  }

  .confer-banner-section .span6.dnd-column:first-child {
    display: none;
  }

  .banner-area .dnd-section {
    margin-top: 0 !important;
    /*     margin-bottom: 27px !important; */
    padding-top: 0 !important;
  }

  .confer-banner-section h2 {
    font-size: 40px;
    margin: 20px 0px 20px 0;
  }

  .confer-banner-section .span6.dnd-column:last-child {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
  }

  .confer-banner-section p {
    line-height: 1.6em;
  }

  .serv-pg-mn-sec .dnd-section > .row-fluid {
    max-width: 100%;
    padding: 0 5px;
  }

  .con-lis-sec-title-inn h5 {
    margin-bottom: 21px;
  }

  .confer-slider-area .slider-item-title h3 {
    font-size: 27px;
  }

  .serv-banner-section .banner-area .dnd-section {
    margin-bottom: 0 !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.header__navigation.header--element {
  max-width: 858px;
  margin: 29px 0px 34px calc((100% - 980px) * 0.5);
  width: calc(100% - 0px);
}

.header__container {
  display: flex;
}

/* Styles for the Logo */

.header__logo {}

.header__logo img {
  width: 72px !important;
  height: 50px;
}

.header__logo .logo-company-name {}

.header__logo--main {}

.header--toggle.header__navigation--toggle {
  display: none;
}

.header__logo {
  margin-top: 29px;
  margin-bottom: 34px;
  padding-left: 22px;
  font-size: 0;
  position: relative;
  z-index: 999;
}

.header__logo a {
  display: inline-block;
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {}

  .header__container {
    display: block;
  }
  
  .lp-header .header__logo.header__logo--main {
    margin-bottom: 44px;
  }

  .header__logo.header__logo--main {
    margin: 31px 0px -17px 0;
    padding: 0;
    text-align: center;
  }

  .header__logo img {
    width: 92px !important;
    height: 66px;
  }

  .header--toggle.header__navigation--toggle {
    border-radius: 4px;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 40px;
    min-height: 40px;
    background-color: transparent;
    border: solid 0px rgba(218, 237, 255, 1);
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    cursor: pointer;
    margin-top: 0px;
    text-decoration: none;
  }

  .header--toggle.header__navigation--toggle svg {
    width: 20px;
    overflow: visible;
    stroke-width: 2px;
    stroke: rgba(8, 20, 35, 1);
    height: 17px;
    padding-top: 0.5px;
    stroke-linecap: flat;
    stroke: rgba(8, 20, 35, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: stroke;
    transition-property: stroke;
  }

  .mobile-open .header--toggle.header__navigation--toggle svg {
    height: auto;
    width: 17px;
  }

  .header--toggle.header__navigation--toggle svg line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0;
  }


  .header__navigation.header--element {
    width: 50px;
    height: 51px;
    position: relative;
    margin: 0px 0px 10px 0;
    left: 81.1%;
  }


}


header.header {
  position: relative;
  z-index: 9;
}

/*  mobile dots */

.style-jopu93o0 {
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    right: 16px;
    bottom: 17px;
    width: 50px;
    height: 50px;
    z-index: 50;
    position: fixed;
}

.style-jopu93o0overlay {
  background-color: #fff;
  opacity: .9;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  will-change: opacity;
  width: 100% !important;
  left: 0 !important;
}

.style-jopu93o0_closed .style-jopu93o0overlay {
  opacity: 0;
  pointer-events: none;
}

.style-jopu93o0controlButton {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 138, 252, 1);
  fill: #FFFFFF;
  border: 0px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  box-sizing: border-box;
  padding: 0;
  line-height: normal;
  outline:none;
}

.style-jopu93o0 div[data-quick-action="notifications"] {
  background-color: #fe2020;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-animation: style-jopu93o0_notify-chat 0.4s ease-in-out;
  animation: style-jopu93o0_notify-chat 0.4s ease-in-out;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 1px;
  position: absolute;
}

.style-jopu93o0controlButton .style-jopu93o0_dots {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: calc(50px - (2 * 0px));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


.mobile-icons .style-jopu93o0_closed .style-jopu93o0overlay {
    opacity: .9;
}

.mobile-icons .style-jopu93o0actionsContainer {
    display: block !important;
}

.mobile-icons .style-jopu93o0_closed:not(.style-jopu93o0_action-count-1) .style-jopu93o0actionsContainer a[data-quick-action="action"] {
    padding: 0;
    pointer-events: auto;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    will-change: opacity;
    position: relative;
    display: block;
    margin: 0 auto 14px;
    opacity: 1;
}


.style-jopu93o0controlButton .style-jopu93o0_dots li {
  font-size: 10px;
}

.style-jopu93o0_closed .style-jopu93o0controlButton .style-jopu93o0_dots li:before {
  background: #FFFFFF;
  content: '';
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 27px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.style-jopu93o0_closed .style-jopu93o0controlButton .style-jopu93o0_dots li.style-jopu93o0firstDot:before, 
.style-jopu93o0_closed .style-jopu93o0controlButton .style-jopu93o0_dots li.style-jopu93o0secondDot:before {
  margin-right: 3px;
}

.style-jopu93o0actionsContainer {
  bottom: 0;
  pointer-events: none;
  min-height: 50px;
  min-width: 50px;
  position: absolute;
}

.style-jopu93o0_closed:not(.style-jopu93o0_action-count-1) .style-jopu93o0actionsContainer a[data-quick-action="action"] {
  pointer-events: none;
  opacity: 0;
  height: 0;
  width: 0;
  margin-bottom: 14px;
  -webkit-transition-property: opacity, height, width, margin-bottom;
  transition-property: opacity, height, width, margin-bottom;
  -webkit-transition-duration: .3s, 0s, 0s, 0s;
  transition-duration: .3s, 0s, 0s, 0s;
  -webkit-transition-delay: 0s, .3s, .3s, .3s;
  transition-delay: 0s, .3s, .3s, .3s;
}

.style-jopu93o0actionsContainer a[data-quick-action="action"]:nth-of-type(1) {
  -webkit-transition: opacity .3s .32s;
  transition: opacity .3s .32s;
}

.style-jopu93o0actionsContainer a[data-quick-action="action"] div[data-quick-action="icon"] {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  border: 0px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
}



.style-jopu93o0actionsContainer a[data-quick-action="action"] {
  padding: 0;
  pointer-events: auto;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  will-change: opacity;
  position: relative;
  display: block;
  margin: 0 auto 14px;
}

.style-jopu93o0actionsContainer a[data-quick-action="action"] div[data-quick-action="icon"] svg {
  height: 17px;
  width: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.style-jopu93o0actionsContainer a[data-quick-action="action"] div[data-quick-action="text"] {
  font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.2px;
  position: absolute;
  max-width: 160px;
  top: 50%;
  left: -16px;
  -webkit-transform: translate(-100%, -15px);
  transform: translate(-100%, -15px);
  padding: 6px 8px;
  color: #1d2d3c;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px #ccc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.style-jopu93o0actionsContainer a[data-quick-action="action"]:nth-last-of-type(1) {
  margin-bottom: 66px !important;
}

.mobile-icons .style-jopu93o0controlButton .style-jopu93o0_dots li.style-jopu93o0thirdDot:before {
  width: 17px;
  height: 3px;
  margin-right: 0;
  -webkit-transform: translate(-8.5px, -2px) rotate(45deg);
  transform: translate(-8.5px, -2px) rotate(45deg);
}

.mobile-icons .style-jopu93o0controlButton .style-jopu93o0_dots li.style-jopu93o0secondDot:before {
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}


.mobile-icons .style-jopu93o0controlButton .style-jopu93o0_dots li.style-jopu93o0firstDot:before {
  width: 17px;
  height: 3px;
  -webkit-transform: translate(8.5px, -2px) rotate(-45deg);
  transform: translate(8.5px, -2px) rotate(-45deg);
}

.mobile-icons .style-jopu93o0_closed .style-jopu93o0controlButton .style-jopu93o0_dots li.style-jopu93o0firstDot:before,
.mobile-icons .style-jopu93o0_closed .style-jopu93o0controlButton .style-jopu93o0_dots li.style-jopu93o0secondDot:before{
  margin:0;
}

@media (min-width:768px) {

  .style-jopu93o0{
    display:none;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

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

.footer:after, .footer:before {
  content: "";
  display: table;
}

.footer:after {
  clear: both;
}

.footer__copyright p {
  font-size: 14px;
  font-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
  margin-bottom: 60px;
}

.footer__copyright {
  padding-left: 64px;
}

.footer__main {
  padding-top: 47px;
}

.footer__main .container-fluid > div.footer-left-cont {
  max-width: 328px;
  float: left;
}

.footer__main .container-fluid > .footer-right-cont {
  max-width: 362px;
  float: left;
  margin-left:23.4%;
  width: 100%;
}

.footer__main .container-fluid {
  padding: 0 62px;
}

.footer-left-cont {
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  padding-left: 1px;
}

.footer_form_btm-img ul li img {
  width: 186px;
}

.footer_form_btm-img ul li + li img {
  width: 158px;
}

.footer-left-cont p {
  font-family: verdana,geneva,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 23px;
}

.footer-left-cont h6 {
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #313E4F;
  line-height: normal;
  font-size: 17px;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  margin-bottom: 19px;
  margin-top: 1px;
}

.footer-left-cont h6 + p {
  margin: 37px 0px 49px 0;
  display: inline-block;
  line-height: normal;
  letter-spacing: normal;
}

.social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.social-icons ul li {
  width: 36px;
  height: 36px;
  margin-bottom: 0;
  margin-right: 14px;
  display: inline-block;
}

.social-icons ul li a {
  font-size: 0;
  display: inline-block;
  line-height: 0;
}

.footer-left-cont h6 a {
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
}

.footer-left-cont h6 + p {
  margin: 37px 0px 49px 0;
  display: inline-block;
}

.footer_form_btm-img ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_form_btm-img ul li {
  display: inline-block;
  vertical-align: top;
}

.footer_form_btm-img ul li + li {
  margin: 31px 0px 10px 0;
}

.footer_form .form-title {
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  letter-spacing: 0.03em;
  color: #313E4F;
  font-family: avenir-lt-w01_85-heavy1475544,sans-serif;
  line-height: normal;
  margin-bottom: 17px;
}

.footer_form .hs-form-field > label {
  display: none;
}

.footer_form input[type="text"], .footer_form input[type="email"], .footer_form textarea {
  padding: 5px;
  border: none;
  border-bottom: 1px solid rgba(20, 20, 20, 1);
  color: #313E4F;
  margin: 0 0 5px;
  width: 100%;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  font: normal normal normal 14px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  margin-bottom: 12px;
  height: auto;
  min-height: auto;
}

.footer_form textarea {
  height: 128px;
  resize: none;
  overflow: hidden;
  margin: 0 0 7px;
}

.footer_form {
  margin-bottom: 79px;
}

.footer_form .hs-form-field {
  margin-bottom: 0;
}

.footer_form .form-columns-2 {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%; */
}

.footer_form .form-columns-2 .hs_email {
  margin-right: 30px;
}

.footer_form .form-columns-2 > div {
  width: 45.8% !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  /* width: auto !important;
  float: none !important; */
}

.footer_form .form-columns-2 .hs-form-field .input {
  margin: 0;
}

.footer_form input.hs-button {
  color: #141414;
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  background: transparent;
  padding: 0;
  text-align: center;
  margin: 0;
  min-height: auto;
  outline:none;
  border: 0;
}

.footer_form .actions {
  text-align: center;
  line-height: 0;
}

.footer_form_btm-img {
  margin-bottom: 59px;
}

.footer_form .hs-form-field .input {
  margin-right: 0 !important;
}

.footer_form input[type="text"]::-webkit-input-placeholder,
.footer_form input[type="email"]::-webkit-input-placeholder,
.footer_form textarea::-webkit-input-placeholder{
  color: #313E4F;
}

.footer_form ul.hs-error-msgs label {
  color: #C71212;
  font: normal 14px 'Helvetica Neue', Helvetica, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}


.footer_form .hs-input.invalid.error {
  font: normal normal normal 14px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  color: #C71212;
  border-bottom: 1px solid #C71212;
}

.footer_form .hs-input.invalid.error::-webkit-input-placeholder {
  color: #C71212;
}


@media (max-width:950px) {

  .footer__main .container-fluid {
    padding: 0 15px;
  }

  .footer__main .container-fluid > .footer-right-cont {
    margin-left: 14.4%;
  }


}

@media (min-width:768px) {
  .footer_form_btm-img ul li+li {
  margin: 31px 0px 10px 8px;
  }
}

.main-home .footer_form ul.hs-error-msgs label {
    color: #C71212 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.social-icons ul li img {
    width: 36px;
    height: 36px;
}
}
@media (max-width:767px) {

  .footer__copyright {
    padding-left: 24px;
  }

  .footer__copyright p {
    margin-bottom: 11px;
    padding: 20px 0px 11px 0;
  }

  .footer_form_btm-img ul {
    display: flex;
    flex-direction: column-reverse;
  }

  .footer_form_btm-img ul li img {
    width: 132px;
  }

  .footer_form_btm-img ul li + li img {
    width: 110px;
    height: 44px;
    object-fit: cover;
  }

  .footer__main .container-fluid > .footer-right-cont {
    margin-left: 0;
    max-width: 100%;
  }

  .footer_form_btm-img {
    margin: 0px 0px 43px 0;
    padding-left: 80px;
  }

  .footer_form_btm-img ul li + li {
    margin: 0px 0px 11px 6px;
  }

  .footer_form {
    margin-bottom: 62px;
    padding: 0 14px 0 6px;
  }

  .footer_form textarea {
    height: 110px;
  }

  .footer_form input[type="text"], .footer_form input[type="email"] {
    min-height: 35px;
    line-height: 35px;
    margin-bottom: 12px;
    width: 100% !important;
  }

  .footer_form .form-title {
    margin-bottom: 8px;
  }

  .footer__main .container-fluid > div.footer-left-cont {
    max-width: 100%;
    padding-left: 9px;
    padding-bottom: 58px;
  }

  .footer__main {
    padding-top: 0;
  }

  .footer-left-cont h6 {
    margin: 28px 0px 19px 0;
  }

  .footer-left-cont h6 + p {
    margin: 0px 0px 17px 0;
  }

  .footer-left-cont p {
    margin-bottom: 40px;
  }

  .footer_form fieldset {
    max-width: 100% !important;
  }

  .footer_form .form-columns-2 > div {
    width: 100% !important;
  }
  
  .social-icons ul{
    line-height: 0;
  }

  .social-icons ul li {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  
}
/* ******************************************************************************
*********************************************************************************
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;
  padding: 0;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.custom-advanced-search ul.hs-search-field__suggestions li {
  padding: 5px;
  font-size: 16px;
}


.custom-advanced-search .hs-search-field__input::-webkit-input-placeholder {
  color: #0c3c60;
  opacity: .4;
}

.search-toggle svg {
  padding-top: 6px;
}

.search-open .search-toggle svg {
  padding: 0;
}

/*  Posts */

.nav__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid 0;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*===================*/


.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
  padding-top: 16px;
}

.post-listing .post-item {
  padding: 16px 16px 22px;
  width: 100%;
  font: normal normal normal 16px/1.4em wfont_02251b_fef1cb51542e4a04935e268eb252b10d,wf_fef1cb51542e4a04935e268eb,orig_avenir_lt_std_45_book;
}


.post-listing .post-item .post-item-inner {
  background-color: transparent;
  font-family: raleway,sans-serif;
  line-height: normal;
  font-size: 16px;
  line-height: normal;
  color: #31302c;
  display: flex;
  border: 1px solid #ddd;
  border-color: rgba(175, 203, 224, 0.75);
}

.hs-featured-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 31.3%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  background-image: none;
  max-width: 284px;
}

.hs-featured-image-wrapper img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.hs-featured-image-wrapper img {
  display: none !important;
}

.blog-post-body-sec {
  padding: 24px 36px;
  line-height: normal;
  width: calc(100% - 286px);
  display: flex;
  flex-direction: column;
  font: normal normal normal 16px/20px helvetica-w01-light,helvetica-w02-light,sans-serif;
}

.feature-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.byline {
  font-size: 12px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-item .byline {
  padding-bottom: 12px;
}

.byline .byline-left-col {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.byline-right-col {
  margin: 0 -9px 0 3px;
}

.byline .byline-author-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  font-size: 14px;
  height: 34px;
}

.byline .byline-author-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.post-auth-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: no-repeat 50%;
  background-size: cover;
  overflow: hidden;
  display: block;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

.byline-date {
  color: #000;
  padding-left: 10px;
}

p.post-auth-name {
  margin: 0;
}

.post-item .byline-date p {
  font-family: inherit;
  color: #000;
  height: 19px;
  display: flex;
  align-items: center;
}

span.sep-dot {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.post-item .byline-date .date, .post-item .byline-date span.sep-dot, .post-item .byline-date span.reading-minutes {
  opacity: .8;
}

.post-item .post-body p {
  line-height: 1.5;
}

/*========== share pop css ============*/
.share-icon-wrapper {
  position: relative;
}

.share-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 0;
  margin-top: 4px;
  top: -3px;
}
.custom-share-pop1 {
  display: none;
}

.share-btn svg {
  fill: #0c3c60;
}

.blog-icon-fill {
  fill: rgb(12, 60, 96);
}

span.author-icon svg.blog-icon-fill {
  fill: rgb(12, 60, 96);
}



._2hlPH {
  padding: 4px 9px;
  background: #2f2e2e;
  color: #fff;
  z-index: 1000;
  font-family: Avenir Next;
  white-space: normal;
  font-size: 12px;
  pointer-events: none;
  opacity: 0;
  visibility: visible;
  transition: 0.2s ease;
}

._1zqvt,._2hlPH {
  position: absolute
}

._3TNoA {
  top: -32px;
  line-height: 1;
}

span.author-icon:hover ._2hlPH {
  opacity: 1;
  visibility: visible;
}

._1zqvt {
  content: "";
  display: block;
  border: 5px solid transparent;
  margin: auto;
  right: 0;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  transform: rotate(180deg)
}

._1zqvt.M8oDP {
  border-bottom-color: #2f2e2e
}

.UU24v {
  content: "";
  display: block;
  position: absolute;
  border: 4px solid transparent;
  margin: auto;
  right: 0;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  transform: rotate(180deg)
}

.UU24v.M8oDP {
  border-bottom-color: #2f2e2e
}

span.author-icon:hover ._2hlPH {
  opacity: 1;
  visibility: visible;
  top: -29px;
}

.custom-share-pop1 .custom-share-pop1-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 25px 17px;
  cursor: pointer;
}

.custom-share-pop1 .custom-share-pop1-action-btn ._2Ug1X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-one-open .custom-share-pop1 {
  background-color: rgb(218, 237, 255);
}

.custom-share-pop1 .custom-share-pop1-action-btn ._3frxo.blog-icon-fill {
  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;
  width: 18px;
  height: 18px;
  fill: rgba(49,48,44,1);
}

.custom-share-pop1 .custom-share-pop1-action-btn ._2S-NA.blog-text-color.action-button__text {
  font-family: Arial;
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
  color: rgb(12, 60, 96);
  line-height: normal;
}

.custom-social-share-popup-wrapper {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.share-pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background-color: #000;
}

.share-pop-close-btn {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 9;
}

.custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  transform: translateY(-50px);
  transition: all .4s;
  opacity: 0;
}

.share-pop-close-btn svg {
  fill: #fff !important;
  fill-rule: evenodd;
}

.custom-social-share-popup-wrapper .custom-social-share-pop {
  width: 100%;
  max-width: 452px;
  background-color:rgb(218, 237, 255);
}

/* .custom-social-share-popup-wrapper .custom-social-share-pop {
max-width: 296px;
} */

.custom-social-share-pop .custom-social-share-pop-col-inner {
  color: rgb(12, 60, 96);
  font-size: 28px;
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: normal;
  padding: 60px;
}

.shre-link-box-pop {
  display: none;
}

.custom-social-share-pop .share-pop-title {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}

.pop-sharebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pop-sharebox span {
  margin-right: 38px;
}

.pop-sharebox span:last-child {
  margin: 0;
}

.blog-index.post-listing {
  padding-bottom: 10px;
}

.pop-sharebox a {
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #4464a3;
  text-align: center;
}

.pop-sharebox a svg {
  fill: #fff;
  vertical-align: middle;
  height: 100%;
}

.pop-sharebox a._1ie6c {
  background: #55acee;
}

.pop-sharebox a._2kU7C {
  background: #0077b5;
}

.pop-sharebox a._3WNXk {
  background: #333;
}

.pop-one-open .custom-share-pop1 {
  display: block;
  position: absolute;
  top: 22px;
  z-index: 900;
  right: 16px;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
}


.pop-two-open .custom-social-share-popup-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all .4s
}

.pop-two-open .custom-social-share-popup-wrapper .custom-social-share-pop-inner {
  transform: translateY(0);
  opacity: 1
}


.sharelink-pop-open .shre-link-box-pop {
  display: block;
}
.sharelink-pop-open .shre-post-linkbox {
  display: none;
}
.shre-link-box-pop .shre-link-box-pop-input-wrap {
  margin-bottom: 30px;
  position: relative;
  height: 40px;
}
.shre-link-box-pop input[type="text"] {
  background: transparent;
  -moz-appearance: none;
  color: #31302c;
  line-height: normal;
  position: relative;
  top: -3px;
  top: -1px;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  color: rgb(12, 60, 96);
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;

}
.shre-link-box-pop input[type="text"]:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
}
.shre-link-box-pop .input-border {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: #000000;
  height: 40px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
}
.shre-link-pop-btns-grp {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.shre-link-pop-btns-grp .shre-link-pop-btns-item {
  padding: 0 12px;
  text-align: center;
  flex: 0 0 auto;
}
.shre-link-pop-btns-grp .blog-btn {
  padding: 0 24px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: normal;
  font-size: 14px;
  font-style: inherit;
  text-decoration: inherit;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  text-align: center;
  justify-content: center;
  color: rgb(27, 153, 232);
  border-color: rgb(27, 153, 232);
  font-weight: normal;
}
.shre-link-pop-btns-grp .blog-btn.copy-btn {
  background-color: #377DBD;
  color: rgb(218, 237, 255);
  border: 0;
  background-color: rgb(27, 153, 232);
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: 400;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.shre-link-pop-btns-grp {
  font-weight: bold;
}
/*========== share pop css endss  ============*/

.post-item.no-img .blog-post-body-sec {
  width: 100%;
}

.post-item .post-header h2 {
  color: rgb(12, 60, 96);
  margin-bottom: 12px;
  font: normal normal normal 28px/35px helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: normal;
  text-align: left;
}

.post-body.clearfix {
  font: normal normal normal 16px/1.4em wfont_02251b_fef1cb51542e4a04935e268eb252b10d,wf_fef1cb51542e4a04935e268eb,orig_avenir_lt_std_45_book;
  line-height: 1.5;
  opacity: .8;
  color: #000;
}

.post-item-footer {
  font: normal normal normal 16px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  margin-top: 5px;
  border-top: 1px solid rgba(0,0,0,0.2);
  padding-top: 15px;
  font-size: 12px;
  line-height: normal;
  margin-top: auto;
  margin-bottom: 0;
  margin-top: 36px;
}

.post-item-footer a {
  opacity: .8;
  color: #000;
  font-weight: normal;
}

.byline-author {
  display: flex;
  align-items: center;
  height: 19px;
  max-width: 100%;
}

.byline-author {}

.byline-author span.author-name {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  font: normal normal normal 16px/20px helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  font-size: 12px;
  color: rgb(12, 60, 96);
}

span.author-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.byline-date {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  font-size: 12px!important;
  max-width: 100%;
}
.byline-meta {
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.byline-date:first-child {
  padding-left: 0;
}

.byline-meta .date {
  color: rgb(12, 60, 96);
}

.reading-minutes {
  color: rgb(12, 60, 96);
}

span.sep-dot {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  align-self: center;
  margin: 0 8px;
  background-color: rgb(0, 0, 0);
}

.byline-meta span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.listing-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listing-link {
  height: 80px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.listing-link a {
  text-decoration: none;
}


.custom-advanced-search .hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-advanced-search ul.hs-search-field__suggestions {
  max-width: 500px;
  border-color: #ccc !important;
}

.custom-advanced-search ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 99;
}

.custom-advanced-search form {
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  max-width: 200px;
  margin-left: auto;
  text-align: right;
  width: 19px;
  margin-right: 16px;
  /*   height: 16px; */
}


span.search-toggle {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  cursor: pointer;
  fill: rgb(12, 60, 96);
}

.custom-advanced-search .hs-search-field__input {
  transition: all .5s ease;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  height: auto;
  padding-right: 20px;
  max-width: 100%;
  display: none;
  background: transparent !important;
  position: relative;
  top: 0;
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  text-decoration: none;
  line-height: normal;
  min-height: auto;
  margin-bottom: 5px;
  margin-top: 10px;
}

.custom-advanced-search .hs-search-field__input {
  color: rgb(12, 60, 96);
}

.custom-advanced-search .close-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto -5px auto 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: none;
}

.custom-advanced-search .close-search svg {
  opacity: .8;
  fill: rgb(12, 60, 96);
}


.custom-advanced-search form:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: all .5s ease;
  background-color: #000;
  bottom: 0;
  position: relative;
  margin-top: -2px;
}

.search-open .custom-advanced-search .hs-search-field__input {
  padding-right: 20px;
  display: inline-block;
  outline: none !important;
}

.search-open .custom-advanced-search form:after {
  opacity: .5;
}

.search-open span.search-toggle {
  position: absolute;
  margin-top: 6px;
}

.search-open .custom-advanced-search .close-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-open .custom-advanced-search form {
  width: 200px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/*=========== Post Page css ===========*/

.blog-post-page.blog-section {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 18px/22px avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
}

.custom-post-blog-section {
  padding: 60px;
  border: 1px solid rgba(175, 203, 224, 0.75);
  font-weight: 400;
  margin-top: 20px;
  border-color: rgba(175, 203, 224, 0.75);
  font: normal normal normal 18px/22px helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: normal;
}

.blog-post-content-wrap {
  background-color: rgb(218, 237, 255);
  max-width: 980px;
  margin: 0 auto;
  float: none;
  padding: 0 20px 20px;
}

.blog-post-wrapper.cell-wrapper {
  max-width: 740px;
  margin: 0 auto;
}

.section.post-header h2 {
  font: normal normal normal 40px/50px helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: normal;
  color: rgb(12, 60, 96);
  margin: 0;
  padding: 0;
  margin-top: 27px;
  text-align: left;
}

.section.post-header h2 strong {
  font-weight: inherit;
}

.byline.post-byline-wrap {
  padding-bottom: 0;
}

.section.post-header {
  margin-bottom: 25px;
}

.post-feat-img .share_pinterest {
  display: none;
}


p.post-meta-date {
  font: normal normal normal 18px/22px avenir-lt-w01_35-light1475496,sans-serif;
  line-height: 1.5;
  font-size: 14px;
  opacity: .8;
  padding-bottom: 3px;
}

.post-follow-us-wrapper {
  border-top: 1px solid rgba(175, 203, 224, 0.75);
  border-bottom: 0px solid rgba(175, 203, 224, 0.75);
  margin-top: 58px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}

.rec-col-1 h3 {
  font: normal normal normal 18px/22px helvetica-w01-light,helvetica-w02-light,sans-serif;
  color: rgb(12, 60, 96);
  font-size: 18px;
  line-height: 29px;
}

.rec-col-1 {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 29px;
}

a.blog-link-hover-color.GPfYj {
  font: normal normal normal 18px/22px helvetica-w01-light,helvetica-w02-light,sans-serif;
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}

a.blog-link-hover-color.GPfYj:hover {
  color: rgb(27, 153, 232);
}

.custom-bolg-bottom-share-grp {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.custom-blog-post-share-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(49,48,44,1);
}

ul.listDark,
ul.simpleLIst {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}

ul.listDark li,
ul.simpleLIst li {
  list-style-type: disc;
  margin-left: 3em;
  line-height: inherit;
}

ul.listDark li:not(:last-child) ,
ul.simpleLIst li:not(:last-child) {
  margin-bottom: 8px;
}

ul.listDark li {
  font-weight: 700;
}

.post-follow-us-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-blog-post-share-icon-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-author-bio a.author-link:hover,
.listing-link ul li a:hover {
  color: rgb(27, 153, 232);
}

.custom-blog-post-share-icon-wrap svg{}

/*===============================*/

.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop {
  opacity: 1;
  visibility: visible
}

.sharelink-pop-open2 .custom-social-share-popup-wrapper.bottom-share-link-pop .custom-social-share-pop-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop {
  display: block;
}

.custom-social-share-popup-wrapper.bottom-share-link-pop .shre-link-box-pop {
  display: block;
}

.blog-post-page .share-pop-title {
  text-align: left;
}

.blog-post-page .share-pop-title {
  display: flex;
  align-items: center;
  font-weight: normal;
}

.blog-post-page .share-pop-title span {
  margin-left: 12px;
}

.custom-blog-post-share-icon-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-blog-post-share-icon-wrap ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0;
}

.custom-blog-post-share-icon-wrap ul li+li {
  margin-left: 30px;
}

.custom-blog-post-share-icon-wrap svg {
  fill: rgb(12, 60, 96);
}


.hs-blog-post .post-body a {
  word-break: break-word;
  color: rgb(27, 153, 232) !important;
}
.post-body a {
  color: rgb(27, 153, 232) !important;
}

.blog-post-page.blog-section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.post-listing span.sep-dot::after {
  margin: 0 5px
}


.fancybox-is-open .fancybox-bg {
  background: #000;
  opacity: 1 !important
}

.fancybox-button--close svg {
  width: 26px;
  height: 26px
}

.fancybox-toolbar button {
  opacity: 0;
  pointer-events: none
}

.fancybox-toolbar .fancybox-button--close {
  background: #000;
  opacity: .6;
  right: 20px;
  top: 20px;
  pointer-events: all
}

.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important
}

.fancybox-toolbar .fancybox-button--close {
  border-radius: 4px !important
}

.fancybox-toolbar .fancybox-button--close:hover {
  opacity: 1 !important
}


.share-btn:hover svg {
  fill: rgba(27,153,232,100);
}
/*==========*/

.rec-inner-wrapper {
  display: flex;
  margin: 0 -17px;
}

.rec-post-item {
  width: 100%;
  flex: 1 1 100%;
}

.rec-post-item-inner {
  margin: 0 17px;
  height: auto;
  max-width: 100%;
  border: 1px solid;
  border-color: rgba(175, 203, 224, 0.75);
  background: transparent;
}

.rec-feat-img {
  width: 100%;
}

.rec-post-body {
  height: auto;
  padding: 24px;
}

.post-itm-bg {
  padding-top: 56.25%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.rec-post-footer {
  font-size: 12px;
  color: inherit;
  padding-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.20);
  margin: auto 0 0;
  font: normal normal normal 18px/1.75em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
}

.rec-post-body h4 {
  font: normal normal normal 40px/50px helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: normal;
  font-size: 18px;
  color: rgb(12, 60, 96);
}

.rec-post-body h4 a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
}

.rec-post-body h4 a:hover {
  color: rgb(27, 153, 232);
}
.rec-post-slider-wrap {
  padding-top: 40px;
}

.rec-post-footer a {
  color: #000;
}

.rec-post-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: auto;
  padding: 24px;
  background-color: transparent;
}

.rec-post-content {
  font: normal normal normal 40px/50px helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: normal;
}

.rec-post-footer {
  margin-top: auto;
  font-size: 12px!important;
}

.post-feat-img {
  margin-bottom: 25px;
}

.post-feat-img img {
  display: block;
}


.fancybox-slide--image {
  padding: 0 !important;
}
/*========== ========*/
.sec-post-body {
  margin-top: 25px;
}

.sec-post-body p{
  margin-bottom:27px;
}

.sec-post-body  h3 {
  font: normal normal normal 22px/27px raleway,sans-serif;
  line-height: normal;
}

.post-body p {
  font-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
  line-height: 1.5;
  margin-bottom: 33px;
}
.post-body a {
  font-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
  color: rgb(12, 60, 96);
}

.sec-post-body h2,
.sec-post-body h3,
.sec-post-body p {
  line-height: 1.5;
}

.sec-post-body h2 {
  text-align: left;
  margin-bottom: 27px;
}

.sec-post-body p.divir {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 14px;
  height: 29px;
  line-height: normal;
  text-align:center;
}

p.divir span {
  display: none;
}

p.divir svg {
  width: 100%;
  height: 100%;
  position: relative;
  top: -2px;
}

p.divir svg line {
  display: block;
  stroke: currentColor;
  stroke-width: 1;
  shape-rendering: crispEdges;
}

.pre-wrap {
  margin: 0 18px;
  margin-right: calc((100% - 740px)/2 + 60px);
  margin-left: calc((100% - 740px)/2);
  padding: 0.1px 0;
}

pre {
  background-color: rgba(0,0,0,.05);
  padding: 2px 25px;
  margin: 0;
  white-space: pre-wrap;
  font-family: Inconsolata,Menlo,Consolas,monospace;
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0;
}

.section.post-body {
  font: normal normal normal 22px/27px helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: 1.5;
  color: rgb(12, 60, 96);
}

.post-body h3 {
  font: normal normal normal 28px/35px helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: 1.5;
  color: rgb(12, 60, 96);
  font-weight: 700;
}

a.img-pop.fancybox img {
  display: block;
}

.body-imag {
  display: block;
  overflow: hidden;
}

p.divir + .body-imag a.img-pop.fancybox {
  margin-top: 0;
}

.pre-wrap + p.divir {
  margin-top: 0;
}

p.divir + .pre-wrap pre {
  margin-top: 0;
}

.body-imag + p.divir {
  margin-top: 0;
}

a.share_facebook:hover svg {
  fill: #4464a3;
}

a.share_twitter:hover svg {
  fill: #55acee;
}

a.share_googleplus:hover svg {
  fill: #0077b5;
}
/* 
span.zoomIcon svg {
height: 40px;
width: 40px;
position: absolute;
top: 0;
z-index: 10;
color: #fff;
display: none;
background-image: radial-gradient(circle,rgba(0,0,0,.3),rgba(0,0,0,.1),rgba(0,0,0,.01),transparent);
right: 0;
} */

/* .body-imag:hover span.zoomIcon svg {
display: block;
pointer-events: none;
}
*/

.body-imag a {
  position: relative;
}

.post-body blockquote {
  font: normal normal normal 24px/30px avenir-lt-w01_35-light1475496,sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: calc((100% - 740px)/2 + 60px);
  margin-left: calc((100% - 740px)/2);
  padding: 10px 20px 10px 18px;
  border-left-width: 2px;
  border-color: rgb(170, 188, 191);
  color: rgb(0, 0, 0);
  line-height: 1.5;
}

.post-body blockquote + .body-imag a.img-pop.fancybox {
  margin-top: 0;
}

.post-body p a u {
  color: rgb(27, 153, 232);
}

.post-body ol {
  margin: 15px 0;
  padding: 0;
}

.post-body ol li {
  margin-left: 3em;
  line-height: 1.5;
  margin-bottom: 8px;
  counter-reset: ol0;
  list-style-type: none;
  position: relative;
  counter-increment: li;
}

.post-body ol li:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
  content: counter(ol);
  content: counter(li) ". ";
  counter-increment: ol;
  left: -51px;
  position: absolute;
  text-align: right;
  width: 40px;
}

p.divir svg.dotted {
  stroke-dasharray: 4 4;
}

.body-imag + .body-imag a.img-pop.fancybox {
  margin-top: 0;
}

a.img-pop.fancybox img {
  margin-left: auto;
  margin-right: auto;
}

.body-imag  +.pre-wrap pre {
  margin-top: 0;
}

.post-body p em u {
  font-weight: bold;
}

.post-body.clearfix {
  margin-bottom: 24px;
  overflow: hidden;
}

.post-body.clearfix p {
  margin: 0;
}

.item-body-txt {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.post-body.clearfix {
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  flex: 1;
  padding: 0;
  overflow: hidden;
}


.item-body-txt {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.cm-blog-inner-content > a {
  display: flex;
  flex-direction: column;
  height:100%;
}

.post-body.clearfix:after,.post-body.clearfix:before {
  content: none;
}

.rec-post-body {
  opacity: 0.8;
}

.rec-post-footer a {
  color: #000 !important;
}

.post-header {
  height: 100%;
}

/*======================*/

.blog-section .content-wrapper {
  background-color: rgb(218, 237, 255);
  padding: 0 32px;
}

.listing-top {}

.listing-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.listing-link ul li {
  display: flex;
  align-items: center;
}

.listing-link ul li + li {
  margin-left: 40px;
}

.listing-link ul li a {
  color: rgb(12, 60, 96);
  font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
  line-height: normal;
}

.blog-post-page .byline-author-sec {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.post-author-bio {
  color: rgb(12, 60, 96);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.author-avtar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: no-repeat 50%;
  background-size: cover;
  overflow: hidden;
}

.author-avtar-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.author-avtar {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

.author-name {
  padding-left: 12px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  color: rgb(12, 60, 96);
}


.dot-sep {
  background-color: rgb(12, 60, 96);
  margin: 0 8px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  align-self: center;
}

.blog-post-page .byline-date {
  font: normal normal normal 18px/22px helvetica-w01-light,helvetica-w02-light,sans-serif;
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: inherit;
  position: static;
  font-size: 14px !important;
  color: rgb(12, 60, 96);
  opacity: .8;
}


.post-author-bio a.author-link {
  font-family: helvetica-w01-light,helvetica-w02-light,sans-serif;
}

.listing-link ul li.active-topic a {
  color: rgb(27, 153, 232);
}

.blog-post-body-sec .author-name {
  padding-left: 0;
}
.fancybox-is-open .fancybox-bg {
  background: #fff;
}

.fancybox-slide.fancybox-slide--image {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.body-imag span.zoomIcon svg {
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 11
}

.body-imag:hover span.zoomIcon svg {
  opacity: 1
}

.body-imag a {
  display: block;
  width: 100%;
  max-width: 740px;
}

.body-imag span.zoomIcon {
  height: 28px;
  width: 28px;
  position: absolute;
  top: 12px;
  z-index: 10;
  background-color: #fff;
  border-radius: 30px;
  right: 12px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.body-imag:hover span.zoomIcon {
  opacity: 1
}

.body-imag {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px
}
.fancybox-navigation .fancybox-button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 100px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; 
  cursor: pointer;
  font-size: 40px;
  opacity: .9 !important;
}
.fancybox-button--arrow_left:before{
  background: url(//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/images/fancy-left-arrow.svg)  no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  transform: rotate(-180deg);
}
.fancybox-button--arrow_right:before{
  background: url(//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/images/fancy-right-arrow.svg)  no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}
.fancybox-button[disabled] {
  opacity: 0 !important;
}
.fancybox-button--arrow_right {
  right: 0; }

.fancybox-button--arrow_left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-button--arrow_right::after,
.fancybox-button--arrow_left::after {
  left: 0; 
}
.fancybox-navigation .fancybox-button svg {
  display: none;
}

.fancybox-navigation .fancybox-button {
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0 !important;
  top: 50% !important;
}
.fancybox-navigation .fancybox-button[disabled] {
  opacity: 0 !important;
}
.fancybox-toolbar .fancybox-button--close {
  opacity: 1;
  box-sizing: content-box;
  z-index: 1001;
  padding: 10px;
  position: fixed;
  right: 28px;
  top: 17px;
  background: transparent;
  width: 27px;
  height: 27px;
  color: #000 !important;
  border: hidden;
  cursor: pointer;
}

button.fancybox-button.fancybox-button--fsenter,
button.fancybox-button.fancybox-button--fsexit {
  opacity: 1 !important;
  pointer-events: auto !important;
  background: url(//8521424.fs1.hubspotusercontent-na1.net/hubfs/8521424/raw_assets/public/ICMS_October_2020/images/fullscreen.svg);
  position: fixed;
  left: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
}

button.fancybox-button.fancybox-button--fsenter svg,
button.fancybox-button.fancybox-button--fsexit svg {
  display: none;
}
.post-body.clearfix {
  display: block;
  flex: none;
}
.post-item .post-body p {
  color: rgb(12, 60, 96);
}

a.img-pop.fancybox img {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}


@media(max-width: 767px){
  .fancybox-button {
    height: 50px;
    width: 50px;
  }

  .fancybox-slide .fancybox-image-wrap {
    padding: 0;
  }

  img.fancybox-image {
    padding: 0 45px 20px;
    height: auto;
  }

  .post-listing .post-item:nth-last-child(2) {
    margin-bottom: 30px;
  }
}
/*============================*/

@media (min-width: 768px){

  .custom-advanced-search ul.hs-search-field__suggestions {
    top: 109%;
    margin-top: 11px;
  }

  .custom-advanced-search form {
    margin-right: 0;
    right: 16px;
  }

  .cm-blog-inner-content a:hover *,
  .post-item-footer a:hover {
    color: rgba(27,153,232,100);
  }

  .byline-author span.author-name:hover {
    color: rgba(27,153,232,100);
  }

  .rec-post-mob {
    display: none;
  }

  li.copyLinkItem a:hover svg {
    fill: rgb(27, 153, 232);
  }

  .byline-date {
    position: relative;
    top: -4px;
  }

  .listing-top.hidden-desktop.listing-tags-search {
    display: none !important;
  }

}


@media (max-width: 1200px){
  .pre-wrap {
    margin: 0;
    overflow: hidden;
    overflow-x: auto;
  }

  .pre-wrap pre {
    width: 680px;
  }


  .post-body blockquote {
    white-space: normal;
    margin-right: 0;
    word-break: break-word;
    width: 100%;
    margin-left: 0;
    font-size: 20px;
  }

}


@media (max-width: 1139px) and (min-width: 768px){

  .blog-post-content-wrap .post-tags-search.hidden-desktop {
    display: none !important;
  }

}

@media (max-width: 767px){

  .custom-advanced-search form button {
    display: none;
  }

  .post-listing {
    margin: 0;
    padding: 0;
  }

  .post-listing .post-item {
    padding: 0;
    margin-bottom: 12px;
  }

  .post-listing .post-item+.post-item {
    padding-top: 0;
  }

  .hs-featured-image-wrapper img {
    position: relative;
    min-height: 70px;
    max-height: 600px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
  }

  .post-listing .post-item .post-item-inner {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    display: block;
    border: 0;
    cursor: default;
    position: relative;
    width: 100%;
    padding-top: 100%;
  }

  .hs-featured-image-wrapper {
    display: block;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }

  .blog-post-body-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 24px 18px;
  }

  .post-item-footer {
    border-top: 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 18px;
  }

  .post-item .post-header h2 {
    font: normal normal normal 28px/35px helvetica-w01-light,helvetica-w02-light,sans-serif;
    font-size: 28px;
    line-height: normal;
    color: rgb(218, 237, 255);
    margin: 0;
  }

  .post-body.clearfix {
    font-size: 14px;
  }

  .custom-social-share-popup-wrapper .custom-social-share-pop {
    width: calc( 100% - 24px);
    background-color: #fff;
  }

  .custom-social-share-popup-wrapper .custom-social-share-pop {
    max-width: 296px;
  }

  .custom-social-share-pop .custom-social-share-pop-col-inner {
    padding: 36px 30px;
    background-color: rgb(218, 237, 255);
  }

  .post-item.post-list.no-img .blog-post-body-sec {
    background-color: #000;
  }

  .pop-one-open .custom-share-pop1 {
    background-color: rgb(218, 237, 255);
  }

  .custom-social-share-pop .share-pop-title {
    margin: 0px 0 24px;
  }


  .shre-link-box-pop input[type="text"] {
    top: -3px;
  }

  .pop-sharebox span {
    margin-right: 24px;
  }

  .listing-tags-search {}

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

  .listing-tags-search-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
    background-color: rgb(27, 153, 232);
  }

  .listing-tags-search-wrap span.m-blog-title {
    font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    color: #daedff;
    font-size: 14px;
    position: absolute;
  }

  .custom-advanced-search {
    position: relative;
    z-index: 80;
    height: 50px;
    display: flex;
    flex-direction: column;
    transition: .5s ease;
    width: 48px;
    transition: .5s ease;
    float: right;
    margin-left: auto;
  }

  .custom-advanced-search > div {
    width: 100%;
    height: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
  }

  .custom-advanced-search .hs-search-field, .custom-advanced-search .hs-search-field>.hs-search-field__bar {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .custom-advanced-search .hs-search-field>.hs-search-field__bar {
    margin-right: -17px;
    display: flex;
    flex-direction: column;
  }

  .custom-advanced-search .hs-search-field__bar:after {
    background: transparent;
  }

  .custom-advanced-search form {
    height: 50px;
    width: auto;
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
  }

  span.search-toggle {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
    right: auto;
    left: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    fill: rgb(218, 237, 255);
    cursor: pointer;
    margin: auto 0;
  }

  .custom-advanced-search .hs-search-field__input {
    font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    color: rgb(218, 237, 255);
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  span.close-arrow-trigger {
    position: absolute;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 19px;
    left: -4px;
    top: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }

  .search-open .custom-advanced-search {
    width: 100%;
    transition: .5s ease
  }

  .search-open .custom-advanced-search form {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
  }

  .custom-advanced-search .hs-search-field__input::-webkit-input-placeholder {
    color: inherit;
    opacity: .4;
  }

  .search-open .custom-advanced-search {
    width: 100%
  }

  .search-open span.m-blog-title {
    display: none
  }

  .search-open span.search-toggle {
    left: 23px;
    margin: 0;
    width: auto;
    position: absolute;
    top: 1px;
    margin-right: 0;
    margin-left: 0;
  }

  .custom-advanced-search .hs-search-field__input {
    margin-left: 20px;
    width: calc( 100% - 20px);
  }

  .search-open .custom-advanced-search .hs-search-field__input {
    display: inline-block;
    padding-left:32px;
  }

  .custom-advanced-search form:after {
    width: calc(100% - 23px);
    right: 0;
    left: auto;
    margin: 0;
    position: absolute;
    bottom: 7px;
    background: #fff
  }

  span.close-arrow-trigger svg {
    fill: rgb(218, 237, 255);
  }

  .search-open span.close-arrow-trigger {
    opacity: 1;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    z-index: 50;
    color: #fff;
    left: -4px;
    top: 1px;
  }

  .custom-advanced-search .hs-search-field__input::-webkit-input-placeholder {
    opacity: .4;
  }

  .custom-advanced-search .hs-search-field__input:-moz-placeholder {
    opacity: .4;
  }

  .custom-advanced-search .hs-search-field__input:-ms-input-placeholder {
    opacity: .4;
  }

  .input--fill.blank button.clear-button ,
  button.clear-button {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto -5px auto 0;
    border: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent;
    cursor: pointer;
    outline: none !important;
  }

  .input--fill button.clear-button {
    opacity: 1;
    visibility: visible;
  }

  button.clear-button svg {
    opacity: .8;
    fill: rgb(255, 255, 255);
  }

  .shre-link-pop-btns-grp .blog-btn {
    padding: 0;
  }

  .shre-link-pop-btns-grp .shre-link-pop-btns-item {
    width: 50%;
  }

  .blog-pagination {
    font-size: 16px;
    margin-top: 20px;
  }

  .rec-post-desk {
    display: none;
  }

  .rec-inner-wrapper {
    display: flex;
    margin: 0 -17px;
  }

  .rec-posts-wrapper {
    margin-top: 12px;
    padding: 0
  }

  .slick-slide,.slick-slide * {
    outline: none !important
  }

  .rec-post-item-inner {
    margin: 0 6px
  }

  .rec-post-mob ul.slick-dots {
    display: flex !important;
    height: 42px;
    align-items: center;
    position: static;
    justify-content: center;
    align-items: center
  }

  .rec-post-mob .slick-dots li button {
    padding: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0;
    opacity: .2;
    background-color: #000
  }

  .rec-post-mob .slick-dots li {
    width: auto;
    margin: 0 3px;
    line-height: normal;
    height: auto
  }

  .rec-post-mob .slick-dots li.slick-active button {
    background-color: rgb(27, 153, 232);
    opacity: 1;
  }

  .rec-post-slider-wrap {
    overflow: hidden;
    padding-top: 0;
  }

  .custom-post-blog-section {
    padding-right: 0;
    padding-left: 0;
    border: 0;
    padding: 30px 0 25px;
    margin-top: 11px
  }

  .blog-inner-page-center {
    padding-left: 18px;
    padding-right: 18px;
    line-height: 1.5
  }

  .post-feat-img {
    margin: 0 -18px;
    margin-top: 15px;
    margin-bottom: 15px
  }

  .blog-post-wrapper.cell-wrapper {
    max-width: 100%;
  }

  .blog-post-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  p.post-meta-date {
    font-size: 12px;
  }

  .section.post-header h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .pre-wrap {
    margin: 0 calc(18px + 5%);
    margin-left: -18px;
    margin-right: -18px;
  }

  .sec-post-body h2 {
    font-size: 24px;
  }

  .sec-post-body {
    font-size: 16px;
  }

  .body-imag {
    margin: 0 -18px;
  }

  p.divir svg[style*="width: 40%"] {
    width: 20% !important;
  }

  p.divir {
    margin-left: -18px;
    margin-right: -18px;
  }

  .sec-post-body p {
    margin-bottom: 24px;
  }

  .sec-post-body h3 {
    font-size: 20px;
  }

  .post-follow-us-wrapper {
    border-bottom: 1px solid rgba(49,48,44,0.2);
    border-top: 0px solid rgba(49,48,44,0.2);
  }

  .section.post-body p {
    font-size: 20px;
  }

  p.divir svg {
    width: 40%;
  }

  .sec-post-body p.divir {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blog-inner-page-center.sec-post-body {
    margin-top: 19px;
  }


  .pre-wrap pre {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }


  .m-listing-tags {
    background-color: rgb(218, 237, 255);
    height: 50px;
    font-size: 14px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  ul.l_tinynav1 {
    display: none;
  }

  .m-listing-tags select {
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: 0;
    font: normal normal normal 17px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
    appearance: none;
    outline: 0;
    position: relative;
    z-index: 1;
    color: #0c3c60;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .m-listing-tags .down-arow {
    position: absolute;
    right: 18px;
    top: 16px;
    z-index: 0;
  }

  .search-toggle svg {
    padding-top: 0;
  }

  .m-listing-tags select option {
    font-size: 16px;
    font-family: Helvetica,Arial,sans-serif;
  }

  .m-listing-tags select option[value="select-header"] {
    display: none;
  }

  .m-listing-tags select option:selected{}

  .post-item .byline {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: auto;
  }

  .post-body.clearfix {
    display: none;
  }

  .feature-image {
    display: none;
  }

  .hs-featured-image-wrapper a {
    height: 100%;
    position: relative;
  }

  .byline-author span.author-name {
    color: rgb(218, 237, 255);
  }

  .byline-meta .date, .reading-minutes {
    color: rgb(218, 237, 255);
  }

  span.sep-dot {
    background-color: rgb(218, 237, 255);
  }

  .share-btn svg {
    fill: rgb(218, 237, 255);
  }

  .share-btn {
    padding-right: 3px;
  }

  .blog-index.post-listing {
    padding-bottom: 0;
  }

  .post-item.post-list.no-img .blog-post-body-sec {
    background-color: #000;
  }

  .blog-post-page .byline-date .reading-minutes {
    color: #0c3c60;
  }

  .author-avtar {
    display: none;
  }

  .post-byline-wrap {
  }

  .post-byline-wrap .byline-left-col {
    display: flex;
    align-items: center;
    max-height: 32px;
    font-size: 12px;
    line-height: 18px;
  }

  .cm-post-author {
  }

  .avtar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: no-repeat 50%;
    background-size: cover;
    overflow: hidden;
    display: block;
  }

  .avtar-img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  .byline-author-inner {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
  }

  .blog-post-page .byline-author-sec {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    font-size: 12px;
    max-width: 100%;
    align-items: unset;
    flex-wrap: inherit;
  }

  .blog-post-page .byline-date {
    align-items: inherit;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    flex-direction: row;
  }

  .post-author-bio .author-name {
    padding-left: 0;
  }

  .blog-post-page .byline-date span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
  }

  .post-body h3 {
    font-size: 24px;
  }

  .slick-dots li.slick-active button:before {
    color: rgb(12, 60, 96);
    opacity: 1;
  }

  .rec-col-1 {
    padding: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .rec-col-1 h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .section.post-body .body-imag {
    width: auto !important;
    float: none !important;
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}

.search-open .custom-advanced-search ul.hs-search-field__suggestions {
  display: block;
}
.custom-advanced-search ul.hs-search-field__suggestions {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 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;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page .hs_submit.hs-submit {
  margin-top: 15px;
}

.form-floating-alert-wrapper .form-floating-alert {
  padding: 10px !important;
}

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

@media (max-width:1024px){
  
  .error-page,
  .systems-page .content-wrapper{
    padding-left:15px;
    padding-right:15px;
  }
}

@media (max-width:1000px){
  
  .error-page a.hs-button {
    width: calc(100% - 30px) !important;
  }
  
}

@media (max-width:767px) {

  .systems-page .page-header h1 {
    font-size: 32px;
  }


  .systems-page .page-header h2 {
    font-size: 30px;
  }

}