/* ******************************************************************************
*********************************************************************************
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 {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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



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

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

.dnd-section > .row-fluid, .content-wrapper, .page-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section > .row-fluid, .content-wrapper, .page-center {
  position: relative;
  padding: 0 15px;
}
.dnd-section .widget-type-cell {

}

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


}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {

  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "HCo Gotham SSm Bold";
  src: url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/Fonts/Gotham_Bold/GothamSSm-Bold_Web.woff2) format("woff2"), 
    url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/Fonts/Gotham_Bold/GothamSSm-Bold_Web.woff) format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "HCo Gotham SSm Book";
  src: url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/Fonts/Gotham_Book/GothamSSm-Book_Web.woff2) format("woff2"),
    url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/Fonts/Gotham_Book/GothamSSm-Book_Web.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "HCo Gotham SSm Medium";
  src: url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/Fonts/Gotham_Medum/GothamSSm-Medium_Web.woff2) format("woff2"), 
    url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/Fonts/Gotham_Medum/GothamSSm-Medium_Web.woff) format("woff");
  font-style: normal;
  font-weight: 500;
}




body {
  margin: 0;
  height: 100%;
  font-family: HCo Gotham SSm Book, sans-serif;
  font-size: 15px;
  color: #13253B;
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  letter-spacing: 0;
}
blockquote p, button, figure, h1, h2, h3, h4, h5, h6, input, ol, optgroup, p, ul {
  margin: 0;
}
ol, p, ul, ol, p, ul {
  margin-bottom: 20px;
}

/* Anchor Links */
a {
  color: #72b8ed;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;;
  line-height: 1.2;
  font-weight: 700;
  font-family: HCo Gotham SSm Bold, sans-serif;
  color: #13253b;
  word-break: break-word;
  letter-spacing: -.5px;
}

h1 {
  font-size: 75px;
  line-height: 1.12;
}

h2 {
  font-size: 60px;
  line-height: 1.06;
}

h3 {
  font-size: 40px;
  line-height: 1.14;
}

h4 {
  font-size: 32px;
  line-height: 1.26;
}

h5 {
  font-size: 22px;
  line-height: 1.26;
}

h6 {
  font-size: 20px;
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ol, ul {
  padding: 0;
  list-style: none;
}
.body-container ol li, .body-container ul li{
  position: relative;
  margin-bottom: 15px;
}
.body-container ul li{
  padding-left: 25px;
}
.body-container ol li {
  padding-left: 30px;
}
.body-container ol {
  counter-reset: orderedList;
}
.body-container ul li:before{
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #ffcb2c;
}
.body-container ol li:before {
  counter-increment: orderedList;
  content: counters(orderedList,"-") ".";
  position: absolute;
  top: -5px;
  left: 0;
  width: auto;
  height: auto;
  background: 0 0;
  color: #72b8ed;
  font: 18px/28px "HCo Gotham SSm Bold",sans-serif;
}
ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  position: relative;
  display: block;
  font-style: normal;
  margin: 0;
  padding: 60px 0 0;
  margin-bottom: 40px;
  font-family: "HCo Gotham SSm Bold", sans-serif;
}
blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  background: url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/images/quote.svg) 50% 50% no-repeat;
  background-size: contain;
  overflow: hidden;
}

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

.disable-focus-styles :focus {
  outline: none;
}
ul.no-list.hs-error-msgs.inputs-list:before{
  display: none;
}

@media (min-width: 1200px){
  ol, p, ul, ol, p, ul {
    margin-bottom: 30px;
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
  }
  .body-container ol li:before {
    font-size: 21px;
    line-height: 34px;
  }
  .body-container ul li:before {
    top: 6px;
  }
  blockquote {
    padding-top: 110px;
    margin-bottom: 60px;
  }
  blockquote:before {
    width: 96px;
    height: 77px;
  }

}



@media (max-width: 1199px){
  body {
    letter-spacing: -.5px;
    line-height: 1.7;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register{
  position: relative;
  background: linear-gradient(135deg,#223e68 0%,#223e68 97%,transparent 97%);
  color: #fff;
  padding: 60px 50px;
  max-width: 767px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

form {
  max-width: 767px;
  font-family: HCo Gotham SSm Bold, sans-serif;
}

.hs-button {
  position: relative;
  text-align: center;
  background-color: #ffcb2c;
  border-color: #ffcb2c;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid;
  border-radius: 100px;
  -webkit-appearance: none;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  letter-spacing: .01em;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  font-family: "HCo Gotham SSm Bold",sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 30px;
  width: 100%;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #d7a304;
  border-color: #d7a304;
  
  color: #fff;
}

.hs-button:active {
  background-color: #fff354;
  border-color: #fff354;
}


.hs-form label {
  color: #ffffff;
  display: block;
  margin: 0 0 5px;
  font: 16px/26px "HCo Gotham SSm Book",sans-serif;
  font-family: "HCo Gotham SSm Bold",sans-serif;
}

.hs-error-msgs .hs-error-msg {
  margin-bottom: 0;
  padding: 5px 10px 0 0;
  font-size: 10px;
  line-height: 16px;
  color: #ff5d00;
}
.hs-input, input#hs-pwd-widget-password {
  color: #13253b;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 100px;
  outline: 0;
  margin: 0;
  line-height: 26px;
  background-color: #fff;
  border: 1px solid rgba(19,37,59,.2);
  -webkit-appearance: auto;
  font-family: "HCo Gotham SSm Medium",sans-serif;
  display: block;
  font-size: 16px;
  height: 48px;
  width: 100%;
  max-width: 100%;
  min-height: 27px;
  padding: 0 25px;
}

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

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

.hs-input:-moz-placeholder {
  color: rgba(19,37,59,.8);
}

.hs-input::-webkit-input-placeholder {
  color: rgba(19,37,59,.8);
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  min-height: 110px;
  border-radius: 10px;
  resize: none;
}

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

.actions {
  padding: 0;
}

.hs-form-radio{
  margin-bottom: 0px;
}

.body-container ol li, .body-container ul li {
    position: relative;
    margin-bottom: 0px;
}

li.hs-form-radio::before {
  display: none;
}

li.hs-form-checkbox::before {
  display: none;
}

label.hs-form-checkbox-display {
  margin-bottom: 0px;
}

label.hs-form-radio-display {
  margin-bottom: 0px;
}


.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  content: none;
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  font-family: "HCo Gotham SSm Book",sans-serif;
  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: 0px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
ul.no-list {
  list-style: none;
}

.field , .hs-form-field {
  margin-bottom: 25px;
}
.hs-field-desc {
  color: #ffffff;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

/* .hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 15px;
  color: #13253B;
} */
.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: HCo Gotham SSm Book, sans-serif;
}
div#hs-search-module .hs-input {
  margin-bottom: 25px;
}
input#hs-pwd-widget-password {
  height: 48px !important;
  margin-bottom: 25px;
}



@media(max-width: 1199px){
  .hs-input, input#hs-pwd-widget-password {
    padding: 0 15px;
    height: 40px;
  }


}


