*, *: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: bold;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

.dnd-section>.row-fluid,
.page-center,
.header__container,
.footer__container,
.content-wrapper {
  margin:0 auto;
  width:100%;
  max-width:1200px;
}

.dnd-section .widget-type-cell {}


.hs-inline-edit .row-fluid [class*="span"] {
  min-height:50px;
}

.dnd-section .row-fluid [class*="span"] {
  padding-right: 20px;
  padding-left: 20px;
  margin:0;
  width:100%;
}

.dnd-section .row-fluid [class*="span"] .row-fluid {
  margin:0 -20px;
  width:calc(100% + 40px);
}

.hs-inline-edit .dnd-section .row-fluid [class*="span"] .row-fluid {
  margin:0;
  width:100%;
}

.dnd-section[class*="full-width"] .row-fluid:not(.counter),
.dnd-section[class*="full-width"] .row-fluid [class*="span"] .row-fluid:not(.counter) {
  padding:0;
  width:100%;
  margin:0;
}

.dnd-section[class*="full-width"] .row-fluid>[class*="span"].span12.widget-span {
  padding:0;
}

@media (min-width:768px) {

  .dnd-section .row-fluid .span12 {
    width: 100%
  }

  .dnd-section .row-fluid .span11 {
    width: 83.333333%
  }

  .dnd-section .row-fluid .span10 {
    width: 100%
  }

  .dnd-section .row-fluid .span9 {
    width: 75%
  }

  .dnd-section .row-fluid .span8 {
    width: 66.666666%
  }

  .dnd-section .row-fluid .span7 {
    width: 58.333333%
  }

  .dnd-section .row-fluid .span6 {
    width: 50%
  }

  .dnd-section .row-fluid .span5 {
    width: 41.666667%
  }

  .dnd-section .row-fluid .span4 {
    width: 33.333333%
  }

  .dnd-section .row-fluid .span3 {
    width: 25%
  }

  .dnd-section .row-fluid .span2 {
    width: 16.666667%
  }

  .dnd-section .row-fluid .span1 {
    width: 8.333333%
  }
}

@media (min-width:981px) {
  .mobile {
    display:none !important;
  }
}

@media (max-width:980px) {

  .dnd-section .row-fluid [class*="span"] .row-fluid {
    margin:0 -15px;
    width:calc(100% + 30px);
  }

  .dnd-section .row-fluid [class*="span"] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .desktop {
    display:none !important;
  }

}

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

  .dnd-section>.row-fluid {
    padding:0 0;
  }
  
  .dnd-section .row-fluid [class*="span"] .row-fluid {
    margin:0 -10px;
    width:calc(100% + 20px);
  }

  .dnd-section .row-fluid [class*="span"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .dnd-section[class*="full-width"] .row-fluid [class*=span].widget-span {
    padding:0;
  }
  
  .dnd-section .row-fluid [class*="span"]:not(.span12):not(:last-child) {
    margin-bottom:30px;
    margin-left:0;
  }

}
@font-face {
    font-family: icons;
    src: url({{%20get_asset_url%28%27../../fonts/icons.eot%27%29%20}%20}) format("embedded-opentype"),
url({{%20get_asset_url%28%27../../fonts/icons.woff2%27%29%20}%20}) format("woff2"),
url({{%20get_asset_url%28%27../../fonts/icons.woff%27%29%20}%20}) format("woff"),
url({{%20get_asset_url%28%27../../fonts/icons.ttf%27%29%20}%20}) format("truetype"),
url({{%20get_asset_url%28%27../../fonts/icons.svg%27%29%20}%20}) format("svg");
font-weight: 400;
font-style: normal;
font-display: swap
}

i.icon {
    font-family: icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-linkedin:before {
    content: "\e902"
}

.icon-twitter:before {
    content: "\e904"
}

.icon-facebook:before {
    content: "\e905"
}

html,
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    /*   font-family:Roboto,sans-serif,Helvetica Neue,Arial; */
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    line-height: 1.6em;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

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

/* Paragraphs */

p {
    margin: 0 0 15px;
}

p:last-child {
    margin: 0;
}

/* Anchors */

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

a:hover {
    text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Produkt Web', Roboto Slab, Courier New;
    font-weight: 500;
    margin: 0 0 24px;
}

h6 {
    margin: 0 0 14px;
}

h1,
.h1 {
    font-size: 4rem;
    line-height: 1.25;
}

h2,
.h2 {
    font-size: 2.625rem;
    line-height: 1.18;
    margin-bottom: 28px;
    font-family: 'Produkt Web';

}

h3,
.h3 {
    font-size: 2.375rem;
    font-weight: 400;
    line-height: 1.18;
    margin-bottom: 28px;
    font-family: 'Produkt Web';
}

h4,
.h4 {
    font-size: 1.5rem;
    line-height: 1.188;
    font-family: 'Produkt Web';
}

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

h6,
.h6 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #aaa;
    margin: 0 0 0 0 !important;
}


