/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/lato-regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/lato-regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/merriweather-regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/merriweather-bold.ttf) format('truetype');
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
 
 
 
 @font-face {
  font-family: 'FontAwesome';
  src: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/fontawesome-webfont.woff) format('woff'), url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/fontawesome-webfont.ttf) format('truetype'), url('https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}



@font-face {
  font-family: "titilliumregular";
  src:url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/titilliumweb-regular-webfont.woff) format('woff'),
    url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/titilliumweb-regular-webfont.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}



@font-face {
  font-family: "titilliumthin";
  src:url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/titilliumweb-extralight-webfont.woff) format('woff'),
    url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/titilliumweb-extralight-webfont.ttf) format('truetype');
  font-style: normal;
  font-weight: 200;
}



@font-face {
  font-family: "titilliumlight";
  src:url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/titilliumweb-light-webfont.woff) format('woff'),
    url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/titilliumweb-light-webfont.ttf) format('truetype');
  font-style: normal;
  font-weight: 300;
}



@font-face {
  font-family: "titilliumbold";
  src:url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/titilliumweb-semibold-webfont.woff) format('woff'),
    url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/titilliumweb-semibold-webfont.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}



@font-face {
  font-family: "titillium_bdbold";
  src:url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/titilliumweb-bold-webfont.woff) format('woff'),
    url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/fonts/titilliumweb-bold-webfont.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}


body {
  background-color: #fff;
  font-family: Lato, serif;
  font-size: 1.25rem;
  color: #494a52;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 400;
  font-family: titilliumbold,Helvetica,Arial,sans-serif;
}

code {
  vertical-align: bottom;
}

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

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  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;
}

body .dnd-section > .row-fluid,
body .page-center,
body .header__container,
body .footer__container,
body .content-wrapper {
  padding-left:15px;
  padding-right:15px;
}
/* ============= Cookies Style ========= */
#hs-eu-cookie-confirmation {
  position: absolute;
  z-index: 1001;
  background: #000;
  padding: 20px;
  color: #fff;
  font-size: 12px;
}
#hs-eu-cookie-confirmation p {
  margin: 0 0 10px;
}
#hs-en-cookie-confirmation-buttons-area {
  text-align: center;
}
#hs-en-cookie-confirmation-buttons-area a {
  margin: 0 15px;
}
#hs-eu-confirmation-button {
  background-color: green;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
#hs-eu-decline-button {
  background-color: #9a0707;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1199px) {
  body h1 {
    line-height: 1.25;
  }
  body h2 {
    line-height: 1.27777777778;
  }
  body h3 {
    line-height: 1.11111111111;
  }

}

@media (max-width: 991px) {
  body h1 {
    line-height: 1.29411764706;
  }
  body h2 {
    line-height: 1.33333333333;
  }
}

@media (max-width: 767px) {
  body .dnd-section > .row-fluid,
  body .page-center,
  body .header__container,
  body .footer__container,
  body .content-wrapper {
    max-width:100%;
  }
  body h1 {
    line-height: 1.41666666667;
  }
  body h2 {
    line-height: 1.45454545455;
  }
}

@media (max-width: 480px) {}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}


/* slick Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: Lato, sans-serif;
  margin: auto;
}

.hs-button,
.hs-search-field__bar button {
  margin: 0;
  cursor: pointer;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 18px;
  text-align: center;
  background-color: #0db1cd;
  border-radius: 4px;
  color: #fff;
  line-height: 31px;
  padding: 5px 20px;
  display: inline-block;
  transition: color .2s ease-out;
  transition: background-color .2s ease-out;
  
  text-decoration: none !important;
  outline:none;
  border:0px solid transparent;
}

.hs-button:hover,
.hs-search-field__bar button:hover {
  text-decoration: none;
  background-color: #0c94ac;
  transition: background-color .2s ease-out;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

form ul.no-list.hs-error-msgs.inputs-list {
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  padding: 15px 10px 10px;
  position: relative;
  top: -5px;
  z-index: 0;
  font-family: titilliumregular,Helvetica,Arial,sans-serif;
  background: #e92f21;
  margin: 0 0 10px;
}
form .hs-error-msgs label {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.hs-input,
.hs-search-field__input {
  display: block;
  max-width: 767px;
  width: 100%;
  line-height: inherit;
  font: inherit;
  background: #fff;
  font-family: titilliumregular,Helvetica,Arial,sans-serif;
  font-size: 14px!important;
  color: #444;
  border-radius: 4px;
  padding: 9px 5px 9px 10px;
  border: 1px solid #0db1cd;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.hs-input:focus,
.hs-search-field__input:focus {
  outline: 0;
  border: 1px solid #0db1cd;
  box-shadow: 0 0 8px rgba(13, 177, 205, .6);
}
.hs_cos_wrapper_type_google_search .hs-input {
  margin-bottom: 18px;
}
.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 {
  border: 1px solid #0db1cd;
  box-shadow: 0 0 8px rgba(13, 177, 205, .6);
}

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: #e92f21;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 20px;
}

.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: 1.25rem;
  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;
}
@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;
}
@media (max-width: 767px) {
  .body-container form {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin:0;
  padding:0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.custom-header,
header.header {
  min-height: 65px;
}
.custom-header {
  background-color: #F8FAFC;
  font-size: 14px;
  line-height:normal;
}
.custom-header:after, .custom-header:before {
  content: "";
  display: table;
}
.custom-header:after {
  clear: both;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.header-col-grid {
  margin-top: 0px;
  margin-left: -15px;
  margin-right: -15px;
}
.header-col-grid > div {
  padding: 0 15px;
  float: left;
}
.header-logo {
  width: 21%;
  margin-top: 5px;
  position: relative;
}
.header-col-grid:after, .header-col-grid:before {
  content: "";
  display: table;
}
.header-col-grid:after {
  clear: both;
}
.custom-menu-primary {
  margin-top: 19px;
  /*width: 45%;*/
  width: 55%;
}
.header-logo img.hs-image-widget {
  width: 196px !important;
}
.header-right-col {
  margin-top: 18px;
  /*width: 34%;*/
}
.header-right-col .inner {
  float: right;
}

.language_switch {
  margin-right: 16px;
  display: inline-block;
  float: left!important;
}

.select-flags {
  position: relative;
  vertical-align: middle;
  float: left!important;
  width: 46px!important;
  margin-right: 10px;
  display: inline-block;
}
.select-flags .flg-btn {
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  background-color: #fff;
  color: #444;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 21px;
  transition: color .2s ease-out;
  transition: background-color .2s ease-out;
  width: 100%;
  position: relative;
  float: left;
  border-color: #0db1cd;
  padding: 3px 0 4px;
}
.select-flags .flg-btn:hover {
  color: #fff;
  background-color: #0db1cd;
}
.flag-dropdown {
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  font-size: 14px;
  float: left;
  left: 0;
  z-index: 9999;
  position: absolute;
  top: 29px;
  width: 46px;
  margin: 0;
  padding: 0;
  background: #0db1cd;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  overflow: hidden;
}
.flag-dropdown ul {
  list-style: none;
  font-size: 14px;
  background: #fff;
  padding: 0;
  margin: 0;
}
.flag-dropdown ul li {
  position: relative;
}
.flag-dropdown ul li a {
  clear: both;
  font-weight: 400;
  display: block;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 3px 7px;
}
.flag-dropdown ul li a img {
  height: 15px;
  vertical-align: -3px;
}
.flag-dropdown ul li a:hover {
  background: #0db1cd;
}
.flag-dropdown ul li a:hover img {
  height: 19px;
  vertical-align: -5px;
}
.header-btn {
  float: left;
}
.header-btn a {
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  display: inline-block;
  transition: color .2s ease-out;
  transition: background-color .2s ease-out;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 3px 10px;
  border: 1px solid #0db1cd;
  background-color: #fff;
  color: #0db1cd;
  padding-top: 2px;
  padding-bottom: 2px;
}
.header-btn a:hover {
  color: #fff;
  background-color: #0db1cd;
  transition: color .2s ease-out;
  transition: background-color .2s ease-out;
  text-decoration: none;
}
.header-btn.start-btn {
  margin-left: 10px;
}
.header-btn.start-btn a {
  background-color: #ffa800;
  color: #fff;
  padding: 3px 10px;
  border: none;
}
.header-btn.start-btn a:hover {
  background-color: #ff8a00;
}
.flg-btn-img img {
  height: 15px;
  vertical-align: -3px;
}
.flg-btn-img {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  float: left;
  padding-left: 7px;
}
.open .flag-dropdown {
  display: block;
}
.select-flags.open .flg-btn {
  border: 1px solid rgba(0,0,0,.15);
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.banner-section .dnd-section .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}
.banner-down-arrow {
  text-align: center;
  cursor: pointer;
  z-index: 40;
  width: 100%;
  height: 40px;
  display: block;
}

