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

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* 
@media (max-width: 767px) {
.dnd-section {
padding: 80px 20px;
}
}
*/
.dnd-section > .row-fluid {
  max-width: ;
  margin-left: auto;
  margin-right: auto;
}





@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html {
  font-size: ;
}
svg {
  max-height: 1000000px;
  fill: currentColor;
  transition: all .5s;
}
body {
  font-family: ;
  font-size: ;
  color: ;
  line-height: 1.75;
}

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

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

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

h1,.h1 {
  font-size: ;
  line-height: 1.3;
}

h2,.h2 {
  font-size: ;
  line-height: 1.2;
}

h3,.h3 {
  font-size: ;
  line-height: 1.5;
}

h4,.h4 {
  font-family: ;
  font-weight: normal;
  font-size: ;
  line-height: 1.5;
}

h5,.h5 {
  font-size: ;
  line-height: 1.5;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}

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

@media (max-width: 480px) {
  html {
    font-size: 0.0px
  }
}
/* Primary Button */

.heading__content-title{
  display:inline-block;
  position:relative;
  margin-bottom: 15px;
}
.heading__content-title:after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  padding: 2px;
  width: 100%;
  height:3px;
  background: #196db6;
  border-radius: 5px;
}



button,
.button, 
.hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1E90FF;
  border: 1px solid #1E90FF;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  fill: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled,
.hs-button:disabled,
.hs-button.button--secondary:disabled,
.hs-button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  color: #e6e6e6;
  pointer-events: none;
}

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

.button.button--secondary:disabled
.hs-button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled
.hs-button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active {
  background-color: #50eed3;
  border-color: #50eed3;
  color: #fff;
  text-decoration: none;
} */

/* Secondary Button */

.button.button--secondary
.hs-button.button--secondary {
  background-color: transparent;
  border: 1px solid #1E90FF;
  color: #1E90FF;
  fill: #1E90FF;
}

.button.button--secondary:hover,
.button.button--secondary:focus, 
.button.button--secondary:active,
.hs-button.button--secondary:hover,
.hs-button.button--secondary:focus,
.hs-button.button--secondary:active {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  fill: #fff;
}

/* Simple Button */

.button.button--simple,
.hs-button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #1E90FF;
  font-size: 15px;
  font-style: normal;
  fill: #1E90FF;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after,
.hs-button.button--simple:after {
  background-color: #1E90FF;
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.hs-button.button--simple:hover,
.hs-button.button--simple:focus {
  background-color: transparent;
  border: none;
  color: #1E90FF;
}

.button.button--simple:active,
.hs-button.button--simple:active {
  background-color: transparent;
  border: none;
  color: #1E90FF;
}

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

.button--right {
  text-align: right;
}

/* Button Sizing */

.button.button--small,
.hs-button.button--small {
  font-size: 0.875rem;
}

.button.button--large,
.hs-button.button--large {
  font-size: 1.125rem;
}

/* Button Icons */

.button .button__icon svg,
.hs-button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.1rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon,
.hs-button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg,
.hs-button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg,
  .hs-button .button__icon svg {
    width: 1.1rem;
  }
}
form {
  max-width: ;
  font-family: ;
  border-radius: 6px;
}


.hs-form label {
  font-size: 12px;
  color: ;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 10px;
}
.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
}

/* Membership error message */
.form-input-validation-message ul {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul li {
  line-height: 1rem;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 54px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: ;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder {
  color: ;
}
.hs-input::-webkit-input-placeholder {
  color: ;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}

/*  error message*/
.hs-form-field {position: relative;}
ul.no-list.hs-error-msgs.inputs-list {position: absolute;top: 100%;}
label.hs-error-msg {margin: 0;}

/* Force single column fields to full width inside of fieldsets */
fieldset {
  width: 100% !important;
  max-width: 100% !important;
}
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
.hs_error_rollup {
  display: none;
}
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: ;
}
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: ;
}

.actions {
  padding: 0;
}

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

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

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

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.submitted-message>*{
  margin-bottom:0;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.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: ;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
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;
}
/******************  Top Header *******************/
.header_top-iner {display: flex;flex-wrap: wrap;align-items: center;}
.header__menu.header__element {display: flex;flex: 1;align-items: center;justify-content: space-between;}
.header_top-iner>.header__logo {flex: 0 0 auto;padding-right: 6%;}
.header__logo>*,.header__logo>*>*,.header__logo>*>*>* {display: flex;}
.header_top-iner .menu-opener-inner-op {display: none;}

/******************  End Top Header *******************/


/******************  Bottom Header *******************/
.header--bottom--section {position: relative;}
.header-bottom-menu {display: flex;flex-wrap: wrap;justify-content: space-between;}
.header-bottom-menu .header-button-sec {position: absolute;top: 50%;transform: translateY(-50%);right: 0;}
/******************  End Bottom Header *******************/
@media(max-width:991px){


  .header__navigation nav.navigation-primary.active {
    display: block;

  }
  .header_top-iner .menu-opener-inner-op {display: block;
    display: block;
    position: absolute;
    right: 20px;
    z-index: 2;
  }
  .header__navigation .navigation-primary {
    display: inline-block;
    position: fixed;
    top: 156px;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
    transition: all .5s;
    height: calc(100vh - 120px);
    padding: 15px 0;
    z-index: 9;
    overflow-y: auto;
    padding-bottom: 60px;
  }
  .header_top-iner .menu-opener-inner-op span.line {
    width: 26px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-show-on .header_top-iner .hamburger-op .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .menu-show-on .header_top-iner .hamburger-op .line:nth-child(2) {
    opacity: 0;
  }
  .menu-show-on .header_top-iner .hamburger-op .line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  .header_top-iner .header-button-sec {
    display: none;
  }
}
/*   .header__menu.header__element {
position: fixed;
top: 118px;
background: #fff;
width: 100%;
left: 0;
right: 0;
transform: translateX(-100%);
transition: all .5s;
height: calc(100vh - 120px);
padding: 15px 0;
z-index: 9;
overflow-y: auto;
padding-bottom: 60px;
} */
}
/* Footer Landing Page */
.footer, .footer--new--wrapper{
  float:left;
  width:100%;
}
.footer-form form .hs_email .input>input {
  padding-right: 146px;
}
.footer--lp_iner {width: 100%;display: flex;justify-content: space-between;align-items: center;}