@media(max-width: 767px){
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,
  #comment-form,
  .section.post-footer,
  .hs-search-field,
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_password_reset,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_member_register{
    padding: 30px 10px;
  }



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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;
}
.banner-area .dnd-section > .row-fluid {
  padding: 0 !important;
}
.banner {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
banner .page-center {
  position: relative;
  z-index: 1;
}
.banner:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  top: 0;
  background-color: rgba(34,62,104,.85);
  z-index: 1;
}
.banner-cntent {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  z-index: 1;
}
h1.banner-heading {
  margin: 0;
  margin-bottom: 25px;
  color: #fff;
  font-size: 38px;
  line-height: 42px;
}
h1.banner-heading:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 5px 0 0 5px;
  background: url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/images/decor-light-blue.svg) no-repeat center center/contain;
}
.banner-cntent p {
  margin: 0;
}





@media (min-width: 568px){
  .banner-cntent {
    max-width: 60%;
  }


}

@media (min-width: 1024px){
  .banner {
    padding-top: 180px;
    padding-bottom: 60px;
  }
/*   .page-center {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  } */
  .banner-cntent {
    min-height: 300px;
  }


}




@media (min-width: 1200px) {
  .banner-cntent {
    max-width: 790px;
    font-size: 26px;
  }
  h1.banner-heading {
    font-size: 75px;
    line-height: 84px;
  }
  h1.banner-heading:after {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: 10px;
  }
  .no_banner .body-container-wrapper {
    margin-top: 133px;
  }


}






@media (min-width: 1800px) {
  h1.banner-heading {
    font-size: 75px;
    line-height: 70px;
  }
  .no_banner .body-container-wrapper {
    margin-top: 140px;
  }


}