.banner-down-arrow .down {
  margin-top: 15px;
  display: inline-block;
  width: 25px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/arrow_down_blue.png);
}

.back-to-top {
  position: fixed;
  bottom: 75px;
  right: 10px;
  z-index: 0;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 18px;
  text-align: center;
  background-color: #0db1cd;
  border-radius: 4px;
  color: #fff;
  line-height: 31px;
  padding: 5px 20px;
  display: inline-block;
  transition: color .2s ease-out;
  transition: background-color .2s ease-out;
  padding-right: 10px;
  cursor: pointer;
  padding-left: 10px;
}

.back-to-top:after {
  content:"";
  display: inline-block;
  width: 25px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/arrow_up.png);
}
.back-to-top:hover {
  text-decoration: none;
  background-color: #0c94ac;
  transition: background-color .2s ease-out;
}

.hide-header .custom-header {
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.hide-header.fix-header .custom-header {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 4px hsla(0,0%,41%,.5);
  z-index: 999;
}

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

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

@media (max-width: 1199px) {
  .header-logo {
    width: 24%;
  }
  .header-right-col {
    /*width: 30%;*/
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-menu-primary {
    /*width: 46%;*/
    width: 50%!important;
  }
}

@media (max-width: 991px) {
  .hide_992 {
    display:none !important;
  }
  .header-logo {
    width: 31%;
  }
  .custom-menu-primary {
    width: 39%;
  }
  .header-right-col {
    width: auto;
    padding: 0 !important;
  }
  .language_switch {
  margin-right: 5px;
}
  .select-flags {
    margin-right: 5px;
  }
  .header-btn {
    margin-left: 5px;
  }
  .header-btn.start-btn {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .showLogin {
    display: block;
  }
  .header-logo {
    width: 50%;
    margin-top: 10px;
  }
  .header-right-col {
    padding: 0 15px !important;
    width: 50%;
  }
  .header-right-col .inner {
    float: none;
  }
  .header-btn {
    display: none;
  }
  .header-logo img.hs-image-widget {
    width: 159px !important;
  }
  .language_switch {
    margin-right: 25px;
    float: right !important;
    margin-top: 8px;
}
  .select-flags {
    float: right !important;
    margin-top: 8px;
    margin-right: 25px;
  }
  .mobile-trigger {
    float: right;
    cursor: pointer;
  }
  .mobile-trigger .fa-bars {
    font-size: 28px;
    margin-top: 10px;
  }
  .mobile-trigger .fa {
    color: #bababa;
    margin-left: 5px;
  }
  .mobile-trigger .fa-caret-down {
    margin-top: 17px;
    vertical-align: top;
  }
  .header-right-col {
    margin-top: 10px;
  }
  .mobile-trigger .fa-bars {
    position: relative;
    top: 1px;
  }
  .custom-menu-primary {
    position: absolute;
    background: #fff;
    text-align: right;
    z-index: 1001;
    left: 0;
    top: 65px;
    box-shadow: 0 2px 4px hsla(0,0%,41%,.5);
    margin: 0;
    width:100%;
    display:none;
  }
  .custom-menu-primary .navigation-primary {
    padding: 10px 0 0;
  }
}
@media (max-width: 479px) {
  .header-logo img.hs-image-widget {
    max-width: none;
    width: 165px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  padding-top: 70px;
  padding-bottom: 35px;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: normal;
}
.footer__container {
  margin: 0 auto;
}
.footer-row {
  margin-left: -15px;
  margin-right: -15px;
}
.footer-row:after, .footer-row:before {
  content: " ";
  display: table;
}
.footer-row:after {
  clear: both;
}
.footer-row > div {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.footer-social-share {
  margin-left: 8.33333333%;
  width: 41.66666667%;
  min-height:1px;
}
.footer-bottom-right-col {
  width: 41.66666667%;
  float: left;
}
.footer-bottom-right-col-inner {
  font-size: 12px;
  float: right;
  margin-top: 5px;
}
.footer__copyright {
  float: right;
}
.footer-bottom-menu .hs-menu-wrapper > ul > li {
  float: left;
}
.back-to-top {
  display: none;
}
.footer-bottom-menu .hs-menu-wrapper > ul > li:after {
  content: " | ";
  float: left;
  margin: 0 2.3px 0 3px;
}
.footer-bottom-menu .hs-menu-wrapper > ul > li:first-child:after {
  content:none;
}
.footer-social-share a {
  padding-top: 11px;
  text-align: center;
  font-size: 25px;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  border-radius: 23px;
  text-decoration: none !important;
}
.footer-social-share a:last-child {
  margin-right: 0;
}
.footer-rating-col {
  width: 41.66666667%;
  margin-left: 50%;
  margin-bottom: 10px;
  text-align: right;
}
.footer-rating-col a {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #c8b274;
  border: none;
  text-decoration: none;
  outline: none;
}
.footer-rating-col .desc {
  text-decoration: underline;
  margin: 0 0 .3em;
  font-size: .8em;
  line-height: 1.2em;
  display: inline-block;
  margin-left: .1em;
  margin-right: .1em;
}
.pe_stars:before {
  font-family: ProvenExpertStars,Arial,Helvetica,sans-serif;
  content: "\2605\2605\2605\2605\2605";
  letter-spacing: 0;
  position: absolute;
  top: .1em;
  left: 0;
  z-index: 1;
  color: #ccc;
}

.pe_stars span {
  display: block;
  overflow: hidden;
  padding-top: 1.2em;
  width: 90%;
  position: absolute;
  top: .1em;
  left: 0;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  z-index: 1;
}
.pe_stars span:before {
  font-family: ProvenExpertStars,Arial,Helvetica,sans-serif;
  content: "\2605\2605\2605\2605\2605";
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0;
  color: #c8b274;
  z-index:2;
}
.pe_stars {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 5em;
  height: 1.1em;
  margin: 0!important;
  line-height: 1em;
  font-size: 1em;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  top: 1px;
}
.footer-top-right-col {
  width: 16.66666667%;
}
.footer-menu {
  width: 66.66666668%;
  margin-left: 8.33333333%;
}
.footer-menu .hs-menu-wrapper > ul > li {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-bottom: 70px;
}
.footer-menu .hs-menu-wrapper > ul {
  display: block;
  margin: 0 -15px;
}
.footer-menu .hs-menu-wrapper > ul:after {
  content: "";
  display: table;
  clear: both;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  color: #c8b274;
  margin-bottom: 45px;
  text-transform: uppercase;
  font-size: 16px;
  cursor: text;
  text-decoration: none !important;
}
.footer-menu .hs-menu-wrapper > ul ul li a {
  display: block;
  line-height: 28px;
}
.footer-right-img img.hs-image-widget {
  width: 180px !important;
  max-width: none;
}
.footer-logo {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.footer-logo img.hs-image-widget {
  width: 173px !important;
  max-width: none;
}

footer.footer.lp-footer {
  padding-top: 27px;
  padding-bottom: 27px;
}

.footer_proseal {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .footer-menu {
    margin-left: 0;
  }
  .footer-social-share {
    width: 50%;
    margin-left: 0;
  }
  .footer-bottom-right-col {
    width: 50%;
  }
  .footer-rating-col {
    width: 100%;
    margin-left: 0;
  }
  .footer-top-right-col {
    width: 33.33333333%;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .footer-top-right-col {
    display: none;
  }
  .footer-menu {
    width: 100%;
  }
  .footer-social-share {
    width: 58.33333333%;
  }
  .footer-bottom-right-col {
    width: 41.66666667%;
  }
  .footer__copyright {
    float: left;
  }
  .footer-bottom-menu {
    float: left;
  }
}

@media (max-width: 767px) {
  .footer-social-share {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-bottom-right-col {
    width: 100%;
    text-align: center;
  }
  .footer {
    padding-top: 25px;
  }
  .footer-bottom-right-col-inner {
    float: none;
  }
  .footer-bottom-menu {
    text-align: center;
    float: none;
  }
  .footer__copyright {
    float: none;
    display: block;
    clear: both;
    width: 180px;
    margin: 0 auto;
  }
  .hs-menu-wrapper ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .footer-bottom-menu .hs-menu-wrapper > ul > li {
    float: none;
    display: inline-block;
  }
  .footer-bottom-menu .hs-menu-wrapper > ul > li:after {
    margin-right: 5px;
  }
  .footer-social-share a {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-right: 5px;
  }
  .footer-rating-col {
    text-align: center;
  }
  .footer-menu .hs-menu-wrapper > ul > li {
    width: 50%;
    margin-bottom: 40px;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a {
    margin-bottom: 10px;
  }
  .footer-menu .hs-menu-wrapper > ul ul li a {
    line-height: 32px;
  }
  
}

/*@media (max-width: 479px){
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }
}*/
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  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-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  color: #0db1cd;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.15em;
}
.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-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 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.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: transparent;
  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: 100%;
  margin: 20px 0;
}
.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;
  }
}

/* ===== Banner ======= */
.banner {
  min-height:500px;
  background-color: #717677;
  text-align: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.banner .page-center {
  padding-top: 240px;
  padding-bottom: 55px;
  position: relative;
  z-index: 2;
}
.banner h1 {
  font-weight: 400;
  font-family: titilliumthin,Helvetica,Arial,sans-serif;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0,0,0,.5);
  margin:0;
  padding:0;
}
.banner .bg {
  background: rgba(0,0,0,.5);
  padding: 0 15px;
  display: inline-block;
}
.banner h2 {
  font-weight: 400;
  font-family: titilliumthin,Helvetica,Arial,sans-serif;
  font-size: 26px;
  color: #fff;
  line-height: 36px;
  text-shadow: 0 2px 1px rgba(0,0,0,.5);
  margin:0;
  padding:0;
}

.blog-two-col-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
}
.blog-two-col-row .blog-content {
  width: 75%;
  float: left;
  padding: 0 15px;
  min-height:1px;
}
.blog-two-col-row .blog-sidebar {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.post-grid {
  display: flex;
  flex-wrap: wrap;
}
.post-grid .post-item {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.post-grid {
  margin: 0 -15px;
}
.hs-blog-listing {
  background-color: #f7f7f7;
}
.featured-image {
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 175px;
  height: 250px;
  background-color: #333;
}
.featured-image .featured-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.articleCategory {
  left: 15px;
  width: 95%;
  position: absolute;
  bottom: 15px;
  z-index: 1;
}
.articleCategory .topic-holder {
  background: #0db1cd;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 15px 2px;
  margin-right: 10px;
  float: left;
  margin-bottom: 5px;
  box-shadow: 0 0 18px rgba(42,43,43,.2);
}
.articleCategory .topic-holder a {
  font-size: 15px;
  color: #fff;
  line-height: normal;
}

.topic_icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
  margin-right: 10px;
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/hand.svg);
}




.unternehmen, .company, .produkt, .product {
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/proven-expert.svg);
}
.tutorial {
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/tutorial.svg);
}
.kunden---partner, .customers---partners {
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/kundeninterview.svg);
}
.blog-sidebar .sidebar-topic h3 {
  margin-bottom: 10px;
}
.sidebar-topic ul {
  font-size: 16px;
  line-height: 26px;
  color: #444;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.sidebar-topic ul li a {
  display: block;
}





/* .sidebar-topic ul li a:before {
  content: "";
  margin-right: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
} */
.sidebar-topic ul li a[href*="/tag/bewertungsmarketing"]:before {
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/hand-blue.svg);
}
.sidebar-topic ul li a[href*="/tag/tutorial"]:before {
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/tutorial-blue.svg);
}
.sidebar-topic ul li a[href*="/tag/produkt"]:before {
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/proven-expert-blue.svg);
}
.sidebar-topic ul li a[href*="/tag/kunden-partner"]:before {
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/kundeninterview-blue.svg);
}
.sidebar-topic ul li a[href*="/tag/unternehmen"]:before {
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/house.svg);
}

