*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.bl-sidebar {
  padding-top: 60px;
}


.body-container--blog-index .row-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}


.body-container--blog-index .col-left {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.body-container--blog-index .col-right {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.bl-sidebar .dnd-section {
  padding: 0;
}

.bl-sidebar .content-wrapper {
  padding: 0;
}

.blog-index-list {
  display: block;
}

.blogs-tag {
  padding: 30px 0;
  background: #024f9f;
  margin-bottom: 50px;
}


.blog-index-list .blog-index__post {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 0;
  padding-bottom: 20px;
  display: block;
}


.blog-index__post-image { 
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}

.blog-index-list .blog-index__post .blog-index__post-content {
  padding: 30px;
}


.blogs-tag .tag-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.blogs-tag-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}



.blogs-tag-right,
.blogs-tag-left{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.tags-filter label h3 {
  color: #fff;
  margin-top: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.75rem;
  margin-bottom: 0.875rem;
  line-height: 2.3625000000000003rem;
}

.tags-filter label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.tags-filter {
  text-align: left;
  padding-top: 0;
}


.tags-filter ul.l_tinynav1 {
  display: none;
}

.tags-filter select#tinynav1 {
  width: 250px;
  padding: 10px 20px;
  -webkit-appearance: none;
  color: #171b25;
  height: 3.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  max-width: 100%;
  font-family: Poppins;
}


.tags-filter select {
  background-image: url(https://2698649.fs1.hubspotusercontent-na1.net/hubfs/2698649/raw_assets/public/MarketingMonsoon_October2025/images/icon-select.jpg);
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
}

.hs-search-field__bar form:before {
  position: absolute;
  left: 1rem;
  bottom: 50%;
  transform: translateY(50%);
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #ccc;
  z-index: 1;
}


.blog-search form input[type=text] {
  -webkit-appearance: none;
  color: #171b25;
  height: 3.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  max-width: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1.0);
  border-color: #024F9F;
  padding: 0.5rem 2.55rem;
  position: relative;
  font-family: Poppins;
  font-weight:400;
} 



.blog-search form input[type=text]:focus {
  border-color: #B4B5B4 !important;
  box-shadow: none !important;
}



.blog-search ::-webkit-input-placeholder{
  color: #171b25;
}

.blog-index__post-content h2 {
  margin: .5rem 0;
  text-align: left;
  font-size: 23px;
  line-height: 1.45;
  font-weight: 600;
  font-family: Poppins;
  font-style: normal;
}


.blog-index__post-content a {
  color: rgba(2, 79, 159,1.0);
}

.blog-index__post-content a:hover {
  color: #C95D55;
  text-decoration: none;
}


.blog-index__post-content .post-meta {
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  line-height: 29px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
}

.blog-index__post-content .border-row {
  background: #393333;
  width: 60px;
  height: 3px;
  margin: 12px 0;
}

.blog-index__post-content span.readmore {
  position: relative;
  font-family: Open Sans;
  width: 150px;
  height: 34px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(2, 79, 159,1.0);
  border: 1px solid #024F9F;
  color: rgba(255, 255, 255,1.0);
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-index__post-content span.readmore:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}

.blog-post-header {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.blog-post__body {
  margin-top: 30px;
}


.blog-post-header h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  line-height: 3.375rem;
  color: #005aa9;
}

.meta-content_v2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: flex-start;
}

.hs-author-avatar {
  max-width: 43px;
}

.hs-author-avatar img {
  max-width: 100%;
  border-radius: 100%;
}

