/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  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.
*********************************************************************************
****************************************************************************** */

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: no-common-ligatures;
}

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

.dnd-section > .row-fluid,
.page-center{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.fx-container,.fx-container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px
}

.fx-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.fx-row.fx-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.fx-col.fx-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.fx-col-xs,.fx-col-xs-1,.fx-col-xs-2,.fx-col-xs-3,.fx-col-xs-4,.fx-col-xs-5,.fx-col-xs-6,.fx-col-xs-7,.fx-col-xs-8,.fx-col-xs-9,.fx-col-xs-10,.fx-col-xs-11,.fx-col-xs-12,.fx-col-xs-offset-l-1,.fx-col-xs-offset-l-2,.fx-col-xs-offset-l-3,.fx-col-xs-offset-l-4,.fx-col-xs-offset-l-5,.fx-col-xs-offset-l-6,.fx-col-xs-offset-l-7,.fx-col-xs-offset-l-8,.fx-col-xs-offset-l-9,.fx-col-xs-offset-l-10,.fx-col-xs-offset-l-11,.fx-col-xs-offset-l-12,.fx-col-xs-offset-r-1,.fx-col-xs-offset-r-2,.fx-col-xs-offset-r-3,.fx-col-xs-offset-r-4,.fx-col-xs-offset-r-5,.fx-col-xs-offset-r-6,.fx-col-xs-offset-r-7,.fx-col-xs-offset-r-8,.fx-col-xs-offset-r-9,.fx-col-xs-offset-r-10,.fx-col-xs-offset-r-11,.fx-col-xs-offset-r-12,.fx-col-xs-15,.fx-col-sm-15,.fx-col-md-15,.fx-col-lg-15 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px
}

.fx-col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%
}

.fx-col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%
}

.fx-col-xs-2 {
  -webkit-flex-basis: 16.667%;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%
}

.fx-col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%
}

.fx-col-xs-4 {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%
}

.fx-col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%
}

.fx-col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.fx-col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%
}

.fx-col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%
}

.fx-col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%
}

.fx-col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%
}

.fx-col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%
}

.fx-col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.fx-col-xs-offset-l-1 {
  margin-left: 8.333%
}

.fx-col-xs-offset-l-2 {
  margin-left: 16.667%
}

.fx-col-xs-offset-l-3 {
  margin-left: 25%
}

.fx-col-xs-offset-l-4 {
  margin-left: 33.333%
}

.fx-col-xs-offset-l-5 {
  margin-left: 41.667%
}

.fx-col-xs-offset-l-6 {
  margin-left: 50%
}

.fx-col-xs-offset-l-7 {
  margin-left: 58.333%
}

.fx-col-xs-offset-l-8 {
  margin-left: 66.667%
}

.fx-col-xs-offset-l-9 {
  margin-left: 75%
}

.fx-col-xs-offset-l-10 {
  margin-left: 83.333%
}

.fx-col-xs-offset-l-11 {
  margin-left: 91.667%
}

.fx-col-xs-offset-r-1 {
  margin-right: 8.333%
}

.fx-col-xs-offset-r-2 {
  margin-right: 16.667%
}

.fx-col-xs-offset-r-3 {
  margin-right: 25%
}

.fx-col-xs-offset-r-4 {
  margin-right: 33.333%
}

.fx-col-xs-offset-r-5 {
  margin-right: 41.667%
}

.fx-col-xs-offset-r-6 {
  margin-right: 50%
}

.fx-col-xs-offset-r-7 {
  margin-left: 58.333%
}

.fx-col-xs-offset-r-8 {
  margin-right: 66.667%
}

.fx-col-xs-offset-r-9 {
  margin-right: 75%
}

.fx-col-xs-offset-r-10 {
  margin-right: 83.333%
}

.fx-col-xs-offset-r-11 {
  margin-right: 91.667%
}

.fx-col-xs-15 {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%
}

.fx-start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start
}

.fx-center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.fx-end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end
}

.fx-top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.fx-middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.fx-bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}

.fx-around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.fx-between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.fx-first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1
}

.fx-last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

@media only screen and (min-width: 600px) {
  .fx-container {
    width:570px
  }

  .fx-col-xsm,.fx-col-xsm-1,.fx-col-xsm-2,.fx-col-xsm-3,.fx-col-xsm-4,.fx-col-xsm-5,.fx-col-xsm-6,.fx-col-xsm-7,.fx-col-xsm-8,.fx-col-xsm-9,.fx-col-xsm-10,.fx-col-xsm-11,.fx-col-xsm-12,.fx-col-xsm-offset-l-1,.fx-col-xsm-offset-l-2,.fx-col-xsm-offset-l-3,.fx-col-xsm-offset-l-4,.fx-col-xsm-offset-l-5,.fx-col-xsm-offset-l-6,.fx-col-xsm-offset-l-7,.fx-col-xsm-offset-l-8,.fx-col-xsm-offset-l-9,.fx-col-xsm-offset-l-10,.fx-col-xsm-offset-l-11,.fx-col-xsm-offset-l-12,.fx-col-xsm-offset-r-1,.fx-col-xsm-offset-r-2,.fx-col-xsm-offset-r-3,.fx-col-xsm-offset-r-4,.fx-col-xsm-offset-r-5,.fx-col-xsm-offset-r-6,.fx-col-xsm-offset-r-7,.fx-col-xsm-offset-r-8,.fx-col-xsm-offset-r-9,.fx-col-xsm-offset-r-10,.fx-col-xsm-offset-r-11,.fx-col-xsm-offset-r-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px
  }

  .fx-col-xsm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .fx-col-xsm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
  }

  .fx-col-xsm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
  }

  .fx-col-xsm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .fx-col-xsm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
  }

  .fx-col-xsm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
  }

  .fx-col-xsm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .fx-col-xsm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
  }

  .fx-col-xsm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
  }

  .fx-col-xsm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .fx-col-xsm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
  }

  .fx-col-xsm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
  }

  .fx-col-xsm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .fx-col-xsm-offset-l-1 {
    margin-left: 8.333%
  }

  .fx-col-xsm-offset-l-2 {
    margin-left: 16.667%
  }

  .fx-col-xsm-offset-l-3 {
    margin-left: 25%
  }

  .fx-col-xsm-offset-l-4 {
    margin-left: 33.333%
  }

  .fx-col-xsm-offset-l-5 {
    margin-left: 41.667%
  }

  .fx-col-xsm-offset-l-6 {
    margin-left: 50%
  }

  .fx-col-xsm-offset-l-7 {
    margin-left: 58.333%
  }

  .fx-col-xsm-offset-l-8 {
    margin-left: 66.667%
  }

  .fx-col-xsm-offset-l-9 {
    margin-left: 75%
  }

  .fx-col-xsm-offset-l-10 {
    margin-left: 83.333%
  }

  .fx-col-xsm-offset-l-11 {
    margin-left: 91.667%
  }

  .fx-col-xsm-offset-r-1 {
    margin-right: 8.333%
  }

  .fx-col-xsm-offset-r-2 {
    margin-right: 16.667%
  }

  .fx-col-xsm-offset-r-3 {
    margin-right: 25%
  }

  .fx-col-xsm-offset-r-4 {
    margin-right: 33.333%
  }

  .fx-col-xsm-offset-r-5 {
    margin-right: 41.667%
  }

  .fx-col-xsm-offset-r-6 {
    margin-right: 50%
  }

  .fx-col-xsm-offset-r-7 {
    margin-right: 58.333%
  }

  .fx-col-xsm-offset-r-8 {
    margin-right: 66.667%
  }

  .fx-col-xsm-offset-r-9 {
    margin-right: 75%
  }

  .fx-col-xsm-offset-r-10 {
    margin-right: 83.333%
  }

  .fx-col-xsm-offset-r-11 {
    margin-right: 91.667%
  }

  .fx-col-xsm-15 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
  }

  .fx-start-xsm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .fx-center-xsm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .fx-end-xsm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .fx-top-xsm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .fx-middle-xsm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .fx-bottom-xsm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .fx-around-xsm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .fx-between-xsm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .fx-first-xsm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .fx-last-xsm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .fx-first-last-remove-xsm,.fx-first-remove-xsm {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit
  }
}

@media only screen and (min-width: 768px) {
  .fx-container {
    width:750px
  }

  .fx-col-sm,.fx-col-sm-1,.fx-col-sm-2,.fx-col-sm-3,.fx-col-sm-4,.fx-col-sm-5,.fx-col-sm-6,.fx-col-sm-7,.fx-col-sm-8,.fx-col-sm-9,.fx-col-sm-10,.fx-col-sm-11,.fx-col-sm-12,.fx-col-sm-offset-l-1,.fx-col-sm-offset-l-2,.fx-col-sm-offset-l-3,.fx-col-sm-offset-l-4,.fx-col-sm-offset-l-5,.fx-col-sm-offset-l-6,.fx-col-sm-offset-l-7,.fx-col-sm-offset-l-8,.fx-col-sm-offset-l-9,.fx-col-sm-offset-l-10,.fx-col-sm-offset-l-11,.fx-col-sm-offset-l-12,.fx-col-sm-offset-r-1,.fx-col-sm-offset-r-2,.fx-col-sm-offset-r-3,.fx-col-sm-offset-r-4,.fx-col-sm-offset-r-5,.fx-col-sm-offset-r-6,.fx-col-sm-offset-r-7,.fx-col-sm-offset-r-8,.fx-col-sm-offset-r-9,.fx-col-sm-offset-r-10,.fx-col-sm-offset-r-11,.fx-col-sm-offset-r-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px
  }

  .fx-col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .fx-col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
  }

  .fx-col-sm-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
  }

  .fx-col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .fx-col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
  }

  .fx-col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
  }

  .fx-col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .fx-col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
  }

  .fx-col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
  }

  .fx-col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .fx-col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
  }

  .fx-col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
  }

  .fx-col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .fx-col-sm-offset-l-1 {
    margin-left: 8.333%
  }

  .fx-col-sm-offset-l-2 {
    margin-left: 16.667%
  }

  .fx-col-sm-offset-l-3 {
    margin-left: 25%
  }

  .fx-col-sm-offset-l-4 {
    margin-left: 33.333%
  }

  .fx-col-sm-offset-l-5 {
    margin-left: 41.667%
  }

  .fx-col-sm-offset-l-6 {
    margin-left: 50%
  }

  .fx-col-sm-offset-l-7 {
    margin-left: 58.333%
  }

  .fx-col-sm-offset-l-8 {
    margin-left: 66.667%
  }

  .fx-col-sm-offset-l-9 {
    margin-left: 75%
  }

  .fx-col-sm-offset-l-10 {
    margin-left: 83.333%
  }

  .fx-col-sm-offset-l-11 {
    margin-left: 91.667%
  }

  .fx-col-sm-offset-r-1 {
    margin-right: 8.333%
  }

  .fx-col-sm-offset-r-2 {
    margin-right: 16.667%
  }

  .fx-col-sm-offset-r-3 {
    margin-right: 25%
  }

  .fx-col-sm-offset-r-4 {
    margin-right: 33.333%
  }

  .fx-col-sm-offset-r-5 {
    margin-right: 41.667%
  }

  .fx-col-sm-offset-r-6 {
    margin-right: 50%
  }

  .fx-col-sm-offset-r-7 {
    margin-right: 58.333%
  }

  .fx-col-sm-offset-r-8 {
    margin-right: 66.667%
  }

  .fx-col-sm-offset-r-9 {
    margin-right: 75%
  }

  .fx-col-sm-offset-r-10 {
    margin-right: 83.333%
  }

  .fx-col-sm-offset-r-11 {
    margin-right: 91.667%
  }

  .fx-col-sm-15 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
  }

  .fx-start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .fx-center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .fx-end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .fx-top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .fx-middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .fx-bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .fx-around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .fx-between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .fx-first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .fx-last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .fx-first-last-remove-sm,.fx-first-remove-sm {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit
  }
}

@media only screen and (min-width: 960px) {
  .fx-container {
    width:930px
  }

  .fx-col-md,.fx-col-md-1,.fx-col-md-2,.fx-col-md-3,.fx-col-md-4,.fx-col-md-5,.fx-col-md-6,.fx-col-md-7,.fx-col-md-8,.fx-col-md-9,.fx-col-md-10,.fx-col-md-11,.fx-col-md-12,.fx-col-md-offset-l-1,.fx-col-md-offset-l-2,.fx-col-md-offset-l-3,.fx-col-md-offset-l-4,.fx-col-md-offset-l-5,.fx-col-md-offset-l-6,.fx-col-md-offset-l-7,.fx-col-md-offset-l-8,.fx-col-md-offset-l-9,.fx-col-md-offset-l-10,.fx-col-md-offset-l-11,.fx-col-md-offset-l-12,.fx-col-md-offset-r-1,.fx-col-md-offset-r-2,.fx-col-md-offset-r-3,.fx-col-md-offset-r-4,.fx-col-md-offset-r-5,.fx-col-md-offset-r-6,.fx-col-md-offset-r-7,.fx-col-md-offset-r-8,.fx-col-md-offset-r-9,.fx-col-md-offset-r-10,.fx-col-md-offset-r-11,.fx-col-md-offset-r-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px
  }

  .fx-col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .fx-col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
  }

  .fx-col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
  }

  .fx-col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .fx-col-md-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
  }

  .fx-col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
  }

  .fx-col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .fx-col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
  }

  .fx-col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
  }

  .fx-col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .fx-col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
  }

  .fx-col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
  }

  .fx-col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .fx-col-md-offset-l-1 {
    margin-left: 8.333%
  }

  .fx-col-md-offset-l-2 {
    margin-left: 16.667%
  }

  .fx-col-md-offset-l-3 {
    margin-left: 25%
  }

  .fx-col-md-offset-l-4 {
    margin-left: 33.333%
  }

  .fx-col-md-offset-l-5 {
    margin-left: 41.667%
  }

  .fx-col-md-offset-l-6 {
    margin-left: 50%
  }

  .fx-col-md-offset-l-7 {
    margin-left: 58.333%
  }

  .fx-col-md-offset-l-8 {
    margin-left: 66.667%
  }

  .fx-col-md-offset-l-9 {
    margin-left: 75%
  }

  .fx-col-md-offset-l-10 {
    margin-left: 83.333%
  }

  .fx-col-md-offset-l-11 {
    margin-left: 91.667%
  }

  .fx-col-md-offset-r-1 {
    margin-right: 8.333%
  }

  .fx-col-md-offset-r-2 {
    margin-right: 16.667%
  }

  .fx-col-md-offset-r-3 {
    margin-right: 25%
  }

  .fx-col-md-offset-r-4 {
    margin-right: 33.333%
  }

  .fx-col-md-offset-r-5 {
    margin-right: 41.667%
  }

  .fx-col-md-offset-r-6 {
    margin-right: 50%
  }

  .fx-col-md-offset-r-7 {
    margin-right: 58.333%
  }

  .fx-col-md-offset-r-8 {
    margin-right: 66.667%
  }

  .fx-col-md-offset-r-9 {
    margin-right: 75%
  }

  .fx-col-md-offset-r-10 {
    margin-right: 83.333%
  }

  .fx-col-md-offset-r-11 {
    margin-right: 91.667%
  }

  .fx-col-md-15 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
  }

  .fx-start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .fx-center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .fx-end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .fx-top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .fx-middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .fx-bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .fx-around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .fx-between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .fx-first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .fx-last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .fx-first-last-remove-md,.fx-first-remove-md {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit
  }
}

@media only screen and (min-width: 1200px) {
  .fx-container {
    width:1054px
  }

  .fx-col-lg,.fx-col-lg-1,.fx-col-lg-2,.fx-col-lg-3,.fx-col-lg-4,.fx-col-lg-5,.fx-col-lg-6,.fx-col-lg-7,.fx-col-lg-8,.fx-col-lg-9,.fx-col-lg-10,.fx-col-lg-11,.fx-col-lg-12,.fx-col-lg-offset-l-1,.fx-col-lg-offset-l-2,.fx-col-lg-offset-l-3,.fx-col-lg-offset-l-4,.fx-col-lg-offset-l-5,.fx-col-lg-offset-l-6,.fx-col-lg-offset-l-7,.fx-col-lg-offset-l-8,.fx-col-lg-offset-l-9,.fx-col-lg-offset-l-10,.fx-col-lg-offset-l-11,.fx-col-lg-offset-l-12,.fx-col-lg-offset-r-1,.fx-col-lg-offset-r-2,.fx-col-lg-offset-r-3,.fx-col-lg-offset-r-4,.fx-col-lg-offset-r-5,.fx-col-lg-offset-r-6,.fx-col-lg-offset-r-7,.fx-col-lg-offset-r-8,.fx-col-lg-offset-r-9,.fx-col-lg-offset-r-10,.fx-col-lg-offset-r-11,.fx-col-lg-offset-r-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px
  }

  .fx-col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
  }

  .fx-col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
  }

  .fx-col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
  }

  .fx-col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .fx-col-lg-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
  }

  .fx-col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
  }

  .fx-col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .fx-col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
  }

  .fx-col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
  }

  .fx-col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .fx-col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
  }

  .fx-col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
  }

  .fx-col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .fx-col-lg-offset-l-1 {
    margin-left: 8.333%
  }

  .fx-col-lg-offset-l-2 {
    margin-left: 16.667%
  }

  .fx-col-lg-offset-l-3 {
    margin-left: 25%
  }

  .fx-col-lg-offset-l-4 {
    margin-left: 33.333%
  }

  .fx-col-lg-offset-l-5 {
    margin-left: 41.667%
  }

  .fx-col-lg-offset-l-6 {
    margin-left: 50%
  }

  .fx-col-lg-offset-l-7 {
    margin-left: 58.333%
  }

  .fx-col-lg-offset-l-8 {
    margin-left: 66.667%
  }

  .fx-col-lg-offset-l-9 {
    margin-left: 75%
  }

  .fx-col-lg-offset-l-10 {
    margin-left: 83.333%
  }

  .fx-col-lg-offset-l-11 {
    margin-left: 91.667%
  }

  .fx-col-lg-offset-r-1 {
    margin-right: 8.333%
  }

  .fx-col-lg-offset-r-2 {
    margin-right: 16.667%
  }

  .fx-col-lg-offset-r-3 {
    margin-right: 25%
  }

  .fx-col-lg-offset-r-4 {
    margin-right: 33.333%
  }

  .fx-col-lg-offset-r-5 {
    margin-right: 41.667%
  }

  .fx-col-lg-offset-r-6 {
    margin-right: 50%
  }

  .fx-col-lg-offset-r-7 {
    margin-right: 58.333%
  }

  .fx-col-lg-offset-r-8 {
    margin-right: 66.667%
  }

  .fx-col-lg-offset-r-9 {
    margin-right: 75%
  }

  .fx-col-lg-offset-r-10 {
    margin-right: 83.333%
  }

  .fx-col-lg-offset-r-11 {
    margin-right: 91.667%
  }

  .fx-col-lg-15 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
  }

  .fx-start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
  }

  .fx-center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .fx-end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end
  }

  .fx-top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .fx-middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .fx-bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .fx-around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .fx-between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .fx-first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .fx-last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }

  .fx-first-last-remove-lg,.fx-first-remove-lg {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -ms-flex-order: inherit;
    order: inherit
  }
}