.post-item-body {
  background: #fff;
  padding: 15px 15px 60px;
  position: relative;
  height: calc(100% - 250px);
}
.post-item .post-title {
  line-height: 1.2em;
  margin: 0 0 5px;
  font-size: 28px;
  padding-bottom: 5px;
  font-weight: 400;
  font-family: inherit;
}
.post-item-body p {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4em;
}
.pop-post-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pop-post-item > a {
  float: left;
}
.pop-post-item .pop-post-title {
  float: left;
  margin-left: 15px;
  max-width: 160px;
}
.pop-post-item .popular-img {
  width: 70px;
  margin: 0;
  padding: 0;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-sidebar .popular-posts h3,
.blog-sidebar .popular-posts .h3-style {
  margin-bottom: 10px;
}
a.more-link {
  margin-top: 10px;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 18px;
  text-align: center;
  background-color: #0db1cd;
  border-radius: 4px;
  color: #fff;
  line-height: 31px;
  padding: 5px 20px;
  display: inline-block;
  transition: color .2s ease-out;
  transition: background-color .2s ease-out;
  border: 1px solid #0db1cd;
  background-color: #fff;
  color: #0db1cd;
  padding-top: 4px;
  padding-bottom: 4px;
  position: absolute;
  right: 19px;
  bottom: 19px;
}
a.more-link:hover {
  color: #fff;
  background-color: #0db1cd;
  transition: color .2s ease-out;
  transition: background-color .2s ease-out;
  text-decoration: none;
}
.sidebar-search form {
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
  font-family: inherit;
}
.sidebar-search form:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-search form .hs-search-field__input {
  width: calc(75% - 30px);
  float: left;
  margin: 0 15px;
  line-height: normal;
}
.sidebar-search form button {
  width: calc(25% - 15px);
  margin-right: 15px;
}
.sidebar-search form button svg {
  display: none;
}
.sidebar-search form button:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
}
.sidebar-widget {
  font-size: 16px;
  margin-bottom: 30px;
}
.blog-sidebar .h3-style,
.blog-sidebar h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-family: titilliumregular,Helvetica,Arial,sans-serif;
  margin: 0 0 20px;
  font-weight: normal;
  line-height: normal;
}
.sidebar-social-share {
  border-radius: 4px;
  border: 1px solid #e5e4e3;
  background: #FFFFFF;
}
.sidebar-social-shar-inner {
  padding: 20px 10px;
  overflow: hidden;
}
.blog-sidebar .sidebar-social-shar-inner h3,
.blog-sidebar .sidebar-social-shar-inner .h3-style {
  font-size: 20px;
  text-transform: none;
  text-align: center;
  margin-bottom: 12px;
}
.social-share-holder {
  font-size: 40px;
}
.facebook {
  color: #3b5998;
}
.twitter {
  color: #00bef6;
}
.youtube {
  color: #df2826;
}
.rss {
  color: #f18c34;
}
.social-share-pop-holder {
  position: relative;
  height: 20px;
}
.social-share-pop-holder > div {
  display: none;
}
.social-share-holder i:after {
  content: "";
  display: block;
  height: 3px;
  width: 35px;
  background-color: currentColor;
  margin-bottom: 12px;
  margin-top: 6px;
  opacity: 0;
  transition: all 0.4s;
}
.social-share-pop-holder iframe {
  display: block;
}
.social-share-holder i.active:after {
  opacity: 1;
}
.social-share-pop-holder .tab-active {
  display: block;
}
.banner-topic .topic-holder {
  background: #0db1cd;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 15px 2px;
  margin-right: 10px;
  float: left;
  margin-bottom: 5px;
  box-shadow: 0 0 18px rgba(42,43,43,.2);
}
.banner-topic .topic-holder a {
  font-size: 15px;
  color: #fff;
  line-height: normal;
}
.banner.post-banner .page-center {
  padding: 0 !important;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.banner-topic {
  position: absolute;
  bottom: 16px;
  left: 12px;
}
.hs-blog-post {
  background-color: #f7f7f7;
}
.blog-post-body-section {
  margin-top: -50px;
  padding-top: 50px;
  background: #fff;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-post-body-section .post-page-title {
  line-height: 1.15em;
  color: #0db1cd;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 40px;
  margin-bottom: 40px;
  margin-top: 0;
  padding: 0;
}
.post-share-icon {
  margin: 30px 0 30px 10px;
}
.blog-post-body-section:after {
  content: "";
  display: table;
  clear: both;
}
.post-share-icon .share-title {
  margin-right: 10px;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-top: 40px;
}
.post-share-icon a {
  margin-right: 3px;
}
.post-share-icon .fa {
  font-size: 16px;
  width: 35px;
  height: 35px;
  background: #dddedf;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  transition: background .2s ease-out;
  margin-top: 5px;
  width: 24px;
  height: 24px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  line-height: normal;
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  margin: 0 !important;
}
.userSocialLinks.fa:hover {
  background: #0db1cd;
  transition: background .2s ease-out;
  text-decoration: none;
}
.userSocialLinks.fa-facebook.colored, .userSocialLinks.fa-facebook:hover {
  background: #3b5998;
}
.userSocialLinks.colored:hover {
  background: #0c94ac;
}
.userSocialLinks.fa-twitter.colored, .userSocialLinks.fa-twitter:hover {
  background: #00acee;
}
.userSocialLinks.colored:hover {
  background: #0c94ac;
}
.userSocialLinks.fa-linkedin.colored, .userSocialLinks.fa-linkedin:hover {
  background: #0e76a8;
}
.userSocialLinks.colored:hover {
  background: #0c94ac;
}
.userSocialLinks.fa-xing.colored, .userSocialLinks.fa-xing:hover {
  background: #126567;
}
.userSocialLinks.colored:hover {
  background: #0c94ac;
}
.related-post-wrapper {
  margin-top: 50px;
}
.related-post-wrapper h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #444;
  font-family: titilliumregular,Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: normal;
}
.related-post-wrapper h2.post-title {
  line-height: normal;
}
.blog-bottom-pane {
  background: #c8b274;
  color: #fff;
}
.shareSliderContainer.open a.shareSlider {
  right: -31px;
}
div[align="left"], div[align="right"] {
  text-align: left;
}
.page-center:after {
  content: "";
  display: table;
  clear: both;
}
.bottom-pane-col {
  width: calc(75% - 8px);
  float: left;
  padding: 50px 5px;
}
.bottom-pane-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.bottom-pane-flex .bottom-pane-img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-pane-flex .h3-style {
  color: #fff;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  line-height: 1.2em;
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  font-size: 36px;
  font-weight: normal;
}
.bottom-pane-flex p {
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.4em;
  margin-bottom: 36px;
  margin-top: 20px;
}
.bottom-pane-flex .bottom-pane-img-col .bottom-pane-img-col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 330px;
}
.bottom-pane-flex .bottom-pane-img-col .bottom-pane-img-col-inner img {
  display: block;
}
.blog-bottom-pane .bottom-pane-button {
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 18px;
  text-align: center;
  background-color: #0db1cd;
  border-radius: 4px;
  color: #fff;
  line-height: 31px;
  padding: 5px 20px;
  display: inline-block;
  transition: color .2s ease-out;
  transition: background-color .2s ease-out;
  padding-top: 4px;
  padding-bottom: 4px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.blog-bottom-pane .bottom-pane-button:hover {
  background-color: #fff;
  transition: color .2s ease-out;
  transition: background-color .2s ease-out;
  color: #c8b274;
  text-decoration: none;
}
/* ====== Post page ===== */
span.datae {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #333;
  padding: 10px;
  line-height: normal;
}
.hs-blog-post__body h1, .hs-blog-post__body .subline {
  margin: 0;
  margin-bottom: 40px;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-style: italic;
  font-size: 24px;
  color: #444;
  font-weight: normal;
  line-height: normal;
}
.custom-row {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-row:after,
.custom-row:before {
  content:"";
  display:table;
}
.custom-row:after {
  clear:both;
}
.hs-blog-post__body .custom-row blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: inherit;
  line-height: inherit;
}
.hs-blog-post__body .custom-row blockquote img {
  border: 1px solid #0db1cd;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.hs-blog-post__body p:first-child, .hs-blog-post__body p:first-of-type {
  margin-top: 0;
}
.hs-blog-post__body p, .hs-blog-post__body ul, .hs-blog-post__body ol {
  font-size: 16px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
}
.hs-blog-post__body p{
  font-size: 20px;
  margin: 20px 0;
}
.hs-blog-post__body ,.hs-blog-post__body ul,.hs-blog-post__body ol {
  font-size: 20px;
}
.hs-blog-post__body .custom-row blockquote small {
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  margin: 20px 0;
  display: block;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 14px;
  margin-top: 10px;
  color: #888;
}
.hs-blog-post__body h2, .hs-blog-post__body h3 {
  margin-bottom: 15px;
  color: #444;
  margin-top: 0;
  font-size: 20px;
  font-family: titilliumbold,Helvetica,Arial,sans-serif;
  line-height: normal;
}
.blogAvatar {
  border-radius: 80px;
  width: 60px;
}
.blogAvatar {
  border-radius: 80px;
}
.ctaBoxArticle {
  background: #0db1cd;
  margin-top: 60px;
  padding: 20px 25px;
}
.ctaBoxArticle p, .ctaBoxArticle h3 {
  color: #fff;
}
.hs-blog-post__body .ctaBoxArticle p {
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  width: 80%;
}
.hs-blog-post__body .ctaBoxArticle p:last-child {
  margin-bottom: 0;
}
.ctaBoxArticle .ctaBoxArticleButton {
  margin-top: 20px;
  white-space: nowrap;
}
body .hs-button.yellow {
  background-color: #ffa800;
  color: #fff;
}
body .hs-button.yellow:hover {
  background-color: #ff8a00;
  color: #fff;
}
.post-banner .banner-img {
  display: none !important;
}
.banner.post-banner {
  background-position: center center;
}
.hs-blog-post__body table {
  border: 1px solid #dee2e6;
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
  margin: 0;
  border-spacing: 0;
  line-height: normal;
}
.hs-blog-post__body thead tr {
  background-color: #e6e6e6;
}
.hs-blog-post__body .semibold, .hs-blog-post__body table th {
  font-family: titilliumbold,Helvetica,Arial,sans-serif;
}
.hs-blog-post__body table td, .hs-blog-post__body table th {
  text-align: left;
  border: 0;
  padding: 5px 15px;
  background: transparent !important;
  color: inherit !important;
  vertical-align: middle;
}
.hs-blog-post__body table th {
  text-align: left;
}
.hs-blog-post__body table td+td, .hs-blog-post__body table th+th {
  border-left: 1px solid #e5e4e3;
}
.hs-blog-post__body table th:nth-of-type(n+2), .hs-blog-post__body table tr td:nth-of-type(n+2) {
  text-align: center;
}
.hs-blog-post__body table tbody tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.hs-blog-post__body blockquote {
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: normal;
}
.hs-blog-post__body blockquote small {
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  margin: 20px 0;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 14px;
  margin-top: 10px;
  color: #888;
  display: block;
}
.hs-blog-post__body h4 {
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tip {
  background-color: #0db1cd;
  color: #fff;
  padding: 2px 5px;
  margin-right: 5px;
}
.infoBox, .tip {
  border-radius: 5px;
}

/* mfg */
.mfp-bg {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEUlEQVR42mNgYGDwxYKpLggAf/cHhjtQBWEAAAAASUVORK5CYII=) !important;
  opacity: 1 !important;
}

button.mfp-close {
  text-shadow: 0 1px 0 #fff !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  right: -12px !important;
  top: 5px !important;
  position: absolute !important;
  cursor: pointer !important;
  background: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/ui.png) -19px -18px !important;
  width: 31px !important;
  height: 31px !important;
  display: inline-block !important;
  font-size: 0 !important;
  opacity: 1 !important;
  padding: 0 !IMPORTANT;
}
.mfp-figure {
  box-shadow: 0 2px 4px rgba(34,34,34,.5) !important;
  padding: 9px !important;
  border-radius: 4px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJUlEQVR42mN4//b5/3t3rv0H0TDMgC4AFkQXACliQBdAUYlsDAAOz1z0whkdCwAAAABJRU5ErkJggg==) !important;
  margin: 15px 0 !important;
}
img.mfp-img {
  padding: 0 !important;
}
.mfp-figure:after {
  content:none !important;
}
.mfp-figure figure {
  background: #fff !important;
  border-radius: 4px;
  border: 1px solid #d3d3d3 !important;
  padding: 10px !important;
}
.mfp-figure figure {
  cursor: pointer;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: initial !important;
}
.mfp-zoom-out-cur .mfp-image-holder button.mfp-close {
  cursor: pointer !important;
}
.mr5 {
  margin-right: 5px;
}
.hs-blog-post__body small {
  font-size: 85%;
}
.hs-blog-post__body blockquote img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #0db1cd;
}
.hs-blog-post__body blockquote:before {
  content: "";
  display: table;
}
a.share-img-pinterest {
  vertical-align: baseline;
  position: relative;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  box-shadow: inset 0 0 1px #888;
  -webkit-font-smoothing: antialiased;
  color: #fff!important;
  background: #111 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzBweCIgd2lkdGg9IjMwcHgiIHZpZXdCb3g9Ii0xIC0xIDMxIDMxIj48Zz48cGF0aCBkPSJNMjkuNDQ5LDE0LjY2MiBDMjkuNDQ5LDIyLjcyMiAyMi44NjgsMjkuMjU2IDE0Ljc1LDI5LjI1NiBDNi42MzIsMjkuMjU2IDAuMDUxLDIyLjcyMiAwLjA1MSwxNC42NjIgQzAuMDUxLDYuNjAxIDYuNjMyLDAuMDY3IDE0Ljc1LDAuMDY3IEMyMi44NjgsMC4wNjcgMjkuNDQ5LDYuNjAxIDI5LjQ0OSwxNC42NjIiIGZpbGw9IiNmZmYiPjwvcGF0aD48cGF0aCBkPSJNMTQuNzMzLDEuNjg2IEM3LjUxNiwxLjY4NiAxLjY2NSw3LjQ5NSAxLjY2NSwxNC42NjIgQzEuNjY1LDIwLjE1OSA1LjEwOSwyNC44NTQgOS45NywyNi43NDQgQzkuODU2LDI1LjcxOCA5Ljc1MywyNC4xNDMgMTAuMDE2LDIzLjAyMiBDMTAuMjUzLDIyLjAxIDExLjU0OCwxNi41NzIgMTEuNTQ4LDE2LjU3MiBDMTEuNTQ4LDE2LjU3MiAxMS4xNTcsMTUuNzk1IDExLjE1NywxNC42NDYgQzExLjE1NywxMi44NDIgMTIuMjExLDExLjQ5NSAxMy41MjIsMTEuNDk1IEMxNC42MzcsMTEuNDk1IDE1LjE3NSwxMi4zMjYgMTUuMTc1LDEzLjMyMyBDMTUuMTc1LDE0LjQzNiAxNC40NjIsMTYuMSAxNC4wOTMsMTcuNjQzIEMxMy43ODUsMTguOTM1IDE0Ljc0NSwxOS45ODggMTYuMDI4LDE5Ljk4OCBDMTguMzUxLDE5Ljk4OCAyMC4xMzYsMTcuNTU2IDIwLjEzNiwxNC4wNDYgQzIwLjEzNiwxMC45MzkgMTcuODg4LDguNzY3IDE0LjY3OCw4Ljc2NyBDMTAuOTU5LDguNzY3IDguNzc3LDExLjUzNiA4Ljc3NywxNC4zOTggQzguNzc3LDE1LjUxMyA5LjIxLDE2LjcwOSA5Ljc0OSwxNy4zNTkgQzkuODU2LDE3LjQ4OCA5Ljg3MiwxNy42IDkuODQsMTcuNzMxIEM5Ljc0MSwxOC4xNDEgOS41MiwxOS4wMjMgOS40NzcsMTkuMjAzIEM5LjQyLDE5LjQ0IDkuMjg4LDE5LjQ5MSA5LjA0LDE5LjM3NiBDNy40MDgsMTguNjIyIDYuMzg3LDE2LjI1MiA2LjM4NywxNC4zNDkgQzYuMzg3LDEwLjI1NiA5LjM4Myw2LjQ5NyAxNS4wMjIsNi40OTcgQzE5LjU1NSw2LjQ5NyAyMy4wNzgsOS43MDUgMjMuMDc4LDEzLjk5MSBDMjMuMDc4LDE4LjQ2MyAyMC4yMzksMjIuMDYyIDE2LjI5NywyMi4wNjIgQzE0Ljk3MywyMi4wNjIgMTMuNzI4LDIxLjM3OSAxMy4zMDIsMjAuNTcyIEMxMy4zMDIsMjAuNTcyIDEyLjY0NywyMy4wNSAxMi40ODgsMjMuNjU3IEMxMi4xOTMsMjQuNzg0IDExLjM5NiwyNi4xOTYgMTAuODYzLDI3LjA1OCBDMTIuMDg2LDI3LjQzNCAxMy4zODYsMjcuNjM3IDE0LjczMywyNy42MzcgQzIxLjk1LDI3LjYzNyAyNy44MDEsMjEuODI4IDI3LjgwMSwxNC42NjIgQzI3LjgwMSw3LjQ5NSAyMS45NSwxLjY4NiAxNC43MzMsMS42ODYiIGZpbGw9IiMxMTEiPjwvcGF0aD48L2c+PC9zdmc+) 3px 50% no-repeat;
  text-align: center;
  text-decoration: none !important;
  height: 28px;
  border-radius: 4px;
  width: auto;
  background-position-x: 6px;
  background-size: 18px 18px;
  text-indent: 29px;
  font: 14px/28px "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  padding: 0 6px 0 0;
}
blockquote img[align="center"] {
  border: 1px solid #0db1cd;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
body .hs-blog-post__body ul {
  list-style: circle;
  font-family: inherit;
}
body .hs-blog-post__body ol {
  font-family: inherit;
}
body .hs-blog-post__body ol {
  margin-left: 20px;
}
.hs-blog-post__body blockquote:after {
  content: "";
  display: table;
  clear: both;
}
.hs-blog-post__body .video-container {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  position: relative;
}
.hs-blog-post__body .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dark, .darkText {
  color: #444;
}
.listing-first-post-wrapper .post-item {
  margin-bottom: 40px;
}
.listing-first-post-wrapper .post-item .featured-image {
  height: 350px;
}
.listing-first-post-wrapper .post-item .post-item-body {
  padding: 15px;
  height: auto;
}
.listing-first-post-wrapper .post-item .post-item-body a.more-link {
  position: static;
  float: right;
  left: 0;
  right: 0;
  top: 0;
}
.moreArticlesTitle {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: normal;
}
.hs-blog-pagination:before {
  content: "";
  display: block;
  background: #ababab;
  height: 1px;
  margin: 20px 0;
}
.hs-blog-pagination a {
  margin-top: 10px;
}
.hs-blog-pagination {
  min-height: 80px;
  text-align: center;
  margin: -20px 0 60px;
}
.videoWrapper {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.videoWrapper > * {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  max-height: 100% !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
}
.videoWrapper .hs-responsive-embed-inner-wrapper {
  padding-bottom: 0 !important;
  height: 100%;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,Courier New,monospace;
  vertical-align: initial;
}
code, kbd {
  padding: 2px 4px;
  font-size: 90%;
}

.post-slider button.slick-arrow {
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  z-index: 47;
  background: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/controls.png) no-repeat 0 0;
  opacity: .4;
  border: none;
  line-height: normal;
  cursor: pointer;
  z-index: 2;
  margin-top: -76px;
}
.post-slider button.slick-arrow.slick-prev {
  left: 10px;
}
.post-slider button.slick-arrow.slick-next {
  right: 10px;
  background-position: -42px 0;
}
.post-slider.slick-slider, .post-slider.slick-slider * {
  outline: none !important;
}
.post-slider button.slick-arrow.slick-next:hover {
  background-position: -126px 0;
}
.post-slider button.slick-arrow.slick-prev:hover {
  background-position: -84px 0;
}
.post-slider-slide {
  position: relative;
}
.post-slider .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 90px;
  background: linear-gradient(180deg,#f8f8f8 0,#ece9e2) repeat scroll 0 0 transparent;
  border: 1px solid #e5e4e3;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
}
.slide-caption-holder {
  width: 85%;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.post-slider-slide {
  padding-bottom: 90px;
}
.post-slider-slide-inner {
  margin-bottom: 20px;
}
.post-slider-slide-inner:after {
  content: " ";
  height: 9px;
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  background: hsla(0,0%,100%,0);
  background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.95) 50%,hsla(0,0%,100%,0));
  margin-top: 0;
}
.post-slider-slide-inner img {
  display: block;
  margin: 0 auto;
}
.slide-img-holder {
  box-shadow: 0 8px 5px -5px rgba(75,75,75,.6);
  border: 1px solid #e5e4e3;
}
.post-slider.slick-slider {
  margin: 0;
  padding: 0;
}
.post-slider.green-border .post-slider-slide-inner {
  padding-left: 1px;
  margin-right: 1px;
}
.post-slider.green-border .post-slider-slide-inner .slide-img-holder {
  border: 1px solid #0db1cd;
  box-shadow: none;
}
.post-slider.green-border .post-slider-slide-inner:after {
  content: none;
}
.post-slider.green-border button.slick-arrow {
  display: none !important;
}
.post-slider.green-border:hover button.slick-arrow {
  display: block !IMPORTANT;
}
.slide-counter {
  display: inline-block;
  float: right;
  padding: 30px 15px;
  background-color: #503d1f;
  opacity: .2;
  color: #fff;
  margin-left: auto;
}
.post-slider.green-border .slide-caption-holder {
  padding-top: 10px;
  padding-bottom: 10px;
}
.post-slider-slide-inner {
  padding-left: 1px;
  padding-right: 1px;
}
.peInfoCircle {
  width: 16px;
  height: 15px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 15px;
  cursor: pointer;
  background: #e9e9e9;
  margin-top: 12px;
  margin-right: 8px;
  font-size: 14px;
  font-family: titillium_bdbold,Helvetica,Arial,sans-serif;
}
.peInfoCircle:hover {
  background: #0db1cd;
}
.whiteBg {
  background: #fff;
}
.thin {
  font-family: titilliumthin,Helvetica,Arial,sans-serif!important;
}
.profileSectionHl {
  font-size: 30px;
  line-height: 40px;
}
.otherProfileElem {
  margin-bottom: 20px;
}
.peProfileBorder {
  border-radius: 4px;
  border: 1px solid #e9e9e9;
}
.peProfilePaddingContainer {
  padding: 18px;
}
.peHlSub.small, .peStdText ol, .peStdText p, .peStdText ul, .peSub {
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 20px;
}
.peStdText ol, .peStdText p, .peStdText ul, .peSub {
  line-height: 26px;
}
.fr {
  float: right;
}
.mt25 {
  margin-top: 25px;
}
.hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  padding: 10px;
  border-color: #0DB1CC !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}
