*, *: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;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Semibold.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Semibold.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Semibold.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Semibold.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Semibold.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Semibold.svg#Averta-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-RegularItalic.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-RegularItalic.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-RegularItalic.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-RegularItalic.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-RegularItalic.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-RegularItalic.svg#Averta-RegularItalic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Regular.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Regular.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Regular.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Regular.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Regular.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Regular.svg#Averta-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BoldItalic.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BoldItalic.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BoldItalic.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BoldItalic.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BoldItalic.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BoldItalic.svg#Averta-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Black.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Black.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Black.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Black.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Black.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Black.svg#Averta-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Thin.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Thin.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Thin.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Thin.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Thin.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Thin.svg#Averta-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBold.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBold.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBold.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBold.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBold.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBold.svg#Averta-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Bold.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Bold.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Bold.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Bold.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Bold.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Bold.svg#Averta-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BlackItalic.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BlackItalic.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BlackItalic.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BlackItalic.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BlackItalic.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-BlackItalic.svg#Averta-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Light.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Light.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Light.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Light.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Light.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Light.svg#Averta-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta Extrathin';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtrathinItalic.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtrathinItalic.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtrathinItalic.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtrathinItalic.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtrathinItalic.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtrathinItalic.svg#Averta-ExtrathinItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBoldItalic.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBoldItalic.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBoldItalic.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBoldItalic.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBoldItalic.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ExtraBoldItalic.svg#Averta-ExtraBoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Averta Extrathin';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Extrathin.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Extrathin.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Extrathin.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Extrathin.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Extrathin.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-Extrathin.svg#Averta-Extrathin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-LightItalic.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-LightItalic.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-LightItalic.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-LightItalic.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-LightItalic.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-LightItalic.svg#Averta-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-SemiboldItalic.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-SemiboldItalic.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-SemiboldItalic.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-SemiboldItalic.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-SemiboldItalic.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-SemiboldItalic.svg#Averta-SemiboldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Averta';
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ThinItalic.eot');
  src: url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ThinItalic.eot#iefix') format('embedded-opentype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ThinItalic.woff2') format('woff2'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ThinItalic.woff') format('woff'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ThinItalic.ttf') format('truetype'),
    url('https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/BeeInbound_Mockup/fonts/Averta-ThinItalic.svg#Averta-ThinItalic') format('svg');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}


html {
  font-size: 24px;
}

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

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