.fx-row.fx-row-small {
  margin-right: -5px;
  margin-left: -5px
}

.fx-row.fx-row-small [class*=fx-col-] {
  padding-left: 5px;
  padding-right: 5px
}

.fx-row.fx-row-medium {
  margin-right: -10px;
  margin-left: -10px
}

.fx-row.fx-row-medium [class*=fx-col-] {
  padding-left: 10px;
  padding-right: 10px
}

.fx-row.fx-row-xmedium {
  margin-right: -12px;
  margin-left: -12px
}

.fx-row.fx-row-xmedium [class*=fx-col-] {
  padding-left: 12px;
  padding-right: 12px
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'ff-din-web-pro';
  src: url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/dinpro.eot);
  src: url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/dinpro.woff) format('woff'), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/dinpro.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ff-din-web-pro';
  src: url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/DinPro-Light.eot); 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DinPro-Light.woff) format('woff'), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DinPro-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ff-din-web-pro';
  src: url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/DINPro-Medium.eot);
  src: url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Medium.woff) format('woff'),
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ff-din-web-pro';
  src: url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/ff-din-pro-bold.woff) format('woff'),
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/ff-din-pro-bold.woff.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Dinpro';
  src: url('https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/35E13D_0_0.eot'),
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/35E13D_0_0.woff) format('woff'),
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/35E13D_0_0.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro-light';
  src: url('https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/DINPro-Light-300.eot#iefix') format('embedded-opentype'), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Light-300.woff2) format('woff2'),   
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Light-300.woff) format('woff'), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Light-300.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Dinpro';
  src: url('https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/dinpro1.eot'),
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/dinpro1.woff) format('woff'),
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/dinpro1.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/DINPro-Medium-500.eot#iefix') format('embedded-opentype'), 
    url('https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Medium-500.woff2') format('woff2'), 
      url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Medium-500.woff) format('woff'), 
      url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Medium-500.ttf) format('truetype');
      font-weight: 500;
      font-style: normal;
      }
@font-face {
  font-family: 'DINPro';
  src: url('https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/DINPro-Bold-600.eot#iefix') format('embedded-opentype'), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Bold-600.woff2) format('woff2'), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Bold-600.woff) format('woff'), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Bold-600.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Dinpro';
  src: url('https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/DINPro-Medium1.eot'),
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Medium1.woff) format('woff'),
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Medium1.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/DINPro-Black-900.eot#iefix') format('embedded-opentype'), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Black-900.woff2) format('woff2'), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Black-900.woff) format('woff'), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/DINPro-Black-900.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family:"Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/fa-brands-400.eot#iefix) format("embedded-opentype"), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/fa-brands-400.woff2) format("woff2"), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/fa-brands-400.woff) format("woff"), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/fa-regular-400.eot#iefix) format("embedded-opentype"), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/fa-regular-400.woff2) format("woff2"), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/fa-regular-400.woff) format("woff"), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/fa-solid-900.eot#iefix) format("embedded-opentype"), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/fa-solid-900.woff2) format("woff2"), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/fa-solid-900.woff) format("woff"), 
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: 'reputation-icon';
  src: url('https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/reputation-icon.eot');
  src: url('https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/Reputation_Sepetember2020/fonts/reputation-icon.eot') format('embedded-opentype'),
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/reputation-icon.ttf) format('truetype'),
    url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/fonts/reputation-icon.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}

/* html {
font-size: 24px;
}
*/
body {
  background-color: #fff;
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4;
  overflow-anchor: none;
}

p {
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  margin: 0 0 30px;
}

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

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 25px;
}

h4 {
  font-size: 1.175rem;
  margin-bottom: 25px;
}

h5 {
  font-size: 1rem;
  margin-bottom: 25px;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, ol, dl {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

blockquote {
  background: #f9f9f9;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* Horizontal Rules */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  pointer-events: none;
  height: auto;
}

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

.hs-button {
  background: #ff6446;
  font-family: "ff-din-web-pro",Helvetica,Arial,sans-serif;
  position: relative;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  outline: none;
  padding: 0 20px;
  color: #fff;
  min-width: 150px;
  margin: 0;
  border-radius: 30px;
  border: 2px solid transparent;
  transition: border .5s,color .5s,background .5s;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  line-height: 40px;
  box-shadow: none;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 10px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #d0453f;
  color: #fff;
  text-decoration: none;
  border: 2px solid transparent;
}

.hs-button:active {
  background-color: #d0453f;
  color: #fff;
  text-decoration: none;
  border: 2px solid transparent;
}


.hs-form label {
  font-family: "ff-din-web-pro",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  line-height: 1.3;
  color: #333;
}

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

.hs-input,
input#hs-pwd-widget-password{
  font-size: 13px;
  font-weight: 300;
  color: #545454;
  width: 100%;
  height: 34px;
  padding: 3px 10px;
  line-height: 28px;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  display: block;
  box-sizing: border-box;
  transition: box-shadow .45s,border-color .45s ease-in-out;
}

.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,
input#hs-pwd-widget-password {
  outline: none;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.hs-error-msgs label {
  color: #f44336;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 300;
  margin: 0;
  padding: 2px;
}

.hs_error_rollup ul.hs-error-msgs {
  margin-bottom: 10px;
}

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

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

.menu-guide-block-link.wrapper-arrow-right a, .submenu.level-4>li:last-child>a, .custom-menu-primary .submenu.level-2>li>a:hover{
color:#004f5d!important;
}

.wrap-content-quote-with-img a, .login-request .menu-container .btn{
  background:#004f5d!important;
}

.custom-menu-primary .submenu.level-2>li.mega-mobile-menu-main-item>a:hover, .custom-menu-primary .submenu.level-2>li.mega-mobile-menu-main-item>a{
color:#004f5d!important;
}

.login-request .menu-container .btn.btn-header.btn-bordered{
border: 2px solid #004f5d!important;
color:#004f5d!important;
 background:#e5eaec!important;
}

.mobile-bottom-container .menu-container a{
color:#fff!important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 30px;
}

table thead, table tfoot {
  background: #f5f5f5;
  font-weight: 700;
}

table th {
  border-bottom: none;
}

table th, table td {
  color: #383b40;
  font-size: 15px;
  padding: 1em;
  text-align: center;
  width: 14%;
  border-right: 1px solid #cacccb;
}

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
  padding: .5em .625em .625em;
  font-size: .875em;
  color: #222;
  text-align: left;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  line-height: 1.125em;
}

table thead tr th {
  text-align: center;
}

table th:last-child, table td:last-child {
  border-right-style: none;
}

tbody {
    border-top: 1px solid #ccc;
}

table tbody tr:nth-child(odd) {
    background-color: #e7e8e9;
}

table tbody tr:nth-child(even) {
    background-color: #fff;
}

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

.enterprise-capterra {
  font-family: 'Dinpro',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.5;
}

.master-landing-header.enterprise-capterra-header .header__container {
  padding: 30px 10px 31px 15px;
}

.enterprise-capterra .banner-section .dnd-section>.row-fluid {
  padding: 0;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem!important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mt-5, .my-5 {
  margin-top: 3rem!important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem!important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.enterprise-solutions-group {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.enterprise-solutions-group .page-center {
  max-width: 1180px;
}

.enterprise-solutions-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.enterprise-solutions-group .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}

.enterprise-solutions-content .hs_cos_wrapper_type_rich_text h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: inherit;
}

.enterprise-solutions-content .hs_cos_wrapper_type_rich_text p {
  margin: 0;
}

.enterprise-solutions-content {
}

.enterprise-solutions-content form {
  background-color: #f2f5f5;
  padding: 40px;
  font-family: "Dinpro", sans-serif;
  max-width: 100%;
}

.enterprise-solutions-content form .hs-richtext h2 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #373a40;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  margin: 0;
}

.enterprise-solutions-content form .hs-richtext h2+p {
  margin-top: 9px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  margin-bottom: 0;
  margin-bottom: 23px;
}

.enterprise-solutions-content form .hs-form-required {
  display: none;
}

.enterprise-solutions-content form .hs-input:not(.hs-fieldtype-intl-phone) {
  line-height: inherit;
  border-radius: 0;
  box-shadow: none!important;
  font-family: "Dinpro", sans-serif!important;
  display: block;
  /*   width: 100%!important; */
  height: 40px !important;
  padding: 10px 15px;
  border: 1px solid #ffffff;
  background-color: #ffffff!important;
  color: #373a40!important;
  font-size: 14px !important;
  font-weight: 400;
  margin: 0;
}

.enterprise-solutions-content form .field {
  min-height: 2em;
  margin-bottom: 15px;
}

.enterprise-solutions-content form .hs-input:not(.hs-fieldtype-intl-phone)::-webkit-input-placeholder {
  color: #373a40;
}

.enterprise-solutions-content form .hs-input:not(.hs-fieldtype-intl-phone):focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.enterprise-solutions-content form select.hs-input:not(.hs-fieldtype-intl-phone) {
  -moz-appearance: none;
  text-indent: 0.01px;
  padding: 0.2em 22px 0.2em 15px!important;
  background: #fff url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/images/purple-arrow-down.png) 95% 50% no-repeat!important;
  height: 40px!important;
  appearance: none;
  -webkit-appearance: none;
}

.enterprise-solutions-content form .hs-richtext p {
  font-size: 13px;
  color: #333;
  margin: 0 0 10px;
  min-height: 2em;
}

.enterprise-solutions-content .actions {
  text-align: center;
}

.enterprise-solutions-content .hs-button {
  padding: 0 15px;
  font-family: inherit;
  margin: 20px 0;
  border: none;
}

.enterprise-solutions-content ul.hs-error-msgs label {
  display: inline-block;
  margin-top: 7px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  color: #f3f3f3;
  font-size: 13px;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
  font-family: inherit;
  font-weight: 400;
  position: relative;
  max-width: 100%;
}

.enterprise-solutions-content ul.hs-error-msgs label:before {
  content: "";
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 7px;
  margin-top: 5px;
  position: absolute;
  top: -10px;
  left: 5px;
}

.enterprise-partner-content .dnd-section>.row-fluid {
  padding: 0;
  max-width: 1180px;
}

.enterprise-partner-content .hsmd-bottom-pane-title h1 span {
  font-size: inherit;
  display: block;
  line-height: inherit;
}

.enterprise-partner-content .hsmd-bottom-pane-button {
  margin-top: 25px;
}

.smaller.default .enterprise-capterra .body-container-wrapper {
  padding-top: 0;
}

.enterprise-partner-content .hs_cos_wrapper_type_rich_text {
  text-align: center;
  display: block;
  padding: 0 15px;
}

.enterprise-partner-content a.orange-btn {
  font-family: inherit;
  padding: 6px 22px;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1px;
}

.enterprise-partner-content .hs_cos_wrapper_type_rich_text h4 {
  margin: 0.5rem 0 0.5rem 0;
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #373a40;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
}

.enterprise-leader-content .dnd-section>.row-fluid {
  max-width: 1180px;
}

.enterprise-leader-content .dnd-module {
  background-color: #f2f5f5;
  padding: 40px;
  text-align: center;
}

.enterprise-leader-content .hs_cos_wrapper_type_rich_text img {
  margin-bottom: 24px;
}

.enterprise-leader-content .hs_cos_wrapper_type_rich_text h4 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #373a40;
  margin-bottom: .5rem;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
}



/* ====== Bcb Search ======== */

.bcb-search-page {
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #373a40;
  background-color: #ffffff;
}

.bcb-search-header .bcb-header-thankyou-logo {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 41.666667%;
}

.bcb-search-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 1.5px 1.5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1.5px 1.5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1.5px 1.5px 0px rgba(0,0,0,0.3);
  z-index: 2;
  position: relative;
}

.master-landing-header.bcb-search-header .header__container {
  padding: 30px 15px;
}

.bcb-main-content .dnd-section>.row-fluid {
  padding: 0;
}

.bcb-main-content .page-center {
  max-width: 1180px;
}

.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}

.smaller.default .bcb-search-page .body-container-wrapper {
  padding: 0;
}


.pb-5, .py-5 {
  padding-bottom: 3rem!important;
}

.pt-5, .py-5 {
  padding-top: 3rem!important;
}


.fontsize, .fontsize h1, .fontsize h2, .fontsize h3, .fontsize h4, .fontsize h5, .fontsize h6, .fontsize p, .fontsize li:not(.a11y-toolbar-list-item), .fontsize label, .fontsize input, .fontsize select, .fontsize textarea, .fontsize legend, .fontsize code, .fontsize pre, .fontsize dd, .fontsize dt, .fontsize blockquote {
  font-size: 250% !important;
  line-height: 1.4;
}

.fontsize .banner-page-header .banner-page-header-title {
  font-size: 360% !important;
}

.fontsize .submenu.level-1>li>a {
  font-size: 80%!important;
}

.fontsize .contact-menu ul li a, 
.fontsize .lang-menu-wrapper>.lang-menu-item-current, 
.fontsize .lang-menu-wrapper .sub-menu li a {
  font-size: 25px;
}

.fontsize .copyright {
  font-size: 150%!important;
}

.fontsize .footer-copyright-wrapper {
  font-size: 18px;
}

.fontsize .footer-sign-up-form form * {
  font-size: 125% !important;
}

.fontsize .footer-menu-wrapper .hs-menu-wrapper>ul>li>a, 
.fontsize .footer-menu-wrapper .hs-menu-wrapper>ul ul li {
  font-size: 100% !important;
  line-height: 1.4;
}

.mt-4, .my-4 {
  margin-top: 1.5rem!important;
}

.bcb-search-page .footer-master-left-content p {
  font-size: 18px;
  line-height: 27px;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  margin-top: 40px;
}

.bcb-search-page .footer-master-copyright p {
  font-size: 16px;
  font-weight: 500;
}

.bcb-search-page .footer-master-copyright {
  margin-top: 25px;
}

.bcb-search-page .hs-footer-master-right-social ul li:first-child {
  font-weight: 600;
}


.hs-campared-birdeye-page .advanced-title {
  padding-right: 20vw;
}

.hs-campared-birdeye-page .form-heading {
  font-size: 28px;
  margin-top: 15px;
}

.hs-campared-birdeye-page .custom-campared-yext-row1 .span6.widget-span:last-child .dnd-row .custom-top-image img {
  width: 138px;
}

.hs-campared-birdeye-page .custom-services-group .custom-services-item img {
  width: auto;
  height: 25px !important;
  margin-right: -4px;
}

.hs-campared-birdeye-page .custom-services-group h1.custom-bottom-title {
  margin-bottom: 0;
}

.hs-campared-birdeye-page .custom-campared-yext-row2 .widget-span.dnd-column {
  padding-bottom: 40px;
}

.hs-campared-birdeye-page .custom-campared-yext-row2 .widget-span.dnd-column h1:last-child {
  margin-top: 21px;
  font-size: 32px;
  margin-bottom: 30px;
  font-family: 'Open Sans';
}

.hs-campared-birdeye-page .hsmd-bottom-pane-title h1 {
  margin-bottom: 10px;
}

.master-landing-header.compared-birdeye-header .header__container {
  padding: 30px 15px;
  display: block;
}


.compared-birdeye-header .header-master-button a {
  background-color: #FF6446;
  padding: 6px 22px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  height: 45px;
  outline: none;
  color: #FFF;
  min-width: 150px;
  margin: 0;
  border-radius: 30px;
  border: 2px solid transparent;
  transition: border .5s, color .5s, background .5s;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: none;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  line-height: 27px;
}

.compared-birdeye-header .header-master-button a:hover {
  background-color: #D0453F;
  color: #FFF;
  text-decoration: none;
  border: 2px solid transparent;
}

.compared-birdeye-header .header-master-button {
  text-align: right;
  padding: 1px 1px 2px 0;
}

.hs-campared-birdeye-page .custom-campared-yext-row3 .dnd-module {
  text-align: center;
  padding: 0 5%;
}

.hs-campared-birdeye-page .custom-campared-yext-row3 .dnd-module h4 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #373a40;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  margin-bottom: 8px;
  margin-top: 8px;
}

.hs-campared-birdeye-page .custom-campared-yext-row3 .dnd-section>.row-fluid {
  max-width: 1180px;
  padding: 0 15px;
}

.custom-campared-yext-row4 .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}

.custom-campared-yext-row5 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hs-birdeye-page .advanced-title {
  padding-right: 20vw;
}

.hs-birdeye-page .form-heading {
  font-size: 24px;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  line-height: 28px;
}