.hs-search-field__suggestions a:hover, 
.hs-search-field__suggestions a:focus {
  background: transparent !important;
}

/* ===== Filter css ===== */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-default {
  background-color: #fff;
}
.dropdown-toggle {
  color: #444;
}
.dropdown-toggle, .peButton, .peButtonCancelLabel {
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.dropdown-toggle {
  font-size: 14px;
  line-height: 21px;
}
.btn-default, .btn:hover {
  transition: color .2s ease-out;
  transition: background-color .2s ease-out;
}
.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.btn-group-vertical>.btn, .btn-group>.btn {
  position: relative;
  float: left;
}
.btn-group>.btn:first-child {
  margin-left: 0;
}
.btn-group>.btn:first-child {
  padding: 9px 25px 9px 0;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .filter-option, .dropdown-menu>li>a {
  padding-left: 10px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.btn .caret {
  margin-left: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  border: 0;
  margin-top: 0;
  right: 20px;
  top: 28%;
}
.dropdown-toggle .caret:before {
  color: #0db1cd;
  font-family: FontAwesome;
  content: "\f107";
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select>select {
  position: absolute!important;
  bottom: 0;
  left: 50%;
  display: block!important;
  width: .5px!important;
  height: 100%!important;
  padding: 0!important;
  opacity: 0!important;
  border: none;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}
.form-control, output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type=text].form-control {
  font-family: titilliumregular,Helvetica,Arial,sans-serif;
  font-size: 14px!important;
  color: #444;
  border-radius: 4px;
  padding: 9px 5px 9px 10px;
  border: 1px solid #d3d3d3;
  background: #fff;
  border: 1px solid #0db1cd;
  box-shadow: none;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.btn:hover.dropdown-toggle .caret:before {
  color: #fff;
}
.open>.dropdown-menu {
  display: block;
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li {
  border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
}
.bootstrap-select.btn-group .btn .filter-option, .dropdown-menu>li>a {
  padding-left: 10px;
}
.dropdown-menu>li>a {
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #333;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline:none !important;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.dropdown-menu>li>a:hover span {
  text-decoration: underline;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 300px !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.btn.btn-blue, .btn:hover {
  color: #fff;
  background-color: #0db1cd;
}
input[type=text].form-control:focus {
  outline: 0;
  border: 1px solid #0db1cd;
  box-shadow: 0 0 8px rgba(13,177,205,.6);
}
.bootstrap-select .dropdown-toggle {
  border-color: #0db1cd;
}
.dropdown-toggle {
  outline:none !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
  text-align: center;
}
.introjs-tooltip, .popover {
  position: absolute;
  z-index: 50000;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #0db1cd;
  padding: 17px 15px;
  font-family: titilliumregular,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: normal;
}
.introjs-arrow, .popover_arrow {
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  z-index: 61;
}

.popover.error .popover_arrow, .popover.info .popover_arrow {
  background: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/popover_arrows.png);
}
.introjs-arrow.left, .popover.info .popover_arrow.right {
  top: 10px;
  left: -17px;
  background-position: -51px 0;
}
.bootstrap-select li.selected, .bootstrap-select li.selected a, .bootstrap-select li:hover, .bootstrap-select li a:hover {
  background: #0db1cd;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  color: #888;
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.hs-blog-pagination{
  display: block !important;
}
.hs-blog-pagination .no-post{
  display: none;
}
.post-listing.post-grid > .post-item:first-child {
  display: none;
}
.related-post-more-btn {
  text-align: center;
  min-height: 49px;
  margin-bottom: 68px;
  margin-top: 10px;
  border-top: 1px solid #ababab;
  padding-top: 30px;
  margin-top: 0;
}
.post-slider.slick-slider.no-caption .post-slider-slide-inner {
  padding: 0;
}
.post-slider.slick-slider.no-caption {
  border: 1px solid #0db1cd;
  margin-bottom: 20px;
}
.post-slider.slick-slider.no-caption .slick-list.draggable {
  border: 1px solid #e5e4e3;
}
.post-slider.slick-slider.no-caption .post-slider-slide-inner > img {
  border: 1px solid #e5e4e3;
}
.post-slider.slick-slider.no-caption .post-slider-slide {
  padding-bottom: 0;
}
.post-slider.slick-slider.no-caption .post-slider-slide-inner {
  margin-bottom: 0;
}
.post-slider.slick-slider.no-caption .post-slider-slide-inner:after {
  content: none;
}
.post-slider.slick-slider.no-caption button.slick-arrow {
  margin-top: -16px;
  display: none !IMPORTANT;
}
.post-slider.slick-slider.no-caption:hover button.slick-arrow {
  display: block !important;
}
.sliderContainer {
  position: absolute;
  top: 600px;
  left: 0;
  z-index: 49;
}
.shareSliderContainer {
  z-index: 5;
  position: relative;
  left: -315px;
  transition: all 0.4s;
}
.codeContainer, .shareSliderContainer>div {
  background: #fff;
  border: 1px solid #d3d3d3;
}
.shareSliderContainer>div {
  width: 310px;
  height: 117px;
  border-right: 0;
}
.shere-fix .sliderContainer {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.headline-fix {
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
}


a.shareSlider {
  height: 117px;
  width: 31px;
  position: absolute;
  right: -31px;
  top: 0;
  display: inline-block;
  z-index: 1;
  background-image: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/slider2_en.png);
  background-position: -3px 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
a.shareSlider:hover {
  right: -35px;
}
.shareSliderContainer.open {
  left: 0;
}
.socialSharing .h2 {
  font-size: 20px;
  color: #444;
  margin-top: 15px;
  margin-left: 10px;
  line-height: normal;
}
.socialSharing .ml10 {
  margin-left: 10px;
}
.socialSharing .mt10 {
  margin-top: 10px;
}
.socialSharing a {
  margin-top: 10px;
  float: left;
}
.socialSharing a .shareIcon {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  transition: opacity .4s;
  background-size: cover;
}




.shareIcon.fbIcon {
    background: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/facebook-circle.svg);
}
.shareIcon.twIcon {
  background: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/twitter-circle.svg);
}
.shareIcon.xiIcon {
  background: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/xing-circle.svg);
}
.shareIcon.liIcon {
  background: url(https://6890244.fs1.hubspotusercontent-na1.net/hubfs/6890244/raw_assets/public/ProvenExpert_June2020/images/linkedin-circle.svg);
}
.shareIcon:hover {
  opacity: .75;
}
.socialSharing .fb-like.fb_iframe_widget {
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.hs-blog-post .comment-date {
  display: block !important;
  margin-bottom: 5px;
}
.hs-blog-post form ul.no-list.hs-error-msgs.inputs-list {
  position: static;
  width: auto;
  margin-top: 5px;
  max-width:767px;
}

/* ====== Desktop ENd ======= */
@media (min-width: 992px) {
  .blogAvatar {
    width: 140px;
  }
  .blogAvatar.small {
    width: 90px;
  }
  .ctaBoxArticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ctaBoxArticle .ctaBoxArticleButton {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .blogAvatar {
    width: 80px;
  }
  .hs-blog-post__body table {
    font-size: 18px;
  }
}

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

@media (min-width: 992px) {

  .custom-col-1,
  .custom-col-10,
  .custom-col-11,
  .custom-col-12,
  .custom-col-2,
  .custom-col-3,
  .custom-col-4,
  .custom-col-5,
  .custom-col-6,
  .custom-col-7,
  .custom-col-8,
  .custom-col-9 {
    float: left;
  }
  .custom-col-12 {
    width: 100%
  }
  .custom-col-11 {
    width: 91.66666667%
  }
  .custom-col-10 {
    width: 83.33333333%
  }
  .custom-col-9 {
    width: 75%
  }
  .custom-col-8 {
    width: 66.66666667%
  }
  .custom-col-7 {
    width: 58.33333333%
  }
  .custom-col-6 {
    width: 50%
  }
  .custom-col-5 {
    width: 41.66666667%
  }
  .custom-col-4 {
    width: 33.33333333%
  }
  .custom-col-3 {
    width: 25%
  }
  .custom-col-2 {
    width: 16.66666667%
  }
  .custom-col-1 {
    width: 8.33333333%
  }
  .custom-row > div.center-col {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}


@media (max-width: 1199px) {
  .banner {
    min-height: 400px;
  }
  .banner .page-center {
    padding-top: 175px;
  }
  .banner h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .blog-index__tag-heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .sidebar-search form button {
    font-size: 16px;
    line-height: 26px;
  }
  a.more-link {
    font-size: 16px;
    line-height: 26px;
  }
  .banner-topic .topic-holder a {
    font-size: 14px;
  }
  .blog-post-body-section .post-page-title {
    font-size: 28px;
  }
  .post-share-icon .share-title {
    font-size: 18px;
    line-height: 22px;
  }
  .bottom-pane-flex h3 {
    line-height: 1.2em;
    font-size: 28px;
  }
  .bottom-pane-col {
    padding: 50px 0;
    width: 75%;
  }
  .bottom-pane-flex p {
    font-size: 18px;
  }
  .blog-bottom-pane .bottom-pane-button, .hs-buttom {
    font-size: 16px;
    line-height: 26px;
  }
  .banner.post-banner {
    min-height: 500px;
  }
  .blog-post-body-section .post-page-title {
    margin-bottom: 20px;
  }
  .back-to-top {
    font-size: 16px;
    line-height: 26px;
  }
  .hs-blog-post__body h1, .hs-blog-post__body h2 {
    font-size: 21px;
  }
  .hs-blog-post__body p,.hs-blog-post__body ,.hs-blog-post__body ul,.hs-blog-post__body ol  {
    font-size: 18px;
  }
  .hs-blog-post__body .ctaBoxArticle p {
    width: 100%;
  }
  .hs-button {
    font-size: 16px;
    line-height: 26px;
  }
  .sliderContainer {
    top: 500px;
  }
}
@media (max-width:991px) {
  .banner {
    min-height: 300px;
  }
  .banner .page-center {
    padding-top: 100px;
  }
  .banner h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-two-col-row .blog-content {
    width: 66.66666667%;
  }
  .blog-two-col-row .blog-sidebar {
    width: 33.33333333%;
  }
  .sidebar-search form button {
    font-size: 14px;
    line-height: 24px;
  }
  .post-grid .post-item {
    width: 100%;
    float: none;
  }
  a.more-link {
    font-size: 14px;
    line-height: 24px;
  }
  .banner.post-banner {
    min-height: 260px;
  }
  .bottom-pane-col {
    width: 100%;
  }
  .bottom-pane-flex {
    display: block;
  }
  .bottom-pane-flex .bottom-pane-img-col .bottom-pane-img-col-inner {
    width: 100%;
  }
  .blog-post-body-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-bottom-pane .bottom-pane-button, .hs-buttom {
    font-size: 14px;
    line-height: 24px;
  }
  .back-to-top {
    font-size: 14px;
    line-height: 24px;
  }
  .blogAvatar {
    margin-bottom: 10px;
  }
  .ctaBoxArticle p {
    text-align: center;
  }
  .ctaBoxArticle .ctaBoxArticleButton {
    text-align: center;
  }
  .hs-button {
    font-size: 14px;
    line-height: 24px;
  }
  .hs-blog-post__body table {
    font-size: 14px;
  }
  .post-slider .slide-caption {
    font-size: 14px;
  }
  blockquote img[align="center"], .hs-blog-post__body .custom-row blockquote img {
    width: auto;
  }
  .otherProfileElem.custom-col-4 {
    width: 50%;
    float: left;
  }
  .peStdText ol, .peStdText p, .peStdText ul, .peSub {
    font-size: 18px;
    line-height: 22px;
  }
  .slide-caption-holder {
    width: 80%;
  }
  .articleCategory .topic-holder a {
    font-size: 14px;
  }
  .related-post-more-btn {
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .sliderContainer {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

}

/* ===== 991 End ====== */

@media (max-width: 767px) {
  .banner {
    min-height: 100px;
  }
  .banner .page-center {
    padding-top: 75px;
    padding-bottom: 45px;
  }
  .banner h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-down-arrow {
    display: none;
  }
  .blog-two-col-row .blog-content {
    width: 100%;
    float: none;
  }
  .blog-two-col-row .blog-sidebar {
    width: 100%;
    float: none;
  }
  .featured-image {
    min-height: 175px;
    height: auto;
  }
  .articleCategory .topic-holder a {
    font-size: 12px;
  }
  .post-item-body p {
    font-size: 16px;
    line-height: 1.6em;
  }
  .post-item-body {
    padding: 15px;
    height: auto;
  }
  a.more-link {
    position: static;
    top: 0;
    float: right;
  }
  .sidebar-search form .hs-search-field__input {
    width: calc(100% - 30px);
    float: none;
    margin: 0 15px;
    margin-bottom: 10px;
  }
  .sidebar-search form button {
    width: calc(100% - 30px);
    float: none;
    margin: 0 15px;
  }
  .banner-topic .topic-holder a {
    font-size: 12px;
  }
  .banner.post-banner {
    min-height: 200px;
  }
  .blog-post-body-section .post-page-title {
    line-height: 1.3em;
  }
  .post-share-icon .share-title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
  .bottom-pane-col {
    padding: 30px 0 35px;
  }
  .bottom-pane-flex p {
    font-size: 16px;
  }
  a.back-to-top {
    display: none !IMPORTANT;
  }
  .hs-blog-post__body h1, .hs-blog-post__body h2 {
    margin-bottom: 20px;
  }
  .hs-blog-post__body p,.hs-blog-post__body ,.hs-blog-post__body ul,.hs-blog-post__body ol  {
    font-size: 16px;
  }
  .hs-blog-post .blog-sidebar {
    margin: 30px 0;
  }
  .hs-blog-post .blog-sidebar:after {
    content: "";
    display: table;
    clear: both;
  }
  .post-slider .slide-caption {
    font-size: 12px;
  }
  .otherProfileElem.custom-col-4 {
    width: 100%;
    float: none;
  }
  .profileSectionHl {
    font-size: 22px;
    line-height: 30px;
  }
  .custom-row.whiteBg {
    clear: both;
  }
  .peProfilePaddingContainer {
    padding: 11px 10px;
  }
  .peStdText ol, .peStdText p, .peStdText ul, .peSub {
    font-size: 16px;
    line-height: 20px;
  }
  .profileSectionHl {
    margin-top: 4px;
  }
  .otherProfileElem.custom-col-4:last-child {
    margin-bottom: 66px;
  }
  .listing-first-post-wrapper .post-item .featured-image {
    height: auto;
  }
  .articleCategory .topic-holder a {
    font-size: 12px;
  }
  .banner.blog-banner {
    /*background-size: initial;*/
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .semibold.tip.mf {
    display: inline-block;
  }
  .sliderContainer {
    display: none !important;
  }
  div[align="left"], div[align="right"] {
    float: none !important;
  }
  div[align="left"], div[align="right"] {
    float: none !important;
    text-align: left;
  }
  .hs-blog-post__body blockquote img[aling-mb="full"] {
    display: block !IMPORTANT;
    margin-left: 0 !IMPORTANT;
  }
  .blog-index__tag-heading {
    line-height: 1.3em;
  }
  .post-item post-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .listing-first-post-wrapper .post-item .post-title {
    font-size: 28px;
    margin: 0 0 5px;
  }
  
    .headline-fix {
  margin-bottom: -50px!important;
  margin-top: -50px!important;
}

}
/* ======  767 end ====== */
@media (max-width: 384px) {
  .slide-caption-holder {
    width: 75%;
  }
  .post-slider .slide-caption {
    font-size: 10px;
  }
  

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

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
 padding: 3rem 0;
}

.systems-page h1 {
  font-size: 40px;
  margin-bottom: 40px;
  color: #0db1cd;
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  margin-top: 0;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.search-results-page {
  background-color: #f7f7f7;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: titilliumlight,Helvetica,Arial,sans-serif;
  color: #0db1cd;
  padding: 15px;
  font-size: 28px;
  margin-bottom: 5px;
}
.hs-search-results__title:hover {
  text-decoration: underline;
}
.hs-search-results__featured-image img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 15px;
}
.hs-search-results__description {
  padding: 15px;
  font-size: 20px;
  line-height: 1.4em;
}
.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;
}

.systems-page .hs-form-field {
    margin-bottom: 15px;
}
.systems-page input.hs-button {
    margin: 15px 0;
}
.systems-page .hs-input[type=checkbox] {
    display: inline;
}
.systems-page form .hs-error-msgs label {
    color: red !important;
}
.systems-page ul.no-list.hs-error-msgs {
    margin: 0;
}
.systems-page input[type='password'] {
    display: block;
    max-width: 767px;
    width: 100%;
    line-height: inherit;
    font: inherit;
    background: #fff;
    font-family: titilliumregular,Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    color: #444;
    border-radius: 4px;
    padding: 9px 5px 9px 10px;
    border: 1px solid #0db1cd;
    box-shadow: none;
    position: relative;
    z-index: 1;
    height: auto !important;
}
.systems-page input[type='password']:focus {
    border-color: rgba(13,177,205,1.0);
    box-shadow: 0 0 8px rgba(13,177,205,0.6);
    outline: 0;
}


@media(max-width:767px) {
  .systems-page .success {
      min-width: 100%;
  }
  .systems-page input.email-edit.hs-input {
      width: 100% !important;
  }
}
/* Button Default */
button,
.button,
.hs-button {
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  background-color: #0db1cd;
  border: 1px solid #0db1cd;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.45px;
  padding: 8px 28px;
  /*position: relative;*/
  text-align: center;
  text-decoration: none!important;
  text-transform: uppercase;
  transition: all 0.15s linear;
  white-space: nowrap;
  width: auto;
  word-break: break-word;
  margin-top: 16px;
  /*margin-bottom: 16px;*/
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.outline:disabled,
.hs-button:disabled {
  opacity: 0.4;

}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #0d94ab;
  border-color: #0d94ab;
  color: #FFF;
  text-decoration: none;
}

.button.outline:hover,
.button.outline:focus,
.button.outline:active {
   background-color: #0db1cd;
  border-color: #0db1cd;
  color: #FFF;
  text-decoration: none;
}

.button.outline:hover a,
.button.outline:focus a,
.button.outline:active a {
  color: #FFF;
}

button:active,
.button:active,
.hs-button:active {
  background-color: #0db1cd;
  border-color: #0db1cd;
  color: #FFF;
  text-decoration: none;
}


/* Button Outline */
button.outline,
.button.outline {
  background-color: transparent;
  border: 1px solid #0db1cd;
  color: #0db1cd;
  box-sizing: border-box;
}

button.outline a,
.button.outline a {
    color: #0db1cd;
}

button.outline.secondary,
.button.outline.secondary {
  background-color: transparent;
  border: 1px solid #ffa800;
  color: #ffa800;
  box-sizing: border-box;
}

button.outline.secondary a,
.button.outline.secondary a {
     color: #ffa800;
}

/* Button Secondary-Color */
button.secondary,
.button.secondary {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  box-sizing: border-box;
}

button.secondary:disabled,
.button.secondary:disabled {
  background-color: #ffa800;
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.5);
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover, 
.button.secondary:focus {
  background-color: #d38d00;
  border-color: #d38d00;
  text-decoration: none;
}

.button.secondary.outline:hover,
.button.secondary.outline:focus,
.button.secondary.outline:active {
    background-color: #ffa800;
  border-color: #ffa800;
  color: #fff;
  text-decoration: none;
}

.button.secondary.outline:hover a,
.button.secondary.outline:focus a,
.button.secondary.outline:active a {
  color: #fff;
}

button.secondary:active,
.button.secondary:active {
  background-color: #ffa800;
  border-color: #ffa800;
}

.btn_small {
  padding: 4px 24px;
  box-sizing: border-box;
}

.btn_large {
  padding: 12px 32px;
  box-sizing: border-box;
}


/* Link in Button */
.button a,
.button a:hover,
.button a:focus
.button a:active,
.button a:disabled {
    text-decoration: none;
}





@media (max-width: 767px) {
    button,
    .button,
    .hs-button,
    button_outline,
    .button_outline {
        width: 100%;
    }
}