/* ******************************************************************************
*********************************************************************************
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: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.body-wrapper .widget-type-custom_widget {
  margin-bottom: 30px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@import url("https://p.typekit.net/p.css?s=1&k=eaz2qkv&ht=tk&f=28747.28756.28760.28762&a=18274903&app=typekit&e=css");

@font-face {
  font-family:"filson-soft";
  src:url("https://use.typekit.net/af/0ceada/00000000000000003b9ade5c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/0ceada/00000000000000003b9ade5c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/0ceada/00000000000000003b9ade5c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;
  font-weight:700;
}

@font-face {
  font-family:"filson-soft";
  src:url("https://use.typekit.net/af/e3bd4a/00000000000000003b9ade5d/27/l?subset_id=2&fvd=n2&v=3") format("woff2"),url("https://use.typekit.net/af/e3bd4a/00000000000000003b9ade5d/27/d?subset_id=2&fvd=n2&v=3") format("woff"),url("https://use.typekit.net/af/e3bd4a/00000000000000003b9ade5d/27/a?subset_id=2&fvd=n2&v=3") format("opentype");
  font-style:normal;font-weight:200;
}

@font-face {
  font-family:"filson-soft";
  src:url("https://use.typekit.net/af/672b42/00000000000000003b9ade59/27/l?subset_id=2&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/672b42/00000000000000003b9ade59/27/d?subset_id=2&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/672b42/00000000000000003b9ade59/27/a?subset_id=2&fvd=n3&v=3") format("opentype");
  font-style:normal;font-weight:300;
}

@font-face {
  font-family:"filson-soft";
  src:url("https://use.typekit.net/af/277d7a/00000000000000003b9ade63/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/277d7a/00000000000000003b9ade63/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/277d7a/00000000000000003b9ade63/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style:normal;font-weight:400;
}

html {
  line-height: 1.15;
}

body {
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

p {

}
p {
  margin-top: 0;
  margin-bottom: .9rem;
}

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5;
}

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

blockquote {
  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;
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 10px 0 15px;
  cursor: pointer;
  display: inline-block;
  
  text-decoration: none;
  font-size: 12px;
  font-family: helvetica;
  text-shadow: none;
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 12px;
  outline: 0;
  text-transform: uppercase;
  white-space: normal;
}

.hs_cos_wrapper_type_form .form-title {
  font-size: 42px;
  line-height: 1.17em;
  font-weight: 600;
  text-align: center;
  font-family: filson-soft, sans-serif !important;
  margin: 0;
  margin-bottom: 20px;
}

.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.section.post-footer form {
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.16);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px;
  display: block;
}

.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;
}
form .hs-form-field >label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.systems-page.password-page form input[type="password"] {
  height: auto!important;
}
.hs-input,
.systems-page.password-page form input[type="password"] {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 0 15px;
  padding: 13px 18px;
  line-height: 2.36;
  border: 1px solid;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}
.systems-page .success {
  min-width: 1px!important;
  max-width: 650px;
  width: 100%;
}
.content-wrapper.prefrence-page form#email-prefs-form {
  max-width: 100%;
}

.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;
}
ul.hs-error-msgs {
  padding: 0;
  margin: 10px 0;
}
h3.form-title {
  font-size: 43px;
  mix-blend-mode: darken;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

@media (max-width: 991px) and (min-width: 768px ){
  .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_google_search, .section.post-footer form {
    padding: 30px;
  }
  h3.form-title {
    font-size: 33px;
  }
}
@media (max-width: 767px){
  .systems-page .success {
    min-width: 1px;
    max-width: 650px;
    width: 100%;
  }
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_google_search {
    padding: 30px;
  }
  form {
    max-width:100%!important;
  }
  .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, .hs_cos_wrapper_type_google_search, .section.post-footer form {
    padding: 30px;
  }
}
@media (max-width: 479px) {

  .hs_recaptcha {
    overflow-y: auto;
  }
  
  .hs-button, .button--primary {
    padding-left: 28px;
    padding-right: 28px;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.cst-header .page-center .row .cst-contact {

    margin-bottom: 15px;
}






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

.dnd-section {
    padding-bottom: 40px !important;
    padding-top: 40px  !important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.cst-header-wrapper {
  min-height: 87px;
}
.cst-header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%!important;
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 0px 20px 0px;
  z-index: 100;
}

.cst-header .page-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.cst-header .page-center .row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cst-header .page-center .row .cst-logo {
  width: 22%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cst-header .page-center .row  .cst-nav-grp {
  width: 53%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cst-header .page-center .row .cst-contact {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11%;
}

.cst-header .page-center .row .cst-header-btn {
  width: 14%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-header .page-center .row .cst-logo > div img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.cst-header .page-center .row .cst-logo > div, .cst-header .page-center .row .cst-logo > div span, .cst-header .page-center .row .cst-logo > div span a {
  width: 100%;
  position: relative;
  display: block;
  text-align: right;
}
.cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav > ul>li {
  position: relative;
}
.cst-header .page-center .row .cst-contact .inner span a {
  color: inherit;
  font: inherit;
  text-decoration:none;
}
.cst-header .page-center .row .cst-contact .inner span {
  color: #EC008C;
  font-size: 15px;
  font-family: "filson-soft", Sans-serif;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}
.cst-header .page-center .row .cst-contact .inner {
  padding: 10px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.cst-header .page-center .row .cst-header-btn div {
  width: 100%;
  text-align: right;
}

.cst-header .page-center .row .cst-header-btn div .elementor-button-wrapper a {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.12);
  padding: 13px 13px 11px 13px;
  font-family: "Muli", Sans-serif;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}
.cst-header .page-center .row .cst-nav-grp .elementor-menu-toggle .menu-trigger span {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.cst-header .page-center .row .cst-nav-grp .elementor-menu-toggle .menu-trigger {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .25em;
  cursor: pointer;
  border: 0 solid;
  margin-left: auto;
  background-color: rgba(0,0,0,0);
  font-size: 30px;
  border-width: 0px;
  border-radius: 0px;
  width: auto;
}
.cst-header .page-center .row .cst-nav-grp .nav-gp-inner {
  width: 100%;
  position: relative;
}

.child-trigger {
  display: inline-block !important;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  right: 30px;
  top: -1px;
  height: 44px;
  width: 55px;
  text-align: center;
  z-index: 20;
}
.child-trigger:hover{
  text-decoration: none;
}
.child-trigger i{
  position: relative;
  top: 50%; /* Centers icon inside button */
  margin: 0 auto !important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.child-trigger i:after{
  position: absolute;
  content: '';
}
.child-trigger i, .child-trigger i:after{
  width: 13px; /* Icon line width */
  height: 1px; /* Icon line height */
  background-color:#000; /* Icon color */
  display: block;

}
.child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.child-trigger.child-open i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.child-trigger.child-open i{
}