body {
  color: #76839C;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

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

strong {
  font-weight: 700;
}

/* Anchors */

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

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

/* Headings */

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

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

.disable-focus-styles :focus {
  outline: none;
}
a.cta_button,
button,
.button {  
  font-size: 18px;
  line-height: 24px!important;
  background-color: #494A52;
  border: 1px solid #494A52;
  color: rgb(255,255,255);
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: 600!important;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  border-width: 0px;  
  font-family: sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 14px 40px;
  text-shadow: none;
  width: auto;
  border-radius: 12px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

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

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

a.cta_button{
  font-family: "Averta"!important;
  font-weight: 600!important;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

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

/* Labels */

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

/* Help text - legends */

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

/* Inputs */

.input {
  position: relative;
}

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

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

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

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

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

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

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

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

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

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header.highlighted {
  background-color: #ffffff;
  color: #3A4354;
}
.header__button {
  margin-left: 10px;
}
.header__left-content {
  display: flex;
}
.header__right-content {
  display: flex;
}
@media (max-width: 767px) { 
  .header__row-1.main-desktop-nav {
    display: none;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
  width: 100%;
}

.header__row-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main,
.header__logo--main-black {
  padding-top: 5px;
}


.header .header__logo--main {
  display: block;
}
.header.highlighted .header__logo--main,
.header.open .header__logo--main {
  display: none;
}
.header .header__logo--main-black {
  display: none;
}
.header.highlighted .header__logo--main-black,
.header.open .header__logo--main-black {
  display: block;
}

/* Language switcher */
.header .main-desktop-nav .custom__language-switcher {
  margin-left: 16px;
}

.header.highlighted .custom__language-switcher--label-current,
.main-mobile-nav .custom__language-switcher--label-current {
  border: 1px solid #CBD4E1;
  padding: 7px 14px 6px 14px;
  color: #3A4354;
}

.header.highlighted .custom__language-switcher--label-current svg path,
.main-mobile-nav .custom__language-switcher--label-current svg path{
  fill: #3A4354;
}

.header.highlighted .custom__language-switcher:hover .custom__language-switcher--label-current,
.main-mobile-nav .custom__language-switcher:hover .custom__language-switcher--label-current{
  border-bottom: none;
}

.header.highlighted .custom__language-switcher .lang_list_class,
.main-mobile-nav .custom__language-switcher .lang_list_class{
  background: #fff;
  color: #3A4354;
  border: 1px solid #CBD4E1;
  border-top: none;
}

.header.highlighted .custom__language-switcher .lang_list_class li a,
.main-mobile-nav .custom__language-switcher .lang_list_class li a{
  color: #3A4354!important;
}

.header.highlighted .custom__language-switcher .lang_list_class li a:hover,
.main-mobile-nav .custom__language-switcher .lang_list_class li a:hover{
  background-color: #F0F2F5;
}

/* Tablet styles */

.header__row-2 {
  display: none;
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__logo {
    width: 100%;
  }

  header.header.open {
    background-color: #ffffff;
    color: #3A4354;
  }

  .header__navigation {
    display: none;
    width: 100%;
  }

  .header__navigation.open{
    background-color: #ffffff;
    display: block;
    height: calc(100vh - 64px);
    left: 0;
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 2;
    padding: 0 30px;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    cursor: pointer;
    position: relative;
  }

  .header__navigation--toggle.hide{
    display: none;
  }

  .header__navigation--toggle.open {
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__row-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding: 11px 10px;
    display: flex;
  }

  .header__navigation--toggle {
    background-image: url("https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/raw_assets/public/restaurants-hub-theme/images/hamburger-menu.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin-left: 16px;
  }

  .header.open .header__navigation--toggle,
  .header.highlighted .header__navigation--toggle {
    background-image: url("https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/raw_assets/public/restaurants-hub-theme/images/hamburger-menu-black.svg");
  }

  .header__close--toggle {
    background-image: url("https://7294887.fs1.hubspotusercontent-na1.net/hubfs/7294887/raw_assets/public/restaurants-hub-theme/images/close-menu.svg");
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

.main-desktop-nav .btn {
  height: fit-content;
  background-color: transparent;
  color: #FF5F2F;
  border: 1px solid #FF5F2F;
  display: none;
  width: auto;
  padding: 7px 24px;
  font-size: 16px;
  border-radius: 8px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
}

.header.highlighted .btn {
  display: inline-block;
}

.main-mobile-nav .btn {
  color: #FF5F2F;
}

.cta-wrapper {
  margin-bottom: 40px;
}
.footer {
  font-size: 14px;
  background-color: rgba(247, 248, 250, 1);
}

.footer a {
  text-decoration: none;
  line-height: 20px;
}

.footer__logo {
  flex-basis: 25%;
}

.footer__top {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 64px;
}

.footer__top h5 {
  margin-bottom: 16px;
  font-weight: bold;
}

.footer__quandoo_for_diners {
  flex-basis: 20%;
}

.footer__follow_us {
  flex-basis: 15%;
}

.footer__language-wrapper {
  margin-left: auto;
}

.footer .custom__language-switcher--label-current {
  min-width: 150px;
}

@media all and (max-width: 767px) {
  .footer a {
    padding-bottom: 6px;
  }

  .footer__top {
    display: block;
    margin: 0;
  }

  .footer__top > div {
    margin-bottom: 32px;
  }
}
.footer {
  overflow: hidden;   
}
footer .custom__language-switcher.white-theme .lang_list_class {
  max-height: 150px;
  overflow-y: scroll;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */

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

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

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

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

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

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

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

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

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

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

.blog-index__post--small a {
  color: #494A52!important;
}

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

/* Blog pagination */

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

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

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

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

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

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

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

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

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

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

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

/* Blog post */

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

.blog-post h1 {
  font-size: 1.6rem;
}

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

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}
.blog-post__tag-link.general,
.blog-post__tag-link.GENERAL{
  display: none;
}
/* Blog related posts */

.blog-recent-posts {
  padding: 2rem 0;
}

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

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

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

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

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

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

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

/* Blog comments */

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

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

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

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

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

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

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

.blog-header {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 64px;
}

.blog-header-image {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

.blog-post__meta-card {
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 15px 0;
  width: 375px;
}

.blog-post__meta-card .blog-post__author-avatar {
  margin-right: 25px;
  border-radius: 50%;
}
.blog-post__meta-card .blog-post__author {
  font-weight: bold;
  text-decoration: none;
}
.blog-post__tag-link {
  background: #F0F2F5;
  border-radius: 4px;
  margin-right: 8px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-post__tag-link:hover {
  text-decoration: none;
  color: red;
}
.blog-post__tag-link.highlighted {
  color: white;
  background-color: #FF5F2F;
}
.blog-post__tag-link div {
  display: inline;
}
.blog-post__tag-link.highlighted:hover {
  color: white;
}
#hs_cos_wrapper_latest_posts_text h3 {
  font-size: 25px;
}
.blog-recent-posts__post h5 {
  font-weight: bold;
  color: #3a4354;
  font-size: 20px;
}
.reading-minutes {
  font-size: 12px;
  font-weight: bold;
  color: #556178;
  text-transform: uppercase;
}
.reading-minutes div {
  display: inline;
}
.dot {
  color: #3A4354;
  font-size: 20px;
  line-height: 16px;
}
.blog-post-meta-section {
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
}
#hs_cos_wrapper_my_social_sharing a {
  margin-right: 10px;
}
.social-sharing-wrapper {
  margin-top: 72px;
  margin-bottom: 5px;
  display: flex;
}
.social-sharing-wrapper .share-article-text{
  margin-right: 16px;
}
.blog-recent-posts__image {
  margin-bottom: 13px;
}
.blog-recent-posts__title {
  margin-top: 0.3rem;
}
.blog-post__timestamp {
  color: #76839C;
  font-size: 12px;
}
.blog-post__timestamp div {
  display: inline;
}
.body-container-wrapper .content-wrapper.blog-post-wrapper {
  max-width: 610px;
}
.social-share-wrapper {
  padding: 40px 32px 22px;
  border-radius: 8px;
  width: 230px;
  background-color: #F7F8FA;;
  position: relative;
}
.social-share-wrapper:before {
  content:'';
  display:block;
  width:15px;
  height:15px;
  position:absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #F7F8FA;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  left: 196px;
  top:-30px;
}
.share-wrapper {
  display: flex;
}
.share-wrapper #hs_cos_wrapper_share_article_text{
  margin-right: 16px;
  color: #76839C;
  display: none;
}
.share-button-wrapper {
  position: relative;
}
.share-button-wrapper .social-share-wrapper{
  display: none;
  position: absolute;
  left: -200px;
  top: 50px;
}
.share-button-wrapper:hover .social-share-wrapper{
  display: block;
}
@media(min-width: 768px) {
  .share-button-wrapper .social-share-wrapper{
    left: -115px;
  }
  .social-share-wrapper:before {
    left:110px;
  }
  .share-wrapper #hs_cos_wrapper_share_article_text{
    display: block;
  }
  .blog-header {
    padding-top: 128px;
  }
  .blog-post {
    padding-top: 72px;
  }
  .blog-recent-posts__post {
    padding: 1rem;
  }
  #hs_cos_wrapper_latest_posts_text h3 {
    margin-left: 15px;
  }
  .blog-recent-posts {
    padding-bottom: 110px;
  }
}
@media(min-width: 1025px) {
  .blog-recent-posts {
    padding-bottom: 80px;
  }
}
.blog-post__body img {
  max-width: 100%;
  height: auto;
}


/* Blog index */
.blog-index-top-post {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 48px;
}
.blog-index__post--large {
  margin-bottom: 90px;
}
.blog-index__post-content--small {
  padding-top: 24px;
}
.blog-index__post-image {
  border-radius: 8px;
}
.blog-index__post--small a:hover {
  text-decoration: none;
  color: #494a52;
}
.dnd-section.blog-index__covid-section {
  background-color: #F0F2F5;
  padding-top: 65px;
  padding-bottom: 70px;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 85px;
}
.blog-index__covid-section .right-section {
  display: flex;
  justify-content: center;
}
.blog-index__covid-section .left-section .text-content {
  margin-bottom: 25px;
}
.blog-index__covid-section .warning-badge {
  margin-bottom: 24px;
}
.dnd-section.blog-index__covid-section .left-section h3 {
  font-size: 28px;
}
.blog-index__post-image--large {
  height: 270px;
}
.blog-index__post--large h1 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.blog-index__covid-section .desktop-image {
  display: none;
}
.blog-index__covid-section .mobile-image {
  margin-bottom: 32px;
}
.body-container--blog-index #hs_cos_wrapper_latest_posts_text h3 {
  margin-left: 1rem;
}
.body-container--blog-index .blog-header {
  margin-left: 40px;
  margin-right: 40px;
}
.blog-index-header-image {
  border-radius: 8px;
  max-width: 50%;
}
@media(min-width: 768px) {
  .blog-index__post--large h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .row-fluid .span6 {
    width: 100%;
  }
}
@media(min-width: 1025px) {
  .blog-index__post-image--large {
    height: 340px;
  }
  .blog-index__covid-section .desktop-image {
    display: flex;
  }
  .blog-index__covid-section .mobile-image {
    display: none;
  }
  .blog-index__post-content--large {
    padding-left: 2rem;
  }
  .blog-index-top-post {
    margin-top: 0;
  }
  .row-fluid .span6 {
    width: 48%;
  }
}
@media(min-width: 1240px) {
  .blog-index__post-image--large {
    height: 430px;
  }
  .body-container--blog-index .blog-header {
    max-width: 1240px;
    padding: 0 20px;
    margin: 128px auto 0;
  }
}
/* Error pages */

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

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

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

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

/* System pages */

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

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

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

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

/* Search pages */

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

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

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

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

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

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

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

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

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

/* Backup unsubscribe */

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

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}