.hs-birdeye-page .custom-campared-yext-row1 .span6.widget-span:last-child .dnd-row .custom-top-image img {
  width: 100px;
}

.hs-birdeye-page .custom-campared-yext-row1 .span6.widget-span:last-child .custom-services-group .custom-services-item:last-child {
  min-height: 100px;
}

.hs-birdeye-page .custom-services-group h1.custom-bottom-title {
  margin-bottom: 0;
}

.hs-birdeye-page .hsmd-bottom-pane-title h1 {
  margin-bottom: 10px;
}



/***** Header Thankyou *****/

.header-thankyou .header-thankyou-container{
  max-width: 1180px;
  padding: 30px 15px;
  font-size: 18px;
}
.header-thankyou-logo img {
  width: 286px !important;
}

.master-landing-header.competitor-medallia-header{
  border-bottom: 1px solid #59d2ff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.master-landing-header.competitor-medallia-header .header__container {
  padding: 15px 15px 17px;
}
.master-landing-header.competitor-medallia-header .header-master-button {
  margin-right: -5px;
}
.master-landing-header.competitor-medallia-header .header-master-button a{
  background-color: #ff6446;
  padding: 7px 22px 5px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  height: 45px;
  outline: 0;
  color: #FFF;
  min-width: 150px;
  overflow: hidden;
  margin: 0;
  border-radius: 30px;
  border: 2px solid transparent;
  transition: border .5s,color .5s,background .5s;
  cursor: pointer;
  max-width: 100%;
  text-decoration: none;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
  margin-top: 1px;
}
.master-landing-header.competitor-medallia-header .header-master-button a:hover {
  background-color: #D0453F;
  color: #FFF;
  text-decoration: none;
  border: 2px solid transparent;
}
.master-landing-header.competitor-medallia-header .header-master-button a:focus {
  border-color: #ff6446;
}
.competitors-body-wrp .header-thankyou-logo a {
  padding: .25rem;
  display: inline-block;
}

.header-demandworks {
  background: #fff !important;
}
.header-demandworks .header__container {
  max-width: 1170px;
  padding: 20px 15px;
  text-align: center;
  -webkit-font-smoothing: auto;
}
.header__logo {
  width: 100%;
}


/***** Thankyou Body Style *****/
.thankyou-banner-section .dnd-section {
  padding-top: 0;
  padding-bottom: 3rem;
}
.thankyou-banner-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.thankyou-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.thankyou-banner-section .dnd-section {
  padding-top: 0;
  padding-bottom: 1.5rem;
}

/***** Automotive Reputation Report Style *****/
.auto-reputation-report-grp .dnd-section>.row-fluid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}
.auto-reputation-report-grp .advanced-title {
  text-align: center;
}
.padding-column .dnd-section {
  padding-bottom:1.5rem;
  padding-top:1.5rem;
}
.advanced-banner-auto-reputation-report {
  margin-bottom:1.5rem;
}
.auto-reputation-report-section .dnd-section>.row-fluid > .span6 {
  width: 50%;
  margin-left: 0;
  padding: 0 15px;
}
.auto-reputation-report-section .hs_cos_wrapper_type_rich_text h2 {
  line-height: 28px;
  font-weight: 700;
  color: #004f5d;
  font-size: 32px;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  margin-bottom: 33px;
}
.auto-reputation-report-section .hs_cos_wrapper_type_rich_text ul {
  padding-right: 8%;
  margin: 0;
}
.auto-reputation-report-section .hs_cos_wrapper_type_rich_text ul li {
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
  color:#000;
}
.content-with-background {
  background-color: #f2f5f5;
  padding: 40px;
}

header.header-thankyou {
  background: #fff;
}

/***** Competitor Medallia Style *****/
.body-competitor-medallia-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.competitor-medallia-section .dnd-section>.row-fluid {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.competitor-medallia-section .dnd-section {
  padding-top: 0;
  padding-bottom: 3rem;
}

.competitor-medallia-section1 .dnd-section>.row-fluid,
.competitors-section3 .dnd-section>.row-fluid{
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.competitor-medallia-section2 .dnd-section>.row-fluid {
  max-width: 1180px;
}
.competitor-medallia-section2.padding-column .dnd-section {
  padding-top:1.2rem;
}
.competitor-medallia-section2 h3.form-title {
  background: transparent;
  padding: 0;
  margin: 0 0 24px;
  text-align: center;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.2;
  color: #373a40;
}
.competitor-medallia-section2 form .hs-form-required,
.webinar-program-section1 .hs-form-required{
  display: none;
}
.competitor-medallia-section2 form .field,
.webinar-program-section1 form .field{
  margin-bottom: 15px;
}
.competitor-medallia-section2 form .hs-richtext p,
.webinar-program-section1 form .hs-richtext p{
  font-size: 13px;
  color: rgb(51, 51, 51);
  margin: 0 0 17px;
  display: block;
}
.competitor-medallia-section2 form .hs-input,
.webinar-program-section1 form .hs-input{
  height: 40px;
  border: 1px solid #fff;
  font-family: Dinpro,sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #373a40;
  padding: 10px 15px !important;
}

.webinar-program-section1 form .hs-input{
  color: #555555!important;
}

.competitor-medallia-section2 form .hs-input:focus,
.webinar-program-section1 form .hs-input:focus{
  outline: -webkit-focus-ring-color auto 1px;
}
.competitor-medallia-section2 form .hs-input::placeholder,
.webinar-program-section1 form .hs-input::placeholder{
  color: #373a40;
}
.competitor-medallia-section2 form select, 
.webinar-program-section1 form select,
.hsmd-competitors-form-inner form select,
.advanced-banner-area-rightColumn form select{
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  background: #fff url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/images/purple-arrow-down.png) 95% 50% no-repeat!important;
  padding: 0.2em 22px 0.2em 15px !important;
  line-height: normal;
}
.competitor-medallia-section2 form .hs-error-msgs .hs-error-msg,
.competitor-medallia-section2 form .no-list.hs-error-msgs.inputs-list li label,
.webinar-program-section1 form .hs-error-msgs .hs-error-msg,
.webinar-program-section1 form .no-list.hs-error-msgs.inputs-list li label,
.demandworks-section form .hs-error-msgs .hs-error-msg,
.demandworks-section form .no-list.hs-error-msgs.inputs-list li label{
  display: block;
  margin-top: 7px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  color: #f3f3f3;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
  font-family: Dinpro, sans-serif;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
  position: relative;
  z-index: 2;
  width: auto !important;
  display: inline-block;
  text-transform: none !important;
}
.competitor-medallia-section2 form .hs-error-msgs .hs-error-msg:before,
.competitor-medallia-section2 form .no-list.hs-error-msgs.inputs-list li label:before,
.webinar-program-section1 form .hs-error-msgs .hs-error-msg:before,
.webinar-program-section1 form .no-list.hs-error-msgs.inputs-list li label:before,
.demandworks-section form .hs-error-msgs .hs-error-msg:before,
.demandworks-section form .no-list.hs-error-msgs.inputs-list li label:before{
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 10px;
  margin-top: 5px;
  content: "";
  position: absolute;
  top: -10px;
  z-index: 0;
}
.competitor-medallia-section2 form .hs_submit.hs-submit,
.webinar-program-section1 form .hs_submit.hs-submit{
  text-align: center;
}
.competitor-medallia-section2 form .hs-button,
.competitor-medallia-section2 form .button--primary,
.webinar-program-section1 form .hs-button,
.webinar-program-section1 form .button--primary{
  padding: 0;
  border: 0;
  font-family: Dinpro, sans-serif;
  margin-top: 15px;
  margin-bottom: 10px;
}
.competitor-medallia-section3 .dnd-section {
  padding-top:0;
  padding-bottom: 0;
}
.competitor-medallia-section3 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.competitor-medallia-section4 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.competitor-medallia-section4 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.competitor-medallia-section4 .hsmd-bottom-pane-title h1 {
  padding-bottom: 6px;
}

.competitor-medallia-section4 .hsmd-bottom-pane-title h1 span {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.competitor-medallia-section4 .hsmd-bottom-pane-title h1 sup {
  font-size: 18px;
}
.competitor-medallia-section4 .hsmd-bottom-pane-button a {
  vertical-align: middle;
  margin-bottom: 7px;
  padding-bottom: 5px;
  padding-top: 7px;
}

/***** Competitors Style *****/
.competitors-section .dnd-section {
  padding-top: 0 !important;
}
.competitors-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.competitors-section1 .dnd-section>.row-fluid {
  max-width: 1180px;
}
.competitors-section2 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.competitors-section3 .hsmd-offer-wrp {
  padding-bottom: 27px;
}
.competitors-section3 .offer-top-content h2 {
  font-weight: 600;
  margin: 0 0 9px;
  margin-top: 0.35rem;
}
.competitors-section3 .offer-top-content p {
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
}
.competitors-section3 .offer-bottom-items {
  font-weight: 300;
  font-family: DINPro-light,sans-serif;
}
.competitors-section1 .hs-button, 
.competitors-section1 .button--primary {
  margin-top: 24px;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
  padding: 7px 22px;
  line-height: 27px;
  margin-bottom: 3px;
}
.competitors-section4 .hsmd-bottom-pane-title h1 span {
  font-weight: 600;
}
.competitors-section4 .hsmd-bottom-pane-button a {
  font-weight: 600;
}
.competitors-section2.padding-column .dnd-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.competitors-section3.padding-column .dnd-section {
  padding-bottom: 3rem;
}

/***** Webinar Program Style *****/
.advanced-banner-area.banner-webinar-program {
  padding-bottom: 3rem;
}
.banner-webinar-program .advanced-banner-leftColumn-area-content {
  padding-top: 24px;
  margin-bottom: 35px;
}
.banner-webinar-program .advanced-banner-leftColumn-area-content p {
  font-size: 23px;
  font-weight: 700;
}
.banner-webinar-program .advanced-leftcolumn-btn .hs-button, 
.banner-webinar-program .advanced-leftcolumn-btn .button--primary {
  padding: 6px 22px 8px;
  line-height: 27px;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
  margin-bottom: 2px;
}
.banner-webinar-program .advanced-rightcolumn-content {
  margin: 16px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
.banner-webinar-program .advanced-rightcolumn-content h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
  margin: 0 0 16px;
}
.banner-webinar-program .advanced-rightcolumn-content h6 {
  margin-bottom: 36px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 1px;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  margin-top: 0;
  line-height: 24px;
}
.webinar-program-section1 .dnd-section>.row-fluid {
  max-width: 1180px;
}
.webinar-program-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #004f5d;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
  margin: 0 0 10px;
}
.webinar-program-section1 .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 1rem;
}
.webinar-program-section1 .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
}
.webinar-program-section1 .hs_cos_wrapper_type_rich_text h3 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #373a40;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
  margin: 0 0 8px;
}
.webinar-program-section1 form {
  padding-top: 27px;
  max-width: 100%;
}
.webinar-program-section1 form .field {
  margin-bottom: 34px;
}
.webinar-program-section1 form .hs-fieldtype-select {
  margin-bottom: 15px;
}
.webinar-program-section1 form .hs-richtext p {
  margin-bottom: 30px;
}
.webinar-program-section1 form .hs-richtext p a::visited, 
.webinar-program-section1 form .hs-richtext p a:hover,
.webinar-program-section1 form .hs-richtext p a:focus,
.hs-richtext p a:visited,
.hs-richtext p a:hover,
.hs-richtext p a:focus{
  color: #2795b6;
}

.webinar-program-section1 form .hs-button,
.webinar-program-section1 form .button--primary {
  margin: 1px 0 20px;
  width: 100%;
  min-width: 150px;
  max-width: 500px;
}
.webinar-program-section2.padding-column .dnd-section {
  padding: 0;
}
.webinar-program-section2 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

/***** Demandworks Style *****/

.demandworks-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1170px;
}
.demandworks-section.padding-column .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.demandworks-section .widget-type-form {
  width: 33.33%;
  display: block;
  padding: 0 15px;
  margin-left: 33.33333333%;
}
.demandworks-section .hs-form-field{
  margin-bottom: 0;
  padding-bottom: 10px;
}
.demandworks-section .hs-form-field .hs-form-required {
  display: none;
}
.demandworks-section .hs-form-field label {
  font-size: 12px;
  width: 100%;
  margin-bottom: 10px;
  color: #797979;
  text-transform: uppercase;
  font-weight: 400;
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
  font-family: Arial, sans-serif;
}
.demandworks-section form {
  -webkit-font-smoothing: auto;
  max-width: 100%;
}
.demandworks-section .hs-form-field input[type=text], 
.demandworks-section .hs-form-field input[type=url], 
.demandworks-section .hs-form-field input[type=email], 
.demandworks-section .hs-form-field input[type=tel], 
.demandworks-section .hs-form-field input[type=number], 
.demandworks-section .hs-form-field input[type=date], 
.demandworks-section .hs-form-field select, 
.demandworks-section .hs-form-field textarea {
  border: 1px solid #eee;
  margin: 0px auto;
  float: none;
  margin-bottom: 4px;
  padding: 10px 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  line-height: 1.2em;
  min-height: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #F9F9F9;
  border-bottom: 2px solid #dedede;
  outline: none;
  color: #000;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: auto;
}

.demandworks-section .hs-form-field input[type=text]:focus, 
.demandworks-section .hs-form-field input[type=url]:focus, 
.demandworks-section .hs-form-field input[type=email]:focus, 
.demandworks-section .hs-form-field input[type=tel]:focus, 
.demandworks-section .hs-form-field input[type=number]:focus, 
.demandworks-section .hs-form-field input[type=date]:focus, 
.demandworks-section .hs-form-field select:focus, 
.demandworks-section .hs-form-field textarea:focus {
  border-bottom: 2px solid #0DA1DF;
}

