*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  letter-spacing: 0.02em;
  background: white;
  color: black; 
}

/**
 * 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;
}
.light-gray-bg {
  background: #f2f2f2;
}

.yellow-list {
  padding-left: 0px;
  list-style-type: none;
}
.yellow-list li {
  margin-bottom: 6px;
}
.yellow-list li span {
  background-color: #ebb733;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  line-height: 2.4;
}
.yellow-list li span a {
  color: #000000;
  text-decoration: none;
}

.gradient-bg {
  background-image: linear-gradient(90deg, #e2436a 0%, #ebb733 100%);
}
.gradient-bg-vertical {
  background-image: linear-gradient(360deg, #e2436a 0%, #ebb733 100%);
}

a {
  transition: 0.3s;
}

img {
  max-width: 100%;
  object-fit: contain;
}

iframe {
  max-width: 100%;
}

/* Paragraph Column Count */
@media (min-width: 768px) {
  .ph-column-count {
    column-count: 2;
    column-gap: 40px;
  }
}

/* CTAs */

.yellow-btn-cta {
  background: #ebb733;
  color: white;
  padding: 1em 2em;
  border-radius: 3px !important;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}

.yellow-btn-cta:hover {
  background: #bc9228;
  color: white;
}

/* Related Posts Module */
main .hs_cos_wrapper_type_rss_listing h3 {
  text-align: center;
}

main .hs-rss-item {
  display: flex;
  flex-direction: column-reverse;
  box-shadow: 0px 0px 3px #ccc;
}

main
  .hs-rss-module
  .hs-rss-item.hs-with-featured-image
  .hs-rss-item-image-wrapper {
  width: 100%;
}

main .hs-rss-module .hs-rss-item-text .hs-rss-description p {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
}

main .hs-rss-module .hs-rss-item-text .hs-rss-description p a {
  display: none;
}

