/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */
@import url('//fonts.googleapis.com/css?family=Montserrat%3A600%2C500%2C800%2C700%2C300%2C400%2C400italic%2C900&ver=1588849251');
@font-face{
	font-family:'FontAwesome';
	src:url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/Flipdish_June2020/Fonts/FontAwesome.eot?v=4.2');
	src:url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/Flipdish_June2020/Fonts/FontAwesome.eot#iefix&v=4.2') format('embedded-opentype'),
		url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/Flipdish_June2020/Fonts/FontAwesome.svg#fontawesomeregular?v=4.2') format('svg'),
	    url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/Flipdish_June2020/Fonts/FontAwesome.woff?v=4.2') format('woff'),
	    url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/Flipdish_June2020/Fonts/FontAwesome.ttf?v=4.2') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face {
  font-family: steadysets;
  src: url("//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/Flipdish_June2020/Fonts/steadysets.eot#iefix") format("embedded-opentype"), 
    url("//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/Flipdish_June2020/Fonts/steadysets.ttf") format("truetype"), 
    url("//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/Flipdish_June2020/Fonts/steadysets.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}










































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */
.body-container-wrapper {
    padding-top: 70px;
}

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 90px;

}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}



@media (max-width: 1000px) {
  .dnd-section > .row-fluid {
    max-width: 600px !important;
    padding: 0;
  }
}

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

@media (max-width: 690px) {
  .dnd-section > .row-fluid {
    max-width: 420px!important;
  }
}


@media (max-width: 479px) {
  .dnd-section > .row-fluid {
    max-width: 320px!important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.39;
  -webkit-font-smoothing: antialiased;
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;  
  -webkit-font-smoothing: subpixel-antialiased;
}

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

blockquote {
  border-left: 0px solid #f8fafc !important;
  background-color: #f6f9fc;
  font-size: 16px;
  font-weight: 500;
  padding: 1em;
  display: inline-block;
  margin-left: 5%;
  line-height: 26px;
  font-family: Montserrat;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  position: relative;
}
blockquote:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  content: '';
  border-left: 4px solid rgba(0,0,0,0.1);
  border-color: #05149e!important;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}
h3.form-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 36px;
}


.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  font-family: Montserrat;
}
#hs-search-module a.hs-button.primary {
  margin-top: 18px;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