.content-meta {
  display: flex;
  flex-flow: column wrap;
  padding-left: 20px;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-single {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-content-wrapper {
  padding: 0;
  margin: 0;
  flex-basis: 60%;
}

.body-container--blog-post .blog-recent-posts {
  max-width: 1200px;
  padding: 2rem 0;
}

.blog-sidebar_v2 .post-featured-image.side {
  display: block;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 100%;
  height: auto;
  margin-bottom: 0;
  z-index: 3;
}

.blog-sidebar_v2 {
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
  margin-top: 0;
}

.blog-sidebar_v2 {
  padding: 0 0 3rem;
  box-sizing: border-box;
  position: sticky;
  top: 10rem;
}

.blog-post__body p{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  line-height: 29px;
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  color: #171B25;
}

.social-list{
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

ul.social-list li {
  margin: 0 5px;
  background: #000;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

ul.social-list li {
  color: #fff;
}

ul.social-list li a {
  color: inherit;
}

.about-author-sec {
  margin: 40px 0;
}

.about-author-sec h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #052634;
}

.about-author-sec h3 a.author-link {
  color: #000;
}

.about-author-sec h3 a.author-link:hover {
  color: #000;
}

.hs-author-social-links a {
  font-family: Poppins;
}

.blog-comments form .hs-form-field {
  margin-bottom: 1rem;
}


.blog-comments form  .field > label,
.blog-comments form  .form-group label {
  margin: 0 0 0.3rem;
  color: #052634;
  font-size: 0.875rem;
  font-family: Poppins;
}


.blog-comments form label {
  display: inline-block;
  font-family: Poppins;

}






.col-right .blog-recent-posts {
  padding: 2rem 0;
}

.col-right .blog-recent-posts h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 2.0rem;
  margin-bottom: 1rem;
  line-height: 2.7rem;
  color: #052634;
  margin-top: 0;
}

.col-right .blog-index__post {
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background: #ffffff;
  border: solid 1px #ddd;
}

.col-right .blog-index__post-iner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 0.3rem;
  overflow: hidden;
  line-height: 0;
}

.col-right .blog-index__post-image {
  padding: 0;
  height: 10rem;
  width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  display: block;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.col-right .blog-index__post-content {
  padding: 0;
  padding-left: 1rem;
  width: 65%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}



.col-right .blog-index__post-content h3 {
  margin-bottom: 0.5rem;
  line-height: 28px;
  position: relative;
  font-size: 18px;
  color: #052634;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  margin-top: 0;
}

.col-right .blog-index__post-content h3:after {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  background: #393333;
  width: 55px;
  height: 4px;
  border-radius: 2px;
}



.col-right .blog-index__post-content .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 16px;
  margin-top: 25px;
}

.col-right .blog-post__tags {
  color: #000;
}

.col-right .tag-link {
  font-size: .8rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
}

.col-left .post-content p {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  color: #494A52;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-bottom: 0;
}

.news-letter h3,
.post-recent-post h3{
  color: #052634;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.75rem;
  margin-bottom: 0.875rem;
  line-height: 2.3625000000000003rem;
  margin-top:0;
}



.blog-sidebar_v2 .blog-recent-posts {
  padding: 2rem 0;
}

.blog-sidebar_v2 .blog-recent-posts h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 2.0rem;
  margin-bottom: 1rem;
  line-height: 2.7rem;
  color: #052634;
  margin-top: 0;
}

.blog-sidebar_v2 .blog-index__post {
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background: #ffffff;
  border: solid 1px #ddd;
}

.blog-sidebar_v2 .blog-index__post-iner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 0.3rem;
  overflow: hidden;
  line-height: 0;
}

.blog-sidebar_v2 .blog-index__post-image {
  padding: 0;
  height: 10rem;
  width: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  display: block;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.blog-sidebar_v2 .blog-index__post-content {
  padding: 0;
  padding-left: 1rem;
  width: 65%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
}



.blog-sidebar_v2 .blog-index__post-content h3 {
  margin-bottom: 0.5rem;
  line-height: 28px;
  position: relative;
  font-size: 18px;
  color: #052634;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  margin-top: 0;
}

.blog-sidebar_v2 .blog-index__post-content h3:after {
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  background: #393333;
  width: 55px;
  height: 4px;
  border-radius: 2px;
}



.blog-sidebar_v2 .blog-index__post-content .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 16px;
  margin-top: 25px;
}


.blog-sidebar_v2 .blog-post__tags {
  color: #000;
}

.blog-sidebar_v2 .tag-link {
  font-size: .8rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
}


.blog-sidebar_v2 .post-tag ul .tag-link {
  font-size: 1rem;
}


.body-container--blog-post .blog-banner-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.3rem 0;
}

.body-container--blog-post .blog-banner-title h1 {
  color: #ffffff;
  margin: 0;
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 2.5rem;
  line-height: 3.375rem;
}

.body-container--blog-post .blog-banner-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.65);
  z-index: -1;
}




.post-tag h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.75rem;
  margin-bottom: 0.875rem;
  line-height: 2.3625000000000003rem;
  margin-top:0;
}

.post-tag ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fa-pinterest:before {
  content: "\f0d2";
}
.fa-envelope:before {
  content: "\f0e0";
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled{
  display: none !important;
}



.blog-pagi .dnd-section {
  padding: 50px !important;
}



.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  -webkit-box-flex: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  margin-top: 0;
  padding: 0 0 0 1rem !important;
  width: 65% !important;
  float: none !important;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35% !important;
  height: 10rem;
  padding: 0;
  width: 35% !important;
}

.hs-rss-item.hs-with-featured-image {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background: #ffffff;
  border: solid 1px #ddd;
}