@media (max-width: 1199px) {
  .no_banner .body-container-wrapper {
    margin-top: 70px;
  }



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
header.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  padding: 15px 0;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__container {
  position: relative;
  padding: 0 15px;
}
.header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-logo {
  position: relative;
  z-index: 200;
  display: block;
  width: 85px;
  height: 40px;
}
.custom-logo a {
  display: block;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.custom-logo img {
  vertical-align: top;
  max-width: 100%;
}
button, select {
  text-transform: none;
}
button {
  border: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}
em, i {
  font-style: italic;
}
svg:not(:root) {
  overflow: hidden;
}
.header .search-btn svg {
  width: 20px;
  height: 20px;
}
.header .search-btn svg path, .show-more svg path, .slick-arrow svg path {
  -webkit-transition: fill .5s ease;
  transition: fill .5s ease;
}
.header .contact-us-btn {
  display: inline-block;
  vertical-align: top;
  font-family: "HCo Gotham SSm Bold",sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px;
  color: #fff;
  background-color: #ffcb2c;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  border-radius: 100px;
  -webkit-appearance: none;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  letter-spacing: .01em;
  text-transform: capitalize;
  color: #fff;
}
.header .contact-us-btn:hover {
  background-color: #72b8ed;
}
.header .search-btn:hover svg path, .show-more:hover svg path {
  fill: #ffcb2c;
}
.custom-menu-primary .navigation-primary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.h_secondary_menu .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
}


@media (min-width: 768px){
  .menu-holder-inner {
    padding-bottom: 130px;
  }


}





@media (min-width: 1200px){
  .mobile {
    display: none !important;
  }
  header.header {
    padding: 35px 0 20px;
  }
  .header__container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-right: 55px;
    padding-left: 55px;
  }
  .header-holder {
    position: relative;
  }
  .custom-logo {
    width: 130px;
    height: 60px;
  }
  .header .mobile-btn {
    display: none;
  }
  .menu-holder-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 19px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .extra_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .search-btn {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 30px 0 46px;
    color: #fff;
  }
  .mobile-search-form {
    display: none;
  }
  .header .contact-us-btn {
    padding: 12px 30px;
  }
  .custom-menu-primary .navigation-primary > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-menu-primary .navigation-primary > ul > li {
    font-size: 14px;
    margin-left: 24px;
    font-family: "HCo Gotham SSm Medium",sans-serif;
    line-height: 24px;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    padding-right: 25px;
  }
  .custom-menu-primary .navigation-primary > ul > li:first-child {
    margin-left: 0;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu {
    position: relative;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul {
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .5s ease;
    transition: transform .5s ease,opacity .5s ease,-webkit-transform .5s ease;
    position: absolute;
    left: 0;
    top: calc(100% + 20px);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 25px;
    min-width: 200px;
    z-index: 100;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li {
    font-family: "HCo Gotham SSm Book",sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li:last-child {
    margin-bottom: 0;
  }
  .custom-menu-primary .arrow {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    z-index: 30;
    pointer-events: none;
    right: 0;
  }

  .custom-menu-primary .arrow:before, .custom-menu-primary .arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    background-size: 12px 8px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .custom-menu-primary .arrow:before {
    opacity: 1;
    background: url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/images/arrow-menu-down.svg) 50% 80% no-repeat;
  }
  .custom-menu-primary .arrow:after {
    opacity: 0;
    background: url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/images/arrow-menu-down-yellow.svg) 50% 80% no-repeat;
  }
  .custom-menu-primary .navigation-primary > ul > li:hover .arrow:after{
    opacity: 1;
  }
  .custom-menu-primary .navigation-primary > ul > li:hover .arrow:before{
    opacity: 0;
  }
  .custom-menu-primary .navigation-primary > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu:after {
    content: "";
    background: transparent;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .custom-menu-primary .navigation-primary > ul .column-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 690px;
  }
  .custom-menu-primary .navigation-primary > ul .column-holder > li {
    position: relative;
    width: 280px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 50;
  }
  .custom-menu-primary .navigation-primary > ul .column-holder > li + li {
    margin-left: 50px;
    width: 360px;
  }
  .custom-menu-primary .navigation-primary > ul .column-holder > li > a {
    display: none;
  }
  .custom-menu-primary .navigation-primary > ul .column-holder .arrow {
    display: none;
  }
  .custom-menu-primary .navigation-primary > ul .column-holder .level-3 > li > a {
    font-family: "HCo Gotham SSm Bold",sans-serif;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(19,37,59,.3);
    color: #13253b !important;
    display: block;
    cursor: initial;
  }
  .custom-menu-primary .navigation-primary > ul .column-holder .level-4 > li {
    font-family: "HCo Gotham SSm Book",sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .custom-menu-primary .navigation-primary > ul .column-holder > li + li .level-4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .custom-menu-primary .navigation-primary>ul .column-holder > li +li .level-3 > li + li > a {
    margin-top: 40px;
  }
  .custom-menu-primary .navigation-primary>ul .column-holder .level-4 > li:last-child {
    margin-bottom: 0;
  }
  .extra_wrap.no-nav {
    height: 44px;
  }
  .custom-menu-primary .back-link{
    display: none;
  }
  .h_secondary_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .h_secondary_menu {
    position: absolute;
    top: -13px;
    right: 0;
    font-size: 14px;
    line-height: 22px;
    z-index: 100;
  }
  .h_secondary_menu .hs-menu-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .h_secondary_menu .hs-menu-wrapper ul li {
    margin-left: 42px;
  }
  .h_secondary_menu .hs-menu-wrapper ul li:first-child {
    position: relative;
    padding-left: 35px;
  }
  .h_secondary_menu .hs-menu-wrapper ul li:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 15px;
    margin-top: -8px;
    background: url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/images/ico-email-yellow.svg) 50% 50% no-repeat;
    background-size: 20px 15px;
  }





}




@media (min-width: 1800px){
  header.header {
    padding: 25px 0 20px;
  }
  .header__container {
    padding: 0;
  }
  .custom-logo {
    width: 160px;
    height: 65px;
  }
  .menu-holder-inner {
    padding-top: 31px;
  }
  .header .search-btn {
    margin: 0 40px 0 73px;
  }
  .header .contact-us-btn {
    font-size: 18px;
    padding: 15px 30px;
  }
  .custom-menu-primary .navigation-primary > ul > li {
    line-height: 24px;
    font-size: 16px;
    margin-left: 44px;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul {
    top: calc(100% + 32px);
    padding: 40px;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.5px;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu:after {
    height: 32px;
  }
  .custom-menu-primary .navigation-primary > ul .column-holder .level-4 > li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.5px;
  }
  .extra_wrap.no-nav {
    height: 50px;
  }
  .h_secondary_menu {
    top: -5px;
  }



}



@media (max-width: 1799px){
  .header__container {
    max-width: 100% !important;
  }


}


@media (max-width: 1199px) {
  .desktop {
    display: none !important;
  }
  .header .menu-holder {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease,visibility .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,opacity .3s ease,visibility .5s ease;
    transition: transform .5s ease,opacity .3s ease,visibility .5s ease,-webkit-transform .5s ease;
    z-index: 100;
    height: calc(100vh - 70px);
  }
  .header .mobile-btn {
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 200;
  }
  .header .mobile-btn i {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: width .5s ease,height .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,width .5s ease,height .5s ease;
    transition: transform .5s ease,width .5s ease,height .5s ease,-webkit-transform .5s ease;
  }
  .header .mobile-btn i:nth-child(1) {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .header .mobile-btn i:nth-child(2) {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .header .mobile-btn i:nth-child(3) {
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
  }
  .header .mobile-btn i:after, .header .mobile-btn i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: width .5s ease,height .5s ease,border-radius .5s ease,-webkit-transform .5s ease;
    transition: transform .5s ease,width .5s ease,height .5s ease,border-radius .5s ease;
    transition: transform .5s ease,width .5s ease,height .5s ease,border-radius .5s ease,-webkit-transform .5s ease;
  }
  .header .mobile-btn i:before {
    -webkit-transform: translate(calc(-50% - 10px),-50%);
    transform: translate(calc(-50% - 10px),-50%);
  }
  .header .mobile-btn i:after {
    -webkit-transform: translate(calc(-50% + 10px),-50%);
    transform: translate(calc(-50% + 10px),-50%);
  }
  .menu-holder-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 70px);
    max-height: calc(100vh - 70px);
    overflow: auto;
    padding: 15px 15px 60px;
  }
  .custom-menu-primary {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header .search-btn {
    display: none;
  }
  .header .contact-us-btn {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .mobile-search-form {
    position: relative;
  }
  .mobile-search-form input[type="search"] {
    overflow: visible;
    -webkit-appearance: textfield;
    outline-offset: -2px;
    border: 1px solid rgba(19,37,59,.2);
    -webkit-appearance: none;
    color: #13253b!important;
    outline: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 40px;
    font-family: "HCo Gotham SSm Medium",sans-serif;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,.4);
    padding: 12px 30px 12px 0;
    font-size: 12px;
    line-height: 16px;
  }
  .mobile-search-form input[type="search"]::placeholder {
    font-family: "HCo Gotham SSm Book",sans-serif;
    color: #fff;
  }
  .mobile-search-form button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  .mobile-search-form button svg {
    width: 20px;
    height: 20px;
  }
  .menu-open .header .menu-holder {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .header .menu-holder:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #13253b;
    width: 100%;
    height: 130vh;
    z-index: -1;
  }
  form#search {
    max-width: 100% !important;
  }
  .menu-open .header .mobile-btn i:nth-child(1),
  .menu-open .header .mobile-btn i:nth-child(2), 
  .menu-open .header .mobile-btn i:nth-child(3) {
    width: 0;
    height: 0;
  }
  .menu-open .header .mobile-btn i:nth-child(1):before {
    width: 26px;
    height: 2px;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    border-radius: 0;
  }
  .menu-open .header .mobile-btn i:nth-child(1):after {
    width: 26px;
    height: 2px;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    border-radius: 0;
  }
  .menu-open .header .mobile-btn i:nth-child(2):after,
  .menu-open .header .mobile-btn i:nth-child(2):before, 
  .menu-open .header .mobile-btn i:nth-child(3):after, 
  .menu-open .header .mobile-btn i:nth-child(3):before {
    width: 0;
    height: 0;
  }



  .animate-menu {
    position:relative;
    overflow: hidden;
    width: 100%;
  } 
  .animate-menu > ul
  {
    position:absolute;
    top:0px;
    width:100%;
    left:100%;
    transition: all 0.3s ease;
    transition: all .5s ease;
    opacity: 0;
  }
  .animate-menu ul li {
    font-family: "HCo Gotham SSm Medium",sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0 14px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .animate-menu ul li:first-child {
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .child-trigger {
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/images/arrow-right-white.svg) 50% 50% no-repeat;
    background-size: 8px 12px;
    margin-right: -7px;
  }
  li.dl-back {

  }  
  li.dl-back a {
    color: #ffcb2c !important;
    padding-left: 24px;
    position: relative;
  }  
  li.dl-back a:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 12px;
    background-size: 8px 12px;
  }
  li.dl-back a:after {
    left: 0;
    background: url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/images/arrow-left.svg) 50% 50% no-repeat;
  }
  .animate-menu ul.active-panel {
    left:0;
    opacity: 1;
  }

  .animate-menu > ul.submenu-open {
    left: -100%;
  }
  .animate-menu > ul[data-level="3"] li:not(:first-child) {
    border: none;
    font-family: "HCo Gotham SSm Book",sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0;
  }
  .animate-menu > ul[data-level="3"] li:first-child {
    margin-bottom: 8px;
  }
  .animate-menu > ul[data-level="2"] li:not(:first-child) {
    padding-left: 5px;
  }
  .animate-menu > ul[data-level="2"] .child-trigger {
    background-size: unset;
    width: 8px;
    height: 12px;
    margin-right: 0;
  }
  .animate-menu > ul li.dl-back {
    padding: 15px 0;
  }
  .trig_clicked .extra_wrap {
    display: none;
  }
  .animate-menu ul[data-id="anime-menu-5"] li:not(:first-child) {
    font-family: "HCo Gotham SSm Book",sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0;
    border: none;
  }
  .animate-menu ul[data-id="anime-menu-5"] li.dl-back {
    margin-bottom: 8px;
  }
  .h_secondary_menu .hs-menu-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid rgba(255,255,255,.2);
    padding: 8px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px;
  }
  .h_secondary_menu .hs-menu-wrapper ul li {
    width: 33.333%;
    padding: 0 7px;
    position: relative;
  }
  .h_secondary_menu .hs-menu-wrapper ul li + li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255,255,255,.2);
  }
  .mobile-search-form input[type="search"] {
    color: #fff !important;
  }
  .extra_wrap {
    position: relative;
    transition: all 0.5s ease;
  }
  .trig_open .extra_wrap {
    opacity: 0;
  }



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