/* Lists */

ul,
ol {
    padding-left: 20px;
    margin: 0 0 15px;
}

ul:last-child {
    margin: 0;
}

ul li {
    line-height: 1.4;
    margin-bottom: 10px;
}

ul:not(:last-child) li:last-child {
    margin: 0;
}

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

/* Code blocks */

code {
    vertical-align: bottom;
}

/* Blockquotes */

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

figure {
    margin: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* Horizontal rules */

hr {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    height: 0;
}


/* Poppins Google Fonts */

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}


/* Produkt Custom Font */

/*
          This font software is the property of Commercial Type.
  
          You may not modify the font software, use it on another website, or install it on a computer.
  
          License information is available at http://commercialtype.com/eula
          For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com
  
          Copyright (C) 2024 Schwartzco Inc.
          License 2402-OVRRBQ      
  */

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-MediumItalic-Web.woff2') format('woff2'),
         url('/Horsefly_2024/fonts/Produkt-MediumItalic-Web.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

.Produkt-MediumItalic-Web {
    font-family: 'Produkt Web';
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-Thin-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-Thin-Web.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

.Produkt-Thin-Web {
    font-family: 'Produkt Web';
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-Extralight-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-Extralight-Web.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

.Produkt-Extralight-Web {
    font-family: 'Produkt Web';
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-Light-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-Light-Web.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.Produkt-Light-Web {
    font-family: 'Produkt Web';
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-ThinItalic-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-ThinItalic-Web.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

.Produkt-ThinItalic-Web {
    font-family: 'Produkt Web';
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-Super-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-Super-Web.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.Produkt-Super-Web {
    font-family: 'Produkt Web';
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-Bold-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-Bold-Web.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

.Produkt-Bold-Web {
    font-family: 'Produkt Web';
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-Black-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-Black-Web.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

.Produkt-Black-Web {
    font-family: 'Produkt Web';
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-Semibold-Web.woff2') format('woff2'),
         url('/Horsefly_2024/fonts/Produkt-Semibold-Web.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

.Produkt-Semibold-Web {
    font-family: 'Produkt Web';
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-SemiboldItalic-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-SemiboldItalic-Web.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

.Produkt-SemiboldItalic-Web {
    font-family: 'Produkt Web';
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-Medium-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.Produkt-Medium-Web {
    font-family: 'Produkt Web';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('Produkt-RegularItalic-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-RegularItalic-Web.woff2') format('woff');
    font-weight: 400;
    font-style: italic;
}

.Produkt-RegularItalic-Web {
    font-family: 'Produkt Web';
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-ExtralightItalic-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-ExtralightItalic-Web.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

.Produkt-ExtralightItalic-Web {
    font-family: 'Produkt Web';
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-BlackItalic-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-BlackItalic-Web.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

.Produkt-BlackItalic-Web {
    font-family: 'Produkt Web';
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-SuperItalic-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-SuperItalic-Web.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

.Produkt-SuperItalic-Web {
    font-family: 'Produkt Web';
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-BoldItalic-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-BoldItalic-Web.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

.Produkt-BoldItalic-Web {
    font-family: 'Produkt Web';
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-Regular-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.Produkt-Regular-Web {
    font-family: 'Produkt Web';
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Produkt Web';
    src: url('/Horsefly_2024/fonts/Produkt-LightItalic-Web.woff2') format('woff2'),
        url('/Horsefly_2024/fonts/Produkt-LightItalic-Web.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

.Produkt-LightItalic-Web {
    font-family: 'Produkt Web';
    font-weight: 300;
    font-style: italic;
}

/* Montserrat Font */

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt {
  width:100%;
  max-width:500px;
}

.body-container-wrapper form,
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form form,
.body-container-wrapper .widget-type-blog_subscribe form,
.body-container-wrapper .widget-type-google_search form,
.body-container-wrapper .widget-type-password_prompt.custom_error_message form,
.body-container-wrapper .widget-type-email_simple_subscription form,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper .hs-search-field__bar form,
.body-container-wrapper .submitted-message form,
.body-container-wrapper #hs_cos_wrapper_password_prompt form,
.body-container-wrapper .form-container-wrapper {
  width:100%;
  max-width:500px;
}

.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper.subscription_preferences .form-container-wrapper{
  max-width:100%;
}

.body-container-wrapper .blog-sidebar form, 
.body-container-wrapper .blog-sidebar .custom_error_message form,
.body-container-wrapper .blog-sidebar .widget-type-form,
.body-container-wrapper .blog-sidebar .widget-type-blog_subscribe,
.body-container-wrapper .blog-sidebar .widget-type-google_search,
.body-container-wrapper .blog-sidebar .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .blog-sidebar .widget-type-email_simple_subscription,
.body-container-wrapper .blog-sidebar .hs-search-field__bar, 
.body-container-wrapper .blog-sidebar .submitted-message,
.body-container-wrapper .blog-sidebar #hs_cos_wrapper_password_prompt {
  background:none;
  padding:0;
  margin:0;
  border:none;
  max-width:100%;
}



#email-prefs-form {
  max-width:100%;
}

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

.actions .hs-button {
  margin:0;
}

.hs-button,
.button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none;
  white-space:normal;
  margin:15px 0;
  outline:0;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  background: #25a161;
  border-color: #25a161;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-family: inherit;
}

.hs-button:hover,
.button:hover,
.hs-button:focus,
.button:focus {
  text-decoration: none;
  background: #25a161;
  border-color: #25a161;
  color: #ffffff;
}


.content-wrapper .custom_error_message form,
.content-wrapper .widget-type-form,
.content-wrapper .widget-type-blog_subscribe,
.content-wrapper .widget-type-google_search,
.content-wrapper .widget-type-password_prompt.custom_error_message,
.content-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .content-wrapper .widget-type-blog_comments,
.content-wrapper .hs-search-field__bar{
  display:block;
}



.hs-form label {
  color: ;
}

.form-container>.hs_cos_wrapper>.hs-form-field {
  display:none;
}

label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-form-field label:not(.hs-error-msg) {
  font-family: Roboto;
  font-size: 14px;
}


button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
.hs-search-field__input,
#hs-pwd-widget-password { 
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form  select,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  padding: 0 15px;
  outline:0;
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  
}

form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{

}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-passwor.error{
  border-color: #c87872;
}

form input[type="text"].error:hover,
form input[type="password"].error:hover, 
form input[type="datetime"].error:hover, 
form input[type="datetime-local"].error:hover, 
form input[type="date"].error:hover, 
form input[type="month"].error:hover, 
form input[type="time"].error:hover, 
form input[type="week"].error:hover, 
form input[type="number"].error:hover, 
form input[type="email"].error:hover, 
form input[type="url"].error:hover, 
form input[type="search"].error:hover, 
form input[type="tel"].error:hover,
form input[type="color"].error:hover,
form input[type="file"].error:hover,
form textarea.error:hover,
form select.error:hover,
form select.error:hover,
form textarea.error:hover,
.hs-input.error:hover, 
.hs-search-field__input.error:hover,
#hs-pwd-widget-passwor.error:hover{
}


form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {
  border-color: #b9554d;
}


#hs-pwd-widget-password {
  height:auto !important;
  min-height:40px !important;
  margin-top:0 !important;
}

.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;
  min-height:auto;
}

.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;
}


textarea.hs-input {
  height: auto;
  padding: 10px 15px;
  vertical-align:middle;
}

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;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.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;
}

.hs-error-msgs {
  margin:10px 0;
  padding:0;
  list-style:none;
}
.hs-error-msgs label {
  margin: 0;
  letter-spacing: normal;
}

.hs-form-field input+label {
  display:inline-block;
}

.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-form-booleancheckbox-display input {
  float: left;
}

.hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 20px;
}

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

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

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-family: Roboto;
  font-size: 11px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 24px;
  color: #27324b;
  font-family: inherit;
  font-size: 14px;
  font-weight:normal;
}

.hs-richtext p {
  margin:1em 0;
}

.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.hs_recaptcha {
  margin-top: 18px;
}

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

/* ================== Footer Form ============================ */

@media (max-width:767px) {

  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message,
  .body-container-wrapper #hs_cos_wrapper_password_prompt {
    max-width:100%;
  }

  .body-container-wrapper form,
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form form,
  .body-container-wrapper .widget-type-blog_subscribe form,
  .body-container-wrapper .widget-type-google_search form,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message form,
  .body-container-wrapper .widget-type-email_simple_subscription form,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
  .body-container-wrapper .hs-search-field__bar form,
  .body-container-wrapper .submitted-message form,
  .body-container-wrapper #hs_cos_wrapper_password_prompt form,
  .body-container-wrapper #email-prefs-form,
  .body-container-wrapper .form-container-wrapper{
    max-width:100%;
  }

}


@media (max-width: 479px) {
  .hs-recaptcha {
    overflow:auto !important;
  }

}

/* Override mysteriously nested footer form on API page */
.api-page .body-container-wrapper form {
  max-width: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  border: 1px solid #333;
  font-weight:normal;
}

table td {
  border: 1px solid #333;
  padding: 10px;
  vertical-align: baseline;
  font-weight:normal;
}

thead tr td {
  font-weight: 500;
  text-align: center;
}

table tbody tr td:first-child {
  text-align: center;
}
.custom-header-height {
  height:148px;
}

.custom-header-height.lp {
  height:88px;
}

.custom-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 790;
  line-height: 1;
  font-size:16px;
  background-color:#fff;
}

.custom-header-top {
  background-color: #222;
}

.custom-header .inner {
  padding-right: 20px;
  padding-left: 20px;
  vertical-align: top;
}

.custom-header-contact {
  display: inline-block;
  padding: 12px 0;
}

.custom-header-social {
  display: inline-block;
  float: right;
  padding: 12px 0;
}

.custom-header .custom-header-social a {
  background-color: #3470ac;
  color:#fff;
}

.custom-header .custom-header-social a:hover {
  background-color: #1c4f82;
}

.custom-logo {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-top: 8px;
  vertical-align: top;
}

.custom-logo img {
  width: auto !important;
}

.custom-header .custom-menu-primary .header-button,
.header-button {
  font-size: 14px;
  padding: 0;
  margin-right: 8px;
  margin-left: 8px;
  vertical-align: bottom;
}

.custom-header .custom-menu-primary .header-button a,
.header-button a {
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  margin:0;
  line-height:inherit;
  font-weight: inherit;
}

.custom-header .custom-menu-primary .header-button:last-child,
.header-button:last-child {
  margin-right: 0;
}

.custom-header-bottom {
  padding: 20px 0;
  width: 100%;
  background-color: inherit;
}

.lp .custom-header-bottom {
  padding: 20px 0 26px;
}

@media (min-width:981px) {

  .scroll-header .custom-header {
    position: fixed;
    top: 0;
    box-shadow: 0 -2px 12px 0 rgb(0 0 0 / 30%);
    transition:all .3s ease;
  }

  .custom-menu-primary {
    display: inline-block;
    position: relative;
    float: right;
    width: auto;
    height: auto;
    text-align: right;
    padding: 8px 0 6px;
    vertical-align: top;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    margin-right: 18px;
    padding: 8px 0;
    color: #29334c;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover {
    color: #0851ac;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(.hs-item-has-children)>a {    
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
    padding: 2px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color:inherit;
    text-decoration:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color:inherit;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children {
    margin-right: 28px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 3px 0;
    border-top-color: inherit;
    transform: translateY(-50%);
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul {  
    width: 100%;
    min-width: 200px;
    text-align: left;
    padding: 20px 20px 14px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 24%);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    padding-top: 16px;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    transform: translateX(50%);
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    line-height:26px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li>a {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    color: #29334c;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li>a:hover {
    color: #265d94;
  }



  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    position:absolute;
    z-index:10;
    top:123.5%;
    left:50%;
    display:block !important;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease-in-out;
    transform: translateX(-50%);
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
    opacity:1;
    visibility:visible;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul ul {
    top:0;
    left:100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-of-type>ul {
    right:0;
    left:auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-of-type>ul ul {
    right:100%;
    left:auto;
  }
}

@media (max-width:980px) {
  .custom-header .custom-header-top {
    display: none;
  }

  .custom-header-height {
    height:78px;
  }

  .lp .custom-header {
    min-height:78px;
  }

  .custom-header {
    position: fixed;
    top: 0 !important;
    padding: 12px 0;
    background-color: inherit;
    left: 0;
    width: 100%;
  }

  .custom-header-bottom,
  .lp .custom-header-bottom {
    position:static;
    padding:0;
  }

  .custom-header .inner {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }

  .sidebar-toggle {
    display: block;
    float: right;
    width: auto;
    height: auto;
    padding: 18px 12px;
    box-sizing: content-box;
    cursor: pointer;
    z-index: 800;
    position:relative;
  }

  .sidebar-toggle>.toggle-icon {
    position: relative;
    width: 26px;
    height: 18px;
    margin: 0;
    padding: 0;
    transform: rotate(0);
    transition: .5s ease-in-out;
  }

  .sidebar-toggle>.toggle-icon>span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
    opacity: 1;
    transform: rotate(0);
    transition: .25s ease-in-out;
  }

  .sidebar-toggle>.toggle-icon>span:first-child {
    top: 0;
  }

  .sidebar-toggle>.toggle-icon>span:nth-child(2), .sidebar-toggle>.toggle-icon>span:nth-child(3) {
    top: 8px;
  }

  .sidebar-toggle>.toggle-icon>span:nth-child(4) {
    top: 16px;
  }

  .mobile-open {
    height: 100%;
    overflow: hidden;
  }

  .mobile-open .custom-header {
    box-shadow: 0 -2px 12px 0 rgb(0 0 0 / 30%);
  }

  .mobile-open .sidebar-toggle>.toggle-icon>span:first-child {
    top: 8px;
    left: 50%;
    width: 0;
  }

  .mobile-open .sidebar-toggle>.toggle-icon>span:nth-child(2) {
    transform: rotate(45deg);
  }

  .mobile-open .sidebar-toggle>.toggle-icon>span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .mobile-open .sidebar-toggle>.toggle-icon>span:nth-child(4) {
    top: 8px;
    left: 50%;
    width: 0;
  }

  .custom-menu-primary {
    display: inline-block;
    position: fixed;
    top: 0;
    right: -380px;
    width: 100%;
    max-width: 380px;
    height: 100%;
    padding: 100px 0 10px 15px;
    background-color: #fff;
    transition: right .5s ease-in-out;
    z-index: 700;
  }

  .mobile-open .custom-menu-primary {
    right:0;
  }

  .custom-menu-primary .hs-menu-wrapper {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    -ms-overflow-style:none;
    -scroll-width:none;
  }

  .custom-menu-primary .hs-menu-wrapper::-webkit-scrollbar {
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper ul>li {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 10px;
  }

  .custom-menu-primary .hs-menu-wrapper ul>li>a {
    display: inline-block;
    font-size: inherit;
    font-weight: 600;
    line-height: inherit;
    text-decoration: none;
    color: #3470ac;
    margin-bottom: 5px;
    padding: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li {
    padding: 0 0 0 14px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
    font-weight:400;
  }

  .body-wrapper:after {
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 600;
    overflow: hidden;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
  }

  .mobile-open .body-wrapper:after {
    width: 100%;
    height: 100%;
    opacity:1;
    visibility:visible;
  }

  .header-button {
    margin: 0;
  }

  .header-button .hs_cos_wrapper,
  .header-button .hs-cta-wrapper,
  .header-button a {
    width: 100%;
    display: block;
    box-sizing: border-box !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
  }

}

@media (max-width:767px) {
  .custom-header .inner {
    padding:0 10px;
  }
}

@media (max-width:480px) {
  .custom-menu-primary {
    right: -320px;
    max-width: 320px;
  }
}
.custom-footer.dnd-section {
  display: block;
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 54px 0 20px;
  background-color: #27324b;
  color:#fff;
  z-index:2;
}

.custom-footer a {
  color:#fff;
}

.FooterBox ul li {
    list-style: none !important;
}

.custom-footer .custom-footer-top {
  padding: 20px 0;
  position:relative;
  height: auto;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
}

.custom-footer .footer_col {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding-right: 20px;
  padding-left: 20px;
  vertical-align: top;
  width:100%;
}

.custom-footer .footer-logo {
  width: 50%;
}

.custom-footer .content {
  font-size: 18px;
  line-height: 1.5;
}

.custom-footer .footer-logo a {
  display: inline-block;
  width: 100%;
  max-width: 252px;
  height: auto;
  margin: 6px 0 0 10px;
  vertical-align: top;
}

.custom-footer .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.custom-footer .subscribe {
  display: inline-block;
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin-top: 70px;
}

.custom-footer .subscribe form {
  display: inline-block;
  width: 100%;
  max-width: 460px;
}

.custom-footer .subscribe .form-title,
.custom-footer .subscribe .submitted-message {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 8px;
  color:inherit;
  background-color:transparent;
}

.custom-footer .subscribe .hs-form-field {
  display: inline-block;
  width: calc(100% - 120px);
  font-size: 0;
  line-height: 0;
  padding: 0 8px 0 0;
  vertical-align: top;
  margin:0;
}

.custom-footer .subscribe label {
  width: calc(100% - 120px);
}

.custom-footer .subscribe .hs_email label {
  margin:0;
}

.custom-footer .subscribe .hs_email input[type=email] {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-family:arial;
  height:auto;
  background-color:#fff;
}

.custom-footer .content ul>li,
.custom-footer .content p,
.custom-footer .content h5 {
  width: 100%;
  font-weight: 400;
}

.custom-footer .content p, 
.custom-footer .content ul>li {
  font-size: 16px;
  line-height: 2;
}

.custom-footer .subscribe .hs-error-msgs label {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color:currentcolor;
  font-family:inherit;
}

.custom-footer .subscribe .hs_error_rollup .hs-error-msgs label {
  font-size:15px;
}

.custom-footer .subscribe .hs_submit {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 120px;
  vertical-align: top;
}

.custom-footer .subscribe .hs_submit .actions {
  padding:0;
  margin:0;
}

.custom-footer .subscribe .hs_submit input[type=submit] {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background-color: #25a161;
  margin:0;
  font-family:arial;
}

.custom-footer .footer-col {
  width: 25%;
}

.custom-footer .content h5 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight:400;
}

.custom-footer .footer-sitemap .hs-menu-wrapper>ul li {
  position: relative;
  padding: 0 0 0 10px;
}

.custom-footer .footer-sitemap .hs-menu-wrapper>ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}

.custom-footer .footer-sitemap .hs-menu-wrapper>ul li a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

.custom-footer .footer-sitemap .hs-menu-wrapper>ul li a:hover {
  text-decoration: underline;
}

.custom-footer .footer-contact p {
  margin:0;
}

.custom-footer .custom-footer-social {
  display: inline-block;
  float: unset;
  padding: 30px 0 0;
}

.custom-footer .custom-footer-copyright {
  padding: 60px 0 2px;
  display: block;
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
}

.custom-footer .custom-footer-copyright .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
}

.custom-footer .custom-footer-copyright .content p:last-child {
  margin-bottom: 0;
}

.custom-footer .custom-footer-copyright .content p>a {
  padding: 2px 4.5px;
}

.custom-footer a:hover {
  text-decoration:underline;
}

.custom-footer .hs-error-msgs,
.custom-footer .inputs-list:first-child {
  margin:0;
  padding:0;
}

.custom-footer .subscribe  .submitted-message {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 8px;
  width: 100%;
}

@media (min-width:481px) {
  .custom-footer .subscribe .form-title br {
    display:none;
  }
}

@media (max-width:980px) {

  .custom-footer.dnd-section {
    padding-top:20px;
  }

  .custom-footer .footer_col {
    padding-left:15px;
    padding-right:15px;
  }

  .custom-footer .footer-logo {
    width:100%;
  }

  .custom-footer .footer-logo a {
    margin: 6px 0 0;
  }

  .custom-footer .subscribe {
    margin-top: 40px;
  }

  .custom-footer .footer-col {
    width: 50%;
  }

  .custom-footer .footer-contact .content, 
  .custom-footer .footer-sitemap .content {
    margin-top: 40px;
    padding: 0 0 0 25%;
  }

  .custom-footer .custom-footer-copyright {
    padding-top: 20px;
  }

  .custom-footer .footer-logo .content {
    text-align: center;
    margin: 0;
  }

}

@media (max-width:767px) {
  .custom-footer .content h5 {
    margin-bottom: 10px;
  }

  .custom-footer .footer-contact .content,
  .custom-footer .footer-sitemap .content {
    padding:0;
    text-align:center;
  }

  .custom-footer .footer-sitemap .hs-menu-wrapper>ul li {
    padding:0;
  }

  .custom-footer .footer-sitemap .hs-menu-wrapper>ul li:before {
    display:none;
  }

  .custom-footer .footer_col {
    padding-left:10px;
    padding-right:10px;
  }

  .custom-footer .footer-logo a {
    margin:6px 0 0;
  }

}

@media (max-width:576px) {
  .custom-footer .footer-col {
    width:100%;
  }
}

@media (max-width:480px) {

  .custom-footer .subscribe .form-title {
    margin-bottom: 16px;
    line-height: 1.4;
  }

  .custom-footer .subscribe .hs-form-field {
    width: 100%;
    max-width: 360px;
    margin: 0 0 16px;
    padding: 0;
  }

  .custom-footer .subscribe .hs_submit {
    max-width: 360px;
  }
}
/* Blog Header */

.blog-search {
    background-color: transparent;
    border: none;
    margin-left: auto;
    max-width: 300px;
    padding: 0;
}

.blog-search form {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: flex;
    flex-direction: row;
    padding: 0;
}

.blog-search form label {
    flex-shrink: 0;
    margin-right: 1.5rem;
}

.blog-search form button {
    margin-bottom: 0;
    padding: 12px 20px;
}

a.blog-post__tag-link, a.blog-post__author-name {
    color: #296c7b;
}

@media (max-width: 767px) {
    .blog-tag-filter,
    .blog-search {
        margin: 0 auto 1.5rem;
    }
}

/* Blog Author/Tag Content */

.blog-subheader {
    margin: 3rem 0;
}

.blog-subheader__author-links {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.blog-subheader__author-links a {
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    position: relative;
    width: 40px;
}

.blog-subheader__author-links a:first-of-type {
    margin-left: 0;
}

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

/* Blog Listing */

.blog-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-index__post {
    border: 2px solid #eff7fe;
    margin-bottom: 2.8rem;
    padding-bottom:30px;
}

.blog-index__post--card {
    width: calc(50% - 1.5rem);
}

.blog-index__post--list {
    display: flex;
    padding: 1.5rem 0;
    width: 100%;
}

h3.blog-index__post-title.blog-index__post-title--list {
    font-size: 32px;
    color: #602166;
}

time.blog-index__post-date.blog-index__post-date--list, .blog-index__post-post-summary.blog-index__post-post-summary--list {
    color: #2D282F;
    font-size: 16px;
}

.blog-index__post-post-summary.blog-index__post-post-summary--list {
    margin: 0 0 20px;
}

a.blog-index__post-button.blog-index__post-button--list.button {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-family: Zilla Slab;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0;
    outline: none;
    padding: 10px 26px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .15s linear,border-color .15s linear,color .15s linear;
}
.blog-index__post-post-summary.blog-index__post-post-summary--list a {
    color: #296C7B;
}


.section.post-footer {
    background: #296C7B;
    padding: 50px;
    border-radius: 20px;
}

footer.blog-post__footer {
    max-width: 700px;
    margin: 50px auto 0;
}

footer.blog-post__footer h3 {
    color: #602166;
    font-size: 32px;
}

footer.blog-post__footer label {
    color: #FFFFFF;
    font-family: Work Sans,sans-serif;
}

.blog-post__footer .actions {
    padding-bottom: 0;
}

article.blog-post {
    max-width: 800px;
/*     margin: 80px auto 0; */
  margin: 0px auto 0;
}

article.blog-post h2 {
    font-size: 42px;
/*     color: #296C7B; */
}

article.blog-post p {
    color: #191412;
    font-size: 1rem;
}

article.blog-post p a {
    color: #005D65;
}

.blog-post__social-sharing .social-links a svg {
    fill: #296C7B;
}
.blog-post ul {
    padding: 0 0 0 30px;
}

.blog-post .blog-post__body  img {
    margin: 0 0 20px;
}

.blog-post__image-wrapper {
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .blog-index__post--card {
        width: 100%;
    }

    .blog-index__post--list {
        padding: 0 0 1.5rem;
    }
}

.blog-index__post-image--card {
    display: block;
    height: auto;
    width: 100%;
}

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

.blog-index__post-image-wrapper--list,
.blog-index__post-content--list {
    width: 50%;
}

@media (max-width: 767px) {
    .blog-index__post-content--list {
        padding: 1.5rem 1.5rem 0;
    }
}

.blog-index__post-content--full-width--list.blog-index__post-content--full-width {
    width: 100%;
}

.blog-index__post-image-wrapper--list {
    align-items: center;
    display: flex;
    margin: 0 30px;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .blog-index__post-image-wrapper--list {
        margin: 0;
        width: 100%;
    }
}

.blog-index__post-image--list {
    height: auto;
    position: absolute;
    width: 100%;
}

@media (max-width: 767px) {
    .blog-index__post-image--list {
        position: static;
    }
}

.blog-index__post-content {
    margin: 0 30px;
}

.blog-index__post-title a {
    font-weight: inherit;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
    font-weight: inherit;
    text-decoration: none;
}

.blog-index__post-tags {
    border-bottom: 2px solid #eff7fe;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.blog-index__post-tag-link,
.blog-index__post-tag-link:hover {
    font-weight: 300;
}

@media (max-width: 767px) {
    .blog-index__post--list {
        flex-wrap: wrap;
    }

    .blog-index__post-content--list {
        margin-left: 0;
        width: 100%;
    }
}

.blog-index__post-author-image-wrapper,
.blog-post__author-image-wrapper {
    display: inline-block;
    height: 45px;
    margin-right: 10px;
    vertical-align: middle;
    width: 45px;
}

.blog-index__post-author-image,
.blog-post__author-image {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

a.blog-index__post-tag-link.blog-index__post-tag-link--list, .blog-index__post-author-name.blog-index__post-author-name--list {
    color: #296C7B;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .blog-index__post-author-image-wrapper,
    .blog-index__post-author-image,
    .blog-post__author-image-wrapper,
    .blog-post__author-image {
        height: auto;
    }
}

.blog-index__post-author,
.blog-post__author,
.blog-index__post-date {
    display: block;
    margin-bottom: 1.5rem;
}

/* Blog Pagination */

.blog-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 2.8rem;
    text-align: center;
}

.blog-pagination__link {
    display: inline-flex;
    margin: 0 0.35rem;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    color: #296c7b !important;
}

.blog-pagination__link--active {
    border-radius: 50%;
}

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

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

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

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

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

/* Blog Post */

.blog-post {
    margin-top: 60px;
    position: relative;
}

.blog-post__header {
    margin-bottom: 1.5rem;
}

.blog-post__tags {
    margin-bottom: 0.7rem;
}

.blog-post__tag-link {
    display: inline-block;
    margin-right: 30px;
}

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

.blog-post__meta {
    margin-bottom: 1.5rem;
}

.blog-post__date {
    border-right: 2px solid;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
}

.blog-post__social-sharing .social-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.blog-post__social-sharing .social-links__icon {
    display: inline-block;
    margin: 0 0.7rem 0.35rem 0;
    padding: 0.7rem;
}

.blog-post__social-sharing .social-links svg {
    height: 15px;
    width: auto;
}

@media screen and (min-width: 1300px) {
    .blog-post__social-sharing .social-links {
        display: inline-flex;
        flex-direction: column;
    }
    .blog-post__social-sharing {
        left: -7rem;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        top: 9rem;
    }
}

.blog-post__author-name--bottom {
    display: inline-block;
    vertical-align: middle;
}

.blog-post__author-name--bottom,
.blog-post__author-links--bottom {
    margin-bottom: 1rem;
}

.blog-post__author-links--bottom a:not(:last-of-type) {
    margin-right: 0.5rem;
}

.blog-post__author-links--bottom a:hover {
    text-decoration: none;
}

.blog-post__author-name--bottom:hover,
.blog-post__author-name--bottom:focus,
.blog-post__author-name--bottom:active {
    text-decoration: none;
}

.blog-post__image-wrapper {
    height: 200px;
    margin: 3rem 0;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 786px) {
    .blog-post__image-wrapper {
        height: 420px;
    }
}

.blog-post__image {
    border-radius: 18px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .blog-post__image-wrapper,
    .blog-post__image {
        height: auto;
    }
}

.blog-post__comments-listing {
    margin-bottom: 5.6rem;
}

.comment {
    padding-top: 2em;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
    background-color: transparent;
    border: none;
}

.blog-post__author--bottom {
    display: flex;
    margin: 75px 0;
}

@media screen and (max-width: 1000px) {
    .blog-post__author--bottom {
        flex-direction: column;
        margin: 3rem 0;
    }
}

.blog-post__author-image--bottom {
    border-radius: 50%;
    flex: 0 0 auto;
    height: 150px;
    margin-right: 10px;
    overflow: hidden;
    width: 150px;
}

.blog-post__author-image--bottom img {
    height: 100%;
    width: auto;
}

.blog-post__author-image--bottom ~ .blog-post__author-about {
    margin-left: 35px;
}

@media screen and (max-width: 1000px) {
    .blog-post__author-image--bottom ~ .blog-post__author-about {
        margin-left: 0;
        margin-top: 1.5rem;
    }
}


@media (max-width:350px){
.blog-tag-filter {
    position: relative;
    width: auto !important;
}
}
/* Menu and simple menu */

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

.hs-menu-wrapper ul li {
  margin:0;
  line-height:inherit;
}