a.hs-rss-title {
  margin-bottom: 0.5rem;
  line-height: 28px;
  position: relative;
  font-size: 18px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

/* a.hs-rss-title:after{
  position: absolute;
  left: 0;
  bottom: -7px;
  content: "";
  background: #393333;
  width: 55px;
  height: 4px;
  border-radius: 2px;
} */

.hs-rss-byline {
  opacity: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 16px;
  margin-top: 10px;
  font-size:100% !important;
}



.hs-rss-byline {
  color: rgba(2, 79, 159,1.0) !important;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px !important;
  cursor: pointer;
}

.hs-rss-byline:hover {
  color: #C95D55 !important;
}

.blog-recent-rss {
  padding: 2rem 0;
}

.blog-recent-rss h3 {
  color: #052634;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 2.0rem;
  margin-bottom: 1rem;
  line-height: 2.7rem;
  margin-top: 0;
}

.col-left .post-content p{
  line-height:28.8px;
}


.body-container--blog-index .row-listing .col-right .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  padding-top: 8px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
}

.row-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.featured-image .hs-rss-item-image-wrapper {
  display: inline-block;
  width: 20%;
}

.featured-image .hs-rss-item-text {
  width: 80%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}

.featured-image {
  display: flex;
  justify-content: space-between;
}


.featured-image .hs-rss-byline {
  display: block;
  opacity: .7 !important;
  font-size: 85% !important;
  color: #171b25 !important;
  line-height: 28.8px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
}


.featured-image a.hs-rss-title {
  line-height: 28px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
}

.featured-image a.hs-rss-title:after {
  display: none;
}


.cm-white-border-box {
  margin-bottom: 20px;
}