footer.footer {
  padding: 50px 0 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
footer.footer {
  position: relative;
}
.footer__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
.copyright {
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.copyright p {
  margin: 0;
}
.copyright ul {
  padding: 0;
  margin: 0;
}
.copyright ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 0;
}
.copyright ul li a {
  text-decoration: underline;
}
.footer_links .hs_cos_wrapper_type_module.widget-type-rich_text {
  width: 100%;
}
.footer_links ul {
  margin: 0;
  padding: 0;
}
.footer_links ul li {
  margin-bottom: 18px;
}
.footer_links ul li a {
  font-family: "HCo Gotham SSm Bold",sans-serif;
}
.footer_links  ul li a[href^="mailto:"] {
  font-size: 20px;
  line-height: 22px;
}
.footer_links  ul li a[href^="tel:"] {
  font-size: 30px;
  line-height: 30px;
}
.footer_links  ul li a span{
  display: inline-block;
  vertical-align: top;
}
.footer_links  ul li a svg{
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
}
.footer .footer-holder {
  padding-bottom: 35px;
}
.footer_logo {
  display: block;
  width: 180px;
  height: 84px;
  margin-bottom: 20px;
}
.footer_logo a {
  display: block;
}
.footer_logo a img {
  vertical-align: top;
  max-width: 100%;
}
.partner_img {
  margin-bottom: 37px;
}
.partner_img img {
  vertical-align: top;
  max-width: 100%;
  width: auto !important;
}
.footer_title {
  font: 22px/26px "HCo Gotham SSm Bold",sans-serif;
  padding-right: 20px;
}
.footer_navigation .hs_cos_wrapper_type_menu {
  width: 100%;
}
.footer_navigation .hs-menu-wrapper > ul > li {
  margin-bottom: 25px;
}
.footer_navigation .hs-menu-wrapper > ul > li:last-child {
  margin-bottom: 0;
}
.footer_navigation .hs-menu-wrapper > ul > li > a {
  font-family: "HCo Gotham SSm Bold",sans-serif;
  display: block;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -.5px;
  margin-bottom: 38px;
  position: relative;
  cursor: initial;
}
.footer_navigation .hs-menu-wrapper > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 1px;
  background-color: #ffcb2c;
}
.footer_navigation .hs-menu-wrapper > ul ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.footer_navigation .hs-menu-wrapper > ul ul li:last-child {
  margin-bottom: 0;
}
ul.social {
  padding: 0;
  margin: 0;
}
.social li {
  display: inline-block;
  vertical-align: top;
  padding-left: 18px;
}
.social a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 10;
}
.social a span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 0;
  z-index: -1;
}
.social a span:before {
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease;
}
.social svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 24px;
  max-height: 26px;
}
.social svg path {
  -webkit-transition: fill .5s ease;
  transition: fill .5s ease;
}
.social a span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.social a span:after {
  bottom: 0;
  width: calc(100% - 14px);
}
.social a span:after{
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.social a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.social a:after {
  height: calc(100% - 14px);
  background-color: #fff;
  z-index: -1;
  width: 100%;
}
.social a:after {
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

@media (min-width: 768px){
  .footer_navigation, .footer_navigation .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
  }
  .footer_navigation .hs-menu-wrapper > ul > li {
    width: calc(50% - 40px);
    margin-left: 40px;
  }



}



@media (min-width: 1200px){
  footer.footer {
    padding: 55px 0;
  }
  .footer__container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .copyright {
    width: 370px;
    padding-top: 0;
  }
  .footer .footer-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 59px;
  }
  .logo_wrap {
    width: 175px;
    padding-right: 10px;
  }
  .footer_navigation, .footer_navigation .hs-menu-wrapper > ul {
    width: calc(100% - 140px);
    margin-left: -35px;
    letter-spacing: -.5px;
  }
  .footer_navigation .hs-menu-wrapper > ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .footer_logo {
    width: 120px;
    height: 55px;
    margin-bottom: 46px;
  }
  .partner_img {
    width: 120px;
    margin-bottom: 45px;
  }
  .footer_title {
    padding: 0 0 20px;
  }
  .footer_navigation .hs-menu-wrapper > ul > li {
    width: 180px;
    margin-left: 35px;
  }
  .footer_navigation .hs-menu-wrapper > ul > li:first-child {
    width: 398px;
  }
  .footer_navigation .hs-menu-wrapper > ul > li > a {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 42px;
  }
  .footer_navigation .hs-menu-wrapper > ul > li > a:before {
    bottom: -22px;
  }
  .footer_navigation .hs-menu-wrapper > ul > li:first-child ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .footer_navigation .hs-menu-wrapper > ul ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .footer .social-wrap .social li:first-child {
    padding-left: 0;
  }

  .no-nav .footer-holder {
    justify-content: flex-start;
  }



}