.hs-form label, 
.hs-form legend{
  font-family: Montserrat;
  font-size: 18px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input, 
#hs_cos_wrapper_password_prompt input#hs-pwd-widget-password{
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  color: #33475b;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  padding: 8px 15px;
  min-height: 27px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border-radius: 3px;
}
.hs-error-msgs label {
  color: #f2545b !important;
  font-weight: normal;
  line-height: 18px;
  font-family: Montserrat;
  font-size: 18px;
}
.hs_error_rollup {
  margin-bottom: 15px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

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

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}
p.header {
  background: transparent;
  position: relative;
}
.grecaptcha-badge {
  margin: 0 auto;
}
#hs_cos_wrapper_subscription_preferences #email-prefs-form {
  max-width: 100%;
}
#hs_cos_wrapper_password_prompt input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
@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: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
@media (min-width: 1001px) {
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
.hs-menu-flow-vertical ul {
  list-style: none;
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}
header.header {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  padding: 0px 0px 0px 0px;
  z-index: 99;
}
.header__container {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
}
.header_row {
  /* display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
}
.header_logo {
  position: relative;
  margin-right: 2%;
  float: left;
  width: auto;
}
.custom-menu-primary {
  position: static;
  /* display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  float: right;
  width: auto;
  margin-left: auto;
}
.header_logo a {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: margin 0.15s ease;
  width: auto;
  max-width: none;
  display: block;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1.5px;
  font-family: 'Open Sans';
  font-weight: 600;
  text-decoration: none;
}
.header_logo a img {
  height: 40px;
  display: block;
  text-indent: -9999px;
  transition: max-width 0.15s ease;
  width: auto;
  max-width: 142px;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  transition: padding 0.8s ease,margin 0.25s ease;
  vertical-align: middle;
  float: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 30px;
  min-height: 70px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
  float: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  position: relative;
  text-decoration: none;
  margin: 0 1px;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  padding: 0px 10px 0px 10px;
  display: block;
  font-family: Montserrat;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.Global>a {
  padding-left: 23px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.Global>a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/earth-globe.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li.We’rehiring…>a:after {
  content: "";
  position: absolute;
  left: auto;
  top: 2px;
  height: 12px;
  width: 12px;
  background-color: transparent;
  background-repeat: no-repeat;
  right: 21px;
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/1f680.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li.We’rehiring…>a {
  padding-right: 36px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  height: 18px;
  width: 18px;
  background-color: transparent;
  background-repeat: no-repeat; 
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.Brasil>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/brazil.svg');
    }

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.België>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/belgium.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.FR>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/belgium.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.France>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/france.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.Ireland>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/ireland.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.Nederland>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/netherlands.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.España>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/spain.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.UAE>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/united-arab-emirates.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.UK>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/united-kingdom.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.US>a:before {
  background-size: contain;
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/us_flag_pad.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.Australia>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/flag_au_pad.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.NewZealand>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/121-new-zealand.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.Deutschland>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/germany.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.Canada>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/ca_flag_pad.svg');
    }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.中国>a:before {
  background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/123-China.svg');
    }

.mobile-trigger.lp {
  display: none !important;
}

@media (min-width: 1001px) {
  .mobile-trigger {
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Global>ul {
    left: auto !important;
    right: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Talkto.sales>a {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Talkto.sales>a:before {
    border: 2px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    width: 100%;
    height: 34px;
    content: ' ';
    z-index: -1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-color: #ffffff;
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    border-radius: 40px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Talkto.sales>a:hover:before {
    border-color: #ff395f;
    z-index: 1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    top: 100%;
    box-shadow: 0px 19px 35px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0px 19px 35px rgba(0,0,0,0.11);
    padding: 20px;
    min-width: 240px;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #eeeeee;
    margin: 0;
    list-style: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 6px 6px;
    transition: none;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 13px;
    font-family: Montserrat;
    font-weight: 500;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Global>ul>li>a {
    padding-left: 28px;
    min-height: 30px;
    padding-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  }
  .scroll .header_logo a img {
    max-width: 121px;
    height: auto;
  }
  .scroll .header_logo a {
    margin-top: 8px;
    margin-bottom: 9px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    transition: all .8s ease;
  }
  .scroll .custom-menu-primary .hs-menu-wrapper>ul {
    min-height: 50px;
  }
}




@media (max-width: 1230px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a { 
    font-size: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Global>a {
    padding-left: 21px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.We’rehiring…>a {
    padding-right: 34px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.We’rehiring…>a:after {
    top: 4px;
    height: 10px;
    width: 10px;
    right: 20px;
  }
}



@media (max-width: 1124px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a { 
    font-size: 9px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.We’rehiring…>a {
    padding-right: 33px;
  }
}



@media (max-width: 1100px) {
  .header_logo a {
    padding-left: 7%;
  }  
}
@media (max-width: 1079px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a { 
    font-size: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.We’rehiring…>a {
    padding-right: 31px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.We’rehiring…>a:after {
    top: 6px;
    height: 8px;
    width: 8px;
    right: 20px;
  }
}


@media (max-width: 1030px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a { 
    font-size: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.We’rehiring…>a {
    padding-right: 29px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.We’rehiring…>a:after {
    top: 6px;
    height: 7px;
    width: 7px;
    right: 20px;
  }
}


@media (max-width: 1000px) {
  .custom-menu-primary {
    padding: 62px;
    padding-top: 80px;
    overflow: hidden;
    -webkit-transition: all .7s cubic-bezier(0.25,1,.2,1);
    -moz-transition: all .7s cubic-bezier(0.25,1,.2,1);
    -ms-transition: all .7s cubic-bezier(0.25,1,.2,1);
    transition: all .7s cubic-bezier(0.25,1,.2,1);
    right: 0;
    width: 340px;
    height: 100%;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background-color: #2f333e;
    transform: translate3d(341px, 0px, 0px);
    z-index: 9999;
    overflow-y: auto;
  }
  .header__container {
    padding: 0 18px;
  }
  .header_row {
    padding-left: 3%;
    padding-right: 3%;
  }
  .header_logo {
    width: 100%;
  }
  .header_logo a {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .header_logo a img {
    max-width: 107px;
    width: 100% !important;
    height: auto;
  }
  .mobile-trigger {
    display: block;
    padding: 0 7px;
    position: absolute;
    right: 11px;
    padding-top: 27px;
    z-index: 99999;
  }
  .mobile-trigger>div {
    position: relative;
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mobile-trigger>div>a {
    display: block;
  }
  .mobile-trigger>div>a>span {
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    transition: -webkit-transform 0.33s 0s ease;
    transition: transform 0.33s 0s ease;
    height: 20px;
    overflow: hidden;
    width: 22px;
    position: relative;
  }
  .mobile-trigger>div>a>span>i {
    font-weight: 400;
    font-style: italic;
    font-family: Montserrat;
    position: relative;
    font-size: 0px;
    user-select: none;
    display: block;
    transition: .3s;
    cursor: pointer;
    line-height: 0px;
    top: 9px;
    width: 22px;
  }
  .mobile-trigger>div>a>span>i:after {
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    position: absolute;
    left: 0;
    display: inline-block;
    height: 2px;
    width: 22px;
    top: 0px;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease;
    background-color: #ffffff;
  }
  .mobile-trigger>div>a>span>i>i {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 12px;
    font-weight: 400;
    font-style: italic;
    position: relative;
    height: 2px;
    display: block;
    transition: background 0.2s ease,opacity 0.2s ease;
    background-color: transparent;
    width: 22px;
    color: #ffffff;
  } 
  .mobile-trigger>div>a>span>i>i:before {
    position: absolute;
    left: 0;
    content: '';
    background: #ecf0f1;
    display: block;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease,opacity 0.2s ease;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 16px;
    top: 6px;
    background-color: #ffffff;
  }
  .mobile-trigger>div>a>span>i>i:after {
    position: absolute;
    left: 0;
    content: '';
    background: #ecf0f1;
    display: block;
    transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.08s, background-color 0.2s ease,opacity 0.2s ease;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 22px;
    top: -6px;
    background-color: #ffffff;
  } 

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

  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
  }
  #hs_cos_wrapper_my_menu {
    display: block;
    margin: 0;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    width: 100%;
    top: auto;
    display: inline-block;
    min-width: 190px;
    position: relative;
    min-height: 1px;
    padding: 2px 0 0 0;
    vertical-align: baseline;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    color: black;
    line-height: 25px;
    font-size: 16px;
    margin: 4px 0;
    margin-bottom: 13px;
    width: 100%;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    text-decoration: none;
    color: #eefbfa;
    letter-spacing: 0;
    transition: opacity 0.2s ease, color 0.2s ease;
    -webkit-transition: opacity 0.2s ease, color 0.2s ease;
    display: inline-block;
    position: relative;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
    margin-right: 20px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover, 
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
    color: #fff !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:after, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:after{
    left: 0 !important;
    width: 100% !important;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    position: absolute;
    display: block;
    transform-origin: left;
    pointer-events: none;
    bottom: -2px;
    -webkit-transition: -webkit-transform .37s cubic-bezier(0.52,0.01,0.16,1);
    transition: transform .37s cubic-bezier(0.52,0.01,0.16,1);
    border-color: #fff;
    height: auto !important;
    right: auto !important;
    top: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:after, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover:after{
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .child-trigger {
    position: absolute;
    height: 35px;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 2px;
    margin-bottom: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    line-height: 28px;
    font-size: 16px;
    list-style: none;
    margin-bottom: 14px;
    margin-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    color: #eefbfa;
    transition: opacity 0.2s ease, color 0.2s ease;
    -webkit-transition: opacity 0.2s ease, color 0.2s ease;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    color: #eefbfa!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: #ffffff!important;
    background: transparent !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child {
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Global>ul>li>a:before {
    left: 0 !important;
    top: 3px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Global>ul>li>a {
    padding-left: 25px;
  }
  .hover .mobile-trigger>div>a>span>i>i:after {
    top: -7px;
  }
  .hover .mobile-trigger>div>a>span>i>i:before {
    top: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.We’rehiring…>a:before {
    background-color: transparent;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    right: 8px;
    background-image: url('//7410944.fs1.hubspotusercontent-na1.net/hubfs/7410944/raw_assets/public/Flipdish_June2020/images/1f680.svg');
      }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: transparent !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.my>a:after{}
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
}


@media (max-width: 1000px) and (min-width: 768px) {
  .hover .custom-menu-primary {
    transform: translate3d(0px, 0px, 0px);
  }
}
@media (max-width: 767px) {
  .mobile-open .custom-menu-primary {
    transform: translate3d(0px, 0px, 0px);
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  -webkit-font-smoothing:auto;
}
.footer__container {
  margin: 0 auto;
  padding: 0 90px;
}
.footer_copyright {
  border-top: 1px solid rgba(255,255,255,0.18);
  float: left;
  width: 100%;
  padding: 20px 0px;
}

.footer__copyright {
  position: relative;
  display: block;
  float: left;
  margin-right: 2%;
  width: 40.5%;
  min-height: 1px;
  line-height: 22px;
  margin-top: 3px;
  font-size: 20px;
  font-family: Montserrat;
  margin-bottom: 16px;
}
.footer_social {
  position: relative;
  display: block;
  float: left;
  width: 57.5%;
  min-height: 1px;
}
.footer_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin-right: -3px;
}
.footer_social ul li {
  float: left;
  margin-left: 15px;
  width: 24px;
}
.footer_social ul li:nth-child(3){
  margin-left: 9px;
}
.footer_social ul li:nth-child(2) {
  margin-left: 10px;
}
.footer_social ul li a {
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
  font-size: 20px;
  text-decoration: none;
}
.footer_social ul li a:hover {
  text-decoration: none;
}
i[class*="fa-"], span[class*="fa-"] {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  font-size: 20px;
}
[class^="icon-"], [class*=" icon-"], 
i[class*="fa-"], span[class*="fa-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.fa {    
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-instagram:before {
  content: "\f16d";
}

.footer_row {
  position: relative;
  padding: 70px 0 75px;
  float: left;
  width: 100%;
}

.footer_top {
  float: left;
  width: 100%;
}
.footer_menu {
  width: 23.5%;
  margin-right: 2%;
  position: relative;
  display: block;
  float: left;
}
.footer_menu .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_menu .hs-menu-wrapper>ul>li {
  display: block;
}
.footer_menu .hs-menu-wrapper>ul>li>a {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500; 
  cursor: text;
  text-decoration: none;
  display: block;
}
.footer_menu .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: none;
}
.footer_menu .hs-menu-wrapper>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 28px;
  margin: 0 0 16px;
}
.footer_menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding-top: 2px;
      display: inline-block;
}



@media (max-width: 1020px) {
  #to-top {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .footer__container {
    max-width: 600px !important;
    padding: 0;
  }
  .footer__copyright, 
  .footer_social{
    width: 49%;
  }
  .footer__copyright {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .footer_menu {
    width: 48%;
    margin-right: 0;
    padding: 15px;
    margin-bottom: 40px;
  }
  .footer_row {
    padding: 61px 0px;
  }
  .resources_menu.footer_menu {
    margin-bottom: 0 !important;
  }
  .products_menu.footer_menu {
    margin-right: 15px !important;
  }
  .footer_menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 12.8px;
    line-height: 22px;
    padding-top: 1px;
  }
  .footer_menu .hs-menu-wrapper>ul>li>ul {
    margin: 0 0 6px;
  }
}



@media (max-width: 690px) {
  .footer__container {
    max-width: 420px!important;
  }
  .footer__copyright, 
  .footer_social{
    width: 100%;
    margin-right: 0%;
  }
  .footer_menu {
    width: 100%;
    margin-right: 0;
    padding: 15px;
    margin-bottom: 40px;
  }
  .footer_social ul {
    float: left;
    margin-right: 0;
    margin-left: -3px;
  }
  .footer_social ul li:first-child {
    margin-left: 0;
  }
  .footer__copyright {
    margin-bottom: 25px;
    padding-bottom: 12px;
  }
  .footer_menu {
    padding: 0;
  }
  .resources_menu.footer_menu {
    margin-bottom: 40px !important;
  }
  .footer_social ul li {
    margin-left: 15px;
  }
  .footer_social ul li:nth-child(2) {
    margin-left: 11px;
  }
  .footer_social ul li:nth-child(3) {
    margin-left: 10px;
  }
}


#to-top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-color: rgba(0,0,0,0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.1s linear;
  border-radius: 200;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  overflow: hidden;
}

#to-top i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0px;
  left: 0px;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

#to-top i.fa-angle-up {
  -webkit-transform: translate(0,0px);
  -ms-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-up:before {
  content: "\f106";
}

.scroll #to-top {
  bottom: 17px;
}

#to-top:after, #to-top:before {
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

#to-top:before {
  background-color: rgba(255,255,255,0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -moz-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  z-index: 2;
}

#to-top:after {
  background-color: #ff395f;
}

#to-top:hover:after {
  /* transform: scale(1); */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

#to-top:hover i.fa-angle-up.top-icon, #to-top:hover i.fa-angle-up {
  -webkit-transform: translate(0,-29px);
  -ms-transform: translate(0,-29px);
  transform: translate(0,-29px);
}



@media (max-width: 479px) {
  .footer__container {
    max-width: 320px!important;
  }

  .footer_copyright, 
  .footer_top{
    padding-left: 10px;
    padding-right: 10px;
  }

}




@-moz-document url-prefix() {
  .footer_menu .hs-menu-wrapper > ul > li > ul > li > a {
    padding-top: 1.5px;
  }
  @media (max-width: 1000px) { 
    .footer_menu .hs-menu-wrapper > ul > li > ul > li > a {
      padding-top: 1px;
    }
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 90px;
  margin: 0 auto;
}
.hs-blog-listing .content-wrapper, 
.hs-blog-post .content-wrapper{
  padding-top: 110px;
}
.blog-index.span9 {
  margin-right: 4%;
  width: 68.5%;
  margin-top: 4px;
}
.blog-sidebar.span3 {
  display: block;
  float: left;
  width: 27.5%;
  min-height: 1px;
  position: relative;
  margin: 0 !important;
}
.post-item {
  margin-bottom: 6%;
}
.post_item_inner {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.post_item_bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.featured-image-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.blog-post__body {
  line-height: 27px;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #232323;
  font-family: Montserrat;
  font-size: 15px;
}
.call-to-action {
  text-align: center;
  vertical-align: bottom;
  font-size: 22px;
  font-family: 'Open Sans';
  font-weight: 300;
  position: relative;
  background-color: #eef2f9;
}
.call-to-action .container {
  padding: 42px 0px 36px 0px;
  max-width: 100% !important;
}
.call-to-action span {
  font-size: 28px;
  letter-spacing: -1px;
  display: inline-block;
  line-height: 120%;
  font-weight: 600;
  font-family: Montserrat;
  color: #333333;
}
.call-to-action a {
  border-radius: 40px;
  text-transform: none ;
  background-color: #ff395f;
  padding: 16px 21px;
  margin-left: 20px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  top: -3px;
  color: #FFF;
  letter-spacing: 0;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
}
.call-to-action a:hover {
  color: #fff;
  opacity: 0.75;
}
.featured-image-wrapper {
  height: 340px;
  width: 33% !important;
  position: relative;
  border-radius: 5px;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
}
.post-item:hover .featured-image-wrapper {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.post-item:hover .featured-image-wrapper:after {
  box-shadow: 0px 30px 60px rgba(0,0,0,0.17);
  transition: box-shadow .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: box-shadow .7s cubic-bezier(.2,1,.22,1);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  transform: scale(0.96);
  border-radius: 5px;
}
.post-featured-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-description {
  width: 66.6% !important;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  padding: 6% 0 6% 6%;
  margin: 0 !important;
}
#hubspot-topic_data {
  margin: 0;
}
#hubspot-topic_data a.topic-link {
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  color: #ff395f;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
}
#hubspot-topic_data a.topic-link {
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  color: #ff395f;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
}
#hubspot-topic_data a.topic-link:before {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  background-color: #ff395f;
}
#hubspot-topic_data a.topic-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.post-item h2 {
  -webkit-font-smoothing: antialiased;
  color: #232323;
  line-height: 27px;
  font-weight: 600;
  font-family: Montserrat;
  margin-bottom: 16px;
  font-size: 20px;
}
.post-item h2 a {
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  color: inherit;
}
.post-bdy-content {
  color: #232323;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 300;
  line-height: 19.5px;
}
.blog-sidebar h4 {
  margin: 0;
  margin-bottom: 15px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.blog-sidebar ul li {
  line-height: 40px;
  counter-increment: step-counter;
  position: relative;
  margin-bottom: 15px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 25px;
  transition: border-color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  overflow: hidden;
  min-height: 40px;
}
.blog-sidebar ul li a {
  text-decoration: none;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  display: block;
  line-height: 26px;
  vertical-align: middle;
}
.popular-featured-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  border-radius: 5px;
}
.popular-featured-img:after {
  position: absolute;
  content: '';
  z-index: 10;
  pointer-events: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  left: 0;
  top: 0;
  border-radius: 5px;
}
.post-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: rgb(35, 35, 35);
}
.post-date {
  position: relative;
  display: block;
  font-weight: 300;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 14px;
  margin-top: 6px;
  color: rgba(0,0,0,1);
  -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
}
.blog-sidebar ul li:hover {
  border-color: transparent;
}
.pop-list-thumb:hover .popular-featured-img {
  opacity: 1;
}
.pop-list-thumb:hover .post-title {
  color: #fff;
  z-index: 99;
  position: relative;
}
.pop-list-thumb:hover .post-date {
  color: #fff;
  z-index: 99;
  position: relative;
}
.blog-sidebar ul li:first-child {
  padding-top: 100px;
}
.blog-sidebar ul li:first-child .post-title, 
.blog-sidebar ul li:first-child .post-date{
  color: #fff;
  z-index: 99;
  position: relative;
}
.blog-sidebar ul li:first-child .popular-featured-img {
  opacity: 1;
}
.blog-post {
  max-width: 1000px;
  margin: 0 auto;
}
.blog-post_inner {
  position: relative;
  min-height: 98px;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.blog-post h1 {
  color: #232323;
  letter-spacing: -1px;
  position: relative;
  top: 3px;
  max-width: 800px;
  font-size: 40px;
  line-height: 110%;
  font-family: Montserrat;
  font-weight: 800;
  margin-bottom: 20px;
}
.single-below-header {
  font-size: 11px;
  color: #888;
  margin-top: 0;
  margin-bottom: 0px;
} 
.single-below-header>span {
  top: 0px;
  position: relative;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 16px;
  color: #888;
  font-family: Montserrat;
  margin: 0 6px 4px 0;
  padding: 0 6px 0 0;
  border-right: 1px solid #ccc;
}
.single-below-header a {
  color: inherit;
}
.single-below-header>span:last-child {
  border: none;
}
.single-below-header a:hover {
  color: #ff395f;
  text-decoration: none;
}
.single-meta {
  margin-top: -13px;
  top: 0;
  float: none;
  z-index: 102;
  position: absolute;
  bottom: 16px;
  right: 0;
  padding-right: 0;
}
.single-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-meta ul li.meta-share-count {
  float: left;
  margin: 5px;
  margin-right: 0;
  position: relative;
}
.single-meta ul li.meta-share-count>a {
  text-decoration: none;
  height: auto;
  line-height: 20px;
  display: block;
  border-radius: 100px;
  padding: 8px 16px;
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  border: 2px solid rgba(0,0,0,0.1);
}
.single-meta ul li.meta-share-count>a i {
  top: -2px;
  word-spacing: 1px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  font-family: steadysets;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  width: 16px;
  line-height: 22px;
  margin-right: 7px;
  height: 20px;
  font-size: 16px;
  color: #999;
}
.steadysets-icon-share:before {
  content: "\e63c";
}
.blog-post_bottom {
  position: relative;
}
.nectar-social.animated-in.in-sight {
  width: 188px;
  text-align: right;
  border-radius: 5px;
  padding: 10px 0;
  display: none;
  opacity: 0;
  right: 21px;
  position: absolute;
  top: -7px;
}
.single-meta ul li.meta-share-count:hover .nectar-social.animated-in.in-sight {
  opacity: 1;
  display: block;
}
.nectar-social.animated-in.in-sight a {
  text-decoration: none;
  height: 20px;
  transition: width 0.2s linear;
  background-repeat: no-repeat;
  position: relative;
  color: #999;
  margin: 0;
  padding: 0px 7px;
  border: none;
  box-sizing: content-box;
  display: inline-block;
  left: 20px;
}
.nectar-social.animated-in.in-sight a i {
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  height: 20px;
  width: auto;
  background-color: transparent;
  border-radius: 0px;
  font-weight: normal;
  padding-right: 3px;
  line-height: 22px;
  color: #999;
  font-size: 18px;
}
.nectar-social.animated-in.in-sight a i:hover {
  color: #ff395f;
}
.count {
  display: none!important;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.author_social {
  float: left;
  width: 100% !important;
  position: relative;
  margin-bottom: 50px;
}
.single-meta ul li.meta-share-count:hover>a {
  opacity: 0;
}
.next_prev ul.controls {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.next_prev ul.controls li {
  width: 50%;
  line-height: 0;
  height: auto!important;
  padding: 6%;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none!important;
  overflow: hidden;
  position: relative;
  background-color: #333;
  padding: 6% 9%;
}
.post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
.next_prev ul.controls li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  z-index: 101;
  display: block;
}

.next_prev ul.controls li h3 {
  margin-bottom: 7px;
  letter-spacing: 0px;
  font-family: Montserrat;
  font-size: 30px;
  line-height: 27px;
  font-weight: 600;
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  color: #fff;
  position: relative;
  z-index: 9;
}
.next_prev ul.controls li:after {
  background-color: rgba(13,13,13,0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
.next_prev ul.controls li h3 span {
  display: block;
}
.next_prev ul.controls li h3 span:first-child {
  font-size: 14px;
  margin-bottom: 5px;
} 
.next_prev ul.controls li.previous-post {
  text-align: right;
}
.next_prev ul.controls li.previous-post .text svg {
  top: 50%;
  height: 30px;
  width: 40px;
  display: block;
  position: absolute;
  backface-visibility: hidden;
  -webkit-transform: translateX(38px) rotate(180deg);
  transform: translateX(38px) rotate(180deg);
  left: -43px;
  right: auto;
  opacity: 0;
  animation: rightArrowEnd2 .7s cubic-bezier(0,0.2,0.1,1) forwards;
}
.text svg line.top {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke: #ffffff;
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}
.text svg line.bottom {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke: #ffffff;
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}
.next_prev ul.controls li:hover .post-bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.next_prev ul.controls li.previous-post:hover .text svg {
  opacity: 1;
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.line {
  color: #fff;
  margin-bottom: 5px;
  backface-visibility: hidden;
  top: 50%;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  display: block;
  font-size: 14px;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.next_prev ul.controls li.previous-post:hover .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.next_prev ul.controls li:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}
.next_prev ul.controls li.next-post:hover h3 {
  -webkit-transform: translateX(-40px) translateZ(0);
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;
}
.next_prev ul.controls li.next-post svg.next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
  animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
  opacity: 0;
  margin-top: 0;
}
.next_prev ul.controls li.next-post:hover svg.next-arrow {
  opacity: 1;
}
.next_prev ul.controls li.next-post .line {
  line-height: 27px;
  margin-bottom: 5px;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
  display: block;
  font-size: 14px;
  text-align: left;
  animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  left: auto;
  margin-top: 15px;
}
.next_prev ul.controls li.next-post:hover .line {
  opacity: 1;
}
.next_prev ul.controls li:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  background-color: rgba(13,13,13,0.9);
}
.next_prev ul.controls.no li {
  width: 100%;
}
.related-post {
  background-color: rgba(0,0,0,0.04);
}
.related-post h3 {
  padding: 8% 0 40px 0;
  margin: 0;
  font-family: Montserrat;
  font-size: 30px;
  line-height: 27px;
  font-weight: 600;
  color: #232323;
  -webkit-font-smoothing: antialiased;
}
.related-post .content-wrapper {
  padding-top: 0 !important;
}
.related-post_bottom {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 8% 0;
}
.related-post_bottom .related-post-item:last-child {
  margin-right: 0;
}
.related-post_bottom .related-post-item {
  position: relative;
  width: 31.2%;
  margin-right: 3%;
  margin-bottom: 30px;
  box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
  border-radius: 5px;
  overflow: hidden;
}
.related-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.related-image img {
  width: 100%;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
}

.related-post-item:hover .related-image img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}
.hubspot-topic_data {
  padding: 20px 30px 0 30px;
  display: block;
  position: relative;
  margin: 0;
}
.hubspot-topic_data a.topic-link {
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  color: #ff395f;
}
.hubspot-topic_data a.topic-link:hover {
  text-decoration: none;
}
.hubspot-topic_data a.topic-link:before {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  background-color: #ff395f;
}
.hubspot-topic_data a.topic-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.related-title {
  padding: 10px 30px 30px 30px;
  padding-bottom: 80px;
}
.related-title a {
  margin-bottom: 16px;
  font-family: Montserrat;
  font-size: 26px;
  line-height: 23px;
  font-weight: 500;
  color: #232323;
}
.blog-comments {
  margin-bottom: 80px;
}
.blog-comments form {
  max-width: 100%;
}
.comment-date, .comment-from {
  display: block !important;
}
#comments-listing .comment-reply-to {
  margin: 25px 0;
}

.blog-index__tag-subtitle {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #888;
  top: 0px;
  position: relative;
  text-transform: none;
  margin: 0;
  padding-bottom: 1px;
}

h1.blog-index__tag-heading {
  font-family: Montserrat;
  font-weight: 800;
  line-height: 110% !important;
  font-size: 40px;
  top: 3px;
  letter-spacing: -1px;
  position: relative;
  color: #232323;
  margin: 0;
}

.blog-index__tag-header {
  margin-top: -5px;
  position: relative;
  display: block;
  padding: 0px 0px 36px 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.post-description.span8.full-width {
  padding-left: 0;
  width: 100% !important;
}

.next_prev ul.controls li.next-post:hover svg.next-arrow {
  opacity: 1;
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.next_prev ul.controls li.next-post:hover .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
@keyframes rightArrowStart {
  0% { transform: translateX(-50px); }
  100% { transform: translateX(42px); }
}

@keyframes rightArrowEnd {
  0% { transform: translateX(42px); }
  100% { transform: translateX(75px); }
}

@keyframes rightArrowStart2 {
  0% { transform: translateX(50px) rotate(180deg); }
  100% { transform: translateX(-42px) rotate(180deg); }
}

@keyframes rightArrowEnd2 {
  0% { transform: translateX(-42px) rotate(180deg); }
  100% { transform: translateX(-75px) rotate(180deg); }
}

@keyframes portRightLineStart {
  0% {
    transform: translateY(-50%) translateX(-25px) scaleX(0);
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
}

@keyframes rightLineStart {
  0% {
    transform: translateY(-50%) translateX(-88px) scaleX(0);
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
}

@keyframes rightLineEnd {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }

  100% {
    transform: translateY(-50%) translateX(28px) scaleX(0);
  }
}

@keyframes rightLineStart2 {
  0% {
    transform: translateY(-50%) translateX(88px) scaleX(0);
  }

  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
}

@keyframes portRightLineStart {
  0% { transform: translateY(-50%) translateX(-25px) scaleX(0); }
  100% { transform: translateY(-50%) translateX(0px) scaleX(1); }
}

@keyframes rightLineStart {
  0% { transform: translateY(-50%) translateX(-88px) scaleX(0); }
  100% { transform: translateY(-50%) translateX(0px) scaleX(1); }
}

@keyframes rightLineEnd {
  0% {  transform: translateY(-50%) translateX(0px) scaleX(1);  }
  100% { transform: translateY(-50%) translateX(28px) scaleX(0); }
}

@keyframes rightLineStart2 {
  0% { transform: translateY(-50%) translateX(88px) scaleX(0); }
  100% { transform: translateY(-50%) translateX(0px) scaleX(1); }
}

@keyframes rightLineEnd2 {
  0% {  transform: translateY(-50%) translateX(0px) scaleX(1);  }
  100% { transform: translateY(-50%) translateX(-28px) scaleX(0); }
}
@keyframes rightArrowLineStart {
  0% { stroke-dashoffset: 30px; }
  100% { stroke-dashoffset: 40px; }
}


.next_prev ul.controls li.previous-post .line {
  color: #fff;
  margin-bottom: 5px;
  backface-visibility: hidden;
  top: 50%;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  display: block;
  font-size: 14px;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  margin-top: 15px;
}

@media (max-width: 1300px) {
  .blog-post h1 {
    font-size: 30px;
  }
  .related-post h3 {
    font-size: 25.5px;
    line-height: 22.95px;
  }
}





@media (max-width: 1000px) {
  .blog-index.span9, 
  .blog-sidebar.span3{
    margin: 0 !important;
    width: 100%;
  }
  .content-wrapper {
    max-width: 600px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-sidebar.span3 {
    padding-bottom: 100px;
  }
  .hs-blog-listing .content-wrapper, .hs-blog-post .content-wrapper {
    padding-top: 93px;
  }
  .blog-post h1 {
    font-size: 28px;
  }
  .single-below-header {
    float: left;
    width: 100%;
  }
  .single-meta {
    margin-top: 20px;
    top: 0;
    float: left;
    z-index: 102;
    position: relative;
    bottom: 0;
    right: 0;
    padding-right: 0;
  }
  .single-meta ul li.meta-share-count:hover .nectar-social.animated-in.in-sight {
    right: auto;
  }
  .related-post h3 {
    font-size: 24px;
    line-height: 21.6px;
  }
  .related-post_bottom .related-post-item {
    width: 100%;
    margin-right: 0;
  }



  .next_prev ul.controls li:hover h3, 
  .next_prev ul.controls li.next-post:hover h3{
    transform: translateX(0px) translateZ(0);
  }
  .next_prev ul.controls li.previous-post .text svg, .line, 
  .next_prev ul.controls li.next-post:hover svg.next-arrow{
    display: none !important;
  }

  h1.blog-index__tag-heading {
    font-size: 28px;
  }

  .blog-index__tag-header {
    margin-top: -4px;
  }
  .call-to-action span {
    display: block;
  }
  .call-to-action a {
    margin-top: 20px;
  }
}





@media (max-width: 690px) {
  .featured-image-wrapper {
    width: 100% !important;
  }
  .post-description {
    width: 100% !important;
    padding-left: 0;
  }
  .post_item_bottom {
    display: block;
  }
  .content-wrapper {
    max-width: 420px !important;
  }
  .blog-post h1 {
    font-size: 24px;
  }
  .single-below-header {
    display: none;
  }

  .blog-index__tag-subtitle {
    display: none;
  }

  h1.blog-index__tag-heading {
    font-size: 26px;
  }
  .call-to-action .container {
    max-width: 420px!important;
    margin: 0 auto;
  }
  .call-to-action a {
    display: block;
    margin-right: 20px;
  }
}

@media (max-width: 479px) {
  .content-wrapper {
    max-width: 320px!important;
    padding-left: 10px;
    padding-right: 10px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.systems-page .hs-form-field {
  margin: 15px 0;
}


.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page input.hs-button.primary.large {
  margin: 10px 0;
}
.systems-page {
  padding: 140px 0px 70px;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
input#hs-login-widget-remember {
  display: inline-block;
  width: auto !important;
  min-height: 1px !important;
}
.body-container-wrapper .systems-page {
  padding-top: 70px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 50px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 20px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media (max-width: 479px){
  .systems-page h1 , 
  .systems-page h2{
    font-size: 22px;
  }

  .systems-page h3{
    font-size: 20px;
  }
}