.post-recent-post .featured-image {
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 0;
}
.post-recent-post .featured-image .hs-rss-item-image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  height: 10rem;
  padding: 0;
  width: 35%;
}
.post-recent-post .featured-image .hs-rss-item-image-wrapper img { 
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.post-recent-post .featured-image .hs-rss-item-text {
  flex: 0 0 65%;
  float: none;
  margin-top: 0;
  padding: 8px 10px 10px 1rem;
  width: 65%;
}
.post-recent-post .featured-image a.hs-rss-title {
  color: #024f9f;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 0;
  position: relative;
  text-decoration: none;
  display: block;
}
.post-recent-post .featured-image a.hs-rss-title:hover span {
  color: #024f9f !important;
}
/* .post-recent-post .featured-image a.hs-rss-title::after {
  background: #393333;
  border-radius: 2px;
  bottom: -7px;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  width: 55px;
} */
.post-recent-post .featured-image .hs-rss-description {
  color: #024f9f;
}
.post-recent-post .featured-image .hs-rss-description p {
  margin: 0;
}

.blog-sidebar_v2 .post-recent-post .hs-rss-byline {
  margin: 0;
}

.hs-blog-listing .row-listing a.hs-rss-title {
  color: rgba(2, 79, 159,1.0);
  line-height: 28px;
  position: relative;
  font-size: 18px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
  margin-bottom: 8px;
  display: block;
}

.hs-blog-listing .row-listing a.hs-rss-title span {
  padding: 0;
}


.hs-blog-listing a.hs-rss-title span {
  padding: 0;
}
.hs-blog-listing .row-listing .hs-rss-description a {
  display: block;
}


.hs-blog-listing .row-listing .hs-rss-byline {
  display: none;
}


/* Responsive */

@media(min-width:576px){
  .blogs-tag .tag-container {
    max-width: 540px;
  }
}

@media(min-width:768px){
  .body-container--blog-index .col-left {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .body-container--blog-index .col-right {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .blogs-tag .tag-container {
    max-width: 720px;
  }

  .blogs-tag-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blogs-tag-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media(min-width:992px){
  .blogs-tag .tag-container {
    max-width: 960px;
  }
}

@media(min-width:1230px){
  .blogs-tag .tag-container {
    max-width: 1170px;
  }
}
@media(max-width:1247px){
  .bl-sidebar .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-single {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width:1200px){

  .bl-sidebar .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-right .blog-recent-posts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar_v2 .blog-recent-posts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-single {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-container--blog-post .blog-banner-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px){
  .blog-recent-rss h3{
    font-size: 30px;
    line-height: 1.1;
  }
  .tags-filter label h3 ,.post-tag h3{
    font-size: 25px;
    line-height: 1.1;
  }

  .blog-post-header h1,
  .news-letter h3,
  .blog-related-posts h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .body-container--blog-post .blog-banner-title h1{
    font-size: 30px;
    line-height: 1.2;
  }
} 

@media(max-width:767px){
  .blog-single {
    flex-direction: column;
  }
  .tags-filter select#tinynav1{
    height: 3.07rem;
    font-size: 12.25px;
  }

  .blog-search form input[type=text]{
    height: 3.07rem;
    font-size: 12px;
  }

  .blog-index__post {
    padding: 0;
  }

}

@media (max-width: 576px){

  .tags-filter label h3 {
    font-size: 22px;
    line-height: 1.1;
  }

  .body-container--blog-post .blog-banner-title h1{
    font-size: 25px;
    line-height: 1.1;
  }

  .blog-recent-rss h3,
  .news-letter h3,
  .blog-related-posts h2 {
    font-size: 25px;
    line-height: 1.1;
  }
}




@media(max-width:479px){
  .row-listing .hs-rss-item.hs-with-featured-image {
    display: block;
  }
  .row-listing  .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    -webkit-box-flex: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    float: none!important;
    margin-top: 0;
    padding: 0 0 0 1rem!important;
    width: 100%!important;
  }
  .row-listing .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%!important;
    height: 10rem;
    padding: 0;
    width: 100%!important;
    display: block;
  }
}

@media (max-width: 426px){

  .blogs-tag-left {
    margin-bottom: 10px;
  }


}


@media(max-width:325px){
  .body-container--blog-post .post-featured-image {
    height: 400px;
  }
}


















.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

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

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}



@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 10px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 500px;
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 0 0;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  font-size: 12px;
  color: rgba(0,0,0,0.63);
  text-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  font-family: Poppins;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin span {
  vertical-align: top !important;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) { 
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }
}



/* Blog related posts */

.blog-related-posts {
  margin: 60px auto 0;
}

.blog-related-posts h2 {
  text-align: center;
  text-align: center;
  padding: 2rem 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 2.0rem;
  margin-bottom: 1rem;
  line-height: 2.7rem;
  color: #052634;
  margin-top: 0;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0;
}

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

.blog-comments .hs-submit {
  text-align: left;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}


.blog-post__meta a:hover,
.blog-sidebar_v2 .post-tag ul .tag-link:hover{
  color: #6EBD43 !important;
  text-decoration: none;
}

.post-recent-post a.hs-rss-title span{
  padding:0;
}


.blog-sidebar_v2 .post-tag ul .tag-link {
    color: rgba(2, 79, 159,1.0);
}
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}
.error-page:before {
  color: #e9e2e2;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
/* System pages */
.systems-page {
  margin: 0;
  padding: 5rem 0 5rem;
  max-width: 767px;
}
.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
  max-width:767px;
}
.systems-page form{
  max-width:767px;
}
.systems-page form input {
  max-width: 100%;
}
/* Search pages */
.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: 0.7rem;
}
/* Password prompt */
.password-prompt input[type=password] {
  height: 40px!important;
  margin-bottom: 1.4rem;
}
/* Backup unsubscribe */
.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}
.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* Subscription preferences */
#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}
.systems-page form .hs-form-field:nth-of-type(3) label {
  display: inline-block;
}
@media (max-width: 550px) {
  .error-page h1, .systems-page h1 {
    font-size: 36px;
  }
  .error-page h2, .systems-page h2 {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .error-page h1,  .systems-page h1 {
    font-size: 30px;
  }

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

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

  .error-page h2, .systems-page h2 {
    font-size: 20px;
  }

}

.systems-page h3 {
  font-size: 26px;
}

ul.no-list.hs-error-msgs {
  padding: 0;
}
ul.no-list.hs-error-msgs label {
  color: #EF6B51;
}

label.hs-main-font-element {
  color: #ef6b51;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}



.dnd-section[class*="force-full"]>.row-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}



@media only screen and (min-width: 981px){
  .dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }
}