@media (min-width: 1280px){
  .footer_links {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: calc(100% - 390px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer_links ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer_links ul li {
    margin: 0 0 0 50px;
  }
  .footer_links  ul li a[href^="mailto:"], .footer_links  ul li a[href^="tel:"] {
    font-size: 32px;
    line-height: 40px;
  }





}






@media (min-width: 1800px){
  .footer .footer-holder {
    padding-bottom: 35px;
  }
  .footer .footer-bottom {
    padding-top: 20px;
  }
  .footer_links  ul li a[href^="mailto:"], .footer_links  ul li a[href^="tel:"] {
    font-size: 36px;
    line-height: 50px;
  }
  footer.footer {
    padding: 100px 0;
  }
  .footer_links  ul li {
    margin-left: 100px;
  }
  .logo_wrap {
    width: 323px;
  }
  .footer_navigation {
    width: calc(100% - 210px);
    margin-left: -120px;
    padding-left: 30px;
  }
  .footer_logo {
    width: 180px;
    height: 84px;
    margin-bottom: 32px;
  }
  .partner_img {
    width: 193px;
    margin-bottom: 32px;
  }
  .footer_links ul li a {
    letter-spacing: -1px;
  }
  .footer_navigation .hs-menu-wrapper > ul > li {
    margin-left: 90px;
    width: 215px;
  }
  .footer_navigation .hs-menu-wrapper > ul > li:first-child {
    width: 480px;
  }

  .footer_navigation .hs-menu-wrapper > ul > li > a {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .footer_navigation .hs-menu-wrapper > ul > li:first-child ul {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .footer_navigation .hs-menu-wrapper > ul ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }






}




@media (max-width: 1799px){



}






@media (max-width: 1279px){



}





@media (max-width: 1199px){

  .footer_navigation .hs-menu-wrapper > ul {
    margin: 0;
  }
  .logo_wrap {
    padding: 0 15px 60px;
  }
  .footer .social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }





}




@media (max-width: 767px){
  .footer_navigation .hs-menu-wrapper > ul ul {
    display: none;
    margin-top: -4px;
  }
  .footer_navigation .hs-menu-wrapper > ul > li > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6.5px 0;
    border-color: #fff transparent transparent;
    -webkit-transition: border-color .5s ease,-webkit-transform .5s ease;
    transition: border-color .5s ease,transform .5s ease;
    transition: border-color .5s ease,transform .5s ease,-webkit-transform .5s ease;
  }
  .footer_navigation .hs-menu-wrapper>ul>li.accrodian_open > a:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    border-color: #ffcb2c transparent transparent;
  }





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

.section {
  padding: 60px 0;
}
.stories .content-wrapper {
  position: relative;
}
.stories .post-listing {
  margin: 0;
}
.post-listing .post-item {
  min-height: 227px;
  padding: 40px 0 15px;
  margin-bottom: 35px;
  color: #fff;
  position: relative;
  z-index: 20;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.post-listing .post-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #23589a url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/images/resources.svg) no-repeat calc(100% - 10px) 10px/16px auto;
  z-index: -1;
}
.post-listing .post-item[style*=background-image]:before {
  background: -webkit-gradient(linear,left bottom,left top,from(#000),color-stop(56.2%,rgba(0,0,0,.6)),color-stop(99.91%,transparent));
  background: linear-gradient(360deg,#000 0%,rgba(0,0,0,.6) 56.2%,transparent 99.91%);
  opacity: .65;
}
.post-listing .post-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #fff;
}
.stories .post-listing .post-item:nth-of-type(even) {
  margin-right: 0;
}
.post-listing .info-wrap {
  width: 100%;
  padding: 0 20px 0 35px;
}
.post-listing .categories {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 7px;
  padding-bottom: 0;
}
.post-listing .post-item[style*=background-image] .categories {
  position: static;
}
.post-listing .categories a {
  color: #fff;
}
.post-listing .categories a + a:before {
  content: " i ";
  pointer-events: none;
  color: #fff;
}
.post-item h5 {
  font-size: 18px;
  line-height: 24px;
}
.post-item h5 a {
  color: #fff;
  position: relative;
}
.post-item h5 a:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 7px;
  height: 7px;
  background-color: #ffcb2c;
  border-radius: 50%;
}
.post-listing .date {
  padding-top: 15px;
  font-size: 16px;
  line-height: 26px;
}
.post-item h5 a:hover {
  color: #ffcb2c;
}
.post-listing .categories a:hover {
  color: #ffcb2c;
}


.subscribe_wrap p {
  margin: 0;
}
.subscribe {
  position: relative;
  overflow: hidden;
  z-index: 20;
  padding: 105px 0 75px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background-color: #72b8ed;
}
.subscribe:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.subscribe:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 98px 98px 0;
  border-color: transparent #fff transparent transparent;
}
.subscribe .pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .4;
  z-index: -1;
}
.subscribe_h2 {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "HCo Gotham SSm Bold",sans-serif;
  letter-spacing: -.5px;
}
.subscribe-form {
  padding-top: 35px;
}
.subscribe-form .hs_cos_wrapper_type_form {
  background: none;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
}
.subscribe-form h3.form-title {
  display: none;
}
.subscribe-form .hs-form {
  position: relative;
  max-width: 100%;
}
.subscribe-form .hs-form .hs-form-field {
  margin-bottom: 10px;
}
.subscribe-form .hs-form .hs-form-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.subscribe-form .hs-form .input .hs-input[type=email] {
  padding-right: 130px!important;
}
.subscribe-form .hs-form .input .hs-input[type=email]::placeholder {
  font-family: "HCo Gotham SSm Book",sans-serif;
  color: rgba(19,37,59,.8);
}
.subscribe-form .hs-form .hs_submit {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.subscribe-form .hs-form .hs_submit .hs-button {
  width: auto;
  height: 40px;
  padding-top: 10px;
  background-color: #223e68;
}
.subscribe-form .hs-form .hs_submit .hs-button:hover, 
.subscribe-form .hs-form .hs_submit .hs-button:active {
  background-color: #ffcb2c;
}
.subscribe-form .hs-form .hs_error_rollup {
  color: #ff5d00;
}
.subscribe-form .hs-form .hs_error_rollup ul {
  margin: 0;
  padding: 0;
}
.subscribe-form .hs-form .hs_error_rollup ul li label {
  color: #ff5d00;
  display: block;
  margin: 0 0 5px;
  font: 16px/26px "HCo Gotham SSm Book",sans-serif;
  text-align: center;
}
.pagination ul.page-numbers {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.pagination ul.page-numbers li {
  display: inline-block;
  vertical-align: middle;
}
.pagination a, .pagination span {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 5px 10px;
  padding-top: 5px;
  text-decoration: none;
  color: #13253b;
}
.pagination .active {
  padding: 0;
  color: #ffcb2c;
  font-size: 22px;
  line-height: 24px;
  font-family: "HCo Gotham SSm Bold",sans-serif;
}
.pagination a {
  -webkit-transition: color .3s,border-color .3s;
  transition: color .3s,border-color .3s;
}
.pagination a:hover {
  text-decoration: none;
  color: #ffcb2c;
}
.pagination .next, .pagination .prev {
  position: relative;
  width: 30px;
  height: 30px;
  border: 4px solid #ffcb2c;
  border-radius: 50%;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}
.pagination .next {
  margin-right: 0;
}
.pagination .next:before, .pagination .prev:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}
.pagination .next:before {
  left: 45%;
  border-top: 3px solid #ffcb2c;
  border-right: 3px solid #ffcb2c;
}
.pagination .prev {
  margin-left: 0;
}
.pagination .prev:before {
  left: 55%;
  border-bottom: 3px solid #ffcb2c;
  border-left: 3px solid #ffcb2c;
}
.pagination .next:hover, 
.pagination .next:hover:before,
.pagination .prev:hover, 
.pagination .prev:hover:before {
  border-color: #72b8ed;
}
.stories .filter-panel {
  padding: 20px;
  background-color: rgba(114,184,237,.15);
}
.input-wrap, .play-btn {
  position: relative;
}
.stories .filter-panel .input-wrap {
  width: 100%;
  max-width: 330px;
  padding-top: 20px;
}
.filters .block {
  min-width: 150px;
  vertical-align: top;
  border: 1px solid #777;
  background: #fff;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #13253b;
  display: block;
  cursor: pointer;
  background-color: #fff;
  padding: 0 41px 0 0;
  margin: 0;
  border-color: rgba(19,37,59,.2);
  width: 100%;
  position: relative;
  border-radius: 100px;
  height: 40px;

}
.filters .block.filter-open{
  border-radius: 10px 10px 0 0;
  border-bottom-color: transparent;
}
.filters .block h3 {
  margin: 0;
  padding: 0;
}
.filters .block .filter__txt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 25px;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-family: "HCo Gotham SSm Book",sans-serif;
  font-weight: normal;
}
.filters .block .filter_icon {
  bottom: 0;
  text-align: center;
  background: #aaa;
  position: absolute;
  top: 0;
  right: 0;
  width: 41px;
  height: 100%;
  color: inherit;
  background-color: transparent;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}