.demandworks-section .hs-form-field input::placeholder {
  color: #797979;
}
.demandworks-section .hs-fieldtype-textarea.hs-form-field {
  margin-bottom: 0;
  padding-bottom: 16px;
}
.demandworks-section .hs-fieldtype-textarea.hs-form-field textarea {
  height: 47px;
}
.demandworks-section .hs-city.hs-fieldtype-text.hs-form-field {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.demandworks-section .hs-market_type__c.hs-fieldtype-select.field.hs-form-field {
  padding-bottom: 10px;
  margin-top:0;
}
.demandworks-section .hs-form-field select {
  -webkit-appearance: inherit;
}
.demandworks-section .hs-fieldtype-radio.field.hs-form-field {
  border-left: 1px solid #aeb0b6;
  border-right: 1px solid #aeb0b6;
  float: left;
  width: 100%;
  padding-bottom: 8px;
}
.demandworks-section .hs-decision_making_role.hs-fieldtype-select.hs-form-field {
  border-left: 1px solid #aeb0b6;
  border-right: 1px solid #aeb0b6;
  float: left;
  width: 100%;
  padding-left: .3em;
  padding-right: .3em;
  border-bottom: 1px solid #aeb0b6;
  padding-bottom: 14px;
}
.demandworks-section .hs-decision_making_role.hs-fieldtype-select.hs-form-field select {
  margin-bottom: 0;
}
.demandworks-section .hs-input[type=checkbox], 
.demandworks-section .hs-input[type=radio] {
  display: inline-block;
  margin: 0;
}
.demandworks-section .hs-input[type=checkbox], 
.demandworks-section .hs-input[type=radio] {
  display: inline-block;
  margin: 0;
}
.demandworks-section .hs-fieldtype-radio.field.hs-form-field > label {
  margin-bottom: 8px;
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.demandworks-section .hs-fieldtype-radio.field.hs-form-field .inputs-list label {
  font-size: 14px;
  font-family: Arial, sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
}
.demandworks-section input[type=checkbox],
.demandworks-section input[type=radio] {
  width: 1em;
  height: 1em;
  opacity: 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 1em;
  float: left;
}
.demandworks-section .hs-fieldtype-radio.field.hs-form-field .inputs-list label > span {
  margin-bottom: 0.6em;
  margin-left: 1.5em;
  margin-top: 1px;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
  font-weight: normal;
  text-align: left;
  color: rgb(51, 51, 51);
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
}

.hs_has_taken_bant_survey_.hs-has_taken_bant_survey_.hs-fieldtype-radio.field.hs-form-field {
  padding-top: 12px;
}
.demandworks-section .hs-has_taken_bant_survey.hs-fieldtype-radio.field.hs-form-field .inputs-list label > span {
  margin-top: 0;
}
.demandworks-section input[type=radio] + span:before {
  border-radius: 1em;
}
.demandworks-section input[type=checkbox] + span:before, 
.demandworks-section input[type=radio] + span:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  line-height: 1em;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #ccced2;
  box-shadow: inset 1px 1px 4px 1px #ddd;
  background: #fff;
}
.demandworks-section input[type=checkbox]:checked + span:before, 
.demandworks-section input[type=radio]:checked + span:before {
  background-image: url(https://7134296.fs1.hubspotusercontent-na1.net/hubfs/7134296/raw_assets/public/Reputation_September2020/images/dot-bk.png);
  background-position: center;
  background-repeat: no-repeat;
}
.hs-richtext.hs-main-font-element h1 {
  margin: 0 0 -3px;
  padding: 0 0 0;
  border: 0;
  width: 100%;
  position: relative;
  border-left: 1px solid #aeb0b6;
}
.hs-richtext.hs-main-font-element h1:after {
  content: "";
  height: 20px;
  width: 22px;
  display: block;
  border-bottom: 1px solid #aeb0b6;
  background: #fff;
  position: absolute;
  left: -1px;
  top: -4px;
}
.hs-richtext.hs-main-font-element h1 span {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 1em 0;
  padding: 0 1em 0;
  display: block;
  font-size: 21px;
  width: 100%;
  line-height: 30px;
  font-family: Arial, sans-serif;
  font-weight: normal;
}
.demandworks-section .hs-fieldtype-radio.field.hs-form-field .inputs-list {
  padding: 0.3em;
  float: left;
  width: auto !important;
  margin: 0 !important;
}
.demandworks-section .hs-fieldtype-radio.field.hs-form-field .inputs-list>li+li {
  padding-top: 0;
}
.demandworks-section .hs_submit.hs-submit {
  float: left;
  width: 100%;
}
.demandworks-section .hs-button, 
.demandworks-section .button--primary {
  font-size: 18px;
  -moz-border-radius:0;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  border-radius:4px;
  border:4px;
  font-weight:400;
  margin-top:15px;
  background:#0DA1DF;
  display:block;
  padding:10px 20px;
  width:100% ;
  margin-left:auto;
  margin-right:auto;
  color:#fff ;
  min-height:40px;
  -webkit-box-shadow:none;
  box-shadow: none;
  text-transform:uppercase;
  font-family:Arial, sans-serif;
  line-height:25.7143px;
  -webkit-font-smoothing: auto;
}
.demandworks-section .hs-button:hover,
.demandworks-section .hs-button:active,
.demandworks-section .hs-button:focus,
.demandworks-section .button--primary:hover {
  background: #56bde9;
}
.body-demandworks-wrapper *, 
.body-demandworks-wrapper *:after, 
.body-demandworks-wrapper *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
}

/***** Presence Scale Style *****/
.advanced-banner-area.banner-presenceScale {
  padding-bottom: 3rem;
}
.banner-presenceScale .advanced-title{
  font-family: Helvetica,Arial,Lucida,sans-serif;
}
.banner-presenceScale .advanced-banner-leftColumn-area-content {
  margin-top: 10px;
}
.banner-presenceScale .advanced-banner-leftColumn-area-content p {
  font-family: Helvetica,Arial,Lucida,sans-serif;
  font-size: 23px;
  font-weight: 700;
}
.banner-presenceScale .form-heading {
  font-family: Helvetica,Arial,Lucida,sans-serif;
  text-align: left;
}
.banner-presenceScale .advanced-banner-area-rightColumn form .hs-input:not(.hs-fieldtype-intl-phone) {
  font-family: Helvetica,Arial,Lucida,sans-serif;
  border: 1px solid #aeb0b6;
}
.banner-presenceScale .advanced-banner-area-rightColumn-content p {
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 400;
  margin: 0;
}
.banner-presenceScale .advanced-banner-area-rightColumn form select {
  background-image: none !important;
}
.banner-presenceScale .advanced-banner-area-rightColumn form .actions {
  padding-top: 10px;
}
.banner-presenceScale .advanced-banner-area-rightColumn-content p a {
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 400;
}

.banner-presenceScale .advanced-banner-area-rightColumn-content p a:hover,
.footer-presence-at-scale .footer-master-left-content p a:hover{
  color: #2795b6;
}
.banner-presenceScale .advanced-banner-area-rightColumn form .hs-button, 
.banner-presenceScale .advanced-banner-area-rightColumn form.button--primary {
  font-family: Helvetica,Arial,Lucida,sans-serif;
}
.presenceScale-section1.padding-column .dnd-section,
.presenceScale-section2.padding-column .dnd-section{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.presenceScale-section .dnd-section>.row-fluid,
.presenceScale-section3 .dnd-section>.row-fluid{
  max-width: 1180px;
}
.presenceScale-section3 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.presenceScale-section4 .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.presenceScale-section4 .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.presenceScale-section4 .hsmd-bottom-pane-title h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  font-family: Helvetica, Arial, Lucida, sans-serif;
}
.presenceScale-section4 .hsmd-bottom-pane-title h1 span {
  font-size: 36px;
}
.presenceScale-section4 .hsmd-bottom-pane-button a {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  padding: 7px 22px 6px;
  margin-bottom: 3px;
  margin-top: 1px;
}
.presenceScale-section1 .dnd-section>.row-fluid {
  max-width: 1180px;
  padding-left: 0;
  padding-right: 0;
}
.presenceScale-section2 .dnd-section>.row-fluid {
  max-width: 1180px;
  padding-left: 0;
  padding-right: 0;
}



/***** Footer Style *****/
.footer-master {
  padding: 35px 0 50px 0px;
}
.footer-master .footer-master-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer-master-container-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-master-container .hs-col-lg-7,
.footer-master-container .hs-col-lg-5{
  padding-right: 15px;
  padding-left: 15px;
}
.footer-master-menu {
  margin-bottom: 1.5rem;
  padding-top: .25rem;
}
.footer-master-menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-master-menu .hs-menu-wrapper > ul > li {
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
}
.footer-master-menu .hs-menu-wrapper > ul > li > a {
  font-size: 18px;
  color: #474B51;
  font-weight: 700;
  text-decoration: none;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
}
.footer-master-menu .hs-menu-wrapper > ul > li > a:hover{
  color: #474B51;
  text-decoration: none;
}

.footer-master-left-content p {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  color: #C1C1C2;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
}

.hs-footer-master-right-social ul {
  text-align: left;
  padding: 0;
  margin: 0;
}
.hs-footer-master-right-social ul li {
  display: inline-block;
  margin-right: 10px;
}
.hs-footer-master-right-social ul li:first-child {
  color: #004f5d;
  font-size: 23px;
  font-weight: 700;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
}
.hs-footer-master-right-social ul li:not(:first-child) {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 2em;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  background-color: #004f5d;
}
.hs-footer-master-right-social ul li a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  transition: color 300ms ease 0s;
}
.footer-master-copyright {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  color: #C1C1C2;
}
.footer-master-copyright p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.hs-footer-master-right-social .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.hs-footer-master-right-social .fab {
  font-family: "Font Awesome 5 Brands";
}
.hs-footer-master-right-social .fa-facebook-f:before {
  content: "\f39e";
}
.hs-footer-master-right-social .fa-twitter:before {
  content: "\f099";
}
.hs-footer-master-right-social .fa-linkedin-in:before {
  content: "\f0e1";
}
.hs-footer-master-right-social .fa-comment-dots:before {
  content: "\f4ad";
}

.competitors-body-wrp .footer-master-menu .hs-menu-wrapper>ul>li>a {
  font-weight: 600;
}
.competitors-body-wrp .footer-master-left-content p {
  color: #C1C1C2;
  font-family: Dinpro, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
}

.demandworks-master .footer__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 15px;
  -webkit-font-smoothing: auto;
}
.demandworks-copyright p {
  text-align: center;
  margin: 0;
  color: #797979;
  font-family: Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: auto;
  line-height: 20px;
}

.footer-master.footer-presence-at-scale {
  padding-top: 33px;
}
.footer-presence-at-scale .footer-master-left-content p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Helvetica, Arial, Lucida, sans-serif;
}
.footer-presence-at-scale .hs-footer-master-right-social ul li:first-child, 
.footer-presence-at-scale .footer-master-copyright p,
.footer-presence-at-scale .footer-master-left-content p a,
.footer-presence-at-scale .footer-master-menu .hs-menu-wrapper>ul>li>a {
  font-family: Helvetica, Arial, Lucida, sans-serif;
}
.footer-presence-at-scale .hs-footer-master-right-social {
  padding-top: 1px;
}


/*================= Master ========== */

.master-landing-header .header__container {
  max-width: 1180px;
  padding: 30px 10px 32px 15px;
}
.master-landing-header a.hs-button{
  margin-top: 1px;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  line-height: 28px;
  padding: 6px 21px 7px 22px;
  text-transform: inherit;
  margin-right: 0px;
}
.master-banner .advanced-leftcolumn-btn a.hs-button,
.hs-master-layout a.hs-button{
  margin-top: 1px;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  line-height: 28px;
  padding: 6px 22px 7px 22px;
  text-transform: inherit;
  margin-right: 0px;
}
.master-banner .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0;
}
.master-banner .advanced-banner-area-rightColumn-content p {
  font-size: 16px;
}
.master-banner .advanced-banner-leftColumn-area-content p {
  line-height: 22px;
}
.master-banner .advanced-sub-title {
  line-height: 1.5;
}
.master-banner .advanced-leftcolumn-btn a.hs-button,
.custom-master-row1 .hs-button {
  margin-top: 1.55rem !important;
  margin-bottom: 2px;
}
.master-banner .overlay-after {
  background-image: linear-gradient(to bottom right,#004f5d,#004f5d) !important;
  opacity: 0.55;
}
.custom-master-row1 .dnd-section>.row-fluid {
  max-width: 1180px;
  padding: 0;
}
.custom-master-row1 {
  padding-top: 48px;
}
.custom-master-row1 .span6.widget-span {
  width: 50%;
  padding: 0 15px;
  margin-left: 0;
}
.custom-master-row1 h3 {
  color: #004f5d;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.5;
}
.custom-master-row1 h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
}
.custom-master-row1 .row-fluid-wrapper.row-depth-1.row-number-4.dnd-row {
  background-color: #f2f5f5;
  padding: 40px;
}
.custom-master-row1 .row-fluid-wrapper.row-depth-1.row-number-4.dnd-row h2 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #373a40;
  margin: 0;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
}
.custom-master-row1 .row-fluid-wrapper.row-depth-1.row-number-4.dnd-row p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 24px;
}
.custom-master-row1 p {
  margin-bottom: 16px;
}
.custom-master-row2 .dnd-section>.row-fluid {
  max-width: 1180px;
}
.custom-master-row2 .hsmd-content-with-background-title h2 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #373a40;
  margin-bottom: 8px;
  margin-top: 0;
}
.custom-master-row2 .hsmd-content-with-background-title p {
  margin-bottom: 24px;
}
.custom-master-row3 {
  padding: 48px 0;
}
.custom-master-row3 .dnd-section>.row-fluid {
  max-width: 1180px;
  padding: 8px 15px 10px;
}
.custom-master-row3 h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
}
.custom-master-row3 p {
  margin-bottom: 24px;
}
.custom-master-row4 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.custom-master-row5 .dnd-section>.row-fluid {
  max-width: 1180px;
}
.custom-master-row5 h3 {
  color: #004f5d;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.5;
}
.custom-master-row5 h2 {
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  color: #373a40;
  margin-top: 8px;
  margin-bottom: 8px;
}
.custom-master-row5 p {
  margin-bottom: 24px;
}
.custom-master-row6 .dnd-section>.row-fluid {
  padding: 0;
}
.custom-master-row6 .hsmd-bottom-pane-title h1 span {
  font-size: 36px;
}
.custom-master-row6 .hsmd-bottom-pane-text-inner {
  padding: 0;
}
.master-anz-footer .footer-master-left-content p {
  margin-bottom: 16px;
}
/* ====== Request Demo ======= */
.banner-section.request-demo-banner {
  padding-bottom: 48px;
}
.request-demo-banner .dnd-section>.row-fluid {
  padding: 0;
}
.request-demo-banner .advanced-banner-leftColumn-area-content p {
  line-height: 22px;
}
.request-demo-banner .advanced-title {
  margin-bottom: 64px;
}
.request-demo-banner .advanced-banner-leftColumn-area-content p strong {
  font-weight: bolder;
}
.request-demo-banner .advanced-banner-area-rightColumn-content p a {
  font-weight: normal;
  font-family: inherit;
}
.request-demo-banner .advanced-banner-area-rightColumn-content p a:hover {
  color: #2795b6;
}

.request-demo-banner .advanced-banner-area-rightColumn-content p {
  color: #333;
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: normal;
}

.custom-demo-request-row1 a:visited {
  color: #2795b6;
  font-family: inherit;
}

.request-demo-banner .advanced-banner-leftColumn-area-content p strong {
  font-weight: bolder;
}
.custom-demo-request-row1 .dnd-section>.row-fluid {
  max-width: 1180px;
}
.custom-demo-request-row1 h2 {
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  margin: 0 0 10px;
  color: #373a40;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.custom-demo-request-row1 p {
  color: #000000;
  font-family: Dinpro;
  font-size: 18px;
  margin-bottom: 1rem;
}
.custom-demo-request-row1 p a:visted {
  color: #2795b6;
}
/* .custom-demo-request-row1 p:last-of-type {
margin: 0;
} */
.custom-demo-request-row2,
.custom-demo-request-row3 {
  padding: 48px 0;
}
.custom-demo-request-row2 .dnd-section>.row-fluid {
  max-width: 1180px;
}
.custom-demo-request-row3 .dnd-section>.row-fluid,
.custom-demo-request-row4 .dnd-section>.row-fluid{
  padding: 0;
}
.custom-demo-request-row4 .hsmd-bottom-pane-title {
  display: none;
}

.request-demo-dach-banner {
  padding-bottom: 48px;
}
.request-demo-dach-banner .dnd-section>.row-fluid {
  padding: 0;
}
.request-demo-dach-banner .advanced-title {
  padding: 53px 0 65px;
  font-weight: 900;
  line-height: 57px;
}
.request-demo-dach-banner .advanced-banner-leftColumn-area-content p {
  line-height: 22px;
}
.request-demo-dach-banner .advanced-banner-area-rightColumn form label {
  color: #fff;
  font-weight: bold;
  display: block;
  font-family: sans-serif!important;
  line-height: 1.2em;
  padding-top: 0.3em;
  margin-bottom: 1px;
}
.request-demo-dach-banner .advanced-banner-area-rightColumn form .hs-form-field .hs-form-required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  margin-left: 4px;
}
.request-demo-dach-banner .advanced-banner-area-rightColumn form .hs-input:not(.hs-fieldtype-intl-phone) {
  height: 38px;
}
.request-demo-dach-banner .advanced-banner-area-rightColumn form .field {
  margin-bottom: 16px;
}
.request-demo-dach-banner .advanced-banner-area-rightColumn form select.hs-input {
  padding-left: 11px !important;
  height: 39px;
  background-image: none !important;
}
.request-demo-dach-banner .hs-richtext.hs-main-font-element p a {
  color: #fff !important;
  font-family: sans-serif!important;
}
.request-demo-dach-banner .advanced-banner-area-rightColumn-content .hs-richtext.hs-main-font-element p {
  font-weight: normal;
  margin-bottom: 19px;
}

/* =========== Comapred Yext ======== */

.custom-campared-yext-row1 .dnd-section>.row-fluid {
  max-width: 1180px;
  padding: 0;
}
.custom-campared-yext-row1 .span6.widget-span {
  width: 50%;
  padding: 0 15px;
  margin-left: 0;
}
.custom-campared-yext-row1 .span6.widget-span:first-child .dnd-row {
  padding-top: 48px;
  padding-left: 20px;
}
.custom-campared-yext-row1 .span6.widget-span:last-child .dnd-row {
  background-color: #f2f5f5;
  padding: 40px;
}
.custom-campared-yext-row2 .dnd-section>.row-fluid {
  max-width: 1180px;
}
.custom-campared-yext-row2 .widget-span.dnd-column {
  background-color: rgb(242, 245, 245);
  padding: 40px 40px 83px;
  text-align: center;
  line-height: 27px;
}
.custom-campared-yext-row2 .widget-span.dnd-column h1 {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Dinpro', Helvetica, Arial, Lucida, sans-serif;
  margin: 0 0 8px;
}
.custom-campared-yext-row3 .dnd-section>.row-fluid {
  padding: 0;
}
.hs-campared-yext-layout .hsmd-bottom-pane-title h1 span {
  font-size: 24px;
}
.hs-campared-yext-layout .hsmd-bottom-pane-text-inner {
  padding: 15px 10vw;
  margin-bottom: 10px;
}
.hs-campared-yext-layout .hsmd-bottom-pane-title {
  margin: 0;
}

.hs-lp-page .body-container-wrapper {
  padding: 0;
}

input.email-edit.hs-input {
  width: 100% !important;
}

.competitor-medallia-section2 form {
  max-width: 100%;
}

.master-anz-footer .footer-master-left-content p {
  margin-bottom: 0;
}

.master-landing-uk .master-anz-footer .footer-master-left-content p {
  margin-bottom: 1em;
}

.header-thankyou .header-thankyou-logo a {
  display: inline-block;
}

.dach-demo-request .footer-master-left-content p {
  margin-bottom: 16px;
}