@media only screen and (max-width: 980px){
  .dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face{font-family:ETmodules;
  font-display:block;
  src:url(https://2698649.fs1.hubspotusercontent-na1.net/hubfs/2698649/marketingmonsoon_oct_2025/fonts/etmodules/modules.eot);
  src:url(https://2698649.fs1.hubspotusercontent-na1.net/hubfs/2698649/marketingmonsoon_oct_2025/fonts/etmodules/modules.eot#iefix) format("embedded-opentype"),
    url(https://2698649.fs1.hubspotusercontent-na1.net/hubfs/2698649/marketingmonsoon_oct_2025/fonts/etmodules/modules.woff) format("woff"),
    url(https://2698649.fs1.hubspotusercontent-na1.net/hubfs/2698649/marketingmonsoon_oct_2025/fonts/etmodules/modules.ttf) format("truetype"),
    url(https://2698649.fs1.hubspotusercontent-na1.net/hubfs/2698649/marketingmonsoon_oct_2025/fonts/etmodules/modules.svg#ETmodules) format("svg");
  font-weight:400;font-style:normal
}


@font-face { 
  font-family: "FontAwesome";
  font-style: normal; 
  font-weight: normal;
  src: url("https://2698649.fs1.hubspotusercontent-na1.net/hubfs/2698649/Blog_MarketingMonsoon_January2023/fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url('https://2698649.fs1.hubspotusercontent-na1.net/hubfs/2698649/raw_assets/public/MarketingMonsoon_October2025/fonts/fontawesome-webfont.woff') format('woff'),
      url('https://2698649.fs1.hubspotusercontent-na1.net/hubfs/2698649/raw_assets/public/MarketingMonsoon_October2025/fonts/fontawesome-webfont.woff2') format('woff2'),
        url('https://2698649.fs1.hubspotusercontent-na1.net/hubfs/2698649/raw_assets/public/MarketingMonsoon_October2025/fonts/fontawesome-webfont.ttf') format('truetype'),
          url('https://2698649.fs1.hubspotusercontent-na1.net/hubfs/2698649/raw_assets/public/MarketingMonsoon_October2025/fonts/fontawesome-webfont.svg') format('svg');
            }



.et-pb-icon,.et_pb_custom_button_icon.et_pb_button:after,.et_pb_login .et_pb_custom_button_icon.et_pb_button:after,.et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:after,.et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:hover:after {
  content: attr(data-icon)
}

.et-pb-icon {
  font-family: ETmodules;
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr
}


body {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:16px;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin:0;
  margin-bottom: 1em;
}

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

}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1em;
}




/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

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

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

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

.fa-linkedin:before {
    content: "\f0e1";
}
button,
.button {
  cursor: pointer;
  background: #f9cb5a;
  border-color: #383838;
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-family: Open Sans;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 10px 0 10px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 17px 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.7em;
  transition: all 300ms 
    ease 0ms;
  transition-property: all
}



button:disabled,
.button:disabled {
  background-color: #f9cb5a;
  border-color: #f9cb5a;
  color: #000000;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  letter-spacing: 2px;
  background-image: initial;
}

button:active,
.button:active {
  text-decoration: none;
  letter-spacing: 2px;
  background-image: initial;
}
/* Form fields */

.hs-input {
    margin-bottom: 18px;
} 
 
.hs-form{
margin-bottom: 30px;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
  display: inline-block;
  width: 100%;
  height: 40px; 
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  outline:0;
}

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

form input[type=radio]{
    margin: 3px 5px 3px 0;
}
/* Inputs - checkbox/radio */



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

form .inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px;
}

form .inputs-list>li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #bfbfbf;
}

.hs-input.invalid.error {
  border-color: #c87872;
}




/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  background: #F9CB5A;
  border-color: #F9CB5A;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 20px;
  font-family: Open Sans;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 10px 0 10px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

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

form .inputs-list label {
    color: #f2545b;
}

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #bfbfbf;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  min-height: 118px;
}


.cm-header {
  position: fixed;
  padding: 20px 0px;
  z-index: 10010;
  width: 100%;
  left: 0px;
  top: 0px;
  bottom: auto;
  margin-top: 0px;
  background: #fff;
}


.cm-header-container {
  width: 90%;
  max-width: 1170px;
}

.cm-header-container:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

.cm-header-col1 {
  z-index: 999;
  position: relative;
}

.cm-header-col2 {
  position: relative;
  z-index: 386;
}


.cm-header-header-btn {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.cm-header-header-btn a {
  color: #fff;
  border-width: 0;
  border-color: #383838;
  letter-spacing: 0;
  font-size: 14px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  background-color: #005aa9;
  padding-top: 13px;
  padding-right: 30px;
  padding-bottom: 13px;
  padding-left: 30px;
  display: inline-block;
  transition: all .3s ease 0s;
  line-height: 1.7em;
  border-radius: 3px;
  transition-property: all;
  position: relative;
}

.cm-header-header-btn a:hover {
  color: #fff;
  border-color: #c3c3c3;
  letter-spacing: 0;
  background-image: initial;
  background-color: #6ebd43;
}


.cm-header-wrapper {
  text-align: left;
  margin-top: -2px;
  margin-bottom: -2px;
  position: relative;
}

.cm-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

.cm-header-logowrap {
  width: auto;
  max-width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.cm-header-menu-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
}

.mb-header-menu {
  float: right;
  display: none;
}

.cm-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cm-header-menu .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  float: none;
}

.navigation .hs-menu-wrapper>ul {
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  line-height: 1.7em;
  margin: 0;
  margin-left: -11px;
  margin-right: -11px;
  list-style-type: none;
}

.cm-header-logo a {
  display: inline-block;
}

.cm-header-logo a img {
  height: auto;
  max-height: none;
  border-right: 25px solid transparent !important;
  vertical-align: middle;
}

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

.navigation .hs-menu-wrapper>ul>li>ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  list-style: none;
  padding: 20px;
  width: max-content;
}

.navigation .hs-menu-wrapper>ul>li>ul>li {
  padding: 11px 0;
}

.navigation .hs-menu-wrapper>ul>li>ul>li>a {
  color: #000;
  font-family: Open Sans,Helvetica,Arial,Lucida,sans-serif;
  font-size: 15px;
  font-family: Open Sans,Helvetica,Arial,Lucida,sans-serif;
  font-size: 15px;
  padding: 31px 0;
  position: relative;

}

.navigation .hs-menu-wrapper>ul>li>a:hover {
  opacity: .7;
}

.cm-header-logo {
  margin-right: 30px;
}


.navigation .hs-menu-wrapper>ul>li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  padding-left: 11px;
  padding-right: 11px;
  line-height: 1em;
  font-size: 14px;
}