@media (min-width: 768px) {
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary {
    width: 100%;
    padding: 10px;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav > ul>li.has-submenu>ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    box-shadow: 0px 10px 14px 0px rgba(0,0,0,0.15);
    left: 0;
    transition: opacity .3s ease;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.active-branch>a:after {
    height: 2px;
    width: 100%;
    left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav > ul>li > a:hover:after {
    height: 2px;
    width: 100%;
    left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav > ul>li > a:after {
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
    z-index: 2;
    bottom: 0;
    opacity: 0;
    height: 0;
    width: 0;
    left: 50%;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav > ul>li > a {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: "filson-soft", Sans-serif;
    white-space: nowrap;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.blog>a:hover {
    color: #3e94b4;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.blog>a {
    color: #652D90;
    font-weight: bold;
  }

  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.has-submenu>ul > li > a {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "filson-soft",Sans-serif;
    white-space: nowrap;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    line-height: 20px;
    text-decoration: none;
    display: block;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.has-submenu>ul > li {
    padding: 10px 10px;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.has-submenu:hover>ul {
    visibility: visible;
    opacity: 1;
  }

}



/* Tablet Styles */

@media (max-width: 1180px) and (min-width: 768px) {
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cst-header .page-center .row .cst-contact .inner {
    padding: 10px 0;
  }
  .cst-header .page-center .row .cst-contact .inner span {
    font-size: 13px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .cst-header .page-center .row .cst-header-btn {
    display: none;
  }
  .cst-header .page-center .row .cst-contact .inner {
    padding: 10px 10px;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li>a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cst-header .page-center .row .cst-contact .inner span {
    font-size: 15px;
  }

}
@media (max-width: 960px) and (min-width: 768px) {
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li>a {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary {
    padding: 10px 0;
  }
  .cst-header .page-center .row .cst-nav-grp {
    width: 58%;
  }
}
@media (min-width: 1025px) {
  .cst-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1024px) {
  .cst-header {
    padding: 20px 20px 20px;
  }
  .cst-header .page-center .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cst-header {
    position: relative;
  }
}

@media (min-width: 768px) {
  .cst-header .page-center .row .cst-nav-grp .elementor-menu-toggle {
    display: none;
  }
  .child-trigger {
    display: none!important;
  }
}
/* Mobile Styles */

@media (max-width: 767px) {
  .cst-header .page-center .row .cst-logo {
    width: 100%;
  }
  .cst-header .page-center .row .cst-logo>div, .cst-header .page-center .row .cst-logo>div span, .cst-header .page-center .row .cst-logo>div span a {
    text-align: center;
  }
  .cst-header .page-center .row .cst-nav-grp {
    width: 30%;
  }
  .cst-header .page-center .row .cst-header-btn {
    display: none;
  }
  .cst-header .page-center .row .cst-contact {
    width: 63%;
  }

  .cst-header .page-center .row .cst-contact .inner span {
    display: block;
  }
  .cst-header .page-center .row .cst-nav-grp .elementor-menu-toggle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cst-header .page-center .row .cst-contact .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
  }
  .cst-header .page-center .row .cst-contact .inner span {
    width: 100%;
    display: inline-block;
    line-height: 1.34;
  }
  .cst-header .page-center .row .cst-contact .inner {
    padding-top: 13px;
  }
  .cst-header {
    position: static;
  }
  .cst-header .page-center .row .cst-nav-grp .elementor-menu-toggle .menu-trigger:hover {
    color: #ec008c;
  }
  .cst-header .page-center {
    position: relative;
  }
  .body-wrapper {
    overflow: hidden;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary {
    font-size: 13px;
    margin-top: 10px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    position: absolute;
    z-index: 9997;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.21);
    margin-top: 20px;
    top: 45px;
    width: 100vw;
    left: -30px;
    right: 0;
  }
  .mobile-open .cst-header .page-center .row .cst-nav-grp .custom-menu-primary {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }
  .cst-header .page-center .row .cst-nav-grp .elementor-menu-toggle .menu-trigger.active i:before {
    content: "\e87f";
  }
  .cst-header .page-center .row .cst-nav-grp .nav-gp-inner {
    padding: 10px;
  }
  .cst-header .page-center .row .cst-nav-grp .nav-gp-inner .nav-gp-inner-col {
    position: relative;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.has-submenu > ul.submenu {
    display: none;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.blog- >a {
    color: #652D90;
    font-weight: bold;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li >a:hover,
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.has-submenu>ul.submenu>li>a:hover{
    color: #3e94b4!important;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li >a,
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.has-submenu>ul.submenu>li>a{
    padding: 10px 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #000000!important;
    font-family: "Muli", Sans-serif;
    text-decoration: none;
    display: block;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li,
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.has-submenu>ul.submenu>li{
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align: center;
    padding-right: 26px;
    padding-right: 17px;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.has-submenu>ul.submenu>li {
    padding: 0;
  }
  .cst-header {
    padding: 20px 20px 21px;
  }
  .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.blog>a {
    color: #652D90!important;
    font-weight: bold;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  text-align: center;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}


.copyright-grp {

  border-style: solid;
  border-width: 1px 0px 0px 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  z-index: 6;
}
.copyright-grp .page-center .row .cst-copyright .inner {
  padding: 10px;
}
.copyright-grp .page-center {
  min-height: 50px;
}
.copyright-grp .page-center .row .cst-copyright .inner h3 {

  font-size: 12px;
  font-weight: 300;
  margin: 0;
  line-height: 1;
}
.cst-footer-grp .background-wrapper {
  background-color: #FFFFFF; /* option */
  position: relative;
}
.copyright-grp .page-center {
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cst-footer-grp .background-wrapper .page-center .row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .background-wrapper .page-center .row .left-col {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.cst-footer-grp .background-wrapper .page-center .row .left-col .inner {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .background-wrapper .page-center .row .left-col .inner .left-image-grp {
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .background-wrapper .page-center .row .left-col .inner .left-image-grp .absl-image-grp img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.cst-footer-grp .background-wrapper .page-center .row .left-col .inner .left-image-grp .absl-image-grp {
  left: -137px;
  width: initial;
  max-width: initial;
  top: -57px;
  z-index: 1;
  position: absolute;
  text-align: center;
}
.cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col .inner {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col {
  width: 50%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col .inner .rght-image-grp {
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col .inner .rght-image-grp .absl-image-grp {
  width: 100%;
  text-align: center;
  position: relative;
}
.cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col .inner .rght-image-grp .absl-image-grp .elementor-image img {
  vertical-align: middle;
  display: inline-block;
}
.cst-footer-grp .cst-footer-col-grp {
  border-style: solid;
  border-width: 2px 0px 0px 0px;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 70px 0px 70px 0px;
  position: relative;
}
.cst-footer-grp .cst-footer-col-grp .page-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy {
  width: 35%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row > div .title-col h3 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row > div .inner {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner {
  margin: 0px 60px 0px 0px;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap {
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row > div .title-col {
  margin-bottom: 20px;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .social-grp {
  position: relative;
  width: 100%;
  text-align: left;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .social-grp .elementor-social-icons-wrapper {
  font-size: 0;
}



.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .social-grp .elementor-social-icons-wrapper a i {

  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .social-grp .elementor-social-icons-wrapper a span {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .social-grp .elementor-social-icons-wrapper a {
  background-color: rgba(84,89,95,0);
  font-size: 20px;
  padding: 0.3em;
  margin-right: 9px;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  cursor: pointer;
  color: inherit;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .hwdy-content p {
  margin-top: 0;
  margin-bottom: .9rem;
  font-size: 14px;
  font-weight: normal;
  font-family: filson-soft, sans-serif;
  line-height: 1.5;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .hwdy-content {
  color: #54595f;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: filson-soft, sans-serif;
  line-height: 1.5;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted .inner .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted .inner .wrap .icon-list-grp ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted .inner .wrap .icon-list-grp {
  width: 100%;
  position: relative;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted .inner .wrap .icon-list-grp ul li {
  font-family: "Muli", Sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted .inner .wrap .icon-list-grp ul li .elementor-icon-list-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted .inner .wrap .icon-list-grp ul li .elementor-icon-list-icon i {
  font-size: 18px;
  width: 1.25em;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted .inner .wrap .icon-list-grp ul li .elementor-icon-list-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
  padding-left: 12px;
  font-family: "Muli", Sans-serif;
  font-weight: 300;
}

.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links {
  width: 20%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links .inner .wrap,
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links-last .inner .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links-last {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links .inner .wrap .link-list-grp p,
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links-last .inner .wrap .link-list-grp p {
  font: inherit;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links .inner .wrap .link-list-grp,
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links-last .inner .wrap .link-list-grp{
  font-size: 13px;
  width: 100%;
  font-weight: 300;
  position: relative;
  font-family: filson-soft, sans-serif !important;
  line-height: 1.5;
}

.cst-footer-grp .cst-footer-col-grp .page-center .row>div .title-col {
  width: 100%;
}
.cst-footer-grp .top-logo-grp {
  position: relative;
  padding: 0px 0px 50px 0px;
}
.cst-footer-grp .top-logo-grp .page-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cst-footer-grp .top-logo-grp .page-center .elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .top-logo-grp .page-center .elementor-row > div {
  width: 20%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cst-footer-grp .top-logo-grp .page-center .elementor-row > div .inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
}
.cst-footer-grp .top-logo-grp .page-center .elementor-row > div .inner .elementor-widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cst-footer-grp .top-logo-grp .page-center .elementor-row > div .inner .elementor-widget-wrap .elementor-image {
  width: 100%;
  text-align: center;
}
.cst-footer-grp .top-logo-grp .page-center .elementor-row > div .inner .elementor-widget-wrap .elementor-image img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  width: 100%;
}
.cst-footer-grp .cst-top-title {

  border-style: solid;
  border-width: 2px 0px 0px 0px;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 30px 0px;
}
.cst-footer-grp .cst-top-title h3.elementor-heading-title.elementor-size-default {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.copyright-grp {
  position: relative;
}
.cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted .inner .wrap .icon-list-grp ul li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.5;
}
.cst-footer-grp .cst-top-title .title-top {
  padding: 10px;
}
.cst-footer-grp {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .copyright-grp {
    padding: 10px 20px 10px 20px;
  }
  .cst-footer-grp .background-wrapper .page-center .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cst-footer-grp .background-wrapper .page-center .row .left-col .inner .left-image-grp .absl-image-grp {
    top: -27px;
  }
  .cst-footer-grp .cst-footer-col-grp {
    padding: 50px 20px 50px 20px;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .social-grp .elementor-social-icons-wrapper a {
    font-size: 10px;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner {
    margin: 0% 15% 0% 0%;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .copyright-grp {
    padding: 30px 20px 20px 20px;
  }
  .copyright-grp .page-center .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .copyright-grp .page-center .row .cst-copyright {
    width: 100%;
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .copyright-grp .page-center .row .cst-copyright .inner {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .copyright-grp .page-center .row .cst-copyright .inner {
    padding: 0;
    text-align: center;
  }
  .copyright-grp .page-center .row .cst-copyright .inner h3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .cst-footer-grp .background-wrapper .page-center .row .left-col,
  .cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col {
    width: 100%;
  }
  .cst-footer-grp .background-wrapper .page-center .row .left-col .inner .left-image-grp .absl-image-grp {
    top: 15px;
    left: -137px;
  }
  .cst-footer-grp .cst-footer-col-grp {
    padding: 35px 20px 33px 20px;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy {
    width: 100%;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted {
    width: 100%;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted .inner {
    padding: 0px 0px 20px 0px;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links-last,
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links {
    width: 50%;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links-last .inner, .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links .inner {
    padding: 0;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted .inner .wrap .icon-list-grp ul li {
    font-size: 16px;
    line-height: 1.5;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .social-grp .elementor-social-icons-wrapper a {
    font-size: 20px;
  }
  .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .hwdy-content p {
    margin-bottom: 14.400px;
  }
  .cst-footer-grp .top-logo-grp .page-center .elementor-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cst-footer-grp .top-logo-grp .page-center .elementor-row>div {
    width: 100%;
  }
  .cst-footer-grp .background-wrapper .page-center .row .left-col .inner .left-image-grp .absl-image-grp {
    top: 15px;
    left: -137px;
    width: 107.63%;

  }
}
@media (max-width: 320px) {
  .cst-footer-grp .background-wrapper .page-center .row .left-col .inner .left-image-grp .absl-image-grp {
    top: 17px;
    width: 320px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 20px;
  margin: 0 auto;
}
.resource-blog .cst-blog-body-grp {
    position: relative;
    z-index: 1000;
}
.blog-sidebar h3, .blog-list-recent-post-list-item .byline-recent{
      color: #652d90 !important;
}
.custom-recent-title a{
      font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.4em !important;
}
.blog .cst-blog-body-grp .page-center {
  float: none;
  max-width: 80%;
  width: 80%;
  margin: 0 auto;
}
.blog-header {
  background-color: transparent;
  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;
}
.cst-top-content-grp {
    padding: 56px 0px 50px 0px !important;
}
.blog-header__form {
  margin: 0 1rem;
}
h1{
font-size:42px !important;
}
h2{
font-size:34px !important;}
h2 a{
  color: #652d90 !important;
cursor: pointer !important;}
.clear { clear:both;}
.blog-title {
 margin: 0 20px 20px;
}
.feat-image{
}
.feat-image img{
max-width:525px;
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }

}
@media screen and (max-width: 767px) {
    .cst-top-content-grp {
    padding: 40px 0px 20px 0px !important;
}
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.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-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-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: transparent;
  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 .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;
}

/******** Blog Styling ***************/

.cst-blog-body-grp {
  padding: 54px 0;
}

.blog .cst-blog-body-grp .page-center {
  max-width: 90%;
  width: 90%;
}
.hs-blog-listing .blog-content {
  max-width: 1170px;
  float: none;
  margin: 0 auto !important;
  margin-top: -391px !important;
  position: relative;
  z-index: 9;
}
.hs-blog-listing .blog-content {
  max-width: 1170px;
  float: none;
  margin: 0 auto !important;
  position: relative;
  z-index: 9;
  margin-top: -54px !important;
}
.post-listing {
  width: 100%;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.blog-listing-wrapper .post-listing .post-item {
  padding: 38px 40px 51px;
  margin-bottom: 15px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 30px 70px 0 rgba(29, 29, 29, 0.1);
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  border: 1px solid rgba(225,227,226,0.4);
}
.byline-wrapper.clearfix {
  margin-bottom: 39px;
}
#hubspot-topic_data {
  margin: 0;
  float:left;
}
#hubspot-topic_data a.topic-link {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ec008c;
  padding: 7px 19px;
  font-weight: 500;
  text-decoration: none;
}
span.byline-date {
  float: right;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  line-height: 180%;
  display: inline-block;
}

.post-header h2 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  font-family: "filson-soft",sans-serif;
  padding-bottom: 10px;
  margin: 0;
}
.post-header h2 a {
  color: #652090;
}
.hs-featured-image-wrapper .hs-featured-image-link {
  border-radius: 6px;
  overflow: hidden;
  max-height: 300px;
  margin-bottom: 50px;
  position: relative;
  display: block;
}
.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}
a.hs-featured-image-link:before {
  content: "";
  display: block;
  border: 2px solid #fff !important;
  border-radius: 6px;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0.5);
}
a.hs-featured-image-link:after {
  content: "$";
  font-family: "ETmodules" !important;
  font-size: 20px;
  position: absolute;
  bottom: 13px;
  background-color: #fff;
  color: #444444;
  border-radius: 50%;
  padding: 6.5px 8px;
  right: 13px;
  transition: 0.3s;
  opacity: 0;
  transform: translate(60px, 0);
}
.post-item:hover a.hs-featured-image-link:before {
  opacity: 1;
  transform: scale(1);
}
.post-item:hover a.hs-featured-image-link:after {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translate(0, 0);
}

.post-item .text_read_more:before {
  content: "Continue Reading";
  font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0) translate(0, -50%);
  top: 50%;
  width: 100%;
  text-align: center;
}
.post-item:hover .text_read_more:before {
  transition-delay: 0.3s;
  opacity: 1;
  transform: scale(1) translate(0, -50%);
}

.hs-blog-listing .cst-blog-body-grp {
  background: #fff;


  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

a.more-link {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #652090;
  margin-top: 19px;
  text-decoration: none;

}
a.more-link:before {
  content: "$";
  font-family: "ETmodules" !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 11px;
  margin-top: 3px;
}
a.more-link:hover{
  opacity: 0.5;
}

.blog-pagination {
  margin: 26px 0;
}
.blog-pagination a {
  color: #989bac;
  transition: .3s;

  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.blog-pagination a:hover {
  opacity: 0.5;
  color: #989bac;
}
.previous-posts-link{
  float:right;
}
.next-posts-link{
  float:left;
}
.cst-blog-body-grp a {

}
@media only screen and (max-width: 1390px) {

}
@media (max-width: 1100px) {
  #hubspot-topic_data a.topic-link {
    margin: 0 0 4px;
    display: inline-block;
  }
  span.byline-date {
    float: none;
  }
}
@media (max-width: 767px){
  .blog-listing-wrapper .post-listing .post-item {
    padding: 30px;
  }
  .post-listing {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }
  .hs-blog-listing .blog-content {
    margin-top: -380px !important;
  }
  #hubspot-topic_data {
    margin-right: 10px;
  }
}
/*----------Post Page Style-----------*/
.hs-blog-post .body-container .page-center {
  max-width: 1080px;
}
.hs-blog-post .blog-content {
  padding-top:55px;
  padding-bottom:55px;
  padding-right: 5.5%;
  position:relative;
}
.hs-blog-post .body-container {
  padding: 0;
}

.section.post-header h1 {
  font-family: "filson-soft",sans-serif;
  font-size: 30px;
  margin: 0;
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
}
.post-page-byline {
  padding-bottom: 15px;
  font-size: 14px;
  margin-bottom: 6px;
  color: #3b3b3b;

}
.post-page-byline a{
  color: #666!important;
  text-decoration:none;
}
.section.post-footer form input.hs-button.primary {
  max-width: 250px;
}

.hs-blog-post .blog-sidebar {
  position: relative;
  padding-top:55px;
}

.author-page .blog-content{
  background:#fff;
  margin-top: -391px !important;
}
.hs-author-profile-wrapper {
  padding: 30px;
}
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}
.cst-post-wrapper .page-center {
  max-width: 1080px;
}

.blog-sidebar h3, .blog-sidebar h3.form-title {
  font-family: "filson-soft",sans-serif;
  font-size: 18px;
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
}
.blog .blog-sidebar > div {
  margin-bottom: 20px;
}
.section.post-body .hs_cos_wrapper_type_rich_text img {
  width: 100%;
}
.comment-date {
  display: block !important;
}

/*--------------Banner Style-------------*/
.banner-area {
  padding: 236px 0 116px;
  position: relative;
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.4);
  margin-top: -1px;
}
.banner-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  display: block;
}
.banner-area h1 {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 70px;
  color: #ffffff;
  text-align: center;
  font-family: "filson-soft",sans-serif;
  text-shadow: 0.03em 0.03em 0.05em rgba(0,0,0,0.4);
}
.banner-area.blog-banner {
  padding-bottom: 0;
}
.banner-area.blog-banner h1 {
  padding-top: 15px;
  padding-bottom: 227px;
  text-transform: uppercase;
  font-size: 52px;
  color: #d6df23;
  letter-spacing: 0.4px;
  font-weight: 400;
  font-family: "filson-soft",sans-serif;
  line-height: 1em;
}
.banner-area.blog-banner span.et_pb_image_wrap {
  position: relative;
  z-index: 1;
}
.banner-area.blog-banner span.et_pb_image_wrap img {
  width: 100%;
  vertical-align: bottom;
}
.custom-recent-title {
  margin-bottom: .5em;
}
.custom-recent-title a {
  color: #666;
  text-decoration: none;

  font-size: 18px;
  font-weight: 500;
  line-height: 1.7em;
}
.custom-recent-title a:hover {
  color: #3394b4;
}
.blog-list-recent-post-list-item .byline-recent {
  color: #3b3b3b;

  font-size: 18px;
  font-weight: 500;
}
.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .banner-area.blog-banner {
    padding-top: 150px;
  }
  .banner-area.blog-banner h1 {
    padding-bottom: 325px;
    font-size: 32px;
  }
}

@media (min-width: 981px){
  .hs-blog-post .blog-sidebar {
    padding-left: 30px;
  }
  .hs-blog-post .blog-content:after {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
    right:-20px;
  }

}
@media only screen and (max-width: 1390px) {
  .cst-post-wrapper .page-center {
    max-width: 1080px !important;
    width: 80% !important;
  }
}
@media (max-width: 980px) {
  /*--------Blog Responsive-----------*/
  .hs-blog-post .blog-content {
    padding-right: 0;
    width: 100% !important;
  }
  .hs-blog-post .blog-sidebar {
    margin-top:50px;
    width:100% !important;
    margin-left:0 !important;
  }
}

/******** Resource Blog Styling ****************/
.resource-blog {
  background-image: url(https://4764557.fs1.hubspotusercontent-na1.net/hubfs/4764557/raw_assets/public/ThrivePOP_May2020_Theme/images/background.png); /*** Upload to Portal *********/
  background-repeat: no-repeat;
  background-position: calc(50% - 220px) calc(0%);
  background-color: #fff;
}

.resource-blog > div:first-child {
  margin-bottom: 15px;
}

.cst-top-content-grp {
  padding: 56px 0px 0px 0px;
  position: relative;
}

.cst-top-content-grp .page-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.cst-top-content-grp .page-center .inner.clearfix {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .left-image {
  z-index: 2;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  position: relative;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .left-image img {
  vertical-align: middle;
  display: inline-block;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .left-bg-image {
  left: -117px;
  z-index: 1;
  top: -20px;
  position: absolute;
  width: 100%;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .left-bg-image img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .btm-dots {
  left: 1075px;
  text-align: left;
  z-index: 1;
  top: 353px;
  position: absolute;
  width: 100%;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .btm-dots img {
  width: 25%;
  max-width: 30%;
  vertical-align: middle;
  display: inline-block;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .btm-two {
  left: 1081px;
  text-align: left;
  z-index: 1;
  width: 550px;
  max-width: 550px;
  top: 1073px;
  position: absolute;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .btm-two img {
  vertical-align: middle;
  display: inline-block;
  width: 25%;
  max-width: 30%;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .top-one {
  left: 1083px;
  text-align: left;
  z-index: 1;
  top: -104px;
  position: absolute;
  width: 100%;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .top-one img {
  vertical-align: middle;
  display: inline-block;
  width: 25%;
  max-width: 30%;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .top-two {
  width: 100%;
  position: absolute;
  text-align: left;
  z-index: 1;
  top: 412px;
  left: -108px;
}

.cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .top-two img {
  width: 25%;
  max-width: 30%;
  vertical-align: middle;
  display: inline-block;
}

.resource-blog {
  overflow: hidden;
}

.cst-top-content-grp .page-center .inner.clearfix 
.rght-col {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
}

.cst-top-content-grp .page-center .inner.clearfix .rght-col .elementor-widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}


.cst-top-content-grp .page-center .inner.clearfix .rght-col .elementor-widget-wrap .title {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.cst-top-content-grp .page-center .inner.clearfix .rght-col .elementor-widget-wrap .title h1 {
  font-size: 39px;
  color: #652D90;
  margin: 0;
  line-height: 42px;
}

.cst-top-content-grp .page-center .inner.clearfix .rght-col .elementor-widget-wrap .content {
  width: 100%;
  font-weight: 300;
  color: #7a7a7a;
  position: relative;
}

.cst-top-content-grp .page-center .inner.clearfix .rght-col .elementor-widget-wrap .content p {
  color: #7a7a7a;
  font-weight: 300;
  font-family: 'Muli', sans-serif !important;
  line-height: 1.5;
}

.cst-dwnl-title-grp {
  position: relative;
  text-align: center;
  margin-top: -3px;
}

.cst-dwnl-title-grp .page-center .title {
  padding: 10px;
}


.cst-dwnl-title-grp .page-center .title h2 {
  margin: 0;
  color: #652D90;
  font-size: 29px;
}

.resource-blog .cst-blog-body-grp {
  background: transparent;
  padding: 0;
}

.cst-top-filter h3:empty {
  display: none;
}

.cst-top-filter .block .widget-module ul li.active {
  background: rgba(236, 0, 140, 0);
  border-radius: 0px;
  color: #EC008C;
  border-style: solid;
  border-width: 5px 0px 0px 0px;
}
.cst-top-filter .block .widget-module ul li a span {
  display: none;
}
.cst-top-filter .block .widget-module ul li a {
  color: inherit;
}
.cst-top-filter .block .widget-module ul li {
  display: inline-block;
  text-align: center;
  list-style: none;
  cursor: pointer;
  margin: 0 5px;
  line-height: 1.8;
  padding: 0px 40px 0px 40px;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.1px;
  color: #3F93B2;
  background: rgba(2, 1, 1, 0);
}
.cst-top-filter .block .widget-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: 1 1 auto;
  -ms-flex-flow: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  width: 100%;
}
.cst-top-filter .block .widget-module ul {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.resource-blog .cst-blog-body-grp .page-center.container-fluid {
  padding: 10px;
}

.resource-blog .cst-blog-body-grp .page-center.container-fluid .blog-content {
  max-width: 100%;
  margin: 0!important;
}


.resource-blog  .post-listing {
  display: block;
}

.resource-blog  .post-listing .post-item {
  width: 33.3333%;
  float: left;
}

.resource-blog .post-listing .post-item .post-i-sec .gallery-item-thumbnail-wrap img.gallery-item-thumbnail {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.resource-blog .post-listing .post-item .post-i-sec {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #FFFFFF;
  border-radius: 18px;
}

.resource-blog .post-listing .post-item .post-i-sec .gallery-item-thumbnail-wrap {
  position: relative;
}

.resource-blog .post-listing .post-item .post-i-sec .gallery-item-caption-wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -o-transition: .6s all ease;
  transition: all .6s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  z-index: 10;
  transition: 500ms;
  font-size: 14px;
  text-align: left;
}
.resource-blog .post-listing .post-item .post-i-sec:hover .gallery-item-caption-wrap {
  opacity: 1;
  visibility: visible;
}

.resource-blog .post-listing .post-item .post-i-sec .gallery-item-caption-wrap .gallery-item-hoverer-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  z-index: -1;
  opacity: .7;
  background-color: rgba(0,0,0,0.7);
}
.resource-blog .post-listing .post-item .post-i-sec .gallery-item-caption-wrap .gallery-item-caption-over {
  width: 100%;
  height: auto;
  text-align: center;
}
.resource-blog .post-listing .post-item .post-i-sec:hover .gallery-item-caption-wrap .gallery-item-caption-over h5.fg-item-title {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.resource-blog .post-listing .post-item .post-i-sec .gallery-item-caption-wrap .gallery-item-caption-over h5.fg-item-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 5px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .6s ease;
  -o-transition: .6s all ease;
  transition: all .6s ease;
}
.resource-blog .post-listing .post-item .post-i-sec:hover .gallery-item-caption-wrap .gallery-item-caption-over .gallery-item-buttons {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.resource-blog .post-listing .post-item .post-i-sec .gallery-item-caption-wrap .gallery-item-caption-over .gallery-item-buttons {
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all .6s ease;
  -o-transition: .6s all ease;
  transition: all .6s ease;
}

.resource-blog .post-listing .post-item .post-i-sec .gallery-item-caption-wrap .gallery-item-caption-over .gallery-item-buttons a {
  display: inline-block;
  font-size: 16px;
  color: #000;
  margin-right: 15px;
}
.resource-blog .post-listing .post-item .post-i-sec .gallery-item-caption-wrap .gallery-item-caption-over .gallery-item-buttons a span:hover {
  background: #3F93B2;
  color: #fff;
  border-radius: 100px;
}
.resource-blog .post-listing .post-item .post-i-sec .gallery-item-caption-wrap .gallery-item-caption-over .gallery-item-buttons a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: #D6DE23;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 50px;
  font-size: 18px;
  border-radius: 100px;
  transition: 300ms;
}


.resource-blog .post-listing .post-item .post-i-sec .gallery-item-caption-wrap .gallery-item-caption-over .gallery-item-buttons a img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}


.magnific-img img {
  width: 100%;
  height: auto;
}

.magnific-img {
  display: inline-block;
  width: 32.3%;
}
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}



/* Magnific Popup CSS */
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8!important;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none!important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none!important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
    -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height: 300px),screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left:0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform:scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

.mfp-zoom-in {
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8)
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-counter {
  display: none!important;
}
/********* Pop Up Form Styling ***********/
.cst-pop-up-form-grp {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.66);
  pointer-events: all;
}


.cst-pop-up-form-grp .form-holder-grp {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 700px;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
}
.cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form form {
  max-width: 100%;
}
.cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form {
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 7% 8% 7% 8%;
  border-radius: 20px 20px 20px 20px;
  background-color: #FFFFFF;
}

.cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form .form-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2em;
  color: #3F93B2;
  font-family: filson-soft, sans-serif;
}
.cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form form .hs-form-field > label .hs-form-required {
  display: none;
}
.cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form form .hs-form-field > label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form form .hs-form-field .input .hs-input {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 4px !important;
  color: #868686 !important;
  line-height: 2.36 !important;
  border-radius: 10px !important;
  border: 1px solid #afafaf !important;
  margin: 0 auto 7px !important;
  height: auto !important;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  width: 100% !important;
  max-width: none !important;
  box-shadow: none;
}
.cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form form .hs-form-field {
  margin: 0;
}
.cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form form .hs_submit.hs-submit {
  padding: 0px !important;
  margin: 0 auto;
  text-align: center;
}
.cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form form .hs_submit.hs-submit .hs-button:hover {
  background-color: #652d90;
  color: #fff;
  box-shadow: none;
  border: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form form .hs_submit.hs-submit .hs-button {
  border: 0;
  border-radius: 47px;
  background-color: #eb008b;
  padding: 20px 24px;
  color: #fff;
  display: inline-block;
  text-shadow: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-family: filson-soft, sans-serif !important;
  max-width: 200px !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%;
  line-height: 1.5;
  margin: 0;
}



.cst-pop-up-form-grp .form-holder-grp .from-sec-grp .from-sec {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 663px;
}
.cst-pop-up-form-grp .form-holder-grp .from-sec-grp {
  max-width: 800px;
  width: 100%;
  padding: 10px;
  position: relative;
  height: 100vh;
}
.cst-pop-up-form-grp .form-holder-grp .from-sec-grp .dialog-close-button:hover i {
  color: #EC008C;
}
.cst-pop-up-form-grp .form-holder-grp .from-sec-grp .dialog-close-button i {
  color: #a3a3a3;
}
.cst-pop-up-form-grp .form-holder-grp .from-sec-grp .dialog-close-button {
  width: 15px;
  right: 6px;
  position: absolute;
  top: -27px;
  cursor: pointer;
}
.cst-pop-up-form-grp {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms, visibility 500ms;
}
.resource-blog .cst-footer-grp .top-logo-grp {
  background: transparent;
}
.modal-open .cst-pop-up-form-grp {
  opacity: 1;
  visibility: visible;
}

.resource-blog .cst-footer-grp .cst-top-title {
  background: transparent;
  border: 0;
  padding: 0;
}
.resource-blog .cst-footer-grp .cst-top-title .page-center {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #d3d3d3;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 30px 0px;
}
.resource-blog .cst-footer-grp .background-wrapper .page-center .row .left-col .inner {
  padding: 0;
  margin: 0px 0px -10px 0px;
}
.resource-blog .cst-footer-grp .cst-top-title .page-center .title-top h3 {
  color: #7A7A7A;
  font-size: 22px;
  font-weight: 600;
}
.resource-blog .cst-footer-grp .cst-footer-col-grp {
  background: transparent;
  border: 0;
}

.resource-blog .cst-footer-grp .background-wrapper .page-center .row .left-col .inner .absl-image-grp {
  position: static;
}
.resource-blog .cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col .inner .absl-image-grp {
  margin: 0px 40px 0px 40px;
  padding: 0px 0px 0px 0px;
}
.resource-blog .cst-footer-grp .background-wrapper .page-center .row {
  padding: 10px;
}
.resource-blog .cst-footer-grp .background-wrapper {
  background-color: transparent;
}
.resource-blog .cst-footer-grp .background-wrapper .page-center .row .left-col {
  align-content: flex-end;
  align-items: flex-end;
}
.resource-blog .cst-footer-grp .cst-footer-col-grp .page-center {
  background-color: transparent;
  padding: 70px 0px 70px 0px;
}
.resource-blog .cst-footer-grp .cst-footer-col-grp {
  background: transparent;
  border: 0;
  padding: 0;
}
.resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .hwdy-content p {
  font-family: 'Muli', sans-serif;
}
.resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links .inner .wrap .link-list-grp p, .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links-last .inner .wrap .link-list-grp p {
  font-family: 'Muli', sans-serif;
}
.resource-blog .cst-footer-grp .cst-footer-col-grp .page-center {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #d3d3d3;
}
.resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .social-grp .elementor-social-icons-wrapper a:hover {
  background-color: #ffffff;
}
.resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .social-grp .elementor-social-icons-wrapper a:last-child {
  margin-right: 0;
}

.resource-blog .cst-header .page-center .row .cst-header-btn div * {
  font-family: 'Muli', sans-serif !important;
}
.resource-blog .cst-header .page-center .row .cst-logo {
  width: 25%;
  margin-left: 0;
}
.resource-blog .cst-header .page-center .row .cst-logo img {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 100%!important;
  max-width: 271px;
}
.resource-blog .cst-header .page-center .row .cst-logo>div, 
.resource-blog .cst-header .page-center .row .cst-logo>div span,
.resource-blog .cst-header .page-center .row .cst-logo>div span a {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}
.resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row>div .title-col h3 .hs_cos_wrapper_type_text {
  font-family: filson-soft, sans-serif;
}
.resource-blog .cst-header .page-center .row .cst-nav-grp {
  width: 50%;
}
.resource-blog .cst-header .page-center .row .cst-contact {
  width: 12%;
}
.resource-blog .cst-header .page-center .row .cst-header-btn {
  width: 13%;
  align-items: center;
}
.resource-blog .cst-header .page-center .row .cst-nav-grp {
  align-items: center;
}

.resource-blog .post-listing .post-item .post-i-sec .gallery-item-caption-wrap .gallery-item-caption-over .gallery-item-buttons a:last-child {
  margin-right: 0;
}
.resource-blog .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.has-submenu > a .sub-arrow i:before {
  content: "";
}
.resource-blog .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li.has-submenu > a .sub-arrow {
  font-size: 16px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.resource-blog .cst-header .page-center .row .cst-contact .inner span a {
  font-family: 'Muli', sans-serif !important;
  font-weight: 700;
}
.cst-header .page-center .row .cst-contact .inner span, .cst-header .page-center .row .cst-contact .inner span div {
  width: 100%;
}
.resource-blog .cst-header .page-center .row .cst-header-btn div .elementor-button-wrapper a {
  padding: 13px 12px 11px 12px;
}

.resource-blog .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li>a {
  font-family: 'Muli',sans-serif !important;
  font-weight: 600;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links .inner .wrap .link-list-grp p a:hover,
.resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links-last .inner .wrap .link-list-grp p a:hover{
  color: #EC008C;
}
.resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links .inner .wrap .link-list-grp p a,
.resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-quick-links-last .inner .wrap .link-list-grp p a{
  color: #54595f;
  font-family: 'Muli', sans-serif !important;
}
.resource-blog .post-listing .post-item .post-i-sec .gallery-item-caption-wrap .gallery-item-caption-over h5.fg-item-title a {
  color: inherit;
}

@media (max-width: 1200px) {
  .cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .left-image img {
    width: 100%;
  }
  .cst-top-content-grp {
    padding: 50px 0px 0px 0px;
  }
  .cst-dwnl-title-grp .page-center .title {
    padding-top: 7px;
  }
}
@media (max-width: 1024px) {
  .resource-blog .cst-footer-grp .cst-footer-col-grp .page-center {
    padding: 50px 20px 50px 20px;
  }
  .resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-say-hwdy .inner .wrap .social-grp .elementor-social-icons-wrapper a {
    font-size: 20px;
  }
  .resource-blog .cst-footer-grp .cst-footer-col-grp .page-center {
    padding: 50px 20px 32px 20px;
  }
  .cst-top-content-grp .page-center .inner.clearfix {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resource-blog .cst-header .page-center .row .cst-logo {
    width: 100%;
  }
  .resource-blog .cst-header .page-center .row .cst-contact {
    width: 10%;
  }
  .resource-blog .cst-header .page-center .row .cst-nav-grp {
    width: 73%;
  }
  .resource-blog .cst-header .page-center .row .cst-nav-grp .custom-menu-primary nav>ul>li>a {
    padding-left: 8.5px;
    padding-right: 8.5px;
  }
  .cst-dwnl-title-grp {
    margin-top: 0px;
  }
  .cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form .form-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 766px) {
  .resource-blog .post-listing .post-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cst-top-content-grp .page-center .inner.clearfix .left-col {
    width: 100%;
  }
  .cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .left-image img {
    width: auto;
  }
  .cst-top-content-grp .page-center .inner.clearfix .rght-col {
    width: 100%;
    padding: 10px 25px;
  }
  .resource-blog .post-listing .post-item {
    width: 100%;
  }
  .resource-blog .cst-blog-body-grp .page-center.container-fluid {
    padding: 10px 25px;
  }
  .resource-blog .copyright-grp {
    padding: 5px 20px 5px 20px;
  }
  .resource-blog .copyright-grp .cst-copyright {
    padding: 10px 25px;
  }
  .resource-blog .copyright-grp .cst-copyright h3 {
    color: #adadad!important;
    font-size: 13px!important;
    font-weight: 300;
    font-family: "filson-soft", Sans-serif!important;
    margin: 0!important;
  }
  .resource-blog .cst-footer-grp .background-wrapper .page-center .row {
    padding: 10px 25px;
  }
  .resource-blog .cst-footer-grp .background-wrapper .page-center .row .left-col {
    order: 2;
  }
  .resource-blog .cst-footer-grp .background-wrapper .page-center .row .left-col .inner {
    padding: 0;
  }
  .resource-blog .cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col {
    order: 1;
  }
  .resource-blog .cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col .inner .absl-image-grp {
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
  }
  .resource-blog .cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col .inner .absl-image-grp img {
    width: 100%!important;
    max-width: 528px;
  }
  .resource-blog .cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col .inner .absl-image-grp {
    margin-bottom: 10px;
  }
  .resource-blog .cst-footer-grp .cst-footer-col-grp .page-center {
    padding: 35px 20px 25px 20px;
  }
  .resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row > div {
    padding: 10px 25px !important;
  }
  .resource-blog .cst-footer-grp .cst-footer-col-grp .page-center .row .cst-get-conencted .inner {
    padding: 0px 0px 0px 0px;
  }
  .resource-blog .cst-footer-grp .top-logo-grp .page-center .elementor-row>div:last-child {
    width: 100%;
  }
  .resource-blog .cst-footer-grp .top-logo-grp .page-center .elementor-row>div {
    width: 50%;
  }
  .resource-blog .cst-footer-grp .top-logo-grp .page-center .elementor-row>div .inner {
    margin: 0px 10px 0px 10px;
    padding: 10px 25px;
  }
  .resource-blog .cst-pop-up-form-grp .form-holder-grp .from-sec-grp .from-sec {

    width: 90%;
  }
  .resource-blog .cst-header {
    padding: 20px 20px 0px 20px;
  }
  .resource-blog .cst-header .page-center .row .cst-logo {
    padding: 10px 25px;
  }
  .resource-blog .cst-header .page-center .row .cst-nav-grp {
    width: 30%;
  }
  .resource-blog .cst-header .page-center .row .cst-contact {
    width: 63%;
  }
  .resource-blog .cst-header .page-center .row .cst-nav-grp .elementor-menu-toggle {
    padding: 0px 15px;
  }
  .resource-blog .cst-header .page-center .row .cst-nav-grp .elementor-menu-toggle .menu-trigger:hover {
    color: #3F93B2;
  }
  .resource-blog .cst-header .page-center .row .cst-nav-grp .elementor-menu-toggle .menu-trigger {
    color: #EC008C;
  }
  .resource-blog>div:first-child {
    margin-bottom: 0;
  }
  .cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form .form-title {
    font-size: 22px;
  }
  .cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form form .hs_submit.hs-submit .hs-button {
    padding: 12px 20px;
  }
  .resource-blog .cst-pop-up-form-grp .form-holder-grp .from-sec-grp .from-sec {
    padding: 10px 20px;
  }
  .cst-pop-up-form-grp .form-holder-grp .hs_cos_wrapper_type_form {
    padding: 10px 25px;
  }
  .cst-pop-up-form-grp .form-holder-grp .from-sec-grp .dialog-close-button {
    right: 25px;
    top: -27px;
  }
  .cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .left-bg-image {
    max-width: 596px;
  }
  .cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .btm-dots {
    display: none;
  }
  .cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .btm-two {
    display: none;
  }
  .cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .top-one {
    display: none;
  }
  .cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .top-two {
    display: none;
  }
  .resource-blog .cst-top-content-grp .page-center .inner.clearfix .left-col {
    width: 100%;
    padding: 10px 25px;
  }
  .resource-blog .cst-top-content-grp .page-center .inner.clearfix .left-col .in-sec .elementor-widget-wrap .left-image img {
    width: 100%;
  }
  .resource-blog .cst-footer-grp .background-wrapper .page-center .row .cst-rgt-col .inner {
    padding: 10px 0;
  }
}


.post-body img{
max-width: 100%;
}


.blog .post-body {
font-family: Lato, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
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 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  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;
}