.master-landing-header.competitor-medallia-header .header__container .header-thankyou-logo {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.master-landing-header.competitor-medallia-header .header__container .header-master-button {
  max-width: 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  text-align: right;
}

.master-landing-header.competitor-medallia-header .header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.master-dach-footer .footer-master-left-content p {
  margin-bottom: 16px;
}
@media (min-width: 576px){
  .p-sm-3 {
    padding: 1rem!important;
  }

  .p-sm-5 {
    padding: 3rem!important;
  }
}


@media (min-width: 768px){
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .p-md-4 {
    padding: 1.5rem!important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
  }

  .text-md-center {
    text-align: center!important;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .pr-md-2, .px-md-2 {
    padding-right: .5rem!important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0!important;
  }

  .footer-master-container .hs-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .footer-master-container .hs-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

}

@media (min-width: 992px){
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important;
  }

  .enterprise-solutions-group {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .enterprise-solutions-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .thankyou-banner-section .dnd-section {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .padding-column .dnd-section {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .advanced-banner-auto-reputation-report {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1199px){
  .header-demandworks .header__container,
  .demandworks-master .footer__container,
  .demandworks-section .dnd-section>.row-fluid{
    max-width: 970px;
  }
}

@media (max-width: 1024px){
  .competitor-medallia-section2 h3.form-title {
    font-size: 27px;
  }
}

@media (max-width: 991px){
  .enterprise-leader-content .dnd-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .enterprise-solutions-content form {
    margin-top: 1.5rem;
  }

  .enterprise-solutions-content form .hs-richtext h2, 
  .enterprise-solutions-content form .hs-richtext h2+p {
    text-align: center;
  }


  .bcb-search-page .hs-footer-master-right-social ul li:first-child {
    font-size: 21px;
    line-height: 27px;
  }

  .custom-master-row1 {
    padding-top: 0;
  }
  .custom-master-row1 .dnd-section > .row-fluid {
    flex-wrap: wrap;
  }
  .custom-master-row1 .span6.widget-span {
    width: 100%;
  }
  .custom-master-row1 .row-fluid-wrapper.row-depth-1.row-number-4.dnd-row {
    margin-top: 24px;
    text-align: center;
  }
  .custom-master-row2 .dnd-section {
    padding-top: 0 !important;
    padding-bottom: 24px !important;
  }
  .banner-section.request-demo-banner {
    padding-bottom: 0;
  }
  .custom-demo-request-row2 {
    padding: 0 0 24px;
  }
  .custom-campared-yext-row1 .span6.widget-span {
    width: 100%;
  }
  .custom-campared-yext-row1 .span6.widget-span:last-child .dnd-row {
    margin-top: 69px;
    text-align: center;
  }
  .custom-campared-yext-row2 .dnd-section {
    padding-top: 0 !important;
    padding-bottom: 24px !important;
  }
  .hs-campared-yext-layout .hsmd-bottom-pane-text-inner {
    margin-top: 8px;
  }

  .footer-master {
    text-align: center;
  }
  .hs-footer-master-right-social ul {
    float: none;
    padding-top: 20px;
    text-align: center;
    padding-left: 0;
  }
  .auto-reputation-report-section .dnd-section>.row-fluid>.span6 {
    width: 100%;
  }
  .auto-reputation-report-section .dnd-section>.row-fluid>.span6:last-child {
    margin-top: 1.5rem;
  }
  .container-fluid.competitor-medallia-section .dnd-section {
    padding-bottom: 1.5rem;
  }
  .competitor-medallia-section2.padding-column .dnd-section {
    padding-top: 0;
  }
  .competitor-medallia-section3 .dnd-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .competitors-section3.padding-column .dnd-section {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .competitors-section3 .offer-bottom-items {
    padding-bottom: 35px;
  }
  .advanced-banner-area.banner-webinar-program {
    padding-bottom: 1.5rem;
  }
  .webinar-program-section1 .dnd-section>.row-fluid > .span6 {
    width: 100%;
    margin: 0;
  }
  .webinar-program-section1 .dnd-section>.row-fluid > .span6:last-child {
    margin-top: 1.5rem;
  }
  .webinar-program-section1 .hs_cos_wrapper_type_rich_text h3, 
  .webinar-program-section1 .hs_cos_wrapper_type_rich_text h3+p{
    text-align: center;
  }
  .header-demandworks .header__container,
  .demandworks-master .footer__container,
  .demandworks-section .dnd-section>.row-fluid{
    max-width: 750px;
  }
  .demandworks-section .widget-type-form {
    width: 50%;
    margin-left: 25%;
  }

}
@media (max-width: 959px){
  .body-container-wrapper {
    padding-top: 50px;
  }

  .enterprise-capterra .body-container-wrapper {
    padding-top: 0;
  }

  .bcb-search-page .body-container-wrapper {
    padding-top: 0;
  }

  .master-landing-header.competitor-medallia-header .header__container {
    text-align: center;
  }
  .master-landing-header.competitor-medallia-header .header-master-button {
    padding-left: 14px;
  }
  .master-landing-header.competitor-medallia-header .header-thankyou-logo img {
    max-width: 100% !important;
  }
  .header-thankyou .header-thankyou-container {
    padding: 30px 8px;
    text-align: center;
  }
  .header-thankyou-logo {
    margin-bottom: 1.5rem;
    text-align: center;
    width: 100%;
  }
  .header-thankyou-logo img {
    margin: 0 auto;
    display: block;
    max-width: none !important;
  }
  .footer-master-container .hs-col-lg-7, 
  .footer-master-container .hs-col-lg-5 {
    width: 100%;
  }
  .competitors-body-wrp .header-thankyou-logo {
    margin-bottom: 1.2rem;
  }
  .container-fluid.competitor-medallia-section .dnd-section {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
  .competitor-medallia-section2.padding-column .dnd-section {
    padding-top: 0;
  }
  .competitor-medallia-section2 h3.form-title {
    font-size: 22px;
  }
  .competitors-section3 .offer-bottom-items {
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 35px;
    padding-bottom: 35px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
  }
  .header-demandworks .header__container,
  .demandworks-master .footer__container{
    max-width: 100%;
  }

  .hs-richtext.hs-main-font-element h1 {
    padding-left: 1em;
  }
  .hs-richtext.hs-main-font-element h1 span {
    margin: 0;
  }
  .advanced-banner-area.banner-presenceScale {
    padding-bottom: 1.5rem;
  }
  .banner-presenceScale .advanced-banner-area-rightColumn {
    padding-top: 1.25rem;
  }
  .presenceScale-section1.padding-column .dnd-section {
    padding-bottom: 1.5rem;
  }
  .presenceScale-section2.padding-column .dnd-section {
    padding-top: 1.5rem;
    padding-bottom: 64px !important;
  }
  .presenceScale-section3 .hsmd-imgWith-content-items:first-child {
    order: 1;
  }


}



@media (max-width: 959px) and (min-width: 768px){
  .master-landing-header .header-thankyou-logo {
    margin-bottom: 0;
  }

  .master-landing-header .header-thankyou-logo img {
    margin: 0;
  }

  .header-thankyou .header-thankyou-logo {
    margin-bottom: 0;
    text-align: left;
  }

  .header-thankyou .header-thankyou-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-thankyou .header-thankyou-logo img {
    margin: 0;
  }

  .hs-footer-master-right-social ul li {
    margin-bottom: 5px;
  }

  .header-thankyou .header-thankyou-logo a {
    display: inline-block;
    margin-bottom: -5px;
  }
}
@media (max-width: 767px){
  .master-landing-header.enterprise-capterra-header .header__container {
    padding: 30px 15px 31px 15px;
  }

  .enterprise-capterra-header .header-master-button {
    padding-left: 15px;
  }

  .enterprise-capterra-header .header-thankyou-logo img {
    max-width: 100% !important;
  }

  .bcb-search-header .bcb-header-thankyou-logo {
    max-width: 100%;
  }

  .master-landing-header.bcb-search-header .header__container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 54px;
  }

  .compared-birdeye-header .header-master-button {
    text-align: center;
    margin-top: -24px;
    margin-left: 0;
    padding-left: 15px;
  }

  .master-landing-header .header__container {
    padding: 30px 15px 32px 15px;
    display: block;
    text-align: center;
  }
  .request-demo-banner .advanced-banner-area-leftColumn {
    margin-bottom: 5.34rem;
  }

  .header-master-button {
    padding-left: 15px;
  }

  .master-dach-footer .footer-master-left-content p {
    margin-bottom: 1em;
  }

  .advanced-banner-area-rightColumn form .hs-input:not(.hs-fieldtype-intl-phone) {
    width: 100% !important;
  }

  .advanced-banner-area-rightColumn form .input {
    margin-right: 0 !important;
  }

  .header-thankyou .header-thankyou-logo {
    margin-bottom: 19px;
  }

  .master-landing-header.competitor-medallia-header .header__container .header-thankyou-logo, .master-landing-header.competitor-medallia-header .header__container .header-master-button {
    max-width: 100%;
    text-align: center;
  }

  .master-landing-header.competitor-medallia-header .header__container {
    display: block;
  }
  .demandworks-section .widget-type-form {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 479px){


  .enterprise-solutions-content form .field {
    margin-bottom: 20px;
  }

  .enterprise-solutions-content .hs-button {
    width: 100%;
  }

  .enterprise-solutions-content .actions {
    margin-bottom: 20px;
  }

  .enterprise-leader-content .hs_cos_wrapper_type_rich_text img {
    margin-top: 7px;
  }

  .enterprise-partner-content a.orange-btn {
    font-size: 18px;
  }

  .master-landing-header .header__container {
    padding: 30px 0 32px 0px;
  }
  .master-banner .advanced-banner-area-rightColumn-content h2 {
    margin-top: 20px;
  }

  /* Footer Style */
  .footer-master-copyright {
    margin: 40px 0 0 0;
  }

  .auto-reputation-report-section .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 32px;
    line-height: 34.5px;
    margin-top: -3px;
  }
  .auto-reputation-report-section .hs_cos_wrapper_type_rich_text ul li {
    line-height: 47px;
    padding-top: 50px;
    font-size: 18px;
  }
  .competitor-medallia-section2 h3.form-title {
    margin-top: 10px;
    line-height: 35px;
  }
  .competitor-medallia-section2 form .field {
    margin-bottom: 20px;
  }
  .competitor-medallia-section2 form .hs_submit.hs-submit {
    text-align: center;
    margin-bottom: 20px;
  }
  .banner-webinar-program .advanced-rightcolumn-content {
    margin-top: 20px;
  }
  .webinar-program-section1 form .field {
    margin-bottom: 39px;
  }
  .webinar-program-section1 form .hs-fieldtype-select {
    margin-bottom: 20px;
  }
  .webinar-program-section1 form .hs-button, 
  .webinar-program-section1 form .button--primary {
    margin-bottom: 40px;
  }
  .banner-presenceScale .advanced-banner-area-rightColumn form .actions {
    padding-top: 22px;
  }
  .hsmd-img-items img {
    margin-top: 0;
  }
}

@media (max-width: 425px){
  .competitor-medallia-section4 .hsmd-bottom-pane-title h1 span {
    font-size: 30px;
    line-height: 36px;
  }
  .competitors-section3 .offer-top-content h2 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .competitors-section3 .offer-bottom-items:last-child {
    padding-bottom: 35px;
  }
  .competitor-medallia-section4 .hsmd-bottom-pane-title h1 span {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
  }

  .master-dach-footer .hs-footer-master-right-social ul li:first-child {
    display: block;
  }

}


@media only screen and (max-width: 479px){
  .bcb-search-page .hs-footer-master-right-social ul li:first-child {
    font-size: 16px;
  }

  .bcb-search-page .footer-master-copyright {
    margin-top: 52px;
  }


}

@media (max-width: 380px){
  .hs-footer-master-right-social ul li:not(:first-child) {
    margin-right: -1px;
  }
  .hs-footer-master-right-social ul li {
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .request-demo-dach-banner .advanced-title {
    font-size: 44px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */


.site-header {
  height: auto;
  padding: 0;
  border: 0;
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,.5);
  z-index: 999;
  transition: all .25s ease-in-out;
}

.contact-menu {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: right;
  padding: 10px 0;
  z-index: 1;
}

.header-search-wrapper {
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 1px;
  padding: 10px 30px 10px 10px;
  width: 400px;
  box-shadow: 6px 4px 18px rgba(0,0,0,.25);
}

.header-search-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: visibility .15s ease-in-out,opacity .15s ease-in-out;
}

.contact-menu>.menu {
  line-height: 1;
  /* font-size: .0001px; */
}

#contact-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-menu .menu-item {
  position: relative;
}

.contact-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: .0001px;
}

.contact-menu ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  position: relative;
  margin-left: 40px;
  line-height: 1;
}

.contact-menu ul li a {
  color: #c1c1c2;
  font-size: 16px;
}

.contact-menu ul li:hover > a {
  color: #373a40;
}

.contact-menu ul li:hover > a span {
  color: #c1c1c2;
}

.contact-menu ul li.login-top a {
  color: #ff6446;
  font-weight: 600;
}

.contact-menu ul li.login-top:hover a {
  color: #373a40;
}

body.contrast .custom-menu-primary.desktop-menu .submenu.level-1>li.getademo>a {
  border-color: #d0453f !important;
  color: #f3f3f3 !important;
  text-decoration: none !important;
}

body.contrast .btn-danger.btn.fixed-btn {
  border-color: #d0453f !important;
}

body.contrast .footer-sign-up-form .hs-button {
  border-color: rgb(208, 69, 63) !important;
  background-color: rgb(0, 0, 0) !important;
}

body.contrast .footer-sign-up-form .hs-button:hover {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(55, 58, 64) !important;
}

body.contrast .footer-center-wrapper h6 {
  color: rgb(243, 243, 243) !important;
}

body.contrast .footer-menu-wrapper .hs-menu-wrapper>ul>li>a {
  text-decoration: none !important;
  color: rgb(80, 208, 160) !important;
}

body.contrast .footer-menu-wrapper .hs-menu-wrapper>ul>li>a:hover {
  background-color: transparent !important;
}

body.contrast .footer-menu-social ul li a, .footer-menu-social ul li i {
  text-decoration: none !important;
}
@media screen and (min-width: 1025px){
  .btn-header.site-search a {
    transition: opacity .25s ease-in-out;
  }

  .btn-header.site-search a:hover,.btn-header.site-search.open a{
    opacity: .8;
  }

}

.site-search a span {
  display: none;
}

.menu-item i._mi, .menu-item img._mi {
  display: inline-block;
  vertical-align: middle;
}

.menu-item i._mi {
  width: auto;
  height: auto;
  margin-top: -.265em;
  font-size: 1.2em;
  line-height: 1;
}

.menu-item i._before, .rtl .menu-item i._after {
  margin-right: .25em;
}

.menu-item.lang-menu-wrapper {
  position: relative;
  margin-right: 15px;
  font-size: 16px;
  text-align: left;
}

.lang-menu-wrapper>.lang-menu-item-current {
  position: relative;
  color: #c1c1c2;
  cursor: pointer;
  font-size: 16px;
}

.lang-menu-wrapper:hover:before {
  content: '';
  display: block;
  background: 0 0;
  position: absolute;
  height: 15px;
  min-width: 100px;
  width: 100%;
  top: 100%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.lang-menu-wrapper:hover>.lang-menu-item-current{
  color: #373a40;
}

.menu .sub-menu {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 15px 0 0;
  padding: 20px 0;
  min-width: 255px;
  transform: translateX(-50%);
  box-shadow: 6px 4px 18px rgba(0,0,0,.25);
}

.lang-menu-wrapper .sub-menu {
  min-width: 100px;
  padding: 5px 10px;
  margin-top: 11px;
}

.lang-menu-wrapper:hover>.sub-menu{
  display: block;
}

.menu-item.lang-menu-wrapper:after {
  font-family: 'FontAwesome';
  content: '\f107';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  display: inline-block;
  position: absolute;
  color: #c1c1c2;
  top: 50%;
  bottom: 0;
  left: 100%;
  font-size: 16px;
  margin-top: -8px;
  padding-left: 4px;
  cursor: pointer;
}

.menu-item.lang-menu-wrapper:hover:after,
.menu-item.lang-menu-wrapper.open:after{
  color: #373a40;
  content: '\f106';
}

.lang-menu-wrapper .sub-menu li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lang-menu-wrapper .sub-menu li a {
  padding: 7px 5px;
  font-size: 14px;
  text-align: left;
  display: block;
  color: #474b51;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.lang-menu-wrapper .sub-menu li a:hover {
  color: #004f5d;
  text-decoration: underline;
}

#mega-menu-wrap-header-menu {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

#mega-menu-wrap-header-menu .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: #fff;
  border-radius: 2px;
  line-height: 50px;
  height: 50px;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap;
}

.logo {
  float: left;
  max-width: 180px;
  width: auto;
}

.custom-menu-primary {
  width: auto;
  float: right;
}

.logo a {
  line-height: 70px;
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  vertical-align: middle;
  margin-top: -1px;
}

.site-header.fixed{
  transform: translateY(-100%);

}
.site-header.smaller {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  opacity: 1;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  transition: all .25s ease-in-out;
  background: rgba(255,255,255,1);
  box-shadow: 0 0 15px rgba(0,0,0,.5);
  transform: translateY(0%);
}

.smaller.default header.site-header{
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;

}

.smaller.default .submenu.level-1>li>a {
  height: 60px;
  line-height: 60px;
}

.smaller.default .logo a {
  line-height: 60px;
}

.smaller .header-menu-wrapper {
  padding-top: 38px;
}

.smaller.default .submenu.level-1>li.getademo>a {
  height: 40px;
  line-height: 35px;
}


.smaller.default .header-menu-wrapper {
  padding-top: 0;
}

.smaller .contact-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

.a11y-toolbar {
  position: static;
  z-index: 99999;
  top: 0;
  left: 0;
  order: 1;
}

.a11y-toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.a11y-toolbar ul {
  display: flex;
  align-items: center;
}

.a11y-toolbar ul li {
  margin: 0;
  padding: 0;
  display: block;
}

.a11y-toolbar ul li {
  padding: 0 8px;
}

.a11y-toolbar ul li:first-child {
  border-right: 1px solid #c1c1c2;
}

.a11y-toolbar button {
  border: 0;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  line-height: inherit;
  margin: 0;
  font: inherit;
  width: 100%;
  height: 100%;
  text-align: left;
}

.a11y-toolbar button {
  color: #000 !important;
}

.a11y-toolbar button {
  color: #c1c1c2 !important;
}

.a11y-toolbar ul li button {
  font-size: 1.6em;
  padding: .25em;
}

.a11y-toolbar ul li button {
  display: block;
  background: #e2e2e2;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}

.a11y-toolbar ul li button:hover {
  background: #fff;
}

.a11y-toolbar ul li:first-child button {
  border-top-right-radius: 4px;
}

.a11y-toolbar ul li:first-child button {
  border-top-right-radius: 0;
}

#contact-menu .a11y-toolbar ul li button {
  font-size: 11px !important;
  padding: 0;
  background: 0 0;
  border: none;
}

.a11y-toolbar .offscreen, .a11y_stylesheet_path {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  clip-path: polygon(0px 0px,0px 0px,0px 0px,0px 0px);
  white-space: nowrap;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  -webkit-transition: width .3s,clip .3s,clip-path .3s,background-color .5s;
  transition: width .3s,clip .3s,clip-path .3s,background-color .5s;
  line-height: 1.5;
}

.a11y-toolbar .offscreen, .a11y_stylesheet_path {
  z-index: 99;
}

.a11y-toolbar button:hover .offscreen, .a11y-toolbar button:focus .offscreen {
  height: auto !important;
  width: 12em !important;
  clip: unset !important;
  clip-path: unset !important;
  color: #333;
  background: #ffd;
  padding: 2px;
  box-shadow: 0 0 1px #000;
  border-radius: 2px;
  font-size: 13px;
  text-transform: none;
  font-family: Arial;
  top: 25%;
  display: block;
}

.a11y-toolbar button:hover .offscreen, .a11y-toolbar button:focus .offscreen {
  left: 3em;
}

.a11y-toolbar button:hover .offscreen, .a11y-toolbar button:focus .offscreen {
  width: 10em !important;
  background: #fff;
  color: #c1c1c2 !important;
}

.a11y-toolbar button:hover .offscreen, .a11y-toolbar button:focus .offscreen {
  left: 0;
  top: 20px;
}

.aticon-adjust:before, .aticon-font:before {
  position: relative;
  font-family: 'reputation-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.2em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  transition: transform .5s;
}

.aticon-adjust:before {
  content: "\e937";
}

.aticon-font:before {
  content: "\e936";
}

.aticon-font:before {
  content: "\e936";
}

.fontsize .menu-item.lang-menu-wrapper:after,.fontsize .a11y-toolbar button:hover .offscreen,.fontsize .a11y-toolbar button:focus .offscreen {
  top: calc(50% - 8px);
  font-size: 30px
}

.fontsize .gm-page-new .page-subtitle-block h5 {
  font-size: 40px!important
}

.fontsize #contact-menu .a11y-toolbar ul li button,.fontsize .subaru-landing-page #contact-menu .a11y-toolbar ul li button,.fontsize .searchwp-live-search-result-item,.fontsize .resources-post-topics {
  font-size: 22px !important
}

.open .header-search-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-search-wrapper .hs-search-field__input {
  margin: 0;
  padding: 0 0 4px;
  color: #474b51;
  font-size: 18px;
  line-height: 1;
  border-color: #c4c4c4;
  border-width: 0 0 1px;
  height: auto;
  box-shadow: none !important;
  font-weight: 400;
  background-color: #fff;
}

.header-search-wrapper input::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

.open .header-search-wrapper .hs-search-field__input {
  border-color: #999;
}

.header-search-wrapper .header-search-close {
  position: absolute;
  right: 5px;
  top: 12px;
  color: #a8acb4;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.header-search-wrapper .header-search-close:hover {
  color: #474b51;
}

.header-search-wrapper .hs-search-field__input:focus {
  border-color: #999;
  outline: none;
}


.menu-guide-block--quotes img {
  max-width: 85px;
  margin: 0 auto 30px 0;
  box-shadow: 6px 6px 0 0 #004f5d;
}

.wrap-content-quote-with-img p {
  color: #004f5d;
  line-height: 1.7;
  margin-bottom: 10px;
}

.wrap-content-quote-with-img a {
  background: #ff6446;
  font-family: "ff-din-web-pro",Helvetica,Arial,sans-serif;
  position: relative;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  height: 45px;
  outline: none;
  padding: 0 20px;
  color: #fff;
  min-width: 150px;
  margin: 0;
  border-radius: 30px;
  border: 2px solid transparent;
  transition: border .5s,color .5s,background .5s;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  line-height: 40px;
  box-shadow: none;
  margin-top: 40px;
}

.wrap-content-quote-with-img a:hover {
  background-color: #d0453f;
  color: #fff;
  text-decoration: none;
  border: 2px solid transparent;
}

.reputation-partner-network-form {
  display: none;
}

#reputation-partner-network-form h3.form-title {
  display: none;
}

#reputation-partner-network-form {
  max-width: 400px;
  width: 100%;
}

body.mobile-open {
  overflow: hidden;
}

@media (max-width: 1199px){
  .header-search-wrapper {
    right: 0;
    width: 320px;
  }

  .header-search-wrapper .hs-search-field__input {
    font-size: 16px;
    padding: 0 0 5px;
  }

  .header-search-wrapper form {
    line-height: 1;
  }
}
@media (max-width: 1024px){
  .a11y-toolbar {
    display: none !important;
  }
}

@media (min-width: 960px){
  .smaller.fixed .site-header {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .site-header .hs-search-field--open .hs-search-field__suggestions ul li {
    margin-left: 0;
    text-align: left;
  }

  .site-header .hs-search-field__suggestions li {
    margin-left: 0 !important;
    text-align: left;
    display: block !important;
    margin-bottom: 5px;
  }

  .site-header .hs-search-field--open .hs-search-field__suggestions {
    width: calc(100% + 40px);
    left: -10px;
    top: 39px;
  }
}
@media (max-width: 959px){
  .contact-menu {
    display: none;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px;
    max-width: 750px;
    margin: 0 auto;
  }


  header.site-header .page-center {
    padding: 0;
    max-width: 100%;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle img {
    vertical-align: middle;
    position: relative;
    top: -1px;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-preferred-size: 33.33%;
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-2 {
    cursor: pointer;
    outline: none;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-label {
    color: #c1c1c2;
    font-size: 14px;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-label .mega-toggle-label-closed {
    display: inline;
  }


  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-label .mega-toggle-label-open {
    display: none;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:after {
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #c1c1c2;
    margin: 0 0 0 5px;
  }

  div#mega-menu-header-menu {
    display: none;
  }

  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }

  .mobile-open .site-header {
    height: 100vh;
    overflow: auto;
  }

  .smaller .header-menu-wrapper {
    padding: 0;
  }
  .mobile-bottom-container {
    background-color: #004f5d;
    padding: 55px 0 90px;
  }

  .mobile-bottom-container .menu-container h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
  }

  .mobile-bottom-container .menu-container a {
    font-size: 16px;
    position: relative;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 18px;
    display: block;
    color: #ff6446;
  }

  .mobile-bottom-container .menu-container a:hover {
    opacity: 0.8;
  }

  .mobile-bottom-container .menu-container a:after {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    margin-left: 10px;
    transition: transform .5s;
    top: 0;
    right: 0;
    font-size: 14px;
    margin-top: 0;
    cursor: pointer;
    position: relative;
    display: inline-block;
    content: '\e930';
    font-family: 'reputation-icon';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    color: inherit;
  }

  .mobile-bottom-container .menu-container a:hover:after {
    transform: translateX(5px);
  }

  .login-request {
    background-color: #e5eaec;
    padding: 35px 0;
  }

  .custom-menu-primary .menu-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .login-request .menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .login-request .menu-container .btn {
    background: #ff6446;
    font-family: "ff-din-web-pro",Helvetica,Arial,sans-serif;
    position: relative;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    height: 45px;
    outline: none;
    padding: 0 20px;
    color: #fff;
    min-width: 150px;
    margin: 0;
    border-radius: 30px;
    border: 2px solid transparent;
    transition: border .5s,color .5s,background .5s;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: 40px;
    box-shadow: none;
  }

  .login-request .menu-container .btn-header {
    height: 40px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 16px;
    margin: 0;
  }

  .login-request .menu-container .btn:hover {
    background-color: #d0453f;
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
  }

  .login-request .menu-container .btn.btn-header.btn-bordered {
    background: 0 0;
    color: #ff6446;
    border: 2px solid #ff6446;
    height: 40px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    border-radius: 30px;
  }

  .login-request .menu-container .btn.btn-header.btn-bordered:hover {
    background: #ff6446;
    color: #fff;
  }

  .sales-wrapper .menu-container {
    padding-bottom: 15px;
  }

  .sales-wrapper .menu-container a {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 40px;
    transition: color .2s linear,border .2s linear;
    color: #c3c4c5;
    display: block;
  }

  .language-mobile-wrapper  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .language-mobile-wrapper .hs_cos_wrapper_type_rich_text > ul>li>a {
    color: #c3c4c5;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 30px;
    display: inline-block;
  }

  .language-mobile-wrapper .hs_cos_wrapper_type_rich_text > ul>li>a:after {
    content: '\e930';
    font-family: 'reputation-icon';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 1;
    color: #c1c1c2;
    position: relative;
    top: 1px;
    right: 0;
    font-size: 15px;
    margin-top: 0;
    letter-spacing: -1px;
    margin-left: 16px;
    width: 20px;
  }

  .language-mobile-wrapper .hs_cos_wrapper_type_rich_text > ul>li>a + ul {
    display: none;
    background: #f1f1f1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f5f5;
    padding: 80px 0 15px;
    overflow-y: auto;
    float: none;
    transform: translate3d(0,0,0);
    z-index: 9;
  }

  .language-mobile-wrapper .hs_cos_wrapper_type_rich_text > ul>li>a + ul>li {
    max-width: 750px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
  }

  .language-mobile-wrapper .hs_cos_wrapper_type_rich_text > ul>li>a + ul>li>a {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
    background: 0 0;
    padding: 0;
    color: #c3c4c5;
    line-height: 35px;
  }

  .language-mobile-wrapper li.lang-menu-wrapper span {
    position: relative;
    color: #c1c1c2 !important;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 25px;
    display: block;
    font-weight: 700;
    line-height: 1.7;
  }

  .language-mobile-wrapper .hs_cos_wrapper_type_rich_text > ul ul ul li a {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
    color: #373a40;
    line-height: 1.7;
  }

  .language-mobile-wrapper .hs_cos_wrapper_type_rich_text > ul ul ul li {
    line-height: 1.7;
  }

  .mobile-open-lang .language-mobile-wrapper .hs_cos_wrapper_type_rich_text>ul>li>a+ul {
    display: block;
  }

  .mobile-menu-wrapper {
    display: none;
  }

  .mobile-open .mobile-menu-wrapper {
    display: block;
  }

  .mobile-search .mobile-header-search-wrapper {
    padding: 60px 0 25px;
  }

  .mobile-search .mobile-header-search-wrapper .hs-search-field__input {
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px;
    color: #474b51;
    line-height: 1;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    font-weight: 400;
    display: block;
    width: 100%;
    background: transparent;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;
  }

  .mobile-search .menu-container {
    padding-bottom: 15px;
  }

  .mobile-search input::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
  }

  .mobile-search .mobile-header-search-wrapper .hs-search-field__input:focus {
    border-color: #999;
    outline: none;
  }

  .mobile-menu-wrapper .hs-search-field--open .hs-search-field__suggestions {
    background: #f2f5f5;
    z-index: 9;
    top: 28px;
  }

  .mobile-menu-wrapper .hs-search-field__bar form {
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .custom-menu-primary .menu-container {
    max-width: 570px;
  }
}
@media (max-width: 750px){
  #mega-menu-wrap-header-menu .mega-menu-toggle {
    padding: 0 15px;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle a {
    width: 170px;
    height: 27px;
    display: block;
  }

  #mega-menu-wrap-header-menu .mega-menu-toggle img {
    max-height: 40px;
    top: -1px;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: auto;
  }
}


@media (max-width: 599px){
  .custom-menu-primary .menu-container {
    max-width: 100%;
  }
}

@media (max-width: 479px){
  .login-request .menu-container .btn {
    min-width: 120px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer {
  position: relative;
}

.footer-copyright-wrapper {
  font-size: 14px;
  margin-bottom: 60px;
}

.uk-text-left {
  text-align: left!important;
}

.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.uk-grid {
  margin-left: -25px;
}

.uk-grid>* {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin: 0;
  float: left;
  padding-left: 25px;
}

.uk-grid-match>* {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-panel {
  display: block;
  position: relative;
}

.uk-grid>*>:last-child {
  margin-bottom: 0;
}

.uk-panel, .uk-panel:hover {
  text-decoration: none;
}

.uk-margin {
  margin-bottom: 20px;
}

.uk-panel>:not(.uk-panel-title):last-child {
  margin-bottom: 0;
}

.copyright-block address {
  font-style: inherit;
}

.copyright-block {
  line-height: 1.4;
}

.footer-center-wrapper {
  margin-bottom: 15px;
}

.footer-social-wrapper {
  text-align: left;
  padding-top: 0;
  padding-bottom: 50px;
}

.footer-social-wrapper .footer-logo img {
  max-width: 233px;
  width: auto !important;
}

.footer-menu-logo ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu-logo ul li {
  width: 80px;
  margin-bottom: 25px;
}

.footer-menu-logo ul li img {
  display: inline-block;
  vertical-align: middle;
  filter: grayscale(100%);
  height: auto;
}

.visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.footer-sign-up-form-wrapper {
  min-height: 350px;
}

.footer-social-wrapper {
  text-align: left;
  padding-top: 0;
  padding-bottom: 50px;
}

.footer-menu-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu-social ul li {
  margin: 0 -4.5px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.footer-menu-social ul li a {
  width: 32px;
  height: 32px;
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 20px;
}

.footer-menu-social ul li i {
  font-size: 1em;
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.wrapper-footer-contact {
  margin-bottom: 30px;
}

.wrapper-footer-contact h6 {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
}

.wrapper-footer-contact h6 a {
  font-weight: 400;
  transition: color .3s;
}

.wrapper-footer-contact p {
  margin-bottom: 0;
}

.wrapper-footer-contact p span {
  font-size: 12px;
}

.footer-menu-wrapper .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.footer-menu-wrapper .hs-menu-wrapper > ul > li > a {
  font-size: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  display: block;
}

.footer-menu-wrapper .hs-menu-wrapper > ul ul li {
  font-size: 16px;
}

.footer-menu-wrapper .hs-menu-wrapper > ul ul li a {
  margin-top: 10px;
  line-height: 1.5;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-menu-wrapper .hs-menu-wrapper > ul ul li:first-child a {
  margin-top: 0;
}

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

.footer-sign-up-form .hs-form-required {
  display: none;
}

.footer-sign-up-form .hs-richtext p {
  font-size: 14px;
  font-family: "ff-din-web-pro",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 18px;
  color: #333;
}

.footer-sign-up-form {
  background: #f2f5f5;
  padding: 20px 25px 25px;
  border-radius: 5px;
  text-align: left;
}

.uk-grid-match>*>*, [class*=uk-grid-width]>* {
  width: 100%;
  box-sizing: border-box;
}

.footer-sign-up-form h3.form-title {
  margin: 0;
}

.footer-sign-up-form .hs-richtext h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-sign-up-form .hs-richtext h3 + p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: normal;
}

.footer-sign-up-form .hs-input {
  border-radius: 5px;
  box-shadow: none;
  font-size: 16px;
  color: #000;
  height: 45px;
  padding: 8px 20px;
  line-height: 29px;
  font-weight: 400;
}

.footer-sign-up-form .field {
  margin-bottom: 15px;
}

.footer-sign-up-form select.hs-input,
#contact-us-form select.hs-input,
#request-demo-form select.hs-input,
#reputation-partner-network-form  select.hs-input{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA50lEQVR4Xt2MQWqEQBBFK4oLcaEbEQWNuNKFtuABJjeYHCVHyxHmBp0cIWsX3XvFTn0oQoOEYbbz4dHVVf9/ehIty3Jl0gf8KTIETdN0UUo5fvU4jndL4IFXMhcahsEwTtB93/9bghs8nt8E+75/bNtGwszcuq47lWCHm3gIIEtQ27bXpmkM4wRd1/VfCWbsvLtBhnxVVaXKsjSME0xRFIo57eEl0Qt5yvNcHcdx4zGTlcXj/4MgeFvX9ftcIGRZ9solnzzOjK8vDr9ba3/onpIkSeM41owTNHb0iKIoSsMw1AAzPa9+Ab+Vat2gkD80AAAAAElFTkSuQmCC) no-repeat right #ddd;
  -webkit-appearance: none;
  background-position-x: 97%;
  background-size: 10px 10px;
  border: 1px solid #d9d9d9;
}

.footer-sign-up-form select.hs-input:focus,
#contact-us-form select.hs-input:focus,
#request-demo-form select.hs-input:focus,
#reputation-partner-network-form select.hs-input:focus{
  border-color: #999;
  outline: -webkit-focus-ring-color auto 1px;
}

.footer-sign-up-form .hs_countries.field.hs-form-field,
#contact-us-form .hs_countries.field.hs-form-field,
#request-demo-form .hs_countries.field.hs-form-field,
#reputation-partner-network-form .hs_countries.field.hs-form-field{
  margin-bottom: 14px;
}

.footer-sign-up-form .field,
#contact-us-form .field,
#request-demo-form .field,
#reputation-partner-network-form .field{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-sign-up-form .field>label,
#contact-us-form .field>label,
#request-demo-form .field>label,
#reputation-partner-network-form .field>label{
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.footer-sign-up-form .field .input,
#contact-us-form .field .input,
#request-demo-form .field .input,
#reputation-partner-network-form .field .input{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.footer-sign-up-form .field .hs-error-msgs,
#contact-us-form .field .hs-error-msgs,
#request-demo-form .field .hs-error-msgs,
#reputation-partner-network-form .field .hs-error-msgs{
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.footer-menu-wrapper {
  width: 100%;
}

.footer-sign-up-form .hs-input::-webkit-input-placeholder {
  color: #c1c1c2;
  opacity: .54;
}

.footer-sign-up-form .hs-input::-moz-placeholder{
  color: #c1c1c2;
  opacity: .54;
}

.btn-danger.btn.fixed-btn {
  background: #004f5d;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  outline: none;
  color: #fff;
  margin: 0;
  border-radius: 30px;
  border: 2px solid transparent;
  transition: border .5s,color .5s,background .5s;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  box-shadow: none;
  position: fixed;
  bottom: 28px;
  right: 100px;
  z-index: 999;
  height: 40px;
  width: 130px;
  max-width: 130px;
  min-width: 130px;
  line-height: 2;
  font-size: 18px;
  padding: 0;

}

.btn-danger.btn.fixed-btn, .btn-danger.btn.fixed-btn:hover{
background-color: #004f5d!important;
}
.btn-danger.btn.fixed-btn:hover {
  background-color: #004f5d;
  color: #fff;
  text-decoration: none;
  border: 2px solid transparent;
}

.fancybox-container {
  z-index: 999999999999;
}

body.fancybox-iosfix {
  top: auto !important;
  position: static !important
}

.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe {
  background: 0 0
}

.fancybox-close-small:focus:after {
  outline: 0
}

.fancybox-slide--inline iframe {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
  min-height: 100% !important;
  min-width: 100% !important
}

.fancybox-block-wrapper {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important
}

.fancybox-gallery.grid-item-wrapper {
  justify-content: center
}

#request-demo-form,#contact-us-form {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  display: none;
}

#contact-us-form * {
  max-width: 100%
}

.contact-automotive .mktoButton {
  min-width: 150px
}

#request-demo-form h2,#contact-us-form h2,#marketing-form h2 {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: center;
  margin: 0;
  font-size: 30px
}

#contact-us-form h3.form-title,
#request-demo-form h3.form-title{
  margin: 0;
}

#contact-us-form .hs-richtext p,
#request-demo-form .hs-richtext p,
#reputation-partner-network-form .hs-richtext p{
  font-family: "ff-din-web-pro",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: #333;
}