.navigation .hs-menu-wrapper>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 31px 0;
  white-space: nowrap;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 15px;
  color: #000;
  word-wrap: break-word;
  -webkit-transition: .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
  text-decoration: none;
}


.navigation .hs-menu-wrapper>ul>li>ul>li>a:hover{
  opacity: .7;
}

































/* Responsive */



@media (min-width: 981px){
  .cm-header-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1170px;
  }

  .cm-header-col1 {
    width: 58.8%;
    margin-right: 3%;
  }

  .cm-header-col2 {
    width: 17.6%;
    margin-right: 3%;
  }

  .cm-header-col3 {
    width: 17.6%;
  }

}


@media(min-width:991px) and (max-width:1279px){
  .cm-header-logo a img{
    width:180px !important
  }

  .cm-header-logo {
    margin-right: 10px;
  }
  .cm-header-col1{
    margin-right:0;
  }

  .social-share ul li a{
    height: 25px !important;
    width: 25px !important;
  }
  .navigation .hs-menu-wrapper>ul>li>a{
    font-size:14px;
  }
  .social-share ul li a:before{
    font-size:16px !important;
  }
  .navigation .hs-menu-wrapper>ul>li{
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media(min-width:992px){
  .mobile-navigation.open {
    display: none;
  }
}

@media(max-width:990.99px){
  .mobile-navigation {
    display:none;
    position: absolute;
    width: 100%;
    top: 100%;
  }
  .cm-header-col3 {
    display: none;
  }

  .cm-header-col2 {
    display: none;
  }

  .cm-header-col1 {
    margin-bottom: 15px;
  }

  header.header {
    min-height: 100px;
  }
  .mobile-navigation .hs-menu-wrapper>ul>li>ul {
    list-style: none;
    padding-left: 0;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li>ul>li>a {
    border-bottom: 1px solid rgba(0,0,0,.03);
    color: #000;
    display: block;
    font-family: Open Sans,Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    padding: 10px 5%;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  }

  .child-trigger:after {
    content: "+";
    font-size:20px;
  }
  .child-trigger.child-open:after {
    content: "-";
    font-size:20px;
  }

  .child-trigger{
    bottom: 0;
    cursor: pointer;
    float: right;
    left: auto;
    line-height: normal;
    position: absolute;
    right: 0;
    height: 47px;
    width: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
  }
  .cm-header-menu,
  .cm-header-col2 .social-share,
  .cm-header-col3 .cm-header-header-btn{
    display: none;
  }

  .mb-header-menu {
    display: block;
    margin: 0;
    width: 100%;
    float: none;
  }

  .mobile_nav {
    padding-right: 6px;
  }

  .mobile_menu_bar {
    display: inline-block;
    line-height: 0;
    position: relative;
    -webkit-transform: translateY(3%);
    transform: translateY(3%);
    width: auto;
    right: 0;
    float: right;
  }


  .mobile_menu_bar:before{
    top: 2px;
    color: #23395d;
    content: "a";
    font-size: 32px;
    position: relative;
    left: 0;
    cursor: pointer;
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
  }

  .mobile-navigation .hs-menu-wrapper>ul {
    background-color: #fff;
    border-top: 3px solid #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    line-height: 26px;
    list-style: none;
    margin: 16px 0 0;
    opacity: 1;
    padding: 5%;
    visibility: visible;
    width: 100%;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li{
    position:relative;
  }

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

  .mobile-navigation .hs-menu-wrapper>ul>li>a {
    color: #000;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    padding: 10px 5%;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.03);
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  }

  .mobile-navigation .hs-menu-wrapper>ul>li>a:hover{
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }



  .cm-header {
    padding-bottom: 0;
  }

  .cm-header-container {
    width: 90% !important;
    max-width: 90% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cm-header-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cm-header-col1{
    width: 100%;
  }

  .cm-header-menu-wrap{
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    width: 100%;
  }
  .cm-header-row {
    display: block;
  }

}

@media(max-width:767px){
  .cm-header-logo a img {
    width: 214px !important;
  }
}

@media(max-width:479px){
  .cm-header-col1 {
    margin-bottom: 30px;
  }
}
footer.footer {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #005aa9;
  position: relative;
  z-index: 9;
}


.footer-top-container {
  padding-top: 0;
  padding-bottom: 56px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  width: 90%;
  position: relative;
}

.footer-top-container:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

.footer-image-wrp {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.fot-col1-section1 img{
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.fot-col1-section2 p,
.fot-col1-section2 a {
  color: #fff;
}

.fot-col1-section2 p {
  padding-bottom: 1em;
  margin: 0;
  line-height: 23.78px;
}

.fot-col1-section2 a {
  text-decoration:underline;
  color: #fff;
}

.fot-col1-section2 {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;

}

.fot-col1-section4 {
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  margin-top: -50px;
  width: 79%;
  text-align: left;
  line-height: 0;
  display: block;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}


.ft-col2-text  {
  color: #fff;
  text-align: left;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: .9em;
  word-wrap: break-word;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}


.footer-menu {
  text-align: left;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding-left: 4px;
  margin-top: 30px;
  color: #fff;
}

.footer-menu ul {
  line-height: 26px;
  list-style-type: square;
  padding: 0 0 23px 1em;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.footer-menu ul li {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 2.2em;
  text-align: left;
}

.footer-menu ul li a {
  color: #fff;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}


.form-heading {
  color: #fff;
  text-align: left;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
}

.footer-form .hs-form {
  margin-bottom: 16px;
}

.footer-form .field {
  margin-bottom: 18px;
}

.footer-form .hs-form-field label:not(.hs-error-msg) {
  color: #ffffff;
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
}

.footer-form  label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.footer-form  .hs-input{
  margin-bottom: 0;
}

.footer-form .hs-form-required {
  color: red;
}

.footer-form .inputs-list:first-child {
  padding-top: 6px;
}


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



.footer-form form .inputs-list>li {
  padding-top: 2px;
}

.footer-form .inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

.footer-form .hs-form {
  margin-bottom: 0;
  -webkit-font-smoothing: auto;
}

.footer-form  .actions {
  margin-top:18px;
  margin-bottom: 0;
  padding: 17px 0px;
} 


.footer-form .hs-submit > .actions {
  text-align: left;
}


.footer-form .hs-button {
  font-size: 16px;
  line-height: 16px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

.footer-bottom-container {
  padding-top: 26px;
  padding-bottom: 26px;
  position: relative;
  width: 90%;
}


.ft-col-wrap {
  text-align: left;
  color: #fff;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 4px;
  word-wrap: break-word;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

.ft-col-wrap p {
  margin-bottom: 0;
}


.fot-col1-section2 .hs_cos_wrapper p:nth-child(2) {
  padding-bottom: 0;
}

.footer-top-col4 {
  margin-right: 0 !important;
}


.footer-top-col4 h3 {
  position: relative;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: .9em;
  text-align: left;
  color: #fff;
  margin-top:0;
}

.footer-top-col4 .hs-rss-byline {
  display: none;
}

.footer-top-col4 .hs-rss-description {
  display: none;
}



.footer-top-col4 .hs-rss-item-text {
  order: 2 !important;
  width: 100% !important;
  padding-right:0 !important;
}



.hs-rss-module {
  background-color: #fff;
  margin: 0 -2%;
  line-height: 26px;
}

.footer-top-col4 .hs-rss-item.hs-with-featured-image {
  display: flex !important;
  flex-wrap: wrap;
  text-align: center;
  padding: 0!important;
  border: 1px solid #e3edeb;
  border-radius: 5px;
  width: 96% !important;
  margin: 1.8%;
}


.footer-top-col4 .hs-rss-item-image-wrapper {
   border: none;
    border-bottom: 7px solid #355C7D;
    content-visibility: auto;
    display: inline-block;
    line-height: 0;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%!important;
    padding-top: 10px !important;
}


.footer a.hs-rss-title {
    color: #23395D;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    font-family: ‘Open Sans’,Arial,sans-serif;
}

.footer .hs-rss-module {
    background-color: #fff;
    line-height: normal;
    margin: 0;
}

.footer-top-col4 .hs-rss-item-text {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  text-align: left;
  line-height: 26px;

}

a.hs-rss-title {
  color: #23395d;
  font-size: 14px;
  font-weight: 700;
}

a.hs-rss-title:hover{
  color: #23395d;
  text-decoration:underline;
}

a.hs-rss-title span {
  padding: 10px 15px;
  display: block;
}

.footer-top-col4 .hs-rss-item.hs-with-featured-image:hover .hs-rss-featured-image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s;
  transition: .3s ease;
}


.hs-rss-featured-image {
  -webkit-transition: .3s;
  transition: .3s ease;
  z-index: 9;
}


.footer .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    -webkit-box-flex: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    float: none!important;
    margin-top: 0;
    padding: 0!important;
    width: 100% !important;
}


.footer .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%!important;
    height: 10rem;
    padding: 0;
    width: 100%!important;
}


/* responsive */

@media only screen and (min-width: 981px){
  .fot-col1-section2{
    margin-top: 25px;
  }

  .footer-top-container.page-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ft-top {
    width: 22.75%;
    margin-right: 3%;
    float: left;
    position: relative;
    z-index: 9;
  }

  .fot-col1-section1,
  .fot-col1-section2,
  .form-heading,
  .ft-col2-text {
    margin-bottom: 6.593%;
  }
  .footer-bottom-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-bottom-col1 {
    width: 48.5%;
    margin-right: 3%;
  }

  .footer-bottom-col2 {
    width: 14.1667%;
    margin-right: 3%;
  } 

  .footer-bottom-col3 {
    width: 14.1667%;
    margin-right: 3%;
  }

  .footer-bottom-col4 {
    width: 14.1667%;
  }

  .footer-top-col4 h3{
    margin-bottom: 6.593%;
  }

  .footer-form .field ul.inputs-list.multi-container {
    margin-top: -2px;
  }

  .footer .form-heading p {
    margin: 0px;
    padding-bottom: 4px;
  }
}





@media(max-width:980px){
  .footer-top-container,
  .footer-bottom-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-top-col1 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .footer-top-col2 {
    width: 47.25%;
    margin-bottom: 30px;
  }

  .footer-top-col3 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .footer-top-col4 {
    width: 47.25%;
  }

  .footer-bottom-col1 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .ft-col-wrap {
    text-align: center;
  }

  .footer-bottom-col3 {
    width: 29.666%;
    margin-right: 5.5%;
  }

  .footer-bottom-col4 {
    width: 29.666%;
  }

  .form-heading p{
    margin-bottom: 30px;
  }


  .fot-col1-section1 {
    margin-bottom: 30px;
  }

  .fot-col1-section2 {
    margin-bottom: 30px;
  }

  .ft-col2-text p {
    margin-bottom: 30px;
  }

  .footer-menu ul {
    margin-bottom: 0;
    padding-bottom: 1em;
  }

  .footer-top-col1{
    margin-bottom: 30px;
  }
}



@media(max-width:767px){
  .fot-col1-section2 {
    line-height: 1.8em;
    margin-top: -10px!important;
  }

  .fot-col1-section1 img {
    max-width: 100%;
    width: auto;
  }

  .fot-col1-section2 p {
    line-height: 28.8px;
  }

  .ft-col2-text p {
    line-height: 26px;
  }

  .form-heading {
    line-height: 26px;
  }

  .ft-col-wrap {
    line-height: 19.5px;
  }

  .footer-top-col4 h3{
    line-height:26px;
    margin-bottom: 30px;
    margin-top: 20px!important;
  }

  .form-heading {
    margin-bottom: 34px;
  }


}

@media(max-width:479px){
  .footer-top-col1,
  .footer-top-col2,
  .footer-top-col3,
  .footer-top-col4,
  .footer-bottom-col1,
  .footer-bottom-col4,
  .footer-bottom-col3{
    width: 100%;
    margin-right: 0;
  }

  .footer-bottom-col1,
  .footer-bottom-col3{
    margin-bottom: 30px;
  }
}
.hs_cos_wrapper_type_header {
    text-align: center;
}