.filters .widget-module {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  border: solid rgba(19,37,59,.2);
  border-width: 0 1px 1px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  width: 100%;
  box-sizing: content-box;
  left: -1px;
  height: 0;
  /*   transition: all 0.4s ease; */
  opacity: 0;
  visibility: hidden;
}
.filters .widget-module:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 50px);
  height: 1px;
  background-color: rgba(19,37,59,.2);
  z-index: 1;
}
.filters .widget-module ul {
  margin: 0;
  list-style: none;
  padding: 0;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  position: relative;
  background: #fff;
  background-color: #fff;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #23589a;
  max-height: 260px;
  overflow-y: auto;
}
.filters .widget-module ul li {
  overflow: hidden;
  display: block;
}
.filters .widget-module ul li a {
  overflow: hidden;
  display: block;
  min-height: 14px;
  height: 1%;
  cursor: pointer;
  white-space: normal;
  position: relative;
  z-index: 1;
  color: inherit;
  padding: 12px 15px;
  margin-right: 15px;
}
.filters .widget-module ul li a:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: -15px;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear,left top,right top,from(#23589a),color-stop(100.82%,rgba(35,88,154,0)));
  background: linear-gradient(90deg,#23589a 0%,rgba(35,88,154,0) 100.82%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.filters .widget-module ul li.active a {
  background: 0 0;
  color: #23589a;
  font-size: 18px;
  font-family: "HCo Gotham SSm Medium",sans-serif;
}
.filters .widget-module ul li:hover a{
  background: 0 0;
  color: #23589a;
}
.filters .widget-module ul li.active a:before,
.filters .widget-module ul li:hover a:before{
  opacity: .1;
}
.filters .block .filter_icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  border: 6px solid transparent;
  border-top-color: currentColor;
}
.filters .filter-open .widget-module {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.stories .filter-panel {
  margin-bottom: 40px;
}

/********************************** Blog Post ********************************/

.banner .back-link {
  position: absolute;
  top: calc(100% + 40px);
  left: 15px;
  display: inline-block;
  vertical-align: top;
  height: auto;
  padding-left: 15px;
  color: #fff;
  font: 14px/22px "HCo Gotham SSm Bold",sans-serif;
  z-index: 99;
}
.banner .back-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: translate(0,-50%) rotate(45deg);
  transform: translate(0,-50%) rotate(45deg);
  -webkit-transition: border-color .3s,-webkit-transform .3s;
  transition: transform .3s,border-color .3s;
  transition: transform .3s,border-color .3s,-webkit-transform .3s;
  will-change: transform;
}
.banner .back-link:hover{
  color: #ffcb2c;
}
.banner .tag-list {
  margin: 0;
  padding: 0;
}
.tag-list li{
  font-size: 16px;
  line-height: 24px;
}
.tag-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px 0;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  z-index: 10;
}
.tag-list li span {
  position: relative;
  display: block;
}
.tag-list li span {
  padding: 0 20px;
}
.tag-list li span:after, .tag-list li span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: -1;
}
.tag-list li span:before {
  background-image: linear-gradient(135deg,transparent 0%,transparent 10px,#72b8ed 10px);
  opacity: 1;
} 
.tag-list li span:after {
  background-image: linear-gradient(135deg,transparent 0%,transparent 10px,#223e68 10px);
  opacity: 0;
}
.post-banner h1.banner-heading {
  font-size: 31px;
  line-height: 40px;
}
.banner .pub-info {
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 26px;
}
.banner .pub-info .avatar {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background: #72b8ed url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/images/avatar-placeholder.svg) no-repeat center center/contain;
  border-radius: 50%;
  float: left;
}
.banner .pub-info .author {
  display: inline-block;
  vertical-align: top;
  font: 16px/26px "HCo Gotham SSm Bold",sans-serif;
  -webkit-transition: color .3s;
  transition: color .3s;
  color: inherit;
}
.banner .pub-info p {
  margin: 0;
}
.banner .pub-info span, .banner .pub-info time {
  display: inline-block;
  vertical-align: top;
}
.banner .pub-info time~span {
  position: relative;
  padding-left: 20px;
}
.banner .pub-info time~span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #ffcb2c;
  border-radius: 50%;
}
.banner .pub-info time~span:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  width: 5px;
  height: 5px;
}
.banner .pub-info .author:hover {
  color: #ffcb2c;
}
.banner .back-link:hover:before {
  border-color: #ffcb2c;
  -webkit-transform: translate(-10px,-50%) rotate(45deg);
  transform: translate(-10px,-50%) rotate(45deg);
}
.article.section {
  padding: 60px 0;
}
.article .social-wrap .title {
  margin-bottom: 10px;
  font: 22px/26px "HCo Gotham SSm Bold",sans-serif;
  color: #13253b;
}
ul.social.colored {
  margin: 0;
  padding: 0;
}
.social.colored li {
  margin-right: 18px;
  padding: 0;
}
.article .social a, .tag-panel strong {
  display: inline-block;
  vertical-align: top;
}
.social.colored a span:before {
  border-color: #72b8ed transparent transparent;
}
.social.colored a span:after, .social.colored a:after{
  background-color: #72b8ed;
}
.social.colored a svg path {
  fill: #fff;
}
.social.colored a:hover span:before {
  border-color: #fff transparent transparent;
}
.social.colored a:hover svg path {
  fill: #72b8ed;
}
.social.colored a:hover span:after, .social.colored a:hover:after {
  background-color: #fff;
}
.article .social-wrap[style*=fixed] {
  left: calc((100vw - 1530px)/2);
}
.article .social-wrap[style*=absolute] {
  left: calc((100vw - 1530px)/2);
}
.article .social-wrap.is_stuck {
  position: fixed !important;
}
.latest-insights {
  background-color: rgba(114,184,237,.15);
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.latest-insights.transparent {
  background: #fff;
}
.section+.section {
  padding-top: 0;
}
.latest-insights .heading-wrap {
  margin-bottom: 40px;
}
h2.decorated:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 5px 0 0 5px;
  background: url(https://7123980.fs1.hubspotusercontent-na1.net/hubfs/7123980/raw_assets/public/KraftKennedy_September2020/images/decor-light-blue.svg) no-repeat center center/contain;
}
.heading-wrap h2.decorated {
  margin: 0;
}
.article .holder {
  margin-bottom: 60px;
}
.article .content-wrap {
  max-width: 900px;
}
.article .holder .content-wrap {
  margin: 0 auto;
}
.sidebar {
  width: 100%;
}
.sidebar-block {
  margin-bottom: 40px;
}
.sidebar-block h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(19,37,59,.2);
  color: #72b8ed;
}
.sidebar-block .widget-module ul {
  margin-bottom: 20px;
}
.sidebar-block .widget-module ul li {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px 0;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  z-index: 10;
}
.sidebar-block .widget-module ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px 0;
}
.sidebar-block .widget-module ul li a {
  color: inherit;
}
.sidebar-block .widget-module ul li a {
  color: inherit;
  position: relative;
  display: block;
  padding: 0 20px;
}
.sidebar-block .widget-module ul li a:before, .sidebar-block .widget-module ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: -1;
}
.sidebar-block .widget-module ul li a:before {
  background-image: linear-gradient(135deg,transparent 0%,transparent 10px,#72b8ed 10px);
  opacity: 1;
}
.sidebar-block .widget-module ul li a:after {
  background-image: linear-gradient(135deg,transparent 0%,transparent 10px,#223e68 10px);
  opacity: 0;
}
.sidebar-block .widget-module ul li a:hover:after {
  opacity: 1;
}
.sidebar-block .widget-module ul li a:hover:before {
  opacity: 0;
}
span.filter-link-count {
  display: none;
}
.sidebar_form .hs_cos_wrapper_type_form {
  background: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.sidebar_form form {
  margin-bottom: 20px;
  padding: 25px 15px 45px;
  background-image: linear-gradient(135deg,rgba(114,184,237,.15) 0%,rgba(114,184,237,.15) 95%,transparent 95%,transparent);
  max-width: 100%;
}
.sidebar_form form fieldset {
  max-width: 100% !important;
}
.sidebar_form form .hs-richtext h5 {
  line-height: 24px;
  margin-bottom: 30px;
  color: #72b8ed;
}
.sidebar_form form.hs-form label {
  color: rgba(19,37,59,.8);
  font-family: HCo Gotham SSm Book;
}
.sidebar_form form.hs-form .hs-input {
  padding: 0 15px;
}
.sidebar_form form.hs-form .hs-input::placeholder {
  font-family: "HCo Gotham SSm Book",sans-serif;
}
.sidebar_form form.hs-form .hs-form-required {
  color: rgba(19,37,59,.8);
}
.sidebar_form form.hs-form .grecaptcha-badge {
  margin-left: 0;
}
.sidebar_form form.hs-form input.hs-button {
  padding: 12px 20px;
  width: 100%;
  max-width: 330px;
}
.sidebar_form form.hs-form label.hs-error-msg {
  color: #ff5d00;
  font-family: HCo Gotham SSm Book;
}
.article .social-wrap{
  margin-bottom: 40px;
}
.banner.low {
  padding-bottom: 30px;
}
.banner.low .banner-cntent {
  min-height: auto;
}
.banner.low .back-link {
  position: relative;
  bottom: 0;
  left: 0;
}
a.related_full_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





/********************************** Blog Comment ********************************/


.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: #ffcb2c;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.sidebar_form form.hs-form .hs-input {
  width: 100% !important;
}

/************************************************* Related Posts *****************************************/

.recommendations-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 99;
}
.recommendations-wrapper .recommend-main {
  display: inline-block;
  position: relative;
  color: #444;
  font-family: "Helvetica Neue",arial,sans-serif;
  font-size: 14px;
  clear: both;
  margin-top: 20px;
  width: 100%;
}
.recommend-col-header {
  margin-bottom: 12px;
}
.recommend-col-header h2 {
  line-height: 1;
  font-family: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #99A3AA;
  color: rgba(34,59,74,.5);
}
.recommend-col-header h2 strong {
  color: #413a3a;
}
.recommendations-unit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
.recommendations-unit .recommendation-container {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  width: 100%;
  min-width: 0;
}
.recommend-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-x: scroll;
  overflow-y: visible;
  white-space: nowrap;
  margin: 4px auto 10px;
  padding-top: 2px;

}
.recommend-post {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 200px;
  height: 200px;
  border: 1px solid #e7e9ee;
  border-radius: 6px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  transform: translate3d(0,0,0);
  transition: all .2s ease-in-out;
  margin: 0 4px;
  cursor: pointer;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  max-width: 200px;
}
.recommend-post:first-child {
  margin-left: 0;
}
.recommend-post .recommend-post-header {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
  transition: all .2s linear;
}
.recommend-post .recommend-post-header .recommend-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  -webkit-mask-image: -webkit-radial-gradient(white,#000);
}
.recommend-post .recommend-post-header .recommend-image-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: calc(100px);
  object-fit: cover;
  transform: translate(-50%,-50%);
  transition: all .2s linear;
}
.recommend-post .recommend-post-header .recommend-image-wrapper .overlay {
  position: absolute;
  background: linear-gradient(to top,rgba(0,0,0,.35) 10%,rgba(0,0,0,.1) 60%,transparent 90%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.recommend-post .recommend-post-title {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  position: absolute;
  color: #fff;
  color: rgba(255,255,255,.95);
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 0.5px 2px rgba(0,0,0,.35);
  width: 90%;
  left: 5%;
  bottom: 0;
  white-space: normal;
  margin: 8px auto;
  display: block;
  line-height: 1.25;
  max-height: calc(2.5em);
  overflow: hidden;
  transition: all 150ms ease-in-out,font-size 0 ease-in-out;
}
.recommend-post .meta {
  color: #777;
  color: rgba(30,55,70,.5);
  font-size: 90%;
  width: 90%;
  margin: 8px 5%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 150ms linear 50ms;
}
.recommend-post .meta li {
  display: inline;
  font-weight: 500;
  line-height: 1.2;
}
.recommend-post .meta li:not(:first-child)::before {
  content: '\2022';
  position: relative;
  font-size: 10px;
  top: -1px;
  padding-right: 4px;
  opacity: .9;
}
.recommend-post .content-preview-wrapper, .recommend-post .top-comment {
  color: #333;
  display: inline-block;
  width: 90%;
  margin: 0 5% 6px;
  font-size: 14px;
}
.recommend-post .content-preview-wrapper .recommend-content, 
.recommend-post .content-preview-wrapper .recommend-top-comment-wrapper,
.recommend-post .top-comment .recommend-content,
.recommend-post .top-comment .recommend-top-comment-wrapper {
  line-height: 1.3;
  max-height: calc(3.9em);
  padding-top: 0;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
}
.recommend-post:hover {
  transform: translate3d(0,-2px,0);
}
.recommend-posts {
  width: 100%;
}
.recommendations-wrapper .recommend-main .slick-arrow {
  position: absolute;
  background: rgba(255,255,255,.7);
  color: rgba(0,0,0,.55);
  font-size: 36px;
  line-height: .9;
  height: 50px;
  top: calc(50% - 25px);
  border: 1px solid #e7e9ee;
  border-radius: 3px;
  padding: 8px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  outline: 0;
  z-index: 99999;
}
.recommendations-wrapper .recommend-main .slick-arrow.slick-prev {
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 4px;
}
.recommendations-wrapper .recommend-main .slick-arrow.slick-next {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 4px;
}
.recommendations-wrapper .recommend-main:hover .slick-arrow {
  opacity: 1;
}
.recommend-wrapper ul.slick-dots {
  display: none !important;
}
.recommendations-wrapper .recommend-main .slick-arrow:hover {
  background: rgba(255,255,255,.8);
  color: rgba(0,0,0,.65);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 1;
}


@media (min-width: 568px){
  .subscribe-form .hs-form .hs_submit .hs-button {
    width: 140px;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .stories .filter-panel .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stories .filter-panel .input-wrap {
    width: calc(50% - 10px);
  }



}


@media (min-width: 768px){
  .post-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 -35px -23px;
  }
  .post-listing .post-item {
    width: calc(50% - 23px);
    margin-left: 23px;
  }
  .stories .post-listing .post-item {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
  }
  .subscribe {
    text-align: center;
  }
  .subscribe .pattern {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -25%;
  }
  .subscribe_h2 {
    margin-bottom: 20px;
  }
  .subscribe-form {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  .stories .filter-panel .input-wrap {
    display: inline-block;
    vertical-align: middle;
  }

  .stories .filter-panel {
    margin-bottom: 60px;
  }


  /********************************** Blog Post ********************************/
  .article .social-wrap .title {
    margin-bottom: 20px;
  }
  .heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .heading-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .latest-insights .heading-wrap {
    max-width: 60%;
  }
  .sidebar-block {
    margin-bottom: 60px;
  }
  .banner.low {
    padding-bottom: 40px;
  }



}



@media (min-width: 1024px){

  .post-listing .post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(33.333% - 23px);
    padding: 35px 0;
    min-height: 300px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .post-listing .info-wrap {
    padding: 0 35px 0 30px;
  }
  .subscribe .pattern {
    background-size: contain;
    background-position: 0 0;
    left: 0;
  }
  .subscribe .subscribe_wrap p {
    max-width: 630px;
    margin: 0 auto;
  }
  .stories .filter-panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .stories .filter-panel .filters {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px);
    margin-left: 20px;
  }
  .stories .filter-panel .input-wrap {
    width: calc(33.33% - 25px);
    margin-left: 20px;
    padding: 10px 0;
  }

  /********************************** Blog Post ********************************/
  .banner .back-link {
    top: calc(100% + 10px);
  }
  .article .holder.asided{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .sidebar {
    max-width: 320px;
    margin-left: 50px;
  }
  .sidebar_form form {
    padding: 50px 30px;
  }



}



@media (min-width: 1200px){
  .section {
    padding: 150px 0;
  }
  .post-listing .post-item {
    min-height: 323px;
  }
  .stories .post-listing .post-item {
    width: calc(33.33% - 20px);
    margin-bottom: 50px;
  }
  .post-listing .post-item:before {
    background-size: 24px auto;
  }
  .post-listing .post-item:after {
    border-width: 0 0 57px 43px;
  }
  .stories .post-listing .post-item:nth-of-type(even) {
    margin-right: 30px;
  }
  .stories .post-listing .post-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .post-listing .info-wrap {
    padding: 0 30px 0 40px;
  }
  .post-listing .categories {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .post-item h5 {
    font-size: 22px;
    line-height: 28px;
  }
  .post-item h5 a:before {
    top: 8px;
    width: 10px;
    height: 10px;
  }
  .post-listing .date {
    padding-top: 20px;
  }
  .subscribe {
    font-size: 26px;
    line-height: 34px;
    padding: 115px 0;
  }
  .subscribe:before {
    border-width: 0 236px 202px 0;
  }
  .subscribe .subscribe_wrap {
    max-width: 915px;
    width: 100%;
    margin: 0 auto;
  }
  .subscribe_h2 {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 30px;
    letter-spacing: -1px;
  }
  .subscribe-form {
    max-width: 696px;
    padding-top: 57px;
  }
  .subscribe-form .hs-form .input .hs-input[type=email] {
    padding-right: 250px!important;
    padding-left: 40px!important;
    height: 50px;
  }
  .subscribe-form .hs-form .hs_submit .hs-button {
    width: 240px;
    max-width: 240px;
    height: 50px;
    padding-top: 12px;
  }
  .stories .pagination {
    padding-top: 10px;
  }
  .pagination a, .pagination span {
    width: 30px;
    height: 30px;
    margin: 0 15px 10px;
    padding-top: 7px;
  }

  .pagination .active {
    padding-top: 3px;
  }
  .pagination .next {
    margin-left: 25px;
  }

  .pagination .prev {
    margin-right: 25px;
  }
  .stories .filter-panel {
    padding-right: 45px;
    padding-left: 45px;
  }
  .filters .block {
    height: 48px;
  }
  .filters .block .filter__txt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .filters .widget-module ul li a {
    padding-left: 25px;
    margin-right: 35px;
  }
  .filters .widget-module ul li a:before {
    right: -24px;
  }

  /********************************** Blog Post ********************************/
  .banner .back-link {
    font-size: 18px;
  }
  .banner .tag-list {
    margin-top: -35px;
  }
  .post-banner h1.banner-heading {
    font-size: 40px;
    line-height: 46px;
  }
  .banner .pub-info {
    font-size: 16px;
  }
  .banner .pub-info .avatar {
    margin-right: 35px;
  }
  .banner .pub-info .author {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .article.section {
    padding: 150px 0;
  }
  /*   .latest-insights {
  padding: 80px 0;
} */
  .heading-wrap{
    margin-bottom: 60px;
  }
  .latest-insights .heading-wrap {
    margin-bottom: 60px;
  }
  .latest-insights .post-listing {
    padding-top: 50px;
  }
  h2.decorated:after {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-left: 10px;
  }
  .article .holder {
    margin-bottom: 130px;
  }
  .sidebar-block h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .sidebar-block h3 {
    padding-bottom: 20px;
  }
  .sidebar_form form .hs-richtext h5 {
    line-height: 28px;
  }
  .sidebar_form form.hs-form input.hs-button {
    padding: 12px 30px;
  }


}



@media (min-width: 1800px){
  .post-listing {
    margin-left: -28px;
  }
  .post-listing .post-item {
    width: calc(33.333% - 28px);
    margin-left: 28px;
    padding: 26px 0;
  }
  .post-listing .post-item:before {
    background-position: calc(100% - 25px) 25px;
  }
  .post-listing .post-item:after {
    border-width: 0 0 57px 56px;
  }
  .post-listing .info-wrap {
    padding: 0 50px;
  }
  .post-listing .categories {
    padding-bottom: 0;
    letter-spacing: -.5px;
  }
  .post-listing .post-item[style*=background-image] .categories {
    max-width: 100%;
  }
  .post-item h5 {
    font-size: 26px;
    line-height: 30px;
  }
  .post-item h5 a:before {
    left: -25px;
    top: 10px;
  }
  .subscribe {
    padding: 128px 0;
  }
  .subscribe:before {
    border-width: 0 266px 233px 0;
  }
  .subscribe .subscribe_wrap {
    max-width: 1095px;
  }
  .subscribe_h2 {
    font-size: 72px;
    line-height: 78px;
    margin-bottom: 35px;
  }
  .subscribe-form {
    padding-top: 60px;
  }
  /********************************** Blog Post ********************************/
  .post-banner h1.banner-heading {
    font-size: 46px;
    line-height: 50px;
  }
  .article .content-wrapper {
    position: relative;
    padding-left: 150px;
  }
  .article .social-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    text-align: center;
    /*     z-index: -1; */
  }
  .article .social li {
    display: block;
    margin: 0 0 15px;
  }
  .latest-insights {
    padding: 130px 0;
  }
  .heading-wrap {
    margin-bottom: 100px;
  }
  .latest-insights .heading-wrap {
    margin-bottom: 100px;
  }
  h2.decorated {
    font-size: 72px;
    line-height: 78px;
  }
  .sidebar {
    max-width: 390px;
    margin-left: 110px;
  }
  .sidebar-block h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .sidebar_form form .hs-richtext h5 {
    line-height: 30px;
  }
  .sidebar_form form.hs-form input.hs-button {
    font-size: 18px;
    padding: 15px 30px;
  }
  .banner.low .back-link {
    margin-top: 15px;
  }


}


@media(max-width: 1799px){
  .article .social-wrap.is_stuck {
    position: static !important;
  }


}



@media(max-width: 1199px){
  .subscribe-form .hs-form .input .hs-input[type=email] {
    font-size: 14px;
  }
  .subscribe-form .hs-form .hs_submit .hs-button {
    padding: 12px 20px;
    padding-top: 10px;
  }
  /********************************** Blog Post ********************************/


}
/* ******************************************************************************
*********************************************************************************
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: HCo Gotham SSm Bold, 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 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 10px 15px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: HCo Gotham SSm Bold, sans-serif;
  font-size: 1.25rem;
  color: #13253B;
  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: #13253B;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.hs_cos_wrapper_type_email_simple_subscription h1,
.hs_cos_wrapper_type_email_simple_subscription h3{
  color: #fff;
}
input.email-edit.hs-input {
  width: 100% !important;
  padding: 0 25px !important;
}
form#email-prefs-form p.header {
  background: none !important;
}
.hs_cos_wrapper_type_password_prompt label.hs-screen-reader-text {
  position: static !important;
  height: auto !important;
  overflow: visible !important;
  width: 100% !important;
  clip: unset !important;
  margin-bottom: 15px;
  display: block;
  padding-left: 5px;
}