#contact-us-form .hs-form-required,
#request-demo-form .hs-form-required,
#reputation-partner-network-form .hs-form-required{
  display: none;
}

#contact-us-form .hs-richtext{
  margin-bottom: 12px;
}

#request-demo-form .hs-richtext{
  margin-bottom: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

#contact-us-form .hs_countries.field.hs-form-field,
#request-demo-form .hs_countries.field.hs-form-field,
#reputation-partner-network-form .hs_countries.field.hs-form-field{
  margin-bottom: 12px;
}

#contact-us-form .actions,
#reputation-partner-network-form .actions{
  padding-top: 10px;
}

#request-demo-form .actions{
  padding-top: 15px;
}

.fancybox-is-open .fancybox-bg {
  opacity: .85 !important;
}

#contact-us-form .hs-button,
#request-demo-form .hs-button,
#reputation-partner-network-form .hs-button{
  line-height: 40px;
  margin-top: 0;
}

#request-demo-form .hs-richtext p {
  margin-bottom: 12px;
}

#reputation-partner-network-form textarea.hs-input {
  height: 100px;
  resize: vertical;
}

#reputation-partner-network-form .hs-richtext p {
  margin-bottom: 12px;
}

#reputation-partner-network-form .actions {
  padding: 0;
}

.footer-sign-up-form .hs-button {
  margin-top: 0;
}