main .hs-rss-module .hs-rss-item-text .hs-rss-title {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

main .hs-rss-module .hs-rss-item-text .hs-rss-title span {
  color: #494a52;
  font-size: 20px;
  font-weight: bold;
}

main .hs-rss-module .hs-rss-item-text .hs-rss-title:hover {
  color: #494a52 !important;
}

main .hs-rss-module .hs-rss-item-text .hs-rss-byline {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

.widget-type-rss_listing h3 {
  font-weight: 700;
  color: #494a52;
  font-size: 30px;
  margin-bottom: 50px;
}

main .hs-rss-module .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: auto;
  height: 100%;
}

main .hs-rss-description {
  height: 100%;
}

main .hs-rss-description p {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

main .hs-rss-description p a {
  display: block;
  background: #ebb733;
  color: white;
  text-align: center;
  padding: 8px;
  margin: auto -10px 0;
  font-family: "Lato";
  text-transform: uppercase;
}

main .hs-rss-description p a:before {
  content: "";
}

main .hs-rss-description p a:hover {
  background: #bc9228;
  text-decoration: none;
}

@media (min-width: 768px) {
  main .hs-rss-module {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
  }

  .two-col-desktop {
    column-count: 2;
    column-gap: 40px;
  }
}

/* Text */
.light-text,
.light-text h2,
.light-text h3,
.light-text h4 {
  color: white;
}

/* CTA Case Studies */

.cta-case-studies {
  background-image: linear-gradient(0, #e2436a 0%, #ebb733 100%);
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-case-content {
  padding: 30px !important;
  width: 100%;
}
.cta-case-content a {
  text-decoration: none !important;
}

.cta-case-name {
  font-weight: 100;
  color: #fff;
  font-size: 35px;
}
.cta-case-content a.cta-case-button {
  background-color: transparent;
  border-radius: 0px;
  padding: 11px 53px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

.cta-case-content a.cta-case-button:hover {
  background-color: white;
  color: #e34469;
}
.cta-case-content h3 {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
}
.dark-bg {
  background-color: rgba(51, 51, 51, 1);
}

.img-hover:hover {
  opacity: 0.7;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
.d-flex {
    display: flex;
}

.justify-content-between {
    -ms-flex-pack:justify!important;
    justify-content:space-between!important;
}

.row-reverse {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .row-column-mobile {
        flex-direction: column;
    }

    .d-none {
        display: none;
    }
}

.gap-30 {
    gap: 30px;
}

@media (min-width:768px) {
    .d-md-flex {
        display:-ms-flexbox!important;
        display:flex!important;
    }

    .d-md-block {
        display: block
    }

    .d-md-none {
        display: none;
    }
}
html {
  font-size: 24px;
}

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

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase !important;
}

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

.text-left {
  text-align: left;
}

@media (min-width: 767px) {
  .text-md-center {
    text-align: center;
  }
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  h2 {
    text-align: left;
  }
}

h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
h6.text-white,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p  {
  color: white;
}

.highlight-text {
  font-weight: 200;
  font-size: 30px;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

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

.disable-focus-styles :focus {
  outline: none;
}
.blog__cta {
	background-color: #dadada;
	padding: 0px;
	color: #000;
	display: flex;
	flex-direction: row;
	min-height: 270px;
	height: auto;
	container-type: inline-size;
}
a.cta_button:has(.blog__cta) {
	text-decoration: none;
}

.blog__cta--col1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 30px 30px 30px 50px !important;
	width: 100%;
}
.blog__cta h2 {
	color: #000;
	margin-top: 0em;
	margin-bottom: 0.5em;
	line-height: 1.2;
	text-align: left;
	max-width: 500px;
	font-size: 35px;
	font-weight: 700;
}

.blog__cta h3 {
	color: #000;
	font-size: 26px;
	font-weight: 400;
	margin-top: 0em;
	margin-bottom: 0.5em;
	line-height: 1.2;
	text-align: left;
}

.blog__cta .button {
	background: linear-gradient(90deg, #e94490, #f18a62);
	border: 0 solid #fff;
	margin-bottom: 0;
	width: fit-content;
	padding: 15px 30px;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 600;
}

.blog__cta .button:hover {
	background: linear-gradient(90deg, #f18a62, #e94490);
	border: 0px solid #fff;
}

.blog__cta img {
	height: 100%;
	width: 400px;
}

@container (max-width: 800px) {
	.blog__cta img {
		width: 300px;
	}
}

/* Mobile 768px*/
@media (max-width: 768px) {
	.blog__cta {
		flex-direction: column-reverse;
		padding: 30px;
	}
	.blog__cta h2 {
		text-align: center;
		font-size: 30px;
		margin: auto;
		padding-bottom: 25px;
	}
	.blog__cta h3 {
		margin-top: 25px;
		text-align: center;
		font-size: 22px;
	}
	.blog__cta img {
		display: none;
	}
	.blog__cta--col1 {
		align-items: center;
		padding: 30px !important;
	}
	.blog__cta .button {
		margin-bottom: 1em;
	}
}

.learn-more-btn {
	margin-bottom: -40px;
}

@media (max-width: 768px) {
	.learn-more-btn {
		margin-bottom: -20px;
	}
}

@media (max-width: 768px) {
	.cta-is-mob {
		display: block;
	}
	.cta-is-desk {
		display: none;
	}
}

@media (min-width: 768px) {
	.cta-is-mob {
		display: none;
	}
	.cta-is-desk {
		display: block;
	}
}
button,
.button {
  background-color: #494a52;
  border: 1px solid #494a52;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

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

button:active,
.button:active {
  background-color: #71727a;
  border-color: #71727a;
  color: #fff;
  text-decoration: none;
}

.btn-box-curved {
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 13px 80px;
  display: inline-block;
  margin: 0px;
  border: 0px solid #fff;
  box-sizing: border-box;
  border-radius: 40px;
}


/* buttons */
.btn,
.form-dark-bg input.hs-button.primary.large {
  display: inline-block;
  font-size: 16px !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: bold !important;
  letter-spacing: 0.1em;
  transition: 0.2s;
  line-height: 1.2;
  text-decoration: none;
}

.btn-rounded,
.form-dark-bg input.hs-button.primary.large {
  border-radius: 100px !important;
  width: fit-content !important;
  padding: 15px 80px !important;
  border: 2px solid transparent !important;  
}

.btn-yellow,
.form-dark-bg input.hs-button.primary.large {
  background: rgb(235,183,51);
  color: #333 !important;
}

.btn-yellow:hover,
.form-dark-bg input.hs-button.primary.large:hover {
  color: white !important;
  text-decoration: none;
  background: #E8A700 !important;
}

.btn-gray {
  background: #333;
  color: rgb(235,183,51);
}

.btn-gray:hover {
  text-decoration: none;
  background-color: #ecb81b;
  color: #111;
}

.btn-black {
  background: black;
  color: rgb(235,183,51);
}

.btn-black:hover {
  background: white;
  color: black;
  text-decoration: none;
}


.btn-yellow:focus,
.btn-yellow:active,
.form-dark-bg input.hs-button.primary.large:focus,
.form-dark-bg input.hs-button.primary.large:active,
.btn-gray:focus,
.btn-gray:active {
  color: white !important;
  text-decoration: none;
  border: 2px solid #E8A700 !important;  
  background: black !important;
  text-decoration: none;
}

.form-dark-bg input.hs-button.primary.large {
  text-shadow: none;
  box-shadow: none;
}


/* We need to standarize the top buttons. Review the code and see where we can update */

.button--black {
  background: black;
  border-radius: 2em;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.8em 2.5em;
  transition: 0.2s;
}

.button--black:hover,
.button--black:active,
.button--black:focus {
  background-color: white;
  color: black;
  text-decoration: none;
} 


/* a links with bgs */
.links-yellow {
  display: inline-block;
  padding: 7px;
  text-decoration: none;
  color: #333333;
  background-image: linear-gradient(to right, #ebb733 50%, #111 50%);
  background-position: 0;
  background-size: 200%;
  transition: all 0.4s;
}

.links-yellow:hover {
  color: #fff;
  background-position: -100%;
  text-decoration: none;
}

.links-yellow-sma {
  display: inline-block;
  padding: 2px 5px;
  text-decoration: none;
  color: #333333;
  background-image: linear-gradient(to right, #ebb733 50%, #111 50%);
  background-position: 0;
  background-size: 200%;
  transition: all 0.4s;
}

.links-yellow-sma:hover {
  color: #fff;
  background-position: -100%;
  text-decoration: none;
}
/* Form */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

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

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
/* default "Get Free Widget" form (renders when no form is passed to the form HubL tag) is an anchor (a.hs-button) rather than a real input, so it needs explcit css to avoid link styling */
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
/* see "no form selected" note above */
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
/* see "no form selected" note above */
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* WWYM REFER */
.hs-content-name-lp-refer-pic-wwym input[type="text"], .hs-content-name-lp-refer-pic-wwym textarea{
  width: 100% !important;
}

.hs-content-name-lp-refer-pic-wwym form{
  max-width: 100% !important;
}
.hs-content-name-lp-refer-pic-wwym form label{
  font-weight: 700;
}

/* forms input widths */

.hs-form-private input[type="text"], .hs-form-private textarea{
  width: 100% !important;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* Moving Card styles here since these styles of cards are used in several modules */
/* Card Modules */
/* Learn and Support */

/* .cards {
	display: flex;
	flex-wrap: wrap;
} */

.cards__card {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.card__image-wrapper {
	width: 100%;
	display: block;
	line-height: 0;
	flex: 1;
}

.card .card__image {
	height: auto;
	margin: 0 auto;
	object-fit: cover;
	width: 100%;
	max-width: 100%;
}

.card:not(.card--type-cards-module) .card__image {
	aspect-ratio: 1200/628;
}

.card__text {
	flex: auto;
	padding: 0 0.5rem 1rem;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.card_text--topic {
	color: var(--color-primary);
	font-size: var(--font-size-small);
	letter-spacing: 0.1em;
	margin-top: 1em;
	text-transform: uppercase;
}
.card_text--type {
	font-size: 12px;
	color: #666;
	letter-spacing: 0.1em;
	margin-top: 1em;
	text-transform: uppercase;
	font-weight: 500;
}

.card__text--title {
	line-height: 1.2em;
	margin: 0.5em 0;
}

.card__text--title-link {
	transition: ease all 0.3s;
}

.card__text--title-link:hover {
	color: var(--color-primary) !important;
}

a:not([href]).card__text--title-link:hover {
	color: unset !important;
}

.card__description {
	flex: auto;
}

.card__text hr {
	width: 100%;
}

.card__reading-minutes-wrapper {
	display: flex;
	align-items: center;
}

.card__reading-minutes {
	align-items: center;
	display: flex;
	margin-right: 10px;
}

.card__reading-minutes svg {
	fill: var(--color-gray-on-light-bg);
	margin-right: 10px;
	position: relative;
	top: -2px;
	width: 14px;
}

.card__timestamp {
	position: relative;
	margin: 0 10px;
}

.card__text h3 {
	font-size: 22px;
	font-weight: 600;
}
.card__text h3 a {
	color: #111;
}

a.b-link-icon.button {
	border-radius: 30px;
	width: fit-content;
}

@media (min-width: 540px) {
	.cards .cards__card {
		width: 100%;
	}
}

@media (min-width: 540px) and (max-width: 1150px) {
	.cards .cards__card:nth-of-type(2n) {
		border-right: 0px;
	}
	.learn-support.cards {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
}

@media (min-width: 1150px) {
	.learn-support.cards {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}

	.cards .cards__card {
		width: 100%;
	}

	.cards.cards--count-4 .cards__card {
		width: 25%;
	}

	.cards:not(.cards--count-4) .cards__card:nth-of-type(3n) {
		border-right: 0px;
	}

	.cards.cards--count-4 .cards__card:nth-of-type(4n) {
		border-right: 0px;
	}

	.card__text {
		padding: 0 1rem 1rem;
	}
}

@media (min-width: 1150px) {
	.cards__card.cards__card-featured {
		flex-direction: row;
		flex-wrap: nowrap;
		width: unset;
	}

	.cards__card.cards__card-featured .card__image-wrapper {
		flex: 1;
	}

	.cards__card.cards__card-featured .card__text {
		flex: 2;
		padding: 0;
	}

	.cards__card.cards__card-featured .card__text--title,
	.cards__card.cards__card-featured .card__description,
	.cards__card.cards__card-featured .button-wrapper,
	.cards__card-featured .no-list {
		padding: 0 2rem;
	}
}

@media (max-width: 1150px) {
	.cards__card-featured .card__image-wrapper {
		margin-left: 0;
		margin-right: auto;
		margin-bottom: 10px;
		width: auto;
	}
}

@media (max-width: 540px) {
	.cards__card {
		margin-bottom: 40px;
	}
}

.cards__card.cards__card-featured .card__text-taglist {
	display: flex;
	font-size: var(--font-size-small);
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
:root {
	--color-bg-dark: #111;
	--color-bg-light: #f2f2f2;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

a.pagination-link {
	display: inline-block;
	padding: 10px 15px;
	color: black;
	cursor: pointer !important;
}

.pagination-link.active {
	background-color: var(--color-bg-dark);
	color: white;
}

.pagination-link-next[href],
.pagination-link-prev[href],
.pagination-link-prev[data-page],
.pagination-link-next[data-page] {
	background-color: var(--color-bg-light);
	padding: 10px 15px 12px;
}

.pagination-link-prev {
	transform: rotate(180deg);
}

/* ARROW */

.h-arrow {
	--stroke: 2px;
	--top-distance: 3px;
	display: inline-block;
	padding-left: 10px;
	position: relative;
	top: -3px;
	width: 15px;
}

.h-arrow:before {
	top: var(--top-distance);
	transform: rotate(-45deg);
}

.h-arrow:after {
	top: calc(var(--top-distance) * -1);
	transform: rotate(45deg);
}
.h-arrow:after,
.h-arrow:before {
	content: "";
	position: absolute;
	right: calc(var(--stroke) * -1);
	width: 50%;
}

.pagination-link-next .h-arrow,
.pagination-link-next .h-arrow:after,
.pagination-link-next .h-arrow:before,
.pagination-link-prev .h-arrow,
.pagination-link-prev .h-arrow:after,
.pagination-link-prev .h-arrow:before {
	background-color: black;
}

.pagination-numbers a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
	a.pagination-link:not(.active):not(.pagination-link-next):not(
			.pagination-link-prev
		) {
		display: none;
	}

	.pagintation-prev,
	.pagintation-next {
		min-width: 75px;
	}
}

.h-arrow,
.h-arrow:after,
.h-arrow:before {
	background-color: #111;
	height: var(--stroke);
}
/* Header container */
div[data-global-resource-path="pic-theme/templates/partials/header-mega-menu.html"] {
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  position: sticky;
  top: 0;
  z-index: 999;
}

.header:not(.header--dark) {
  background-color: #f8fafc;
}

.header--dark {
  background-color: #000;
}

.header__phone {
  margin-left: 40px;
}

.header__phone .hs-button:hover {
  text-decoration: none;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__column {
  z-index: 999;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 320px;
  padding: 5px;
  overflow: hidden;
}

.header--dark .header__logo {
  padding: 10px;
  max-width: 420px;
}

.header--dark .header__logo .hs-image-widget {
  max-width: 250px;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #d1d6dc;
  border-radius: 6px;
  color: #494a52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #d1d6dc;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 1.79px solid #d1d6dc;
  border-top: -2px solid #fff;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 1.79px solid #d1d6dc;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494a52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 42px;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #d1d6dc;
  border-radius: 6px;
  left: 70%;
  top: -24px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #ebeff3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #ebeff3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494a52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1150px) {
  #hs_cos_wrapper_navigation-primary
    > .navigation-primary
    > ul
    > li:nth-last-child(-n + 2) {
    display: none;
  }
}

/* Mobile styles */

@media (max-width: 1150px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    padding: 5px 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #1c1f22;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin-right: 20px;
    margin-left: auto;
  }

  .header--dark .header__navigation--toggle {
    filter: invert(1) brightness(1);
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #ced4db;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #ced4db;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }

  .header--dark .header__phone {
    display: none;
  }
}

/*  Mobile on scroll */
#hs_cos_wrapper_mobile_logo {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  visibility: hidden;
}

.fixed #hs_cos_wrapper_site_logo {
  opacity: 1;
}

@media (max-width: 590px) {
  .fixed #hs_cos_wrapper_mobile_logo {
    opacity: 1;
    visibility: visible;
  }

  .fixed .header:not(.header--dark) #hs_cos_wrapper_site_logo {
    opacity: 0;
    transition: 0.3s;
  }
}

/* Top Bar */
/*
.top-bar {
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}

.top-bar .submenu.level-1 > li {
  padding: 0 10px;
}

.top-bar .submenu.level-1 > li a {
  font-size: 11px;
  font-weight: 600;
}

.top-bar .contact-phone {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.top-bar .contact-phone a {
  padding: 10px;
  color: #494a52;
  font-weight: 600;
}

.top-bar a:hover {
  color: #c38f0b !important;
}

.top-bar .no-submenu:last-child a {
  background-color: #333;
  color: #f1bc34 !important;
  padding: 10px;
  line-height: 1em;
  top: 2px;
  border-radius: 4px !important;
  font-weight: 600;
  transition: 0.5s;
}

.top-bar .no-submenu:last-child a:hover {
  background-color: #f1bc34;
  color: #333 !important;
}

@media (max-width: 1150px) {
  .top-bar #hs_cos_wrapper_navigation-secondary {
    display: none;
  }

  .top-bar {
    justify-content: center;
  }
}
*/
/* HEADER AMB */
.amb-header {
  background-color: black;
}

.amb-header .amb-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .amb-header .amb-container {
    grid-template-columns: 1fr 2fr;
  }
  .amb-header .amb-container button,
  .amb-header .amb-container .button {
    padding: 15px !important;
  }
}
.amb-container .col2 {
  text-align: end;
}

.amb-header.dnd_area-row-0-padding {
  padding: 0px !important;
}

.amb-header img {
  width: 50px;
}

/*  sticky header on scroll up */

div[data-global-resource-path="pic-theme/templates/partials/header-dark.html"] {
  transition: 0.5s;
  z-index: 9999999999999;
}

div[data-global-resource-path="pic-theme/templates/partials/header-dark.html"].active {
  position: sticky;
  top: -80px;
  animation-name:headertransition;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

div[data-global-resource-path="pic-theme/templates/partials/header-dark.html"].deactive {
  position: sticky;
  top: 0;
  animation-name:headertransitionout;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

/* The animation code */
@keyframes headertransition {
  from {
    top: -80px;
  }
  to {
    top: 0;
  }
}

@keyframes headertransitionout {
  from {
    top: 0;
  }
  to {
    top: -80px;
  }
}
/* Partners Logos and CTA Ribbon Top Gray */
.partners-logos-wrapper {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}


/* Footer */

/* footer links */
.footer .hs-menu-depth-1 > a {
  font-weight: bold;
}

.footer .hs-menu-item:hover a, 
.footer .hs-menu-item:focus a {
  color: white;
}

.footer a:hover,
.footer .hs-menu-depth-1 > a:hover,
.footer .hs-menu-depth-2:hover > a,
.footer .hs-menu-item.active a {
  color: #ebb733;
}

.footer p {
  font-size: 14px;
}

.footer__container.content-wrapper {
  padding: 4rem 0;
}

.footer__top {
  padding-bottom: 60px;
}


/* Menus */
.footer .hs-menu-wrapper ul {
  display: block;
}

.footer .footer__container a {
  font-size: 14px;
  padding: 0;
  margin-bottom: 10px;
  transition: 0.3s;
}

.footer .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  padding: 0;
}

/* Newsletter */
.footer .widget-type-blog_subscribe input {
  border-radius: 0;
  border: 0;
}

.footer .widget-type-blog_subscribe .hs_email {
  margin-bottom: 0.4rem;
}

.footer form input[type=submit] {
  background: black;
  border: 1px solid white;
  border-radius: 0;
  padding: 12px;
  width: 100%;
}

.footer form input[type=submit]:hover {
  background: white;
  border: 1px solid black;
  color: black;
}

/* Footer Social Media */

.footer .social-links__icon {
  background-color: white;
  height: 30px;
  width: 30px;
}

.footer .social-links__icon svg {
  fill: black;
}

/* Copyright */
.footer__copyright {
  font-size: 0.7rem;
  margin: 2em 0 0.5rem 0;
  display: flex;
  justify-content:space-between;
}

@media screen and (max-width: 1380px) {
  .footer__container.content-wrapper {
    padding: 2rem 10px;
  }
}
/* Blog header */

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

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

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

/* Blog header - author listing */

.blog-header__author-avatar {
  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);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

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

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

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

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}

.blog-index__post-content h2 {
  margin: 0.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 {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494a52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

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

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

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

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

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

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  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 {
  color: #000;
  font-family: Lato, sans-serif;
}

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

.blog-post__tag-link {
  color: #000;
  font-size: 0.8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #f8fafc;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

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

.blog-recent-posts__post {
  color: #494a52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

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

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

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image img {
  object-fit: cover;
}

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

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

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

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

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494a52;
  color: #494a52;
}

.blog-comments .hs-button:hover {
  background-color: #494a52;
  color: #fff;
}

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

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494a52;
  text-decoration: underline;
}

/* Blog header */

.blog .blog-header {
  background-color: #f8fafc;
  text-align: center;
  padding: 2rem 0;
}

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

.blog .blog-header__title {
  font-size: 2rem;
}

.blog .blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

/* Blog header - author listing */

.blog .blog-header__author-avatar {
  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);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

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

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

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

/* Blog listing */

.blog .blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

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

.blog .blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.blog .blog-index__tag-header h1 {
  margin-bottom: 0;
}

.blog .blog-index__tag-header.blog-index__author {
  justify-content: flex-end;
}

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

.blog .blog-index__tag-heading {
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog .blog-category-search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog .blog-category-search a[href*="featured"],
.blog .blog-category-search a[href*="will"],
.blog .blog-category-search a[href*="brad"],
.blog .blog-category-search a[href*="robb"],
.blog .blog-category-search a[href*="jeff"],
.blog .blog-category-search a[href*="trista"],
.blog .blog-category-search a[href*="mike"],
.blog .blog-category-search a[href*="parker"],
.blog .blog-category-search a[href*="travis"],
.blog .blog-category-search a[href*="matt"] {
  display: none;
}

.blog .blog-category-search .hs_cos_wrapper_type_post_filter {
  position: relative;
}

.blog .blog-category-search .search {
  display: flex;
  align-items: center;
  position: relative;
}

.blog .blog-category-search .search svg {
  right: 10px;
  left: auto;
  position: absolute;
  z-index: 9;
}

.blog .blog-category-search .search .hs_cos_wrapper_type_module {
  width: 250px;
  transition: 2s;
}

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

.blog .blog-index__post:not(.blog-index__post--large) > div {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  min-height: 400px;
}

.blog .blog-index__post-content {
  padding: 0 20px 10px;
}

.blog .blog-index__post.blog-index__post--large {
  padding: 0;
  background-color: #f2f2f2;
}

.blog .blog-index__post.blog-index__post--large a.blog-post__tag-link,
.blog .blog-index__post.blog-index__post--large .blog-post__meta a {
  opacity: 0.8;
}

.blog .blog-index__post.blog-index__post--large a.blog-post__tag-link:hover,
.blog .blog-index__post.blog-index__post--large .blog-post__meta a:hover {
  opacity: 1;
}

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

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

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

@media screen and (max-width: 768px) {
  .blog .blog-index__post {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .blog .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
    display: flex;
    justify-content: end;
  }

  .blog .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    background-color: none;
  }

  .blog .blog-index__post-image--large img {
    max-height: 450px;
    object-fit: contain;
    object-position: right;
    width: 100%;
  }

  .blog .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}

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

.blog .blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog .blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog .blog-index__post-content a {
  color: #494a52;
}

.blog .blog-index__post-content a.orange-btn {
  color: white;
}

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

/* Blog pagination */

.blog .blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog .blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494a52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog .blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog .blog-pagination__link:hover,
.blog .blog-pagination__link:focus {
  text-decoration: none;
}

.blog .blog-pagination__prev-link,
.blog .blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

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

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

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

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

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

/* Blog Tag Selector */

.blog .body-container--blog-index .widget-type-post_filter .widget-module {
  display: none;
  height: 250px;
  overflow-y: scroll;
  background-color: rgba(224, 224, 224, 1);
  padding: 20px;
  border-radius: 6px;
}

.blog .body-container--blog-index .widget-type-post_filter .widget-module::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.blog .body-container--blog-index .widget-type-post_filter .widget-module::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.blog .body-container--blog-index .widget-type-post_filter .widget-module::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.blog .body-container--blog-index .widget-type-post_filter .widget-module::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.blog .body-container--blog-index .widget-type-post_filter .widget-module ul {
  list-style: none;
  padding-left: 0;
}

.blog .body-container--blog-index .widget-type-post_filter .block {
  position: absolute;
  right: 0;
  width: 330px;
}

.blog .blog-category-search .block:before {
  content: "Sort by: ";
  display: inline-block;
  margin-right: 9px;
}

.blog .body-container--blog-index .widget-type-post_filter .block h3 {
  margin-bottom: 0;
  font-size: 0.875rem;
  cursor: pointer;
  padding-right: 22px;
  width: 220px;
  display: inline-block;
  border: 2px solid #d1d6dc;
  border-radius: 3px;
  padding: 0.7rem;
  text-align: left;
  line-height: 1.15;
  position: relative;
}

.blog .body-container--blog-index .widget-type-post_filter .block h3:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
  display: block;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 0;
}

.blog .body-container--blog-index .widget-type-post_filter .block:hover .widget-module {
  display: block;
}

@media (max-width: 1200px) {
  .blog .blog-index__tag-header {
    display: block;
  }

  .blog .blog-category-search {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 620px) {
  .blog .blog-category-search {
    justify-content: center;
  }

  .blog .blog-category-search {
    height: 90px;
  }

  .blog .body-container--blog-index .widget-type-post_filter .block {
    right: 0;
    left: 0;
  }

  .blog .blog-category-search .search {
    margin-top: auto;
    margin-bottom: 0;
  }

  .blog .blog-category-search .search,
  .blog .blog-category-search .search .hs_cos_wrapper_type_module {
    width: 100% !important;
  }

  .blog .blog-category-search .hs_cos_wrapper_type_post_filter {
    position: initial;
  }

  .blog .body-container--blog-index .widget-type-post_filter .block {
    width: 100%;
    z-index: 999;
  }

  .blog .body-container--blog-index .widget-type-post_filter .block h3 {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    width: calc(100% - 70px);
  }
}

/* Blog post */
.blog .blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog .blog-post h1 {
  margin-bottom: 0;
}

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

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

.blog .blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
  line-height: 1;
  margin-top: 10px;
}

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

.blog a.blog-post__tag-link {
  font-size: 0.8rem;
}

.blog .hs_cos_wrapper_type_social_sharing {
  padding: 15px 0;
}

.blog .hs_cos_wrapper_type_social_sharing img {
  height: 30px !important;
  width: 30px !important;
  margin-right: 5px;
}

/* Blog comments */

.blog .blog-comments {
  margin: 0 auto 40px;
  max-width: 680px;
}

.blog .blog-comments h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

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

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

.blog .blog-comments .hs-button {
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
}

.blog .blog-comments .hs-button:hover {
  color: white;
  text-decoration: none;
}

.blog .blog-comments .comment-reply-to {
  border: 0 none;
  padding-left: 35px;
  background-position-x: 15px;
}

.blog .blog-comments .comment-reply-to:hover {
  color: white;
  text-decoration: none;
}

.blog .blog-comments .hs_comment textarea {
  height: 200px;
}

.blog .new-comments {
  margin-bottom: 50px;
}

/* Recent Posts */
@media (min-width: 1000px) {
  .blog main .blog-recent-posts__list.hs-rss-module {
    display: flex;
  }
}

.blog .blog-recent-posts {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog h2.blog-recent-posts-title {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.blog .blog-recent-posts .read-more {
  color: white;
  background: #2b637f;
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: auto;
}

.blog .blog-recent-posts .read-more:hover {
  background: #494a52;
  text-decoration: none;
}

.blog .blog-recent-posts .blog-index__post > div {
  min-height: 470px;
  display: flex;
  flex-direction: column;
}

.blog .blog-recent-posts .blog-subscribe-block.blog-index__post > div {
  flex-direction: row;
}

/* Author Cards in Posts */

.blog .blog-author-card {
  padding-bottom: 3.3rem;
}

.blog .blog-author__inner {
  display: flex;
  margin: 0 auto;
  max-width: 960px;
}

.blog .blog-author__inner .blog-author-image {
  background-image: url(https://cdn2.hubspot.net/hubfs/6680537/Kuzneski-favicon-2.png);
  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);
  height: 100px;
  margin: 0 20px 1.5rem 0;
  width: 100px;
}

.blog .blog-author__inner .blog-author-content {
  flex: 4 0 0;
}

.blog .blog-author__inner .blog-author-content h3 {
  margin-bottom: 0;
}

/* Single Post */

@media (min-width: 799px) {
  .author-desc {
    display: flex;
    gap: 30px;
  }

  .author-desc .author-bio {
    flex: 1 1 0;
  }
}

/* CTA DISPLAY */

@media (max-width: 799px) {
  .cta-desktop {
    display: none;
  }
  .cta-mobile {
    display: block;
  }
}
@media (min-width: 800px) {
  .cta-desktop {
    display: block;
  }
  .cta-mobile {
    display: none;
  }
}

code {
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.code-box {
  background-color: black;
  color: white;
  padding: 20px;
}

/* BLOG SUSCRIPTION MODULE */
.blog-suscription-module {
  background: linear-gradient(to right, #e94490, #f18a62);
  padding: 30px;
  margin-bottom: 30px;
}
.body-container--blog-index .blog-suscription-module .hs-submit > div > input {
  border-radius: 25px;
}
.blog-suscription-module .hs-submit > div > input {
  background: #000;
  border: 0px;
  box-shadow: none;
  margin-top: 25px;
  height: 43px;
  padding-top: 13px;
}
.blog-suscription-module .hs-submit > div > .hs-button:hover {
  background: #333;
  border: 0px;
  box-shadow: none;
}
.blog-suscription-module form,
.blog-subscribe-block form {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.blog-suscription-module .hs_email,
.blog-subscribe-block .hs_email {
  order: 1;
}
.blog-suscription-module .hs_recaptcha,
.blog-subscribe-block .hs_recaptcha {
  order: 3;
}
.blog-suscription-module .hs_submit,
.blog-subscribe-block .hs_submit {
  order: 2;
}
.blog-subscribe-block .hs_email,
.blog-subscribe-block .hs_submit {
  width: 100%;
}
.blog-subscribe-block .hs_submit {
  margin-bottom: 10px;
}
.blog-suscription-module .hs_email > div > input {
  border: 0px;
  border-radius: 25px 0px 0px 25px !important;
  height: 42px;
}

#hs_cos_wrapper_suscription-next-title > span {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
#hs_cos_wrapper_suscription-next-subtitle > span {
  font-size: 25px;
  color: #000;
}
#hs_cos_wrapper_suscription-next-post {
  padding: 20px 0px;
}

#hs_cos_wrapper_suscription-next-post > span {
  color: #fff;
  font-size: 25px;
}

.blog-suscription-module form label {
  color: #ffffff;
}

.blog-suscription-module .hs-error-msg {
  color: hsl(64deg 100% 51%);
  margin-top: 0.35rem;
}

.blog-suscription-module .hs_error_rollup {
  display: none !important;
}

.blog-suscription-module .submitted-message {
  color: #fff;
  text-align: center;
  font-size: 24px !important;
  background-color: #eab62f;
  border-radius: 15px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.blog-suscription-module .submitted-message p {
  margin: 0;
}

@media (max-width: 980px) {
  .body-container--blog-index .blog-suscription-module .hs-submit > div > input {
    background: #000;
    border: 0px;
    box-shadow: none;
    border-radius: 0 25px 25px 0;
    margin-top: 5px;
    height: 43px;
    padding-top: 13px;
    font-size: 14px;
    padding: 13px 10px;
  }
  .body-container--blog-index .blog-suscription-module form {
    max-width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }
}

/***/
.blog-post .blog-suscription-module .hs-submit > div > input {
  border-radius: 0 25px 25px 0;
}
.blog-post .blog-suscription-module .hs_email {
  width: calc(100% - 200px);
}
.blog-post .blog-suscription-module .hs_recaptcha {
  width: 100%;
}
.blog-post .blog-suscription-module .hs_submit {
  width: 200px;
}

.blog-post .blog-suscription-module form label {
  color: #ffffff;
}
@media (max-width: 980px) {
  .blog-post .blog-suscription-module .hs-submit > div > input {
    background: #000;
    border: 0px;
    box-shadow: none;
    border-radius: 0 25px 25px 0;
    height: 43px;
    padding-top: 13px;
    font-size: 14px;
    padding: 13px 10px;
  }
  .blog-post .blog-suscription-module .hs_submit {
    width: 95px;
  }
  .blog-post .blog-suscription-module .hs_email {
    width: calc(100% - 95px);
  }
}
/***/

/* Blog Titles with Image */

.blog-title--icons {
  align-items: center;
  display: grid;
  grid-template-columns: 110px 1fr;
  margin-bottom: 15px;
  margin-top: 15px;
  gap: 20px;
}

.blog-title--icons h2 {
  margin-bottom: 0px;
}
@media (max-width: 980px) {
  .blog-title--icons {
    gap: 10px;
  }

  .blog-title--icons h2 {
    font-size: 22px;
  }
}

/* Hide numbers on bullets */
ol.ol-no-number {
  list-style-type: none;
  padding-left: 0px;
}

/* SIDEBAR */
.blogpost-sidebar {
  margin-top: 30px;
}
.blog-single-sidebar {
  margin: 0 auto;
  max-width: calc(1380px + 2rem) !important;
  padding: 0 1rem;
}
.blog__post-sidebar .blogpost-sidebar {
  margin-top: -20px !important;
}
@media screen and (min-width: 992px) {
  .blog-single-sidebar {
    display: flex;
    flex-flow: row;
    gap: 25px;
  }
  .sidebar__left {
    width: calc(100% - 385px);
  }
  .sidebar__right {
    width: 360px;
  }
}
@media screen and (max-width: 991.99px) {
  .content-wrapper-sidebar {
    margin-bottom: 80px;
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

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

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

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 3rem 1.4rem;
}

.systems-page.search-result {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

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

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 2.4rem;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

@media (min-width: 980px) {
  ul.hs-search-results__listing li {
    width: 31.333%;
  }
}

.hs-search-results__title {
  color: #494a52;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  padding: 10px 20px 0;
  text-decoration: none;
}

.hs-search-results__title:hover {
  text-decoration: underline;
}

.hs-search-results__description {
  padding: 0.7rem 20px;
}

.hs-search-highlight {
  font-weight: bold;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
.offer-landing-page .dnd_area-row-2-background-gradient .hs_cos_wrapper_type_rich_text {
    text-align: center;
    color: white;
}

.offer-landing-page .dnd_area-row-2-background-gradient .hs_cos_wrapper_type_rich_text h2,
.offer-landing-page .dnd_area-row-2-background-gradient .hs_cos_wrapper_type_rich_text h3 {
    color: white;
}

.offer-landing-page .dnd_area-row-2-background-gradient form {
    background-color: #333333;
    border-radius: 6px;
    padding: 50px 30px 50px 30px;
    margin: auto;
}

.offer-landing-page .dnd_area-row-2-background-gradient form label {
    color: white;
}

.offer-landing-page .fa {
    color: #ebb733;
}
#hs_cos_wrapper_widget_1602260803272 {
    width: 100%;
}

#cta_button_483844_3dd60886-583e-4b97-8b00-251668880ad7 {
    display: block;
    line-height: 0;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/************** IDEA LAB BLOG ****************/

.img-idea-lab {
	float: right !important;
	padding: 0px 0px 20px 30px;
}
.blog-header__inner {
	margin: 0 auto;
	max-width: 600px;
	padding: 1.3rem 0;
}

.blog-header__inner h1 {
	margin: 0;
}

.blog-header h1 {
	margin: 0;
}

.blog-header__subtitle {
	display: none;
}

.hs-blog-name-idea-lab-from-pic .blog-post__timestamp {
	display: none;
}

@media (max-width: 991px) {
	.img-idea-lab {
		width: 100% !important;
		float: none !important;
		padding: 0px 0px 30px 0px;
	}
	.blog-recent-posts__list {
		display: flex;
		flex-direction: column;
	}
	.blog-recent-posts__image img {
		object-fit: cover;
		width: 100%;
		height: auto;
	}
}
.blog-recent-posts__image img {
	object-fit: cover;
	height: auto;
}
.blog-post__meta {
	font-size: 12px;
}

a.btn-continue {
	background-color: #f2bc2c;
	color: #111 !important;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	padding: 15px 35px;
	text-align: center;
	text-decoration: none;
	border-radius: 40px;
	text-transform: capitalize;
	width: fit-content;
	letter-spacing: 0.1em;
}

a.btn-continue:hover {
	display: block;
	background-color: #f2bc2c;
	color: #fff !important;
}
.resources-header {
	background-color: #f8fafc;
}
.resources_options--txt {
	min-height: 200px;
}

@media (max-width: 1150px) {
	.resources_options--txt {
		min-height: 250px;
	}
}

@media (max-width: 1023px) {
	.fwwi_column_image {
		display: none !important;
	}
}

.filter-alert {
	background-color: #cb0101;
	color: #fff;
	padding: 10px;
	text-align: center;
}

/* If we change this to be a module we can remove this and move it to the module */
/* Clients Page */
.clients-logos {
  text-align: left;
}
.clients-logos img {
  margin-right: 60px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
  transition: filter 0.5s, opacity 0.5s;
  cursor: pointer;
}

@media (max-width: 768px) {
  .clients-logos img {
    margin-right: 0px;
    margin-left: 20px;
  }
}

.clients-logos img:hover {
  -webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
  opacity: 1;
}