footer.footer.footer--lp {background: transparent;border-top: 1px solid;}

.footer--lp-scoial-icon a.social-links__link {display: flex;}


/*  */
.company--address--wrap span {
  color: #fff;
}


.social--links--wrap>a svg {
  width: 26px;
  height: 26px;
}

.footer--logo img {
  object-fit: contain;
}

.right--footer--wrap ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
  display: inline-block;
}


/* .social--links--wrap a+a {
margin-left: 16px;
}
*/
.social--links--wrap a {
  display: inline-block;
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a {
/*   pointer-events: none;
  cursor: auto; */
  font-weight: 600;
}



@media(max-width:767px){
  /*  Footer Lp  */
  .footer--lp_iner {justify-content: center;flex-wrap: wrap;text-align: center;}
  .footer--lp_iner>div {flex: 0 0 100%;max-width: 100%;display: flex;justify-content: center;}
  .footer--lp-content {margin-bottom: 10px;}
  /*   End */


  .footer--new--wrapper{
    ;
  }

  .right--footer--wrap .hs-menu-item a {
    padding: 8px 0px;
  }

}

@media(max-width:576px){
  .right--footer--wrap ul {
    flex-direction: column;
  }

}
/*  */

.footer {
  color: #FFCCCC;
  background-color: ;
}

.footer__container {
  padding: 20px;
  max-width: 1470px;
  margin: 0 auto;
}

.footer__copyright {
  font-size: .7rem;
  margin: .5rem 0;
  text-align: center;
}

.footer__column {
  margin-bottom: px;
}

@media screen and (min-width: 1000px) {
  .footer__container {
    text-align: initial;
  }
  .footer__columns {
    display: flex;
    justify-content: space-evenly;
  }

  .footer__column {
    flex:  0 0 calc(100%/4);
    padding: 20px;
  }
}
.content-wrapper {
  max-width: 1336;
  padding: 0 20px;
  margin: 0 auto;
}
.hs-search-field__bar button:after {
  content: none;
}
.blog-header {
  text-align: center;
}

.blog-header__back {
  text-align: left;
  font-size: 0.8rem;
  padding-top: 20px;
  max-width: 960px;
  margin: 0 auto;
}

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

.blog-header__back a:hover {
  text-decoration: underline;
}

.blog-header__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 5rem 30px;
}

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 calc(100% - 30px);
  margin: 15px;
}
.blog-index__post--large {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e8e6e6;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc((100%/2) - 30px);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc((100%/3) - 30px);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}

.blog-index__post-content--small {
  padding: 1.5rem;
}

.blog-index__post-content--small h2 {
  font-size: ;  
}
.blog-index__post-content p {
  font-family: ;
}
.blog-index__post-content a {
  color: ;
  text-decoration: none;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

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

.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: ;
  text-decoration: underline;
}

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

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

.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: ;
} 
@font-face {
  font-family: 'Dolly Pro';
  src: url('//8916156.fs1.hubspotusercontent-na1.net/hubfs/8916156/raw_assets/public/Gustav/css/Fonts/font-files/DollyPro-RegularItalic.woff2') format('woff2'),
    url('//8916156.fs1.hubspotusercontent-na1.net/hubfs/8916156/raw_assets/public/Gustav/css/Fonts/font-files/DollyPro-RegularItalic.woff') format('woff');
      font-weight: normal;
      font-style: italic;
      font-display: swap;
      }

@font-face {
  font-family: 'Dolly Pro';
  src: url('//8916156.fs1.hubspotusercontent-na1.net/hubfs/8916156/raw_assets/public/Gustav/css/Fonts/font-files/DollyPro-Bold.woff2') format('woff2'),
    url('//8916156.fs1.hubspotusercontent-na1.net/hubfs/8916156/raw_assets/public/Gustav/css/Fonts/font-files/DollyPro-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
      }

@font-face {
  font-family: 'Dolly Pro';
  src: url('//8916156.fs1.hubspotusercontent-na1.net/hubfs/8916156/raw_assets/public/Gustav/css/Fonts/font-files/DollyPro-RegularSmallCaps.woff2') format('woff2'),
    url('//8916156.fs1.hubspotusercontent-na1.net/hubfs/8916156/raw_assets/public/Gustav/css/Fonts/font-files/DollyPro-RegularSmallCaps.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
      }

@font-face {
  font-family: 'Dolly Pro';
  src: url('//8916156.fs1.hubspotusercontent-na1.net/hubfs/8916156/raw_assets/public/Gustav/css/Fonts/font-files/DollyPro-Bold.woff2') format('woff2'),
    url('//8916156.fs1.hubspotusercontent-na1.net/hubfs/8916156/raw_assets/public/Gustav/css/Fonts/font-files/DollyPro-Regular.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
      }