.footer-master-menu .hs-menu-wrapper>ul>li>a{color:#c1c1c2;}

@media (min-width: 768px){
  .footer-sign-up-form-block .footer-partner-block {
    display: none;
  }
}

@media (min-width: 1025px){
  .footer-social-wrapper .footer-logo, .footer-copyright-wrapper .copyright-block.address-block {
    flex-basis: 47%;
    max-width: 47%;
  }

  .footer-menu-block {
    flex-basis: 47%;
    max-width: 47%;
  }

  .footer-sign-up-form-block {
    flex-basis: 53%;
    max-width: 53%;
  }
}
@media (min-width: 1220px){
  .uk-grid {
    margin-left: -35px;
  }

  .uk-grid>* {
    padding-left: 35px;
  }
}

@media (max-width: 1024px){
  .footer-menu-logo ul li {
    width: 85px;
    margin-bottom: 20px;
  }

  .wrapper-footer-contact p {
    font-size: 17px;
  }

  .footer-menu-wrapper .hs-menu-wrapper>ul ul li.donotsellmypersonalinformation a {
    overflow: visible;
    white-space: normal;
  }
}

@media (max-width: 959px){
  .footer-menu-logo ul li {
    width: 65px;
    margin-bottom: 20px;
  }

  .wrapper-footer-contact h6 {
    font-size: 17px;
  }

  .footer-menu-wrapper .hs-menu-wrapper>ul>li {
    margin-bottom: 50px;
  }

}

@media (max-width: 767px){  
  .footer-copyright-wrapper {
    margin-bottom: 50px;
    font-size: 13px;
  }

  .copyright-block {
    text-align: center;
    margin: 0 0 10px;
  }

  .copyright-block address {
    margin-bottom: 10px;
  }

  .footer-menu-logo ul {
    max-width: 380px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .footer-menu-logo ul li {
    width: 60px;
  }

  .footer-menu-logo ul li:nth-child(6), .footer-menu-logo ul li:nth-child(8) {
    width: 90px;
  }

  .footer-center-wrapper {
    margin-bottom: 25px;
  }

  .footer-sign-up-form {
    margin-bottom: 60px;
  }

  .footer-menu-social {
    text-align: center;
  }

  .footer-menu-social ul li a {
    width: 45px;
    height: 45px;
  }

  .footer-menu-social ul li:last-child a {
    margin-right: 0;
  }

  .footer-menu-social ul {
    padding-right: 4.5px;
  }

  .footer-center-wrapper .footer-menu-block .footer-partner-block {
    display: none;
  }

  .wrapper-footer-contact {
    text-align: center;
  }

  .footer-menu-wrapper .hs-menu-wrapper>ul ul li.donotsellmypersonalinformation a br {
    display: none;
  }

  .btn-danger.btn.fixed-btn,
  .btn-danger.btn.fixed-btn:hover{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    border-radius: 0;
    background: #5032ae;
    text-align: center;
    font-size: 15px;
    line-height: 2;
    max-width: 100%;
    transition: none;
    box-shadow: 0 0 40px -4px rgba(0,0,0,.6);
  }
  


  .fancybox-slide--iframe.fancybox-slide--video .fancybox-content {
    width:95%;
    max-width: calc(100% - 20px)
  }
}

@media (max-width: 599px){
  .footer-sign-up-form .hs-button,
  #contact-us-form .hs-button,
  #request-demo-form .hs-button,
  #reputation-partner-network-form .hs-button{
    font-size: 16px;
  }
}

@media (max-width: 479px){
  .footer-menu-social ul {
    max-width: 245px;
    margin: 0 auto;
  }

  .footer-menu-social ul li a {
    margin-right: 35px;
    margin-bottom: 30px;
  }

  .footer-menu-social ul li:last-child a, .footer-menu-social ul li:nth-child(3n) a {
    margin-right: 0;
  }

  .footer-social-wrapper {
    padding-bottom: 20px;
  }

  .footer-menu-wrapper .hs-menu-wrapper>ul>li {
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer-menu-wrapper .hs-menu-wrapper>ul ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .footer-menu-wrapper .hs-menu-wrapper>ul ul li {
    padding-right: 15px;
  }
}

@media (max-width: 420px){
  .footer-menu-logo ul li {
    padding-left: 15px;
  }

  .footer-menu-logo ul li:first-child {
    padding-left: 0;
  }

  .footer-menu-logo ul li:nth-child(6), .footer-menu-logo ul li:nth-child(8) {
    padding-left: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */


.category-page-content-header {
  padding-top: 60px;
  text-align: center;
}

.resources-breadcrumbs-block {
  margin-bottom: 34px;
}

.resources-breadcrumbs-block .breadcrumbs, 
.resources-breadcrumbs-block .breadcrumbs a {
  font-size: 16px;
  color: #808285;
  margin-bottom: 0;
  line-height: 1;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.resources-breadcrumbs-block .breadcrumbs-separator {
  padding: 0;
}

.main-page-view-block-subtitle {
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #231f20;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 35px;
}

.category-page-description {
  padding-top: 5px;
}

.blog-search .hs-search-field__input {
  background-color: transparent;
  width: 100%;
  padding: 5px 35px 5px 15px;
  height: 37px;
  border-radius: 37px;
  border: 1px solid #bdc4cc;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-family: inherit;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  -webkit-transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
  transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
  -o-transition: box-shadow .45s,border-color .45s ease-in-out;
  transition: box-shadow .45s,border-color .45s ease-in-out;
  transition: box-shadow .45s,border-color .45s ease-in-out,-webkit-box-shadow .45s;
  display: block;
}

.blog-search .hs-search-field__input:focus {
  box-shadow: none;
  outline: none;
}

.blog-search form {
  max-width: 100px;
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
  -webkit-transition: max-width .35s ease-in-out;
  -o-transition: max-width .35s ease-in-out;
  transition: max-width .35s ease-in-out;
}
.blog-search form.active {
  max-width: 400px;
  width: 100%;
}

.blog-search form:before {
  content: '\f002';
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  cursor: default;
  z-index: -1;
  color: #545554;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 18px;
  -webkit-transition: color .35s ease-in-out;
  -o-transition: color .35s ease-in-out;
  transition: color .35s ease-in-out;
}

.blog-search form.active:before {
  color: #009bde;
}

.blog-search .hs-search-field__bar {
  border-bottom: 1px solid #a8acb4;
  padding-bottom: 30px ;
  margin-bottom: 10px;
  max-width: 200px;
  width: 100%;
}

.resources-nav-menu ul {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  padding-bottom: 40px;
}

.resources-nav-menu ul li {
  padding: 5px 0;
}

.resources-nav-menu ul li a {
  color: #009bde;
  font-size: 16px;
  cursor: pointer;
}

.resources-nav-menu ul li:first-child>a {
  pointer-events: none;
  cursor: text;
  color: #231f20;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 7px;
  display: block;
}

.resources-nav-menu-wrapper h4,
.resources-nav-menu-wrapper h3{
  color: #231f20;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 7px;
}

.sidebar-content {
  padding-bottom: 40px;
}

.sidebar-content ul {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
}

.sidebar-content ul li {
  padding: 5px 0;
  position: relative;
}

.sidebar-content ul li a {
  color: #808285;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.sidebar-content ul li a:hover {
  color: #009bde;
}

.resources-sing-up-form-block {
  border-top: 1px solid #a8acb4;
  margin-top: 10px;
  padding-top: 20px;
  width: 200px;
  max-width: 100%;
  color: #474b51;
}

.resources-sing-up-form-block h3.form-title {
  margin: 0;
}

.resources-sing-up-form-block .hs-richtext h4 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: normal;
  color: #474b51;
  line-height: 1.4;
}

.resources-sing-up-form-block .hs-richtext p{
  font-family: "ff-din-web-pro",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 1.3;
  color: #333;
}

.resources-sing-up-form-block .hs-richtext p a{
  color: #00aef0;
}

.resources-sing-up-form-block .hs-richtext p a:hover,
.start-resources-center-block .hs-richtext p a:hover{
  color: #2795b6;
}

.resources-sing-up-form-block select.hs-input{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA50lEQVR4Xt2MQWqEQBBFK4oLcaEbEQWNuNKFtuABJjeYHCVHyxHmBp0cIWsX3XvFTn0oQoOEYbbz4dHVVf9/ehIty3Jl0gf8KTIETdN0UUo5fvU4jndL4IFXMhcahsEwTtB93/9bghs8nt8E+75/bNtGwszcuq47lWCHm3gIIEtQ27bXpmkM4wRd1/VfCWbsvLtBhnxVVaXKsjSME0xRFIo57eEl0Qt5yvNcHcdx4zGTlcXj/4MgeFvX9ftcIGRZ9solnzzOjK8vDr9ba3/onpIkSeM41owTNHb0iKIoSsMw1AAzPa9+Ab+Vat2gkD80AAAAAElFTkSuQmCC) no-repeat right #ddd;
  -webkit-appearance: none;
  background-position-x: 97%;
  background-size: 10px 10px;
  border: 1px solid #d9d9d9;
}


.resources-sing-up-form-block select.hs-input:focus{
  border-color: #999;
  outline: -webkit-focus-ring-color auto 1px;
}

.resources-sing-up-form-block .hs_countries.field.hs-form-field{
  margin-bottom: 14px;
}

.resources-sing-up-form-block .field{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.resources-sing-up-form-block .field>label{
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.resources-sing-up-form-block .field .input{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}


.resources-sing-up-form-block .field .hs-error-msgs{
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}


.resources-sing-up-form-block .hs-input::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

.resources-sing-up-form-block  .hs-form-required{
  display: none;
}

.resources-sing-up-form-block  .hs-button {
  margin-top: 0;
}

.resources-start-page-content {
  margin-top: 21px;
}

.resources-start-page-content .block-title {
  border-bottom: 1px solid #a8acb4;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.resources-post-item {
  background-color: #fff;
  height: 100%;
  position: relative;
  border: 1px solid #d9d9d9;
}

.resources-post-item:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.resources-post-image-preview {
  height: 140px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.resources-post-post-title-block, .resources-blog-post-block .resources-post-image-preview {
  padding: 15px 20px 40px;
}

.resources-blog-post-block .resources-post-image-preview {
  position: relative;
  color: #fff;
}

.resources-blog-post-block .post-blog-info {
  position: absolute;
  bottom: 0;
  z-index: 2;
  font-size: 12px;
  margin-bottom: 5px;
}

.resources-blog-post-block .resources-post-image-preview:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.05)),color-stop(70%, rgba(0,0,0,.35)),to(rgba(0,0,0,.75)));
  background: -o-linear-gradient(top,rgba(0,0,0,.05) 0%,rgba(0,0,0,.35) 70%,rgba(0,0,0,.75) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,.05) 0%,rgba(0,0,0,.35) 70%,rgba(0,0,0,.75) 100%);
}

.resources-blog-post-block .resources-post-post-title-block {
  padding-bottom: 70px;
}

.post-date {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
}

.resources-post-item .post-date {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.resources-post-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.resources-post-title a, .resources-post-title a:hover {
  color: #000;
}

.author-block {
  text-align: left;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.author-block>* {
  font-size: 14px;
}


div#infscr-loading {
  display: none !important;
}

.resources-blog-post-block .author-block {
  position: absolute;
  bottom: 0;
  height: 60px;
  overflow: hidden;
  margin-bottom: 5px;
}

.author-avatar {
  width: 100px;
  height: 100px;
  margin-right: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.author-block .author-avatar, .author-block .author-info-block {
  display: inline-block;
  vertical-align: top;
}

.resources-blog-post-block .author-avatar {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.author-avatar img, .promo-item img {
  width: auto;
  height: auto;
  margin: 0 !important;
}

.author-info-block {
  width: calc(100% - 150px);
}

.resources-blog-post-block .author-info-block {
  width: calc(100% - 45px);
}

.author-block .author-name, .author-block .author-name a {
  color: #474b51;
}

.author-position {
  color: #a8acb4;
}

.resources-post-content-preview {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 25px 20px;
  background-color: rgba(255,255,255,.95);
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: opacity .3s,visibility .3s ease-in-out;
  -o-transition: opacity .3s,visibility .3s ease-in-out;
  transition: opacity .3s,visibility .3s ease-in-out;
}

.resources-post-item:hover .resources-post-content-preview {
  opacity: 1;
  visibility: visible;
}

.resources-blog-post-block .resources-post-content-preview {
  z-index: 3;
}

.resources-post-content-preview-info, .resources-post-content-preview-info .post-date {
  font-size: 14px;
}

.resources-post-content-preview-info {
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
  z-index: 5;
}

.read-more-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.resources-post-content-preview .read-more-link {
  display: inline-block;
  color: #009bde;
  font-size: 13px;
  margin-top: 10px;
}

.resources-post-topics-block, .resources-post-content-preview .resources-post-preview-overlay-link {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}

.resources-post-topics-block {
  z-index: 2;
}

.resources-post-topics {
  background-color: rgba(255,255,255,.95);
  font-size: 14px;
  margin: 0 20px 15px;
  overflow: hidden;
}

.resources-blog-post-block .resources-post-topics {
  max-height: 40px;
}

.resources-blog-latest-first-block .resources-blog-post-block .resources-post-topics {
  max-height: 155px;
}

.resources-post-content-preview .resources-post-preview-overlay-link {
  top: 0;
  z-index: 1;
}

.resources-post-content-preview-info a:hover {
  text-decoration: underline;
}

.resources-post-item:hover .resources-post-content-preview .read-more-link {
  text-decoration: underline;
}

.resources-post-topics a:hover {
  color: #009bde;
  text-decoration: underline;
}

.resources-post-list.fx-row>[class*=fx-col-] {
  padding: 12px;
}

.resources-post-topics-separator {
  padding: 0 1px;
  color: #545554;
}

.resources-blog-trending-block .resources-post-list {
  margin-top: 0;
}

.resources-post-list.fx-row {
  margin-right: -12px;
  margin-left: -12px;
}

.resources-blog-trending-block .resources-blog-post-block:first-child {
  padding-top: 0;
}

.post-blog-info .resources-post-topics-separator {
  color: #fff;
}

.start-resources-center-block {
  background-color: #003594;
  margin: 30px 0 20px;
  padding: 20px 40px;
  color: #fff;
  font-size: 20px;
}

.start-resources-center-block p {
  margin-bottom: 0;
}

.start-resources-center-block form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #fff;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 1.3;
  width: 100%;
}

.start-resources-center-block .hs-form-required {
  display: none;
}

.start-resources-center-block .hs-input {
  font-size: 13px;
  font-weight: 300;
  color: #545454;
  width: 100%;
  padding: 5px 10px;
  line-height: 28px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
  transition: border-color .45s ease-in-out,-webkit-box-shadow .45s;
  -o-transition: box-shadow .45s,border-color .45s ease-in-out;
  transition: box-shadow .45s,border-color .45s ease-in-out;
  transition: box-shadow .45s,border-color .45s ease-in-out,-webkit-box-shadow .45s;
  background-color: #fff;
  font-family: "ff-din-web-pro",Helvetica,Arial,sans-serif;
  display: block;
  height: auto;
}

.start-resources-center-block .hs-input:focus {
  outline: none;
}

.start-resources-center-block .hs-input::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

.start-resources-center-block h3.form-title {
  margin: 0;
}

.start-resources-center-block form fieldset {
  max-width: 100% !important;
  width: 100%;
}

.start-resources-center-block select.hs-input {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA50lEQVR4Xt2MQWqEQBBFK4oLcaEbEQWNuNKFtuABJjeYHCVHyxHmBp0cIWsX3XvFTn0oQoOEYbbz4dHVVf9/ehIty3Jl0gf8KTIETdN0UUo5fvU4jndL4IFXMhcahsEwTtB93/9bghs8nt8E+75/bNtGwszcuq47lWCHm3gIIEtQ27bXpmkM4wRd1/VfCWbsvLtBhnxVVaXKsjSME0xRFIo57eEl0Qt5yvNcHcdx4zGTlcXj/4MgeFvX9ftcIGRZ9solnzzOjK8vDr9ba3/onpIkSeM41owTNHb0iKIoSsMw1AAzPa9+Ab+Vat2gkD80AAAAAElFTkSuQmCC) no-repeat right #ddd;
  -webkit-appearance: none;
  background-position-x: 97%;
  padding-left: 10px;
  background-size: 10px 10px;
}

.start-resources-center-block .field{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.start-resources-center-block .field>label{
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.start-resources-center-block .field .input{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}


.start-resources-center-block .field .hs-error-msgs{
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.start-resources-center-block .field>label {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}

.start-resources-center-block .hs-richtext p {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;

}

.start-resources-center-block form *{
  font-family: "ff-din-web-pro",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
}

.start-resources-center-block form .hs-button {
  text-transform: capitalize;
  cursor: pointer;
  line-height: 1em;
  font-weight: 700;
  height: 40px;
}

.start-resources-center-block form  .hs_submit.hs-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.get-started-wrapper {
  background: linear-gradient(-170deg,#5032ae 0,#110b42 84%,#110b42 100%);
  color: #fff;
  padding: 70px 0 150px;
  position: relative;
  text-align: center;
}

.get-started-wrapper * {
  color: #fff;
}

.get-started-wrapper:after {
  background: #fff;
  width: 100%;
  height: 90px;
  bottom: -1px;
  left: 0;
  border-radius: 0 100vw 0 0/0 10vw 0 0;
  position: absolute;
  content: "";
}

a.orange-btn {
  background: #ff6446;
  font-family: "ff-din-web-pro",Helvetica,Arial,sans-serif;
  position: relative;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  height: 45px;
  outline: none;
  padding: 0 20px;
  min-width: 150px;
  margin: 0;
  border-radius: 30px;
  border: 2px solid transparent;
  transition: border .5s,color .5s,background .5s;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  line-height: 40px;
  box-shadow: none;
  color: #fff;
}

a.orange-btn:hover,
a.orange-btn:focus{
  background-color: #d0453f;
  color: #fff;
  text-decoration: none;
  border: 2px solid transparent;
}

.blog-pagination a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #009bde;
}

.blog-pagination a:hover {
  color: #2795b6;
}

.resources-page-content {
  background-color: #fff;
  padding: 0 0 75px 0;
}

.no-post {
  color: #009bde;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  line-height: inherit;
  vertical-align: inherit;
}

.smaller.default .body-container-wrapper {
  padding-top: 107px;
}


.single-resources-page-wrapper.main-page-wrapper {
  font-size: 20px;
  line-height: 1.3;
  color: #474b51;
  text-align: left;
  padding-bottom: 50px;
}

.single-resources-page-wrapper .page-header {
  height: auto;
  min-height: auto;
}

.main-page-resources .page-header {
  position: relative;
}

.single-resources-post-header {
  position: relative;
  color: #231f20;
  background-color: #fff;
  z-index: 10;
}

.single-resources-post-header-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 15px 30px;
}

.single-resources-post-header-inner {
  padding: 35px 15px 0;
}

.single-resources-post .single-resources-post-header .page-header-title.resources-page-header-del-margin {
  margin-bottom: 0;
}

h1.resources-page-header-del-margin.page-header-title {
  margin-bottom: 0;
  color: #373a40;
}

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

.single-resources-post-header .author-avatar {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}

.single-resources-post-header .author-block>* {
  font-size: 18px;
}

.single-resources-post-header .author-info-block {
  width: auto;
}

.single-resources-post-header .author-block .author-name, .single-resources-post-header .author-block .author-name a {
  color: #009bde;
}

.single-resources-post-header .author-block .author-name a:hover {
  text-decoration: underline;
}

.single-resources-post-header .author-position, .single-resources-post-header .post-date {
  color: #474b51;
}

.single-resources-post-img-block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.single-resources-post-img-block img {
  width: 100%;
}

.single-resources-page-wrapper img {
  height: auto;
}

article.resources-article {
  margin-top: 60px;
}

.resources-tags-list {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  padding-bottom: 40px;
}

.resources-tags-list li {
  padding: 5px 0;
}

.resources-tags-list li.menu-title {
  color: #231f20;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 7px;
}

.resources-tags-list li a {
  color: #808285;
  font-size: 16px;
  cursor: pointer;
}

.resources-tags-list li a:hover {
  color: #009bde;
}

.single-resources-page-wrapper p {
  margin-bottom: 40px;
}

.single-related-block {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #d4d6da;
}

.single-related-block-title {
  text-align: center;
  color: #373a40;
  font-weight: 700;
}

.resources-next-steps-list.resources-tags-list li:not(.menu-title) a {
  color: #009bde;
}

.resources-next-steps-list.resources-tags-list li:not(.menu-title) a:hover {
  color: #2795b6;
}

.author-page-wrapper .resources-start-page-content {
  margin: 0;
}

.author-page-wrapper .resources-page-content {
  padding-top: 75px;
}

.author-page-wrapper .category-page-content-header {
  padding-top: 0;
  text-align: left;
}


.author-page-wrapper .category-page-content-header .page-center {
  padding: 0;
}

.author-page-wrapper .category-page-content-header .author-avatar, .author-page-wrapper .category-page-content-header .author-info-block {
  vertical-align: middle;
}

.author-page-wrapper .category-page-content-header .author-block {
  margin-bottom: 40px;
}

.author-page-wrapper .category-page-content-header .author-name {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}

.author-page-wrapper .category-page-content-header .author-description {
  font-size: 20px;
  margin-bottom: 70px;
  word-wrap: break-word;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #fff;
  border-color: #bdc4cc !important;
  padding: 8px;
}

.heateor_sss_vertical_sharing {
  background: 0 0;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 4px 1px rgba(0,0,0,.1);
  position: fixed;
  overflow: visible;
  z-index: 10000000;
  display: block;
  padding: 10px;
  border-radius: 4px;
  opacity: 1;
  box-sizing: content-box!important;
  width: 49px;
  right: -15px;
  top: 200px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul.heateor_sss_follow_ul, ul.heateor_sss_sharing_ul {
  list-style: none!important;
  padding-left: 0!important;
}

ul.heateor_sss_follow_ul, ul.heateor_sss_sharing_ul {
  margin: 1px 0!important;
}

ul.heateor_sss_follow_ul li, ul.heateor_sss_sharing_ul li {
  float: left!important;
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
  border: none!important;
  clear: none!important;
}

.heateorSssSharing, .heateorSssSharingButton {
  display: block;
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin: 0;
}

.heateorSssFacebookBackground {
  background-color: #3c589a;
}

.heateorSssSharing {
  float: left;
  border: none;
}

.heateor_sss_vertical_sharing .heateorSssSharing, .heateor_sss_floating_follow_icons_container .heateorSssSharing {
  color: #fff;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
}

.heateorSssSharingSvg {
  width: 100%;
  height: 100%;
  display: block;
}

.heateorSssFacebookSvg {
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssTwitterBackground {
  background-color: #55acee;
}

.heateorSssTwitterSvg {
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssLinkedinBackground {
  background-color: #0077b5;
}

.heateorSssLinkedinSvg {
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssEmailBackground {
  background-color: #649a3f;
}

.heateorSssEmailSvg {
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateorSssSharing:hover {
  opacity: .95;
}

span.filter-link-count {
  vertical-align: super;
  font-size: 11px;
  font-weight: 700;
  font-family: "ff-din-web-pro",Helvetica,Arial,sans-serif;
}

.resources-blog-trending-block .resources-blog-post-block:last-child .resources-post-content-preview p {
  margin-bottom: 0;
}


@media screen and (min-width: 784px){
  .heateor_sss_vertical_sharing {
    padding-right: 15px !important;
  }

  ul.heateor_sss_sharing_ul li {
    float: right !important;
  }

  .heateor_sss_sharing_ul .heateorSssSharing {
    transition: width .15s ease-in-out;
  }

  .heateor_sss_sharing_ul .heateorSssSharing:hover {
    width: 50px !important;
  }
}

@media screen and (max-width: 783px){
  .heateor_sss_bottom_sharing {
    padding: 0!important;
    display: block!important;
    width: auto!important;
    bottom: -2px!important;
    top: auto!important;
  }

  div.heateor_sss_bottom_sharing {
    width: 100%!important;
    left: 0!important;
  }

  div.heateor_sss_bottom_sharing li {
    width: 25% !important;
  }

  div.heateor_sss_bottom_sharing .heateorSssSharing {
    width: 100% !important;
  }

}
@media only screen and (min-width: 768px){
  .resources-breadcrumbs-block+h1 {
    margin-top: 0;
    color: #231f20;
    font-weight: 700;
    font-size: 44px;
  }
  .hide-xs {
    display: block !important;
  }

  .hide-sm {
    display: none !important;
  }

  .resources-blog-latest-first-block .resources-post-image-preview {
    height: 280px;
  }
  .resources-blog-latest-first-block .post-blog-info {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .resources-blog-latest-first-block .resources-post-post-title-block {
    padding-bottom: 80px;
  }

  .resources-blog-latest-first-block .resources-post-item .post-date {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .resources-blog-latest-first-block .resources-post-title {
    font-size: 30px;
  }

  .resources-blog-latest-first-block .author-block {
    height: 67px;
  }

  .resources-blog-latest-first-block .author-block>* {
    font-size: 16px;
  }

  .resources-blog-latest-first-block .resources-blog-post-block .author-avatar {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .resources-blog-latest-first-block .author-block>* {
    font-size: 16px;
  }

  .resources-blog-latest-first-block .resources-blog-post-block .author-info-block {
    width: calc(100% - 80px);
  }

  .resources-blog-latest-first-block .resources-post-content-preview, 
  .resources-blog-latest-first-block .resources-post-topics, 
  .resources-blog-latest-first-block .resources-post-content-preview .author-name {
    font-size: 18px;
  }

  .resources-blog-latest-first-block .resources-post-content-preview .read-more-link {
    font-size: 16px;
  }

  .resources-blog-latest-first-block>.fx-row {
    height: 100%;
  }

  .resources-blog-trending-block .resources-blog-post-block .resources-post-image-preview {
    height: 60px;
  }

  .resources-blog-trending-block .resources-blog-post-block:first-child .resources-post-image-preview {
    height: 130px;
  }

  .single-related-block {
    margin-top: 80px;
    padding-top: 50px;
  }

  .resources-blog-trending-block .resources-blog-post-block:last-child {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1025px){
  .mobile-menu-btn {
    display: none;
  }

  .single-resources-post-header-inner {
    width: 710px;
  }

  .single-resources-aside-left-block, .single-resources-aside-right-block {
    flex-basis: 140px;
    max-width: 140px;
  }

  .single-resources-center-block {
    flex-basis: 710px;
    max-width: 710px;
  }

  .single-related-block {
    margin-top: 100px;
  }

  .single-related-block-title {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .resources-next-steps-list.resources-tags-list li:not(.menu-title) a {
    font-size: 18px;
    color: #009bde;
  }

  .author-page-wrapper .page-aside-block {
    margin-top: 200px;
  }
}

@media only screen and (min-width: 1200px){
  .single-resources-post-header-inner {
    width: 780px;
  }

  .single-resources-aside-left-block, .single-resources-aside-right-block {
    flex-basis: 195px;
    max-width: 195px;
  }

  .single-resources-center-block {
    flex-basis: 780px;
    max-width: 780px;
  }
}


@media only screen and (max-width: 1024px){
  .page-aside-block {
    border: none;
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .resources-page-content .page-aside-block {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 25px;
  }

  .resources-menu-wrapper {
    position: relative;
  }

  .blog-search .hs-search-field__bar {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .mobile-menu-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 30px;
    line-height: 1;
    color: #231f20;
    z-index: 2;
  }

  .resources-menu-wrapper .mobile-menu-btn {
    color: #231f20;
  }

  .resources-menu-wrapper .mobile-menu-btn:hover {
    color: #231f20;
    opacity: .8;
  }

  .resources-nav-menu-mobile {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 70px;
    padding: 15px 15px 30px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.35);
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    z-index: 10;
  }

  .resources-page-content .resources-post-list-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
  .resources-nav-menu-mobile.open {
    display: block;
  }

  .sidebar-content {
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .resources-nav-menu-wrapper {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .resources-nav-menu {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .resources-sing-up-form-block {
    width: 100%;
  }

  .resources-sing-up-form-block .field {
    max-width: 320px;
  }

  .single-resources-main-content .resources-tags-list {
    display: none;
  }

  .single-resources-page-wrapper p,
  .single-resources-page-wrapper {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .single-resources-main-block li {
    margin-bottom: 12px;
  }

  .resources-tags-list.resources-nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .single-related-block .single-resources-center-block {
    margin-bottom: 40px;
  }

  .single-resources-page-wrapper.main-page-wrapper {
    font-size: 18px;
    margin-bottom: 0;
  }

  .author-page-wrapper .resources-page-content .page-aside-block {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 959px){
  .smaller.default .body-container-wrapper {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px){

  .resources-breadcrumbs-block+h1 {
    color: #231f20;
  }

  .category-page-content-header {
    padding-top: 40px;
  }

  .resources-breadcrumbs-block .breadcrumbs, .resources-breadcrumbs-block .breadcrumbs a {
    font-size: 14px;
  }

  .resources-breadcrumbs-block {
    margin-bottom: 20px;
  }

  .resources-page-content {
    padding: 0 0    40px 0;
  }

  .resources-category-page .page-aside-block {
    padding-top: 20px;
  }

  .resources-page-content .page-aside-block {
    padding-top: 20px;
  }

  .hide-all, .hide-xs {
    display: none !important;
  }

  .resources-post-list .resources-post-item-wrapper {
    flex-basis: 50%;
    max-width: 50%;
  }

  .resources-blog-trending-block .resources-blog-post-block:last-child {
    padding-top: 0;
  }

  .resources-post-post-title-block, .resources-blog-post-block .resources-post-image-preview {
    padding: 10px 15px 25px;
  }

  .resources-post-title {
    margin-bottom: 15px !important;
  }

  .author-block {
    margin-top: 40px;
  }

  .resources-blog-latest-first-block {
    margin-top: 40px;
  }

  .start-resources-center-block {
    padding: 20px 15px;
  }

  .start-resources-form.fx-row .fx-col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .start-resources-form.fx-row .fx-col-xs-12 >p {
    font-size: 17px;
  }

  .start-resources-center-block form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
  }

  .start-resources-center-block fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .start-resources-center-block .field .input {
    margin-right: 0 !important;
  }

  .start-resources-form-text p {
    text-align: center;
  }

  .start-resources-center-block .field>label {
    text-align: left;
  }

  .start-resources-center-block .hs-richtext p {
    text-align: left;
  }

  .start-resources-center-block form .actions {
    text-align: center;
  }

  .start-resources-center-block form .hs_submit.hs-submit {
    display: block;
  }

  .start-resources-center-block form .hs-button {
    max-width: 250px;
    width: 100%;
  }

  .start-resources-form.fx-row .fx-col-xs-12:last-child {
    margin-bottom: 0;
  }

  .get-started-wrapper {
    padding: 90px 0 125px;
  }

  .get-started-wrapper h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .get-started-wrapper:after {
    border-radius: 0 50vw 0 0/0 10vw 0 0;
    height: 50px;
  }
  .start-resources-center-block form {
    display: block;
  }

  .single-resources-post-header-inner {
    padding: 25px 15px 0;
  }

  .single-related-block .single-related-post-item {
    margin-bottom: 20px;
  }

  .single-resources-page-wrapper.main-page-wrapper h2 {
    font-size: 26px;
  }

  .author-page-wrapper .resources-page-content {
    padding-top: 40px;
  }

  .author-page-wrapper .category-page-content-header .author-block {
    margin-bottom: 20px
  }

  .author-page-wrapper .category-page-content-header .author-avatar {
    width: 65px;
    height: 65px;
    margin-right: 20px
  }

  .author-page-wrapper .category-page-content-header .author-name {
    font-size: 34px
  }

  .author-page-wrapper .category-page-content-header .author-position {
    font-size: 16px
  }

  .author-page-wrapper .category-page-content-header .author-description {
    font-size: 18px;
    margin-bottom: 40px
  }
}



@media (max-width: 599px){
  .resources-sing-up-form-block .hs-button,
  a.orange-btn{
    font-size: 16px;
  }
}

@media (max-width: 580px){
  .sidebar-content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px){
  .resources-post-list .resources-post-item-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }

  a.orange-btn {
    margin: 0 0 20px;
    font-size: 16px;
  }

  .blog-pagination {
    margin-bottom: 3px;
    margin-top: 22px;
  }

  .resources-start-page-content .block-title {
    color: #373a40;
  }

  .start-resources-center-block .hs-input {
    width: 100% !important;
  }

  .blog-search form.active {
    width: 90%;
  }

  .mobile-menu-btn {
    top: 3px;
  }

  .author-page-wrapper .category-page-content-header .author-avatar {
    width: 60px;
    height: 60px;
    margin-right: 15px
  }

  .author-page-wrapper .category-page-content-header .author-name {
    font-size: 28px
  }
}

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  text-align: center;
  margin-top: 25px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #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-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.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;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.membership-login .hs-form-field{
  margin-bottom: 12px;
}

.membership-login .hs-form-field>label{
  margin-bottom: 10px;
  display: inline-block;
}

.membership-login .hs-button{
  margin-bottom: 10px;
}

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

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

.systems-page {
  padding: 3rem 0;
}

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

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width: 100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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;
}