/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/
/* Images */ img { max-width: 100%; border: 0; -ms-interpolation-mode: bicubic; vertical-align: bottom; /* Suppress the space beneath the baseline */ } /* Videos */ video { max-width: 100%; height: auto; } /* Embed Container (iFrame, Object, Embed) */ .hs-responsive-embed { position: relative; height: auto; overflow: hidden; padding-top: 0; padding-left: 0; padding-right: 0; } .hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed { width: 100%; height: 100%; border: 0; } .hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo { padding-bottom: 2%; } .hs-responsive-embed.hs-responsive-embed-instagram { padding-bottom: 116.01%; } .hs-responsive-embed.hs-responsive-embed-pinterest { height: auto; overflow: visible; padding: 0; } .hs-responsive-embed.hs-responsive-embed-pinterest iframe { position: static; width: auto; height: auto; } iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] { width: 100%; max-width: 100%; } @media (max-width: 568px) { iframe { max-width: 100%; } } /* Forms */ textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select { padding: 6px; display: inline-block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Menus */ .hs-menu-wrapper ul { padding: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal ul { list-style: none; margin: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display: inline-block; margin-bottom: 20px; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul:before { content: " "; display: table; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul:after { content: " "; display: table; clear: both; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: left; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { display: inline-block; padding: 10px 20px; white-space: nowrap; max-width: 140px; overflow: hidden; text-overflow: ellipsis; text-decoration: none; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children { position: relative; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility: hidden; opacity: 0; -webkit-transition: opacity 0.4s; position: absolute; z-index: 10; left: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { display: block; white-space: nowrap; width: 140px; overflow: hidden; text-overflow: ellipsis; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { left: 180px; top: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; } .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul { margin-bottom: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch { position: relative; margin-bottom: 20px; min-height: 7em; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul { margin-bottom: 0; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children { position: static; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: none; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper { display: block; visibility: visible; opacity: 1; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before { content: " "; display: table; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after { content: " "; display: table; clear: both; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li { float: left; } .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a { display: inline-block; padding: 10px 20px; white-space: nowrap; max-width: 140px; width: auto; overflow: hidden; text-overflow: ellipsis; text-decoration: none; } .hs-menu-wrapper.hs-menu-flow-vertical { width: 100%; } .hs-menu-wrapper.hs-menu-flow-vertical ul { list-style: none; margin: 0; } .hs-menu-wrapper.hs-menu-flow-vertical li a { display: block; white-space: nowrap; width: 140px; overflow: hidden; text-overflow: ellipsis; } .hs-menu-wrapper.hs-menu-flow-vertical > ul { margin-bottom: 20px; } .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a { width: auto; } .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding: 10px 20px; text-decoration: none; } .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children { position: relative; } .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility: hidden; opacity: 0; -webkit-transition: opacity 0.4s; position: absolute; z-index: 10; top: 0; left: 180px; } .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a { min-width: 140px; width: auto; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul { max-width: 100%; overflow: hidden; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display: none; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper { display: block; visibility: visible; opacity: 1; position: static; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a { padding-left: 4em; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a { padding-left: 6em; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a { padding-left: 8em; } .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a { padding-left: 140px; } .hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul { box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18); -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18); } @media (max-width: 568px) { .hs-menu-wrapper, .hs-menu-wrapper * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; } .hs-menu-wrapper.hs-menu-flow-horizontal ul { list-style: none; margin: 0; display: block; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul { display: block; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float: none; } .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a { display: block; max-width: 100%; width: 100%; } } .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility: visible; opacity: 1; } /* Space Module */ .widget-type-space { visibility: hidden; } /* Blog Author Section */ .hs-author-listing-header { margin: 0 0 .75em 0; } .hs-author-social-links { display: inline-block; } .hs-author-social-links a.hs-author-social-link { width: 24px; height: 24px; border-width: 0px; border: 0px; line-height: 24px; background-size: 24px 24px; background-repeat: no-repeat; display: inline-block; text-indent: -99999px; } .hs-author-social-links a.hs-author-social-link.hs-social-facebook { background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png"); } .hs-author-social-links a.hs-author-social-link.hs-social-linkedin { background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png"); } .hs-author-social-links a.hs-author-social-link.hs-social-twitter { background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png"); } .hs-author-social-links a.hs-author-social-link.hs-social-google-plus { background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png"); }
@import url("hubspot/styles/patches/recommended.css");
/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
/*==================================================
Dnd styling
====================================================*/


.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

.dnd-section {
  padding:0px;
}

.dnd-section {
  position: relative;
  z-index: 1;
}


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





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

body .dnd-section .full-width-section > .row-fluid{
  padding: 0px!important;
}

@media (max-width: 767px) {

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

}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 */
@import url('https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900');/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */

/*****************************************/
/* Start your style declarations here    */
/*****************************************/







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

html {
  font-size: ;
  overflow-x:hidden;
  scroll-behavior: smooth;
}

body {
 
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  margin: 0px;
  line-height: 1.5;
  letter-spacing: 0px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  scroll-behavior: smooth;
}

body .row-fluid .wrapper{
  max-width: 1200px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  position:relative;
  z-index:2;
  box-sizing:border-box;
  padding: 0px 15px;
}

.body-container-wrapper li {
  margin-left: 26px;
  margin-bottom: 0;
  list-style-type: disc;
}

@media(max-width: 767px) {
  .body-container-wrapper li {
    text-align: left;
    font-size: 16px!important;
  }

  body {
    font-size:16px!important; 
  }

  a {
    font-size: 16px!important; 
  }

  body .container-fluid .row-fluid .simple-cta a.cta_button{
    padding:0px!important;
  }

}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
}

.p-14 p,
.p-16 a{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #808080; 
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
}

img{
  height:auto;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* Anchor Links */

a {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0px;
  cursor: pointer;
  margin-bottom:0;
}

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

h1 {
  font-size: 59px;
  font-family: 'Poppins', sans-serif;
  color: #000000; 
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom:20px;
}

h2 {
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1px;
  text-transform: none;
}

h3 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 0.5px;
  text-transform: none;
}

h4 {
  font-size: 20px;
  font-family: 'Poppins',sans-serif;
  color: #11d5b7;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.4px;
  text-transform: none;
}

h5 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0px;
  text-transform: none;
}

h6 {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0px;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  word-break: break-word;
}

strong {
  font-weight: 800;
}

code {
  vertical-align: bottom;
}

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

.body-container-wrapper {
  background:#ffffff;
  overflow:hidden;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:20px 0;
}

.body-container-wrapper ol li,
.body-container-wrapper ol{
  list-style: decimal;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height:1.6;
  letter-spacing: 0px;
  position: relative;
  margin-left:17px;
}

body .row-fluid form ul,
.no-list-style li ul{
  margin:0;
  padding:0;
}

body .row-fluid form li,
.no-list-style li{
  margin:0;    
}

.check-mark li:before {
  position: absolute;
  top: 7px;
  left: -24px;
  content: '';
  width: 13px;
  height: 13px;
  background: url(//3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/raw_assets/public/The%20Lead%20Conversion%20Theme/Images/Updated%20Images/foursquare-button1.svg)no-repeat;
  background-position: center;
  background-size: cover;
} 

body .row-fluid form li:before,
.no-list-style li:before{
  display:none;
}

hr {
  background-color: rgb(205, 205, 205);
  border: none;
  color: #CCC;
  height: 1px;
}

blockquote{
  margin:0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #56676b;
  /*   font-style: normal; */
  font-weight: 600;
  line-height: 1.3;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-style: italic; 
  text-decoration: ;
}

body .row-fluid .hide-module{
  display:none;
}

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

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.float-left{
  float:left;
}

.float-right{
  float:right;
}

.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #11D5B7;
  opacity: 0.8;
  z-index: -1;
}


.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#ffffff;
}


.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
body .container-fluid .row-fluid .text-margin-zero.span12,
.text-margin-zero .widget-type-cta{
  margin:0;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.hubspot-link__container.sproket{
  display:none!important;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding:100px 0;
}

.two-cta-container .left-cta {
  margin-right: 20px;
  margin-bottom: 15px;
}

@media(max-width: 1024px) and (min-width: 768px) {
  .two-cta-container .left-cta a.cta_button,
  .two-cta-container .right-cta a.cta_button{
    margin-bottom: 20px;
  }
}

@media(max-width: 767px) {
  .two-cta-container .left-cta a.cta_button {
    margin-bottom: 20px;
  }

  blockquote{
    font-size: 18px;
  }

  body .row-fluid a.cta_button,
  body .row-fluid .hs-button{
    display:block;
    width:100%;
    box-sizing: border-box!important;
  }

}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }     
}

/* @media(max-width: 767px) {
.row-fluid [class*="span"].dnd-column {
text-align: center;
}
}
*/

/*========================================================
Typography Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

  .row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
  }

  h1 {
    font-size: 50px;
  }

}

@media (max-width:767px){

  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1 {
    font-size: 40px !important;
  }

  h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  h4 {
    font-size: 18px !important;
  }

  h5 {
    font-size: 16px !important;
    line-height: 1.64;
  }

  h6 {
    font-size: 14px !important;
  }

  p {
    font-size: 16px !important;
  }

  .align-right {
    text-align: center;
  }

  .align-left {
    text-align: center;    
  }

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  body a.cta_button, body a.cta-button, body .row-fluid .hs-button{
    display:block;
  }

  .heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }

  body .container-fluid .row-fluid .small a.cta_button, 
  body .container-fluid .row-fluid .small .hs-button {
    font-size: 12px;
    padding: 10px 12px;
  }

  body .container-fluid .row-fluid a.cta_button, 
  body .container-fluid .row-fluid .hs-button,
  body .container-fluid .row-fluid .medium a.cta_button, 
  body .container-fluid .row-fluid .medium .hs-button {
    font-size: 16px;
    /*     padding: 10px 25px; */
  }

  body .container-fluid .row-fluid .large a.cta_button, 
  body .container-fluid .row-fluid .large .hs-button {
    font-size: 18px;
    padding: 18px 50px;
  }

}

/*======================================================
Two Column Adjust
========================================================*/

body .container-fluid .row-fluid .two-col-adjust>span{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;-
  webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:4%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}

@media(max-width:767px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    display:block;
    width:100%;
    margin:20px auto 0;
    float:none
  }

  body .container-fluid .row-fluid .two-col-adjust>span{
    display:block;
    margin-right:0;
  }


}



/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.2%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.96%;
  -webkit-flex-basis: 29.96%;
  float: left;
  margin-right: 3.5%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
  margin-right:0px;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:auto;
  }

}



/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    width:100%;
    margin-top: 20px;
  }   
}

/*==================================================
Cta Module Styling starts Here 
====================================================*/


.cta-choices span.left-cta .video-container .video-title h6 {
  position: relative;
}

.cta-choices .left-cta .arrow-cta {
  margin-right: 50px;
}

body .simple-cta a.cta_button, body .simple-cta a{
  margin-top:0;
}

body.overflow-hidden{
  overflow:hidden;
}

.cta-choices .video-title a.cta-button {
  margin-top: 20px;
}

.cta-choices span {
  display: inline-block;
}

.cta-choices .video-container .video-section .video-title{
  display:inline-block;
  margin-left:0px;
}

.cta-choices .arrow-cta a.cta-button:after,.cta-choices .arrow-cta a:after{
  display:none
}

@media(max-width: 767px) {

  .cta-choices {
    margin-top: 15px;
  }

  .cta-choices .arrow-cta a.cta_button {
    display: inline-block ;
    width: auto;
    box-sizing: border-box;
  }

  .cta-choices span.left-cta .cta-container .video-title h6:after {
    left: 22%;  
  }
}

/*==================================================
Modal Popup styling
====================================================*/

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top:0;
/*     top: 50px; */
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0)!important;
  -ms-transform: translate(0, 0)!important;
  transform: translate(0, 0)!important;
  position: relative;
  z-index: 999;
}

@media(max-width: 1024px) {
  .custom-model-main .close-button {
    right: 0;
  }

  .custom-model-main .custom-model-inner {
    margin-top: 60px;
  }

  .cta-choices>span {
    margin-bottom: 15px;
  }
}

.custom-model-main:before {
  content: "";
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: -0px;
  height: 100%;
}

@media(max-width: 767px) {
  .custom-model-main .custom-model-inner {
    max-width: 80%!important;
  }

  .cta-choices {
    margin-top: 15px;
  }
}

.custom-model-main .custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(255, 255, 255, 1.0);
  border-radius:10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: center;
  padding: 20px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

body .row-fluid .custom-model-main .custom-model-wrap p {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.custom-model-main.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  background:  rgba(17, 213, 183, 0.75);
  visibility: visible;
}

.custom-model-main .custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  max-width:600px;
}

.custom-model-main .close-button {
  position: absolute;
  right: -28px;
  top: -45px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #ffffff;
}

body.show-popup .dnd-section {
    position: unset;
}


/*=====================================================================
Footer styling
========================================================================*/

.footer-section{
  position:relative;
  z-index:2;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width:100%;
}

body .footer-section .widget-type-header h1,
body .footer-section .widget-type-header h2,
body .footer-section .widget-type-header h3,
body .footer-section .widget-type-header h4,
body .footer-section .widget-type-header h5,
body .footer-section .widget-type-header h6,
.social-follow-title h5{
  font-family:'Roboto', sans-serif;
  color:#ffffff;
  font-style: normal;
  text-decoration: none;
  font-weight: 300;
  font-size:16px!important;
  letter-spacing: 0px;
}

.footer-section p{
  font-family:'Roboto', sans-serif;
  color:#ffffff;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  line-height: 24px;
  font-size:15px;
  letter-spacing: 0px;
  margin: 22px 0px 34px;
}

.footer-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li a,
.footer-section a {
  padding: 10px 20px;
  white-space: break-spaces;
  font-family:'Roboto', sans-serif;
  color:#ffffff;
  font-style: normal;
  text-decoration: none;
  font-weight: 300;
  font-size:16px!important;
  letter-spacing: 0px;
  overflow: hidden;
}

header.header{
  position: relative;
  z-index:5;
}

.body-container-wrapper {
  position: relative;
  z-index: 3;
}

@media(max-width:767px){

  body .footer-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li a{
    padding: 10px 20px 10px 0;
  }
  .footer-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
  }

  a.social-links__link:first-child {
    padding-left: 0;
  }
  .footer-section .social-links {
    padding-bottom: 0;
    justify-content: flex-start!important;
  }

  .footer-section div {
    text-align: left!important;
  }  
  .footer-section p{
    margin-bottom:10px!important;
  }

}

[class*="-force-full-width-section"] > .row-fluid{
  padding:0px!important;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

/* No button */
body .row-fluid .hs-button:hover{
  background:rgba(10, 128, 128, 1.0);

}
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

body button,
body .button,
body a.cta-button,
body a.cta_button {    
  font-size: 18px;
  font-family: Roboto;
  color: #000000;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  border-radius:  50px;
  background:#04f2da;
  line-height: 1; 
  padding: 18px
    36px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .15s ease;
  -webkit-transition: all .15s ease-in;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  border:1px solid
    #04f2da; 
  text-transform: capitalize;
}
body button,
body .button:hover,
body a.cta-button:hover,
body a.cta_button:hover{
  background: rgba(17, 213, 183, 100);
  border-color:#04f2da;
  color: #000;

}

body .primery-cta a.cta_button:hover {    
  color: #000000;
  border-radius:  50px;
  background:#04f2da;
  transition: all .15s ease;
  -webkit-transition: all .15s ease-in;
  border:1px solid
    #04f2da; 
}





@media(max-width: 1024px) and (min-width: 768px) {
  body .row-fluid .hs-button {
    font-size: 14px !important;
  }
  body button,
  body .button,
  body a.cta-button,
  body a.cta_button { 
    padding: 17px 20px;
  }
}


/****************Button Sizes*******************/

body .container-fluid .row-fluid .small a.cta_button,
body .container-fluid .row-fluid .small .hs-button{    
  font-size: 14px;
  padding: 10px 20px;
}

body .container-fluid .row-fluid .medium a.cta_button,
body .container-fluid .row-fluid .medium .hs-button{    
  font-size: 18px;
  padding: 22px 40px;
}

body .container-fluid .row-fluid .large a.cta_button,
body .container-fluid .row-fluid .large .hs-button{    
  font-size: 20px;
  padding: 25px 65px;
}

.transparent-cta a.cta-button,
.transparent-cta a.cta_button,
.transparent-cta a{
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  border-radius:  2px;
  background: rgba(0, 0, 0, 100%);
  position:relative;
  border: 2px
    solid #000000;
  padding: 20px 40px;
  line-height:1; 
  letter-spacing:0px;
  text-transform: none;
}

.transparent-cta a.cta_button:hover,
.transparent-cta a:hover{ 
  background: rgba(0, 0, 0, 100);
  border-color:#000000;
  color:#000000; 

} 

.transparent-cta a.cta_button:hover:before{
  display:none;
}

.simple-cta a.cta_button,
.simple-cta a{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #11d5b7;
  font-style: normal;
  font-weight: 600;
  border: 0;
  background: rgba(255, 255, 255, 0);
  line-height:1; 
  letter-spacing:0px;
  padding: 0px 0px;
  position:relative;
  margin-top: 20px;
  display:inline-block;
  text-transform: none;
  text-decoration:underline;
}

.simple-cta a.cta_button:hover{
  color: #11d5b7;
  background: rgba(255, 255, 255, 0);
}

body .container-fluid .row-fluid .small.simple-cta a.cta_button,
body .container-fluid .row-fluid .medium.simple-cta a.cta_button,
body .container-fluid .row-fluid .large.simple-cta a.cta_button{
  padding:0px!important;
}

body .gradient-cta a.cta_button,
body .gradient-cta a{
  background-image:linear-gradient(152deg, #00eaec, #0bffc0);
  /*   border: 0; */
  border-radius: 50px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  transition: all .15s ease;
  position: relative;
  z-index: 1;
  line-height:1;
  letter-spacing:0.2px;
  color: #000000;
}

body .gradient-cta a.cta_button:hover,
body .gradient-cta a:hover{
 color:rgba( 0, 0, 0, 100%);
}

.transparent_cta  a.cta_button,
.transparent_cta a{
  background: rgba(0, 0, 0,
    100);
}

.white-cta a.cta_button,
.white-cta a{
  color:rgba(0, 0, 0, 100%);
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 100%);
}

.white-cta a.cta_button:hover{
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
}

body .row-fluid .image-cta a.cta_button{
  background: none;
  padding: 0;
  border:none;
}

body .row-fluid .arrow-cta a.cta-button,
body .row-fluid .arrow-cta a{
  position: relative!important;
  padding:  0px 0px 0px 0px!important;
  color: #11d5b7;
  border: 0px solid #ffffff !important;
  background:rgba(255, 255, 255, 0) !important;
}

body .row-fluid .arrow-cta a.cta-button:hover,
body .row-fluid .arrow-cta a:hover{
  color: #11d5b7!important;
}

body .row-fluid .arrow-cta a.cta-button:after,
body .row-fluid .arrow-cta a:after{
  content: "";
  position: absolute;
  background: url() no-repeat;
  width: 16px;
  height:15px;
  right: -25px;
  top: 1.5px;
  background-size: cover;
  background-position: center;
}

.arrow-cta.small a.cta-button:after, .arrow-cta.small a:after{
  top:1px;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/








/*=========================================================================
form styling
==========================================================================*/

/* Help text */

form legend {
  font-size: 16px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

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

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

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

/*======= Placeholder Color ====*/

body .row-fluid .hs-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #989898;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
  text-decoration:none;
   text-decoration: none;
}

body .row-fluid .hs-input::-moz-placeholder {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #989898;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
     text-decoration: none;
}

body .row-fluid .hs-input::-ms-input-placeholder {  
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #989898;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
     text-decoration: none;
}

.email-prefs .item .item-inner span {
  font-size: 18px;
  color: #11d5b7;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0px;
}

.email-prefs .item .item-inner p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0px;
}

input:focus{
  outline: none;
}

select::-ms-expand {
  display: none;
}

input[type="file"]::-webkit-file-upload-button {
  -webkit-appearance:none;
  border:0;
  background:;
  color:#ffffff;
  position:absolute;
  bottom:40%;
  left:40%;
  width:100px;
  height:24px;
  font-size:16px;
  border-radius:4px;
}

form {
  padding: 50px;
  background: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  border-radius: 4px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 10px 64px 0 rgb(0 0 0 / 9%);
}

body .row-fluid .hs-button {  
  font-size: 18px;
  line-height: 18px;
  padding: 18px 36px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-style: normal;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.2px;
    text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all .15s ease;
  top: 0;
  background-color: rgba(244, 93, 72, 0.0);
  
/* background-image:linear-gradient(152deg, #00eaec, #0bffc0);
   */
border: 1px solid rgba(244, 93, 72, 0.0);
  border-radius: 50px;
  text-shadow: 0 1px 3px rgb(36 180 126 / 40%);
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  min-width: 165px;
}

body .row-fluid .hs-button:hover{ 
background:rgba(10, 128, 128, 1.0);

/*   background-image:linear-gradient(152deg, #00eaec, #0bffc0); */
 border-color:#000000;
  color:#ffffff;
} 

.hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}

body .row-fluid .hs-button:focus,
body .row-fluid .hs-button:active{
  background-color: #f45d48;
  border: 1px solid #f45d48;
  border-radius: 50px;
  color: #000000;
  outline: none;
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  text-decoration: none;
  font-style: initial;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  padding-top: 0;
  margin-bottom: 7px;
  margin-top: 10px;
  text-transform: none;
  letter-spacing: normal;
}

body .container-fluid .row-fluid .hs-error-msgs label {
  margin-top: 0px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #FF0000;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

body .container-fluid .row-fluid .hs-field-desc {  
  margin-top: 0px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #4a3aff;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

form .hs-richtext p,
.hs-form-booleancheckbox-display p,
.legal-consent-container .hs-form-booleancheckbox-display{
  font-size: 14px ! important;
  font-family: 'Roboto', sans-serif;
  color: #8184a3;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  text-align: left;
}

.legal-consent-container .hs-input[type="checkbox"] {
  margin: 0 7px 0px 0px !important;
  top: 2px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  vertical-align: middle;
}

body .row-fluid .hs-input,
.systems-page-psw input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height:46px;
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  text-transform: none;
  font-style: normal;
  font-weight: 600;
    text-decoration: none;
  line-height: normal;
  background: #f5f7fa;
  border: 1px solid #f5f7fa;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

body .row-fluid .field.hs-form-field{
  margin-bottom: 15px;
}

.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}

.submitted-message {
  text-align: center;
}

/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  background: rgba(255, 255, 255, 1.0);
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #14142b;}
-webkit-appearance: none;
border: 1px solid rgba(74, 58, 255, 1.0);
margin-right: 8px;
top: 4px;
width: 15px;
height: 15px;
}

.row-fluid .hs-form .field .input input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  top: 2px;
  background-color: #4a3aff;
  left: 2px;
  border-radius: 50%;
}

body textarea.hs-input {
  height: 150px!important;
  resize: none;
}

.two-col-form-section textarea.hs-input {
  height: 122px;
}

.inputs-list label>input, .inputs-list label>span {
  vertical-align: middle;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 2px solid rgba(74, 58, 255,1.0);
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  display:transparent;
}

body .row-fluid .hs-form .field .input input[type="checkbox"] {
  padding: 0; 
  background: rgba(255, 255, 255, 1.0);
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 8px;
  -webkit-appearance: none;
  border: 1px solid rgba(74, 58, 255, 1.0);
  margin-right: 8px;
  top: 3px;
  width: 15px;
  height: 15px;
  border-radius:0px;
}

.row-fluid .hs-form .field .input input[type="radio"]{
  border-radius: 50%;
  margin-bottom: 4px;
  height: auto;
  overflow: unset;
}

.row-fluid .hs-form .field .input input[type="radio"]::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(74, 58, 255, 1.0);
  background: rgba(255, 255, 255, 1.0);
  border-radius: 50%;
  position: absolute;
  left: -22px;
  bottom: -7px;
  opacity: 1;
  transition: all 0.3s;
}

.row-fluid .hs-form .field .input input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(74, 58, 255,1.0);
  background: rgba(74, 58, 255,1.0);
  border-radius: 50%;
  position: absolute;
  left: -18px;
  bottom: -3px;
  opacity: 1;
  transition: all 0.3s;
}

.row-fluid .hs-form .field .input input[type="radio"] {
  appearance: none;
  margin: 0;
}

.row-fluid .hs-form .field .input .hs-form-radio-display {
  margin-left: 20px;
}

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

form .file-upload-button-label {
  border: 1px solid #f5f7fa;
  position: absolute;
  left: 11px;
  top: 8px;
  border-radius: 6px;
  padding: 0px 10px;
  color: #000000;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0px;
  width: auto;
  height: 0;
  display: flex;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 36px;
  font-weight: normal;
}

form .file-upload-file-name {
  height: 55px;
  color: #000000;
  line-height: normal;
  display: flex;
  border: 1px solid #f5f7fa;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: 0;
  width: 100%;
  top: 0px;
  padding: 0 10px;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 20px;
  box-sizing:border-box;
  padding-left:134px;
}

form input[type="file"] {
  display: none !important;
}

form .input {
  display: block;
  position: relative;
  margin-bottom: 0px;
}

body .row-fluid form select {
  background: url(//3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/raw_assets/public/The%20Lead%20Conversion%20Theme/Images/Updated%20Images/002-down-arrow-1.png)no-repeat!important;
  background-position: 97%!important;
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  -ms-appearance: none!important;
  cursor: pointer!important;
  background-size: 12px!important;
}

@media(max-width:480px){

  form .file-upload-button-label{
    font-size:12px;
  }

  form .file-upload-file-name{
    font-size:12px;
    padding-left: 102px;
  }

  form {
    padding: 40px 20px;
  }

}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

body .hs-input:focus {
  outline: 0;
}

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

body .row-fluid fieldset {
  max-width: 100%;
}

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

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

.actions {
  padding: 0;
  margin-top: 20px;
}

body .row-fluid .hs-button{
   margin-top: 20px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}

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

.inputs-list label {
  color: #14142b;
  display: inline-block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  cursor: pointer;
  text-transform: capitalize;
}

.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list > li + li {
  padding-top: 2px;
}

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

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

/* Captcha */

.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:767px){

  body .row-fluid form .form-columns-2 .hs-form-field .hs-input {
    width: 100%!important;
  }

}

@media(max-width:400px){

  form .input{
    margin-right:0px!important;
  }

}

@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: 100%;
    }
    .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: ;
}
/****************Table Styling Starts Here*******************/

th {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0px;
  line-height: 1.111;
  color: #000000;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  padding: 20px 20px;
  text-align:left;
  border: 1px solid ;
  border-color:rgba(221, 221, 221, 1.0);
    background-color: rgba(17, 213, 183,
    1.0);
}

td {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0px;
  line-height: 1.667;
  color: #808080;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  border:  1px solid rgba,100;
  padding: 20px 20px;
}

table {
 
     background-color: rgba(255, 255, 255,
    1.0);
  border-collapse: collapse;
  width: 100%;
  padding: 20px;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

@media(min-width: 768px) and (max-width: 1024px) {

  th {
    font-size: 20px;
  }

  td {
    font-size: 16px;
  }
}

@media(max-width: 767px) {
  table { 
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
  }

  th {
    font-size: 20px;
  }

  td {
    font-size: 14px;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/





/*=====================================================================
header styling
========================================================================*/

/***********************Header fixed styling****************************/

@media(min-width:768px){



  

}

@media (max-width:767px){
body .header-container-wrapper .header-grp.fixed {
  padding:20px 0;
  }
}





/********************Header fixed styling Ends************************/

.header-grp {
  background-color: rgba(255, 255, 255,1.0);
/*   position:absolute;
  z-index:3;
  line-height:0;
  top:0;
  left:0;
  right:0; */
  transition: all ease-in-out .4s;
/*   padding: 17px 0px; */
}



/*====================================================
Header Search Styling
====================================================*/   


body .row-fluid .hs-search-field__bar button svg {
  height: 25px;
  fill:#ffffff;
}

.hs-search-field__bar button {
  position: absolute;
  right: 0;
  height: 100px;
  width: 116px;
  background: #04f2da;
  border: 1px solid #04f2da;
  top:0px;
  border-radius:0;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

body .row-fluid input.hs-search-field__input {
  padding: 20px;
  height: 100px;
  font-size: 32px;
  border-radius: 6px !important;
}

#myOverlay .closebtn {
  width: 100%;
  max-width: 16px;
  position: absolute;
  right: 3px;
  font-size: 24px;
  z-index: 11;
  cursor: pointer;
  background: #fff;
  padding: 12px;
  border-radius: 50%;
  line-height: 0.7;
  text-align: center;
  color: #04f2da;
  top: -18px;
  box-sizing: unset;
}
#myOverlay .hs-search-field.hs-search-field--open form {
  max-width: 750px;
}
#myOverlay .overlay-content {
  max-width: 750px;
  margin: 0 auto;
}

ul#hsresults li {
  list-style-type: none;
}
ul#hsresults li a {
  text-transform: uppercase;
}

p.hs-search-results__description {
  margin-top: 20px;
}
.system-search-page h1 {
  margin-bottom: 40px;
}


.system-search-page {
  padding: 100px 0px;
}


@media(max-width: 1000px) and (min-width: 768px) {
  #myOverlay .closebtn {
    right: -19px;
  }
}

@media(max-width: 767px){
  p.hs-search-results__description {
    margin-top: 15px;
  }
  .system-search-page h1 {
    margin-bottom: 20px;
  }
  .system-search-page {
    padding: 60px 0px;
  }
}

/*====================================================
MOBILE MENU 
====================================================*/                

/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
/* .custom-menu-primary .hs-menu-wrapper > ul{ 
  background:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:#ffffff;
} */
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#4a3aff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#4a3aff;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/*===========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
============================================================================*/


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
   /* Set Link Hover Color */
  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 7px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #04f2da; 
    transition: all .3s ease-in-out;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#04f2da;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#04f2da;
    background-color: transparent; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }

  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #04f2da; /* Icon color */
    display: inline-block;
    transition: all .3s ease-in-out;
  }

  .mobile-trigger i:before{
    top: -8px; /* Position top line */
    width: 70%;
    right: 0;
  }
  .mobile-trigger i:after{
    top: 8px; /* Position bottom line */
    width: 50%;
    right: 0;
  }

  .mobile-open .mobile-trigger i {
    background: transparent;
    transition: all .3s ease-in-out;
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
    width: 100%;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
    width: 100%;
  }
  .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #04f2da; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }

  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }

  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color:#04f2da; /* Icon color */
    display: block;
  }

  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    /*     position: inherit;
    top:-30px; */
    /*     padding-top: 44px; /* Makes room for button */
    /*     margin: 10px 0 10px 0; */ 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #ffffff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid #e7e7e7; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px!important; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .header-grp .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px!important; /* Indent Child lists */
  }
  .header-grp .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px!important; /* Indent Child lists */
  }

  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    pointer-events: unset;
  }

  .header-container-wrapper ul li.hs-menu-depth-1 .child-trigger {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%!important;
    height: 45px !important;
  }

  .child-trigger i{
    position: absolute;
    top: 22px;
    right: 24px;
  }  

  .span1.header__language-switcher.header--element {
    position: absolute;
    right: 60px;
    top: 19px;
    bottom: 0;
  }

}


.hide {
  display:none;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
}

.header-grp form {
  padding: unset;
  background: unset;
  border: 0;
}

.header__search input:focus {
  outline: none;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: ;
  border: 0!important;
  font-family: ;
  font-weight: 300;
  font-size: 22px;
  cursor: pointer;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: ;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: ;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

.header__search .image-popup-search {
  cursor: pointer;
  margin: 0 0 0 auto;
  float: right;
  max-width: 20px;
  max-height:20px;
}

.header__search {
  position:relative;
}

body .row-fluid input.hs-search-field__input::placeholder {
  font-size: 32px;
}
.open-popup {
  opacity: 1;
  z-index: 9999;
}
p.hs-search-results__description {
  margin-bottom: 30px;
}

ul#hsresults li {
  margin-bottom: 20px;
}
#myOverlay.open-popup  {
  pointer-events: auto;
  opacity: 1;
  transition: all .5s ease-in-out;
  z-index: 3;
  height: 100vh;
}
body .row-fluid .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000000;
  background: #FFFFFF;
  padding: 20px;
}

body .row-fluid .hs-search-field__suggestions li {
  margin-bottom: 15px;
}

#myOverlay .text-container {
  max-width: 800px;
  margin: 0 auto;
  float: none;
  position: relative;
  top: 40%;
  z-index: 1;
}
body .row-fluid input.hs-search-field__input:focus {
  outline: none;
}
#myOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  top: -226px;
  opacity: 0;
  overflow: hidden;
  transition: all .5s ease-in-out;
  width: 100%;
  padding: 37px 0px;
}

body .row-fluid input.hs-search-field__input {
  padding: 20px 62px 20px 20px;
  border: 0;
}

#myOverlay.open-popup {
  background-color: #ffffff;
  top: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.9);
}

@media(max-width:1024px) and (min-width:768px) {

  .header__language-switcher--label {
    float: none;
  }
  .header__search .image-popup-search {
    margin: 0 auto;
  }
  #myOverlay .text-container {
    max-width: 80%
  }

  body .row-fluid input.hs-search-field__input {
    padding: 20px 130px 20px 20px;
  }
}

/* 
@media(max-width:767px) {

  .header-grp .image-popup-search {
    max-width: 27px;
    padding: 15px 15px;
    cursor: pointer;
  }

  #myOverlay.open-popup {
    z-index: 5;
  }
  #myOverlay .text-container {
    max-width: 80%;
  }

  #myOverlay {
    padding: 30px 0px;
  }

  .header__search {
    position: relative;
    z-index: -1;
  }

  .header-grp .image-popup-search {
    display: none;
  }

  #myOverlay .closebtn{
    top: -64px;
    right: 25px;
  }
}

@media (max-width: 568px) {
  .header-grp .image-popup-search {
    max-width: 55px;
  }
} */
/*****************************************/
/* Start your style declarations here    */
/*****************************************/



                                        

/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-size:14px;
  color:#000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0px;
  font-style: normal;
  text-decoration: none;
  padding: 32px 18px;
  white-space: normal;
  max-width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover {
  color: ;
  border-radius: 3px;
}

@media(max-width: 900px)and(min-width: 768px) {
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 15px 15px;
    font-size: 14px;
  }
}

@media(min-width:768px) and (max-width:1200px){
  body .header-grp.header-section{
    padding:15px 0;
  }
}


@media(min-width: 768px) {

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    position: relative;
  }

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 {
    position: relative;
    margin: 0 8px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>a:after,  
  .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    position: absolute;
    content: '';
    background: url('//3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/raw_assets/public/The%20Lead%20Conversion%20Theme/Images/Updated%20Images/plus-11968.svg')no-repeat;
    background-size: cover;
    background-position: center center;
    width: 10px;
    height: 10px;
    top: 34px;
    right: -4px;
    z-index: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: 0.3s all ease-in-out;
  }
  .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after,
  .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children:hover>a:after {
    top: 16px!important;
    right: 14px!important;
  }
  .header-grp .hs-menu-wrapper ul>li.hs-item-has-children:hover>a:after, 
  .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children:hover>a:after {
    position: absolute;
    content: '';
    background: url('//3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/raw_assets/public/The%20Lead%20Conversion%20Theme/Images/Updated%20Images/minus-31081.svg')no-repeat;
    background-size: cover;
    background-position: center center;
    width: 10px;
    height: 10px;
    top: 34px;
    right: -4px;
    z-index: 1;
    transition: 0.3s all ease-in-out;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1; 
    visibility: visible;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 1px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px!important;
    top: 0!important;
  }
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    line-height: 0;
  }
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1>a {
    border-top: 0;
    z-index: 3;
  }
  .header-grp .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }


  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li a:hover {
    background:  rgba(255, 255, 255, 1.0);
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
  }
  .header-grp .hs-menu-wrapper {
    line-height: 0;
    text-align: center;
    float: right;
    position: relative;
    right: -15px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
  }
  .header-grp .hs-menu-wrapper {
    display: block !important;
  }

}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a{
  color:#000000;
} 

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a{
  color:;
}

/*Sub Menu*/
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover{
  background:#f5f7fa;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  background:#ffffff;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  font-size:14px;
  color:#000000;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  margin: 0px;
  line-height: 1;
  letter-spacing: 0px;
  padding:10px 20px;
  text-align: left;
  min-width: 180px;
  text-indent: 0;
  border-bottom: 1px solid #e7e7e7;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li ul li:hover a,
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a{
  color:#000000;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active a{
  color:#000000;

}

/*===== New Header Styling ===========*/

@media(min-width: 768px) {
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  border: 1px solid #e7e7e7;
  border-bottom: 0;
}
  
  body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 181px;
    top:5px;
  }

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  ul.hs-menu-children-wrapper li a,
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper  ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a {
    font-size:14px;
    color:#000000;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    margin: 0px;
    line-height: 1;
    letter-spacing: 0px;
    padding: 10px 15px;
  }

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:hover a,
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li:hover a{
    color:;
  }

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li.active a,
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li.active a{
    color:#000000;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper ul {
    left: 170px !important;
  }
  
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    transform: translateY(10px);
    transition: 0.3s all ease-in-out;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease-in-out;
  transform: translateY(0px);
}
  
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children a{
  padding:10px 30px 10px 20px;
}

  
}

/*===== New Header Styling ===========*/

@media(min-width:768px)and(max-width:1180px){
  body .header-grp a.cta_button {
    width: 100%;
    display: block;
    padding: 19px 5px;
  }
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1{
    margin:0px !important;
  }
}

@media(max-width: 1200px) and (min-width: 1025px) {

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 14px 14px;
  }

  body .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>a:after, 
  body .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after,
  body .header-grp .hs-menu-wrapper ul>li.hs-item-has-children:hover>a:after, 
  body .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children:hover>a:after{
    top:16px;
  }
  
  body .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
    left:-27px;
  }
}

@media(max-width: 1024px) and (min-width: 768px) {
  
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 10px 20px 10px 10px!important;
    font-size: 11px!important;
     min-width: 165px!important;
  }

body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
  left:-30px;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 130px !important;
  }
  
  body .row-fluid .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>a:after, 
  body .row-fluid .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    right: 0px !important;
  }
  
  body .row-fluid .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    right: 5px !important;
    top: 13px !important;
  }
  
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul li a,
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 15px 13px;
    font-size: 14px;
  }
  
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item.hs-menu-depth-1 {
    margin: 0 !important;
  }

  .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>a:after, 
  .header-grp .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after{
    top: 18px!important;
  }
  
}

@media(max-width:767px){
  .header-grp {
    z-index: 99999;
    padding: 20px 0px;
  }
  
  body .row-fluid .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    padding:0px; 
  }
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 14px;
    padding: 14px 25px;
  }
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    box-shadow: none;
  }
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    border: 0;
  }

  .header-grp ul.hs-menu-children-wrapper{
    box-shadow: none;
  }

  .header-grp .right-col {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper,
  .span1.header__search.header--element.vertical-center,
  .span3.right-col.vertical-center.align-right
  {
    display:none;
  }  

  body .container-fluid .row-fluid  .mobile-trigger{
    top:-33px;
    cursor:pointer;
  }

  body .row-fluid .custom-menu-primary.js-enabled .hs-menu-wrapper{
    top: 48px;
    position:absolute;
  }

  .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 14px 25px;
    font-weight: 800;
    font-size: 16px;
  }

  body .container-fluid .row-fluid .custom-menu-primary.js-enabled {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    right: 0;
    top: 36px;
    padding: 0;
  }  

  body .container-fluid .row-fluid  .mobile-open .mobile-trigger,
  body .container-fluid .row-fluid  .mobile-trigger {
    background-color: transparent;
    border: none;
  }

  body .container-fluid .row-fluid .mobile-trigger:hover i, 
  body .container-fluid .row-fluid .mobile-trigger:hover i:before, 
  body .container-fluid .row-fluid .mobile-trigger:hover i:after, 
  body .container-fluid .row-fluid .mobile-open .mobile-trigger i, 
  body .container-fluid .row-fluid .mobile-open .mobile-trigger i:before, 
  body .container-fluid .row-fluid .mobile-open .mobile-trigger i:after {
    background-color: #000000;

  }

  body .container-fluid .row-fluid .mobile-trigger i, 
  body .container-fluid .row-fluid .mobile-trigger i:before, 
  body .container-fluid .row-fluid .mobile-trigger i:after {
    width: 30px;
    height: 4px;
    background-color: #000000;
  }

  body .container-fluid .row-fluid .mobile-trigger i:before {
    top: -7px;
  }

  body .container-fluid .row-fluid .mobile-trigger i:after {
    top: 7px;
  } 

  body .container-fluid .row-fluid .mobile-trigger{
    top: -33px;  
  }  

/*   .span3.logo-image.vertical-center {
    max-width:80px;
  } */

}

.header__language-switcher--label-current{
  display:none;
}

.lang_list_class{
  min-width:150px;
}

.lang_list_class li{
  text-align:left;
}

.lang_list_class li a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  font-family: cursive;
}

.lang_switcher_class .lang_list_class li a:hover{
  color: #04f2da;
}

.header-section .row-fluid .span1.header__language-switcher.header--element, .header-section .row-fluid .span1.header__search.header--element {
    width: 2.4%;
top:-1px;
}

@media(max-width:767px) {
  body .header-grp .span1.header__search.header--element.vertical-center {
    display: block;
    position: absolute;
    right: 60px;
    top:4px;
  }
  .header-section .row-fluid .span1.header__language-switcher.header--element, .header-section .row-fluid .span1.header__search.header--element {
    width:30px;
  }
  .header-section .logo-image img{
    max-width:140px;
  }
  .span1.header__language-switcher.header--element {
    position: absolute;
    right: 100px;
    top: 4px;
    bottom: 0;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/* Blog post */

.blog-post {
  padding:55px 0 110px;
  max-width:1130px;
  margin:0 auto;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}
body .hs-blog-post .blog-subscription{
  width:100%;
}
.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

body .blog-post__tag-link {
  font-size: 12px;
  text-transform:uppercase;
  color: #000;
    font-weight: 600;
    font-size: 12px;
}

/* Blog related posts */

.blog-related-posts {
background-color: #f9f9f9;
    padding: 60px 0 112px;
}

.blog-related-posts .inner-box{
padding: 39px 20px 66px;
}
.blog-related-posts a.blog-related-posts__title-link {
    font-size: 24px;
    font-weight: 500;
}

.blog-related-posts .blog-post__tags {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid #cccbcb;
}
.blog-related-posts h2 {
  text-align: center;
  line-height: 57px;
    letter-spacing: 0px;
    font-weight: 300;

}

.blog-related-posts .top-content{
  padding-bottom:30px;
}

.blog-post .top-heading h2{
  font-size: 40px;
    line-height: 55px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

/* .blog-related-posts__post {
  flex: 0 0 50%;
  -webkit-flex-basis:30.8%;
      padding: 0;
    border: 1px solid #e3e8eb;
    margin: 14px;
    margin-top: 35px;
    margin-right: 2.5%;
    margin-left: 0;
  background:#fff;
}
 */

  .blog-related-posts__post:hover {
   border: 1px solid #1a325e;
  }

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
  flex: 0 0 30.8%;
  -webkit-flex-basis:30.8%;
      padding: 0;
    border: 1px solid #e3e8eb;
    margin: 14px;
    margin-top: 35px;
    margin-right: 2.5%;
    margin-left: 0;
  background:#fff;
  }
}
@media(max-width:767px){
  .blog-related-posts__list {
  display: block;
  flex-wrap: wrap;
}
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

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

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

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

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

body .blog-post ul.sharing-icon{
    padding-top:35px;
}

body .blog-post ul.sharing-icon li {
    list-style: none;
    margin: 10px 0;
  width:20px;

}


body .blog-post .blog-post__tags {
    border-bottom: 2px solid grey;
    display: inline;
}


body .blog-post .top-heading{
  margin-top:35px;
}




.post-bg-image{
  max-width:542px;
  margin-left:auto;
}


 .blog-post-banner-section .post-sharing-icons ul{
   list-style-type:none;
   margin:0;
}

.blog-post-banner-section .post-sharing-icons .sharing-icon ul li{
   line-height:30px;
}
.blog-post-banner-section .topic-list li{
   list-style-type:none;
} 
.blog-post-banner-section .topic-list{
   list-style-type:none;
   margin:0;
   margin-bottom:20px;
}

.blog-post-banner-section .left-col h2{
   font-size:40px;
   line-height:55px;
   letter-spacing:0;
   font-weight:600;
   margin-bottom:10px;
   padding-bottom:0;
  margin-top: 39px;
}

.blog-post-banner-section .left-col h2>a{
   font-weight:600;
     font-size:40px;
   line-height:55px;
   letter-spacing:0;
   font-weight:600;
   margin-bottom:10px;
   padding-bottom:0;
}

.blog-post-banner-section .topic-list h5>a{
   text-transform:uppercase;
   position:relative;
   display:inline-block;
   color:#000;
   font-weight: 600;
   font-size: 12px;
}

.blog-post-banner-section .topic-list h5>a:after{
    width: auto;
    display: block;
    left: 0;
    content: '';
    background: #cccbcb;
    height: 2px;
    position: absolute;
    top: 19px;
    right: 0;
}

.blog-post-banner-section .topic-list h5{
    font-size:11px;
    line-height:20px;
    letter-spacing:0.6px;
}

.blog-post-banner-section{
   padding:55px 0 43px;
}


@media(max-width:1024px){
.blog-post-banner-section .post-sharing-icons .sharing-icon{
     padding-bottom: 30px;
}
}

.blog-post-banner-section .post-author-list {
    padding-bottom: 55px;
}
.blog-post-banner-section .post-sharing-icons ul li {
    list-style-type: none;
    width: 20px;
    margin: 10px 0;
}
@media(max-width:767px){

.post-section-hero .post-sharing-icons{
    padding-top: 25px;
    padding-bottom: 25px;
}
.blog-post-banner-section .post-sharing-icons .sharing-icon{
     padding-bottom: 30px;
}
  
body  .blog-post-banner-section .left-col h2 {
    margin-top: 20px;
}
body .blog-post-banner-section .post-author-list {
    padding-bottom: 0px;
} 

.blog-post-banner-section .post-sharing-icons ul li{
    margin-right:8px;
    display:inline-block;
}
.blog-post-banner-section .left-col h2 {
    font-size: 30px;
    line-height: 35px;
}
}

.blog-post-banner-section .post-tags a{
      color: #000;
    font-weight: 600;
    font-size: 12px;
}
.blog-post-banner-section .post-tags {
    border-bottom: 2px solid grey;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

/*Related Post Blog Styling  */

.related-post-section{
  padding:70px 0;
}

.related-post-section .post-item.hs_cos_wrapper:hover {
    border: 1px solid #000;
}

.related-post-section .post-item.hs_cos_wrapper {
    background: #fff;
    border: 1px solid #e3e8eb;
}

.related-post-section .post-header {
    padding: 40px 20px;
}

.related-post-section .post-header h2.header-position {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.related-post-section .post-header h2.header-position a {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.related-post-section .post-tags {
    border-bottom: 2px solid grey;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 12px;
}
.related-post-section .post-tags a {
   color:#000;
    font-size: 12px;
}



/*  Blog Subscribe */

.blog-subscription{ 
  float: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
}

body .row-fluid .hs-button {
    margin-top: 37px;
}


.container-fluid .row-fluid .blog-subscription .hs-button {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #000;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    border: 0;
}
body .row-fluid .blog-subscription form .input::input-placeholder {
  color:red
}
body .blog-subscription form{
 padding:0;
  border:none;
  background:none;
  box-shadow:none;
}
body .container-fluid .row-fluid .blog-subscription form input {
    background-color: #fff;
    border: solid 0.5px #6c6c6c;
    height: 62px;
}

body .container-fluid .row-fluid .blog-subscription form input::placeholder {
color:grey;
  font-size:16px;
}
.blog-subscription{
background-color: #1971d5;
    border: solid 1px #979797;
    padding: 69px 35px;
}

 .blog-subscription{
background-color: #1971d5;
    border: solid 1px #979797;
    padding: 69px 35px;
}

.blog-subscription h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 30px;
}

.blog-subscription .image-conta {
    max-width: 100px;
    margin: 0 auto;
}

@media(max-width:767px){
  .blog-subscription {
    width:100%;
    margin:40px 0;
}
  .blog-subscription {
    width:100%;
    margin:40px 0;
}
.blog-subscription{
    float:none;
  }
}


@media(max-width:768px){
    .blog-subscription .main-conta {
      min-height:390px
      }
      }








body article.blog-index__post.blog-index__post--small.post-item:first-child .post-inner-box h5 {
    font-size: 15px;
    font-weight: 400;
}
body article.blog-index__post.blog-index__post--small.post-item:first-child .post-inner-box p {
    font-size: 15px;
}
body article.blog-index__post.blog-index__post--small.post-item:first-child {
  float: left;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 0 0 25px 0;
  list-style: none;
  padding-bottom: 0;
  display: block;
  box-sizing: border-box;
  align-self: stretch;
  transition: all ease-in-out .4s;
  position:relative;
}
body article.blog-index__post.blog-index__post--small.post-item .featured-bg{
  height:217px;
}




.read-more {
    padding-top: 75px;
}

@media(min-width:768px){
  article.blog-index__post.blog-index__post--small.post-item:first-child .featured-bg{
  width: 58.4%;
  margin: 0;
  float: left;
}
  
body article.blog-index__post.blog-index__post--small.post-item:first-child .post-inner-box{
  float: right;
  width: 41.6%;
  position:initial;
    padding: 85px 30px 40px;
}
body article.blog-index__post.blog-index__post--small.post-item:first-child .featured-bg {
    height: 483px;
}
 body article.blog-index__post.blog-index__post--small.post-item:first-child .featured-bg {
    min-height: 247px;
} 
}

/* body article.blog-index__post.blog-index__post--small.post-item .post-inner-box:first-child {
  display: inline-block;
  float: left !important;
  width: 38% !important;
  margin-left: .5%;
} */
article.blog-index__post.blog-index__post--small.post-item {
  display: none;
  background: #f8f8f9;
}

body article.blog-index__post.blog-index__post--small.post-item .blog-index__post-tags span {
  font-size: 14px;
  letter-spacing: .4px;
  color: #554e4e;
}

body article.blog-index__post.blog-index__post--small.post-item a.blog-index__post-title-link {
  font-size: 22px;
  font-weight: 500;
}

body article.blog-index__post.blog-index__post--small.post-item time.blog-index__post-timestamp,
body article.blog-index__post.blog-index__post--small.post-item a.blog-index__post-author-name,
body article.blog-index__post.blog-index__post--small.post-item .blog-date_post-author{
  font-size: 14px;
  letter-spacing: .4px;
  color: #554e4e;
}

body article.blog-index__post.blog-index__post--small.post-item a.blog-index__post-author-name{
  margin-left:4px
}

body article.blog-index__post.blog-index__post--small.post-item .post-inner-box h2.blog-index__post-title {
  line-height: .3;
  margin-top: 9px;
}
body article.blog-index__post.blog-index__post--small.post-item .post-inner-box {
  padding: 30px 40px;
  min-height: 270px;
    position:relative;
}

body article.blog-index__post.blog-index__post--small.post-item .blog-date_post-author {
  position: absolute;
  bottom: 25px;
}

.blog-index__post-button-wrapper.align-center.transparent-cta {
    padding-bottom: 75px;
     padding-top: 55px;
}
.blog-index__post-button-wrapper a.blog-index__post-button.button {
    color: #11d5b7;
    text-transform: uppercase;
    border: 1px solid #11d5b7;
  border-radius:0;
  min-width:200px;
}
.blog-index__post-button-wrapper.transparent-cta a{
  font-size:16px;
}

.blog-index__post-button-wrapper a.blog-index__post-button.button:hover {
    color: #fff;
background:#11d5b7;
}
@media(min-width:768px){
  article.blog-index__post.blog-index__post--small.post-item {
    float: left;
    width: 31.5%;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    /*     display: block; */
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
  }
}

@media(max-width:767px){
  body .read-more {
    padding-top: 35px;
}
  body article.blog-index__post.blog-index__post--small.post-item:first-child .post-inner-box{
     position:initial;
  }

body article.blog-index__post.blog-index__post--small.post-item .post-inner-box {
    position:relative;
    padding:20px;
  }
body .blog-index__post-button-wrapper.align-center.transparent-cta {
    padding: 35px 0;
}
  body article.blog-index__post.blog-index__post--small.post-item:first-child{
    float:none;
  }
}






/* **********************Blog Subscribe Section **************** */


.hs-blog-listing .blog-subscription{ 
  float: left;
    width: 32%;
    display: block;
    box-sizing: border-box;
    margin: 0 0 0px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
}

body .row-fluid .hs-button {
    margin-top: 37px;
}


.container-fluid .row-fluid .blog-subscription .hs-button {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #000;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    border: 0;
}
body .row-fluid .blog-subscription form .input::input-placeholder {
  color:red
}
body .blog-subscription form{
 padding:0;
  border:none;
  background:none;
  box-shadow:none;
}
body .container-fluid .row-fluid .blog-subscription form input {
    background-color: #fff;
    border: solid 0.5px #6c6c6c;
    height: 62px;
}

body .container-fluid .row-fluid .blog-subscription form input::placeholder {
color:grey;
  font-size:16px;
}
.hs-blog-post .blog-subscription{
background-color: #1971d5;
    border: solid 1px #979797;
    padding: 69px 35px;
}

.hs-blog-listing .blog-subscription{
background-color: #1971d5;
    border: solid 1px #979797;
    padding: 69px 35px;
}

.blog-subscription h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 30px;
}

.blog-subscription .image-conta {
    max-width: 100px;
    margin: 0 auto;
}

@media(max-width:767px){
  .blog-subscription {
    width:100%;
    margin:40px 0;
}
  .hs-blog-listing .blog-subscription {
    width:100%;
    margin:40px 0;
}
  .hs-blog-listing .blog-subscription{
    float:none;
  }
}


@media(max-width:768px){
    .blog-subscription .main-conta {
      min-height:390px
      }
      }
/*======================================================================
Cta Styling Section 
======================================================================*/

@media (min-width:768px){
  .cta-choices span {
    display: inline-block;
  }
}

@media (max-width:767px){
  .cta-choices > span{
    margin-right:0;
  }
  .cta-choices span.right-cta{
    margin-top:20px;
  }
}

/*======================================================================
Home1 Page Styling Start 
======================================================================*/

/*======================================================================
Border Section 
======================================================================*/



@media(max-width: 767px) {

  body [class*="flexbox-positioning"] {
    align-items: flex-start !important;
  }
  body [class*="flexbox-positioning"] > div span>div {
    text-align: left!important;
  }
}




/*======================================================================
separator Section 
======================================================================*/



*{
  scroll-behavior:smooth;
}

*{
  outline:none;
}


.row-reverse .equal-height-container>.row-fluid-wrapper>.row-fluid,.row-reverse.row-fluid{flex-direction:row-reverse;-webkit-flex-direction:row-reverse;justify-content:center;}
body .container-fluid .row-fluid .row-reverse .right-col{margin:0}
body .container-fluid .row-fluid .row-reverse .left-col{margin-left:3%}
.row-reverse .left-col{align-items:flex-end;-webkit-align-items:flex-end}






/*======================================================================
Logo Module
======================================================================*/
.logo-section{
  padding:50px 40px;
  background:#e6f3f5;
  margin-top:15px;
}

.logo-section .inner-conta{
  text-align:center;
}

.logo-section .img-conta{
  height: 35px;
  width: 35px;
  background: linear-gradient( 
    152deg
    , #00eaec, #0bffc0);
  display: inline-block;
  margin-right: 10px;
  cursor:pointer;
  margin-bottom: 10px;
}

.logo-section .inner-conta a{
  line-height:1.6; 
}

@media(max-width:767px){
  .logo-section .inner-conta{
    text-align:left;
  }
  .logo-section .img-conta{
    text-align:center; 
  }
}


/*======================================================================
Accordion Module
======================================================================*/

.accordion_header.text-margin-zero {
  background: #f5f7fa;
  padding: 14px 30px;
  cursor: pointer;
  position: relative;
}

.accordion_content {
  border-radius: 4px;
  box-shadow: 0 10px 64px 0 rgb(0 0 0 / 9%);
  padding: 40px;
}

.accordion_group {
  margin-bottom: 20px;
}

.accordion .accordion_header:before,
.accordion .accordion_header:after {
  position: absolute;
  content: '';
  background: #11d5b7;
  width: 2px;
  height: 17px;
  transition: all .8s ease-in-out;
}

.accordion .accordion_header:before {
  right: 26px;
  top: 20px;
}

.accordion .accordion_header:after {
  top: 20px;
  right: 26px;
  transform: rotate(-90deg);
}

.accordion .expanded .accordion_header:before {
  transform: rotate(90deg);
}

.accordion h4 {
  color: #000;
  font-size: 18px;
}

@media (max-width: 767px){
  .accordion_header.text-margin-zero {
    padding: 14px 40px 14px 30px;
  }
}



/*======================================================================
Author Module
======================================================================*/


.author-section .left-col .image-conta{
  height: 70px;
  width:70px;
  border-radius: 50%;
}

.author-section .bottom-conta{
  padding-top:15px;  
}

@media(min-width:768px){
  .author-section .author-line-conta{
    position:relative;
    padding-right:40px;
  }
  .author-section .author-line-conta:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    min-height: 165px;
    border-left: 1px solid #e0e0e0;
  }
}

@media(max-width:767px){
  .author-section .left-col .image-conta{
    margin-bottom:25px; 
  }
}



/*======================================================================
Author  Slider Module
======================================================================*/


.author-slider-section .left-col .image-conta{
  height: 90px;
  width:90px;
  border-radius: 50%;
}

.author-slider-cm {
  padding:100px 0;
}

.author-slider-cm .text-conta{
  padding-bottom:70px;
}

.pack-name-container {
  padding-bottom: 50px;
  padding-right: 50px;
}

@media(min-width:1025px){
  .author-slider-cm .left-col.overlay:before{
    right:50%;
  }

  body .author-slider-cm .left-col.overlay,
  body .author-slider-cm .wrapper{
    position:revert;
  }

  body .author-slider-cm{
    position:relative;
  }
}
body .author-slider-cm .bottom-conta.equal-height-container {
  padding-bottom: 70px;
}
@media(max-width:1024px) and (min-width:768px){
  .author-slider-cm {
    padding:0px;
  }
  .author-slider-cm .text-conta{
    padding-bottom:50px;
    padding-top:50px;
  }
}
@media(max-width:767px){
  .author-slider-section .left-col .image-conta{
    margin-bottom:15px; 
  }
  .author-slider-cm .right-col{
    display:none;
  }
  .author-slider-cm {
    padding:0px 0;
  }
  .author-slider-cm .text-conta{
    padding:50px 0 0;
  }
  body .author-slider-cm .pack-name-container {
    padding-bottom: 30px;
    padding-right: 0px;
  }

  body .bottom-conta.equal-height-container {
    padding-bottom: 0px;
  }

  .author-slider-cm .author-slider ul.slick-dots{
    padding-bottom:40px; 
  }
}

.author-slider ul.slick-dots {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 0;
}

.author-slider .slick-dots {
  text-align: left;
}

.author-slider .slick-dots li {
  margin: 0 7px;
  display: inline-block;
}

.author-slider .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #fff;
}

.author-slider button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: 2px solid #ffffff;
}


/*======================================================================
Card Module
======================================================================*/


.theme-home-3-section-2 .theme-home-3-about-cm {
  padding: 50px 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 64px 0 rgba(0,0,0,.09);
  margin-bottom: 20px;
  transition: all .3s ease-in-out;
}

.theme-home-3-section-2 .icon-container{
  margin-bottom:30px; 
  max-width: 200px;
}

.theme-home-3-section-2 .icon-container i.fa{
  font-size: 60px;
  color:#11d5b7;

}

@media(min-width:768px){
  .card-cm .right-col {
    margin-top: 70px;
  }
  .card-cm{
    padding-right:40px;
  }
}

.theme-home-3-section-2 .theme-home-3-about-cm:hover .icon-container i.fa{
  color:#fff; 
}

.theme-home-3-section-2 .theme-home-3-about-cm:hover{
  background:#11d5b7;
}

.theme-home-3-section-2 .theme-home-3-about-cm:hover h4 , .theme-home-3-section-2 .theme-home-3-about-cm:hover p{
  color:#fff; 
}

/*======================================================================
Case Study 
======================================================================*/

.tabber-2 .menu-cont li:before {
  content: "";
  position: absolute;
  right: -23px;
  top: 6px;
  height: 20px;
  border-right: 1px solid #11d5b7;
}

.tabber-2 .menu-cont li:last-child:before {
  border-right: 0px solid #11d5b7;
}

.tabber-2 .menu-cont li{
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  font-size: 20px;
  text-transform: capitalize;
  transition: ease-in-out .3s;
  position: relative;
  font-weight: 600;
}

.tabber-2 .menu-cont {
  text-align: center;
}
.tabber-2 ul#filtars li.active {
  color: #11d5b7;
}

.tabber-2 .resource .hs-wrapper {
  width: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-bottom: 30px;
  margin-top: 0;
}

.tabber-2 .hs-wrapper .image{
  height: 300px;
}

.tabber-2 .hs-wrapper .lower-box {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 20px 15px;
  background: #f5f7fa;
  transition: all 500ms ease;
  box-sizing: border-box;
}

.tabber-2 .hs-wrapper h4{
  color: #000;
}

.tabber-2 .cta-choices{
  padding-top: 8px;
}

@media (min-width: 768px) and (max-width: 1024px){
  .tabber-2 .hs-wrapper h4 {
    font-size: 18px;
  }
  .tabber-2 .hs-wrapper {
    width: 47.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px){
  .tabber-2 .resource .hs-wrapper {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tabber-2 .menu-cont li {
    margin:12px
  }
  .tabber-2 .menu-cont li:before {
    border:none;
  }
}



/*======================================================================
Contact Module 
======================================================================*/


@media(min-width:768px){
  .map-cm .hs_cos_wrapper:first-child .child-box:after {
    content: "";
    position: absolute;
    left: -40px;
    top: -40px;
    height: 212%;
    transform: skewX(-15deg);
    border-left: 2px solid rgb(255, 255, 255);
  }

  .map-cm .child-box:before {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    height: 212%;
    transform: skewX(-15deg);
    border-left: 2px solid rgb(255, 255, 255);
    bottom: 0;
  }
}

@media(min-width:768px) and (max-width:1024px){
  .map-cm .child-box:before {
    right: 0px;
  }
  .map-cm .hs_cos_wrapper:first-child .child-box:after {

    left:0px;  
  }
}
.map-cm .child-box{
  padding:40px 0;
}

.map-cm .image-conta{
  width: 40px;
  height: 40px;
  margin:0 auto;
  margin-bottom:20px;
}

@media(max-width:767px){
  .map-cm .child-box{
    padding:20px 0;
  }
}


/*======================================================================
Customer Slider Module 
======================================================================*/

.customer-slider-cm{
  padding:100px 0;
}

.customer-slider-cm .heading-conta{
  padding-bottom:40px;
}
.customer-slider-cm .image-conta{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #fff;
  line-height: 100px;
  margin: 0 auto;
  text-align: center;
  margin-bottom:20px;
}
@media(min-width:768px){
  .customer-slider-cm .text-container{
    max-width: 750px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}

@media(max-width:767px){

  .customer-slider-cm .customer-slider ul.slick-dots{
    padding-bottom:40px; 
  }
  .customer-slider-cm .text-container{
    text-align: center;
  }
  .customer-slider-cm{
    padding:60px 0;
  }
}

.customer-slider ul.slick-dots {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 0;
}

.customer-slider .slick-dots {
  text-align:center;
}

.customer-slider .slick-dots li {
  margin: 0 7px;
  display: inline-block;
}

.customer-slider .slick-dots li.slick-active button {
  width: 7px;
  height: 7px;
  background: #000;
}

.customer-slider button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
  background: #fff;
}


/*======================================================================
Event Module 
======================================================================*/

.event .right-col {
  position: relative;
  margin-left: 0px;
  border-left: solid 2px #ddd;
  padding: 0 0 40px 60px;
}
.event .last-column:last-child .right-col {
  border-left: solid 0px #ddd;
}
.event .agenda-time {
  text-align: center;
}
.event .agenda-time p {
  color: #11d5b7;
  font-size: 20px;
  font-weight: 600;
}
.event .right-col:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -16px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #11d5b7;
  border-radius: 50%;
}
.event .right-col h4 {
  position: relative;
  padding-bottom: 10px;
}
.event .right-col h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 10%;
  background: linear-gradient(152deg, #00eaec, #0bffc0);
}
@media (max-width: 767px){
  .event .agenda-time {
    text-align: left;
  }
}


/*======================================================================
FAQ 2 Module 
======================================================================*/

.tabber .menu-cont ul{
  text-align: center;
}
.tabber .menu-cont h4 {
  margin: 0;
  color: #000;
}
.tabber .sidebar3 {
  max-width: 900px;
  margin: 0 auto;
}
.tabber .menu-cont li {
  display: inline-block;
  line-height: 30px;
  padding: 15px 60px 15px;
  border: 1px solid #d0d9e1;
  margin: 0px 10px 10px;
  border-radius: 30px;
  background: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.tabber .menu-cont li:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  width: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.tabber .menu-cont li:last-child::after {
  border-bottom: 0px solid #e0e0e0;
}

.tabber .menu-cont li.active h4 {
  color: #fff;
}

.tabber .menu-cont li.active {
  background: #11d5b7;
}

.tabber .menu-cont {
  padding-bottom: 42px;
}

.tabber .hs-wrapper {
  margin-bottom: 50px;
}



/*======================================================================
Gallery Module 
======================================================================*/


body .gallery .row-fluid .three-col-adjust span>.hs-wrapper {
  border: 3px solid #fff;
  float: left;
  width: 32%;
  transition: all .3s ease-in-out;
  position: relative;
  height: 200px;
}
body .gallery .row-fluid .three-col-adjust span>.hs-wrapper:hover {
  opacity: .5;
}
@media (max-width: 767px){
  body .gallery .row-fluid .three-col-adjust span>.hs-wrapper {
    width: 100%;
    height: 45vw;
  }
}

@media(min-width:768px) and (max-width:1024px){
  body .gallery .row-fluid .three-col-adjust span>.hs-wrapper{
    width:49%;
  }
}


/*======================================================================
Gallery Module 
======================================================================*/


.tabber-1 .menu-cont li{
  list-style:none;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 15px 30px;
  margin: 0;
  height: auto;
  border: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  background: #11d5b7;
  color: #000;
  transition: all .3s ease-in-out;
  border: 1px solid #11d5b7;
}

.tabber-1 ul#filtars li.active {
  text-decoration: none;
  background: #fff;
  color: #000;
  border: 1px solid #11d5b7;
  transition: all .3s ease-in-out;
}

body .tabber-1 .row-fluid .three-col-adjust span>.hs-wrapper {
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-flex-basis: 31.3%;
  margin-right: 1.5%;
  background-size:cover;min-height:200px;height:20vw;
}

@media (max-width:767px){
  .tabber-1 .menu-cont li{
    padding: 10px 10px;
    margin-bottom:10px;
  }
  body .tabber-1 .row-fluid .three-col-adjust span>.hs-wrapper {
    margin-right:0;
  }
  body .tabber-1 .row-fluid .three-col-adjust span>.hs-wrapper {
    margin-bottom: 15px;
  }

  .tabber-1 .menu-cont {
    padding-bottom: 20px;
  }
}


/*======================================================================
Hover Effect Module 
======================================================================*/

.column-section .right-col h2 {
  color: #11d5b7;
  font-size: 60px;
  font-weight: 700;
  position: relative;
  opacity: 0.2;
}
.column-section .overlay:hover::before {
    opacity: .9;
  transition: all .3s ease-in-out;
}
.column-section .overlay:before {
    opacity: .6;
}
.column-section .right-col .right-content h4 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.column-section .left-col.vertical-center {
  transition: all .3s ease-in-out;
}

.column-section .left-col.vertical-center:before {
  background: #11d5b7;
}
.column-section .left-col .inner-container {
  padding: 0 60px;
  display: none;
  transition: all .3s ease-in-out;
}
.column-section .left-col:hover .inner-container {
  display: block;
}
.column-section  .right-col.vertical-center ul li {
  position: relative;
  padding-left: 25px;
  margin-left: 0px;
  margin-bottom: 10px;
  list-style: none;
}
.column-section  .right-col.vertical-center ul li:before {
  position: absolute;
  content: '\f00c';
  top: 0px;
  left: 0;
  font-family: FontAwesome;
  color: #11d5b7;
  display: block;
}
@media (min-width: 1025px){
  .column-section  .right-col.vertical-center {
    padding-left: 40px;
  }
}

.column-section .second-text-container {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  float: none;
  display:flex;
  border: 5px solid;
  border-radius: 0px;
  transition: all .3s ease-in-out;
  height: 400px;
  align-items: center;
  justify-content: center;
}
.column-section .second-text-container:hover {
  border-radius: 50%
}
.column-section .span6.left-column.align-center {
  width: 50%;
  margin: 0;
  background: #f5f7fa;
  padding: 100px 0px;
}
.column-section .overlay:before {
  opacity: .6;
}
@media (max-width: 767px){
  .column-section .span6.left-column.align-center {
    width: 100%;
    padding: 50px 0px;
  }
}

@media (max-width: 767px){
  .column-section .span6.left-col.vertical-center.overlay {
    height: 350px;
    margin: 40px 0;
  }
  .column-section .left-col .inner-container {
    padding: 50px 25px;
}
}



/*======================================================================
Image Card Module 
======================================================================*/


body.show-popup header.header{
  z-index:1;
}
.simple-section {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 16%);
}

.simple-section span.tag {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px;
  background: #11d5b7;
}

.simple-section .span8{
  padding: 30px 40px;
}

.simple-section .span4 img{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
}

.simple-section .cta-choices{
  padding-top:28px;
}

@media(max-width:1024px){

  .simple-section .overlay{
    position:initial;
  }
  .simple-section .span6.left-col{
    display:none;
    width:0;
    visibility:hidden;
  }
  .simple-section .span4 img{
    display: none;
  }
  .simple-section .left-col-1.span8 {
    width: 100%;
  }

}




/*======================================================================
List Module 
======================================================================*/

.item-conta .list-container li{
  padding-left:30px;
  list-style-type:none;
  margin-left: 0px;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

.item-conta .list-container {
  position:relative;
}


/*======================================================================
Loader Module 
======================================================================*/

.main-progress-container .skills{
  background-color:#ddd;
  width:100%;
  height:6px;
  position:relative;
  margin:45px 0px;
}
.main-progress-container .title-bar{
  position: absolute;
  top: -25px;
  margin: 0px;
}
.main-progress-container .skills span {
  float:right;
  margin-top:-22px;
  margin-right:5px;
  color:#11d5b7;
  font-weight:600;
}

.main-progress-container .skillbar{
  background-color:#11d5b7;
  width:0px;
  height:6px;
}

.main-progress-container .title-bar h5{
  font-size:16px;
  font-weight:500;
  color: #11d5b7;
}


.theme-home-3-section-3 .theme-home-2-team-section .team-img {
  border-radius: 50%;

}

.theme-home-3-section-3 .theme-home-2-team-section {
  padding:0;
}

.theme-home-3-section-3 .theme-home-2-team-section  .section-head {
  display: none;
}

.theme-home-2-team-section .team-img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 220px;
  height: 220px;
  margin: auto;
}

@media(min-width:768px) and (max-width:1024px){
  .theme-home-2-team-section .team-img {
    width: 192px;
    height: 192px;
  }
}

.theme-home-2-team-section  .team-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.theme-home-2-team-section img {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.theme-home-2-team-section .info {
  overflow:hidden; 
}

.theme-home-2-team-section .info h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: inherit;
  margin: 20px 0 10px;
}

.theme-home-2-team-section .info span {
  font-size: 14px;
  color: #959595;
}

.theme-home-2-team-section .info .social {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-home-2-team-section .info .social i{
  font-size: 14px;
  FONT-WEIGHT: bold;
}

.theme-home-2-team-section .team-slider ul.slick-dots {
  position: relative;
  top: 0px;
  left: 0;
  text-align: center;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.theme-home-2-team-section .team-slider .slick-dots {
  text-align: center;
}

.theme-home-2-team-section .team-slider .slick-dots li {
  margin: 0 7px;
  display: inline-block;
}

.theme-home-2-team-section .team-slider .slick-dots li.slick-active button {
  width: 7px;
  height: 7px;
  background:linear-gradient(152deg, #00eaec, #0bffc0);
}

.theme-home-2-team-section .team-slider .slick-dots li button {
  font-size: 1px;
  padding: 0;
  border: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
  background: #e7e7e7;

}

.loader-section .top-conta {
  max-width: 840px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.loader-section .team-container{
  margin-top:80px;
}

@media(min-width:768px){
  .loader-section .left-col{
    padding-right:40px;
  }
}

.theme-home-2-team-section .info .social a{
  width:14px;
  display:inline-block;
  margin: 0px 5px;
}

@media(max-width:767px){
  body .loader-section .top-conta{
    margin-bottom:40px;
  }

  body .loader-section .main-progress-container {
    margin-top: 40px;
  }

  body .loader-section .team-container {
    margin-top: 40px;
  }
}


/*======================================================================
Location Module 
======================================================================*/

.location .span3.left-col {
  border-right: 1px solid;
}

.location .span9.right-col {
  padding-left: 20px;
}

@media (min-width: 768px) and (max-width: 1024px){
  .location .span9.right-col {
    padding-left: 5px;
  }

  .location .right-col h5 {
    font-size: 16px;
    margin-bottom:5px;
  }

  .location p {
    margin: 0;
    font-size: 14px;
  }
}
@media (max-width: 767px){
  .location .span3.left-col {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
  }
  .location p {
    margin-bottom: 0;
  }
  .location .right-col h5 {
    margin:0px;
  }
}



/*======================================================================
Number Module 
======================================================================*/

@media(min-width:768px){
  body .row-fluid .num-section .text-container:nth-child(even){
    margin: 0 70px;
  }
}
.num-section .text-container{
  padding: 55px 32px 0 40px;
  width: 34.9%;
}

.row-fluid .num-section .text-container{
  position:relative;
  z-index:0;
}
.num-section .number-conta {
  color: #11d5b7;
  content: '1';
  font-size: 160px;
  font-weight:700;
  left: 0px;
  line-height: 1;
  position: absolute;
  top: 43px;
  z-index: -1;
  opacity: .2;
}

@media(max-width:767px){
  .num-section .text-container {
    padding: 70px 20px 0 20px;
    width: 100%;
    margin-left: 0;
  }
  .num-section .number-conta {
    left: -15px;
    top: -35px;
  }
}




/*======================================================================
Our Cases Slider Module 
======================================================================*/

body .author-slider-1 .author-line-conta:hover .overlay-content{
  webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  transform: translateY(-150px);

} 

.author-slider-1 .overlay-box{
  position: relative;
  max-width: 410px;
  margin: 0 auto;
} 

.author-slider-1 .overlay-content{
  background: #11d5b7ab;
  position: absolute;
  left:0;
  right:0;
  padding: 20px 30px 20px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-107px);
  -ms-transform: translateY(-107px);
  -moz-transform: translateY(-107px);
  transform: translateY(-107px);

} 
.author-slider-1 h5{
  font-size:16px;
  font-weight:600;

}
.author-slider-1 .text-margin h5{
  cursor:pointer;
  text-transform:uppercase;
}
.author-slider-section .image-conta{
  height: 390px;
}

.pack-name-container {
  padding-bottom: 50px;
  padding-right: 50px;
}

.bottom-conta.equal-height-container {
  padding-bottom: 70px;
}

@media(max-width:767px){
  .author-slider-section .left-col .image-conta{
    margin-bottom:25px; 
  }
  body .author-slider-1 .overlay-box{
    max-width:100%;
  }
  .pack-name-container {
    padding-bottom: 30px;
    padding-right: 0px;
  }

  .bottom-conta.equal-height-container {
    padding-bottom: 30px;
  }
}

.author-slider-1 ul.slick-dots {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 0;
}

.author-slider-1 .slick-dots {
  text-align: Center;
}

.author-slider-1 .slick-dots li {
  margin: 0 7px;
  display: inline-block;
}

.author-slider-1 .slick-dots li.slick-active button {
  width: 32px;
  height: 10px;
  background: #11d5b7;
}

.author-slider-1 button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 32px;
  height: 10px;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: 2px solid #11d5b7;
}


/*======================================================================
Our Slider Module 
======================================================================*/


.consulting-home-cases-cm .cm-container{
  position:relative;
  z-index:1;
}

.consulting-home-cases-cm{
  padding-bottom:200px;
}

.consulting-home-cases-cm .cm-container .image-container img{
  position:relative;
  display:block;
  width:100%;
} 

.consulting-home-cases-cm .cm-container .bottom-row{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;

}

.consulting-home-cases-cm .cm-container:hover .overlay-content{
  webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);

} 

.consulting-home-cases-cm .cm-container .overlay-box{
  position: relative;
  max-width: 410px;
  margin: 0 auto;

} 

.consulting-home-cases-cm .cm-container .overlay-content{
  background: ;
  position: relative;
  padding: 20px 30px 20px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transform: translateY(50px);

} 

.slider-module .slick-slide{
  display:none;
}

.slider-module .slick-slide:focus{
  outline:0;
}

.slider-module .slick-initialized .slick-slide{
  display:block;
}

.slider-module .slick-dots li.slick-active button {
  width: 32px;
  height: 10px;
  background: #000000;

}

.slider-module .slick-dots li.slick-active button:focus{
  outline:0;
}

.slider-module .slick-dots li {
  margin: 0 7px;
  display: inline-block;
}

.slider-module .slick-dots {
  text-align: center;
}

.slider-module .slick-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 32px;
  height: 10px;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  background:transparent;
  border: 2px solid #000000;
}

.slider-module{
  position:relative;
  z-index:1;
}

.slider-module ul.slick-dots{
  position: absolute;
  bottom: -100px;
  left: 0;
  right:0;
  content:'';
}

@media(max-width:1024px){
  .consulting-home-cases-cm {
    padding-bottom: 140px;
  }
}

@media(max-width:767px){
  .consulting-home-cases-cm .cm-container .overlay-box {
    max-width: 100%;
  }

  .slider-module ul.slick-dots {
    bottom: -75px;
  }

  .consulting-home-cases-cm {
    padding-bottom: 110px;
  }
}


/*======================================================================
Partner Module 
======================================================================*/

.resource .card .hs-wrapper {
  width: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top:30px;
}
.resource .card {
  box-shadow: 0 10px 64px 0 rgb(0 0 0 / 9%);
  padding: 30px 20px;
  transition: all .3s ease-in-out;
}
.resource .card:hover {
  box-shadow: 0 10px 64px 0 rgb(0 0 0 / 9%);
  background: #f5f7fa;
}
.resource img {
  max-width: 150px;
  width: 100%;
}
.resource .image {
  margin: 0 auto 15px;
}
.resource .cta-choices{
  padding-top: 30px;
}
@media (min-width: 768px) and (max-width: 1024px){
  .resource .card .hs-wrapper {
    width: 30.3%;
    margin-right: 3%;
    margin-top:30px;
  }
}
@media (max-width: 767px){
  .resource .card .hs-wrapper {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    float: none;
    width: 100%;
  }
}


/*======================================================================
Portfolio Module 
======================================================================*/


.portfolio-slider {
  padding-top: 20px;
}

.portfolio-slider .service-move{
  padding-top: 6px;
}

.portfolio-slider .service-item{
  text-align: center;
  padding: 30px 0;
  background: linear-gradient(152deg, #00eaec, #0bffc0);
  margin-top: 50px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.portfolio-slider .board{
  position: relative;
}

@media (min-width:768px){
  .portfolio-slider .board:after {
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(152deg, #00eaec, #0bffc0);
    position: absolute;
    right: 1px;
    top: 0;
    opacity: .7;
  }
}

.portfolio-slider .icon {
  max-width: 35px;
  margin: 0 auto;
}

.portfolio-slider .slick-dots li{
  list-style:none;
}

.portfolio-slider  ul.slick-dots {
  text-align: center;
}

.portfolio-slider .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}

.portfolio-slider .slick-dots li.slick-active button {
  background: transparent;
}

.portfolio-slider .slick-dots li button {
  font-size: 1px;
  padding: 0;
  border: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  cursor: pointer;
  background: #11d5b7;
  border: 2px solid #11d5b7;
}
@media (min-width: 768px) and (max-width: 1024px){
  .portfolio-slider .left-column {
    padding-right: 10px;
  }
  .portfolio-slider .right-column {
    padding-left: 10px;
    margin:0;
  }
}
@media (min-width: 1025px){
  .portfolio-slider .left-column {
    padding-right: 40px;
  }
  .portfolio-slider .right-column {
    padding-left: 40px;
    margin:0;
  }
}


@media (max-width:767px){
  .portfolio-slider {
    padding-top: 0px;
  }
  .portfolio-slider .service-item {
    margin-top: 30px;
  }
}





/*======================================================================
Pricing  CM
======================================================================*/

.pricing-section {
  padding: 30px 0;
  background: #f5f7fa;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pricing-section .top-conta-1 h4{
  color:#000;
}

.pricing-section .list-item  li {
  margin: 15px 0;
  color: #777;
  list-style-type: none;
}

.pricing-section .list-item{
  padding-bottom:20px;
}

.pricing-section .text-conta h3 span {
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 0px;
  color: #11d5b7;
}
.pricing-section .text-conta h3 {
  display: inline-block;
  padding-right: 10px;
  font-size: 50px;
  font-weight: 800;
  position: relative;
  margin-bottom: 0;
  color: #11d5b7;
}

.pricing-section .text-conta{
  padding: 30px 0;
  position: relative;
}

.pricing-section .text-conta:before, .pricing-section .text-conta:after {
  content: '';
  background: #eee;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 15%;
}

.pricing-section .text-conta:after {
  bottom: 0;
}

.pricing-section .text-conta:before {
  top: 0;
}
.pricing-section .order:before {
  content: '';
  background: #eee;
  width: 70%;
  height: 1px;
  position: absolute;
  left: 15%;
  top: 0;
}
.pricing-section .order {
  padding-top: 15px;
  position: relative;
}

@media(max-width:767px){
  .pricing-section .text-conta:before, .pricing-section .text-conta:after{
    left:0;
    width:100%;
  }

  .pricing-section .list-item  li {
    text-align:center;
  }
}

/*======================================================================
Pricing  Module
======================================================================*/

/*****************Theme Home 3 Pricing Section ***********************/




.theme-home-3-pricing-section .theme-home-3-pricing-cm{
  background: #fff;
  padding: 40px 20px;
  border-radius: 4px;
  box-shadow: 0 10px 64px 0 rgba(0,0,0,.09);
  position: relative;
}

.theme-home-3-pricing-section .price-box{
  text-align: center;
  position: relative;
  padding-right: 20px;

}

.theme-home-3-pricing-section .theme-home-3-pricing-cm:before {
  position: absolute;
  content: "";
  top: 0;
  background: #d4d9dd;
  width: 1px;
  bottom: 0;
  left: 42%;
}

.theme-home-3-pricing-section .theme-home-3-pricing-cm ul li {
  position: relative;
  padding-left: 25px;
  margin-left: 0px;
  margin-bottom:10px;
  list-style:none;
}

.theme-home-3-pricing-section .theme-home-3-pricing-cm ul li:before {
  position: absolute;
  content: '\f00c';
  top: 0px;
  left: 0;
  font-family:FontAwesome;
  color: #11d5b7;
  display: block;

}

@media(min-width:768px){
  .theme-home-3-pricing-section .footnote {
    padding-top: 30px;
    padding-left:40px;
  }
  .theme-home-3-pricing-section .theme-home-3-pricing-cm ul{
    padding-left:40px;
  }
}

.theme-home-3-pricing-section .footnote p{
  font-size:13px;
  color:#ff7f93;
}

.theme-home-3-pricing-section .price-container h2{
  font-size:50px;
  color:#11d5b7;
}

@media(max-width:1024px){

  .theme-home-3-section-2 {
    padding: 10px 0 60px;
  }

  .theme-home-3-section-2 .theme-home-3-about-cm {
    padding: 20px;
  }
  .theme-home-3-section-2 .icon-container i.fa {
    font-size: 40px;
  }
  .theme-home-3-section-2 .icon-container {
    margin-bottom: 20px;
  }

  .theme-home-3-pricing-section .price-box {
    padding-right: 10px;
  }  
  .theme-home-3-pricing-section .theme-home-3-pricing-cm {
    padding: 0 10px 0;

  }  
  .theme-home-3-pricing-section .feature-box {
    padding: 30px 10px;
  } 

  .theme-home-3-pricing-section .price-container h2 {
    font-size: 40px;
  }  
}



@media(max-width:767px){
  .theme-home-3-pricing-section .price-box {
    padding: 50px 20px 0px 15px;
    text-align: left;
    border-right: none;
  } 

  .theme-home-3-pricing-section .feature-box {
    padding: 10px 10px;
  }  

  .theme-home-3-pricing-section .theme-home-3-pricing-cm:before{
    display:none;
  }
}



/*======================================================================
Separator  CM
======================================================================*/

.separator hr{
  background:;
  border: 0;
  color: #e7e7e7;
  height: 1px;
  margin:0;
}


/*======================================================================
Service Accordian Module
======================================================================*/

.home2-accordian .accordion .accordion_header_1.text-margin-zero {
  width: 100%;
  padding: 10px 20px;
  max-width: 100%;
  white-space: inherit;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 40px;
}
.home2-accordian .accordion .accordion_group_1:last-child .accordion_header_1.text-margin-zero,
.home2-accordian .accordion .accordion_group_1:last-child .accordion_content_1 li:last-child {
  border-bottom: 0px solid #e7e7e7;
}


.home2-accordian .accordion {
  padding: 10px 0px;
}

.home2-accordian h3{
  font-size: 20px;
  line-height: 30px;
  background: linear-gradient(152deg, #00eaec, #0bffc0);
  color: #000;
  padding: 10px 20px;
  font-weight: 600;
  margin: 0;
}
.span12.home2-accordian .accordion{
  background: #f5f7fa;
  margin: 0;
}

.home2-accordian .accordion_content_1 li{
  padding: 8px 35px;
  text-decoration: none;
  max-width: 100%;
  white-space: normal;
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
  margin-left: 22px;
  margin-bottom: 0;
}
.home2-accordian .accordion_group_1 {
  margin-bottom: 0px;
}
.home2-accordian .accordion .accordion_header_1 a:before{
  content: "";
  position: absolute;
  background: url(//3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/raw_assets/public/The%20Lead%20Conversion%20Theme/Images/Updated%20Images/right-arroww.svg)no-repeat right center;
  width: 12px;
  height: 12px;
  left: 16px;
  top: 17px;
  transition: all ease-in-out .2s;
}

.home2-accordian .accordion .accordion_group_1.expanded .accordion_header_1 a::before {
  transform: rotate(90deg);
}

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


/*======================================================================
Service Card Module
======================================================================*/

.theme-service-2-cm{
  padding:0 30px ;
  min-height:504px;
}
.theme-service-2-cm .cta-choices {
  margin-top: 20px;
}
@media(max-width:767px){
  .theme-service-2-cm{
    margin:20px 0px 0;
  }
}

.theme-service-2-cm .number-series:before {
  position: absolute;
  height: 2px;
  content: '';
  left: 20%;
  top: 40%;
  width: 75%;
  background: #e7e7e7;
}

@media(max-width:1200px) and (min-width:768px){
  .theme-service-2-cm .number-series:before {
    position: absolute;
    height: 2px;
    content: '';
    left: 34%;
    top: 40%;
    width: 61%;
    background: #e7e7e7;
  }
}
.theme-service-2-cm .number-series {
  position: relative;
}

.theme-service-2-cm .service-background{
  margin-bottom: 20px;
  height:205px;
}


.theme-service-2-cm {
  padding: 30px;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 64px 0 rgba(0,0,0,.09);
}

/*======================================================================
Sidebar Module
======================================================================*/

.sidebar-cm .portfolio-listing-info {
  margin: 40px 0;
}
.sidebar-cm .portfolio-listing-info ul li {
  padding: 20px;
  border-bottom: 1px solid #e7e7e7;
  list-style-type:none;
}

.sidebar-cm .image-container {
  margin-bottom: 20px;
}
.sidebar-cm {
  position:relative;
}
@media(min-width:768px){
  .sidebar-cm .sticky {
    position: relative;
    top: 0;
  }
}


/*======================================================================
Simple Card CM
======================================================================*/

.simple-card-cm .image-conta {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 64px 0 rgb(0 0 0 / 9%);
  height: 300px;
}


/*======================================================================
Simple Module
======================================================================*/



body .row-fluid .color-section .right-col.span6.overlay {
  width: 50%;
  float: right;
  padding: 110px 0;

  padding-left: 100px;
}

.color-section .right-col li{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom:15px;
  margin-left:0;
}

.color-section .cta-choices {
  margin-top: 40px;
}

.color-section .text-conta{
  padding-bottom:80px;
}

@media(min-width:1025px){
  .color-section .right-col.overlay:before{
    left:50%;
  }

  body .color-section .right-col.overlay,
  body .color-section .wrapper{
    position:revert;
  }

  body .color-section{
    position:relative;
  }

}


@media(max-width:767px){

  .color-section .left-col{
    display:none;
  }

  .color-section {
    padding:0px 0;
  }

  .color-section .text-conta{
    padding:0px 0 0;
  }

  body .row-fluid .color-section .right-col.span6.overlay {
    width: 100%;
    float: none;
    padding: 60px 0;
    padding-left:20px;
  }

  .color-section .text-conta {
    padding-bottom: 30px;
  }
}


/*======================================================================
Slider Banner CM
======================================================================*/

.theme-home-3 button.slick-next.slick-arrow {
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
}

.theme-home-3 button.slick-prev.slick-arrow {
  font-size: 0;
  background: transparent;
  border: 0;
  padding: 0;
  position:absolute;
}

.theme-home-3 button{
  position:initial;
}

.theme-home-3{
  position:relative;
  z-index:1;
}

.theme-home-3 .hero-slider-1 .slick-prev:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  left:40px;
  top:392px;
  z-index: 1;
  background:#fff url('//3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/raw_assets/public/The%20Lead%20Conversion%20Theme/Images/Updated%20Images/Right-arrow-with-squre.png')no-repeat;
  background-size:cover;
  background-position:center;
  cursor: pointer;
    border: 15px solid #fff;
    transform: rotate(180deg);
}

.theme-home-3 .hero-slider-1 .slick-next:before{
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  top:392px;
  right:40px;
  z-index: 1;
 background:#fff url('//3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/raw_assets/public/The%20Lead%20Conversion%20Theme/Images/Updated%20Images/Right-arrow-with-squre.png')no-repeat;
  background-size:cover;
  background-position:center;
  cursor: pointer;
    border: 15px solid #fff;
    transform: rotate(360deg);
}

.theme-home-3 .home2-slider .heading-container{
  max-width:900px;
  margin:0 auto;
}

.theme-home-3 .cta-choices{
  margin-top:50px;
}

.theme-home-3 .hero-slider .slick-slide{
  display:none;
}

.theme-home-3 .hero-slider .slick-initialized .slick-slide{
  display:block;
}


@media(max-width:767px){
  .theme-home-3 .hero-slider-1 .slick-prev:after{
    top:410px;
    width: 40px;
    height: 40px;
    left:20px;
  }
  .theme-home-3 .hero-slider-1 .slick-next:before{
    top:410px;
    width: 40px;
    height: 40px;

    right:20px;
  }
}

/*======================================================================
Slider Banner Module
======================================================================*/



.home-3-hero-cm .home2-slider{
  position:relative;
  z-index:1;
}

.home-3-hero-cm .home2-slider .heading-container{
  max-width:900px;
  margin:0 auto;
}

.home-3-hero-cm .cta-choices{
  margin-top:50px;
}

/* .home-3-hero-cm .hero-slider .slick-slide{
  display:none;
} */

.home-3-hero-cm .hero-slider .slick-slide:focus{
  outline:0;
}

.home-3-hero-cm .hero-slider .slick-initialized .slick-slide{
  display:block;
}

.home-3-hero-cm .hero-slider .slick-dots li.slick-active button:focus{
  outline:0;
}

.home-3-hero-cm .hero-slider ul.slick-dots {
  position: relative;
  top: -70px;
  left: 0;
  text-align: center;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.home-3-hero-cm .hero-slider  .slick-dots {
  text-align: center;
}

.home-3-hero-cm .hero-slider  .slick-dots li {
  margin: 0 7px;
  display: inline-block;
}

.home-3-hero-cm .hero-slider  .slick-dots li.slick-active button {
  width:30px;
  height: 4px;
  background: #000;
}

.home-3-hero-cm .hero-slider .slick-dots li button {
  font-size: 1px;
  padding: 0;
  border: 0;
  width: 30px;
  height: 4px;
  border-radius: 0px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  background: #e7e7e7;
}

/*======================================================================
Social Links Module
======================================================================*/

.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 30px;
}

.social-links .social-links__icon {
  display: inline-flex;
  float:left;
  position: relative;
  transition: all .3s ease-in-out;
}

.social-links .social-links__icon svg{
  transition: all .3s ease-in-out;
}

.social-links .social-links__link{
  line-height: 0;
  max-width: 20px;
}

.social-links .social-links__icon:hover svg,
.social-links .social-links__icon:focus svg,
.social-links .social-links__icon:active svg {
  transform: scale(1.2);
  transition: all .3s ease-in-out;
}

@media (max-width:767px){
  body .row-fluid .social-links {
    padding:10px 0;
  }
}


/*======================================================================
Team Page Card Module
======================================================================*/

.team-page .hs-wrapper {
  width: 15.6%;
  margin-right: 1%;
  float: left;
  margin-bottom: 40px;
  margin-left: 0;
}

.team-page .hs-wrapper img {
  width: 140px;
  border-radius: 50%;
  height: 140px;
}

.team-page .hs-wrapper h5 {
  font-size: 18px;
  font-weight: bold;
  color: #11d5b7;
  margin-bottom: 5px;
}

.team-page .hs-wrapper h6 {
  font-size: 16px;
  opacity: 0.5;
  color: #11d5b7;
}

.team-page .hs-wrapper .lower-box {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1024px){
  .team-page .hs-wrapper {
    width: 24%;
  }
}

@media (max-width: 767px){
  .team-page .hs-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}


/*======================================================================
Team Single Page Module
======================================================================*/


.team-page-cm .image img {
  border-radius: 50%;
  width: 250px;
}

.team-page-cm .name {
  padding-top: 20px;
  padding-bottom: 1px;
}

.team-page-cm .name p {
  margin-top: 0;
}

.team-page-cm .name h4 {
  margin-bottom: 4px;
}

@media(min-width:768px){
  body .row-fluid .team-page-cm{
    position:relative;
    z-index:1;
  }

  body .row-fluid .team-page-cm:after{
    position:absolute;
    z-index:1;
    content:'';
    width:1px;
    top:0;
    height:700px;
    background:#11d5b7;
    right:0;
  }
}

.team-page-cm ul li:hover{
  background: #f5f7fa;
  transition: all .2s ease-in-out;transition-delay: .2s;
}

.team-page-cm ul li{
  display: inline-block;
  margin: 0 7px;
  width: 40px;
  height: 40px;
  line-height:29px;
  text-align: center;
  background: linear-gradient(152deg, #00eaec, #0bffc0);
  border-radius: 50%;
  transition: all .2s ease-in-out;
  transition-delay: .2s;
}

.team-page-cm ul{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style:none;
}

.team-page-cm ul li{
  list-style:none;
}

.team-page-cm ul li .icon-1{
  transition: all .2s ease-in-out;
  transition-delay: .2s;
}

.team-page-cm ul li:hover .icon-1{
  transition: all .4s ease-in-out;
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);
}


/*======================================================================
Testimonials Module
======================================================================*/

.testimonials .left-col.vertical-center {
  padding: 0 50px;

}

.testimonials .text-container p {
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 24px;
}

.testimonials .left-col .row-fluid {
  margin-bottom: 25px;
}

.testimonials .text-container {
  margin-bottom: 30px;
}

.testimonials .border-right{
  border-right:1px solid #11d5b7 ;
}

.testimonials img {
  height: 90px;
  border-radius: 50%;
  width: 90px;
}

.testimonials .span9.text {
  margin-left: 0;
}

.testimonials h4 {
  padding-top: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1024px){
  .testimonials .left-col.vertical-center {
    padding: 0 22px;
  }

  .testimonials .span9.text {
    width: 70%;
  }

  .testimonials .span3.icon {
    width: 30%;
  }
}

@media (max-width: 767px){
  .testimonials .border-right {
    border-right: 0px solid #11d5b7;
  }

  .testimonials .span3.icon {
    float: left;
    margin-right: 20px;
  }

  .testimonials .left-col.vertical-center {
    padding: 0px;
    padding-bottom: 0px;
  }

  .testimonials .left-col .row-fluid {
    margin-bottom: 16px;
  }
}

/*======================================================================
Thank you Module
======================================================================*/

.banner.align-center:before {
  position: absolute;
  content: "";
  background: linear-gradient(152deg, #00eaec, #0bffc0);
  width: 70px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.banner.align-center {
  position: relative;
  padding-bottom: 50px;
}

.event-2.align-center {
  padding-top: 62px;
}

.event-2.align-center p {
  font-weight: 600;
  padding-bottom: 12px;
}

.event-2.align-center .col {
  background: linear-gradient(152deg, #00eaec, #0bffc0);
  padding: 50px 30px;
  margin-top: 25px;
}

.event-2.align-center .icon {
  margin-bottom: 30px;
}

/*======================================================================
Timer Module
======================================================================*/

.event-down .event-2-timer-cm {
  margin: 60px 0;
}

.event-down .event-2-timer-cm .cont {
  font-size: 80px;
  display: inline-block;
  line-height: 1;
  padding: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  margin: 0 30px;
  border-radius:12px;
  border:1px solid #000;
}

.event-down .event-2-timer-cm span {
  display: block;
  font-size: 16px;
  margin-top: 6px;
  font-weight: 300;
}

.event-down h1 {
  font-size: 80px;
  line-height: 1;
  padding-bottom: 20px;
}

.event-down .heading{
  max-width:1010px;
  margin:0 auto;
}

@media (max-width: 1024px){
  .event-down .event-2-timer-cm .cont {
    font-size: 50px;
    margin:10px;
  }
}

/*======================================================================
Two Col Event Module
======================================================================*/

.event-2-cm .heading-container:before {
  position: absolute;
  content: "";
  max-width: 400px;
  width: 100%;
  height: 2px;
  background: #11d5b7;
  bottom: 0;
  left: 0;
}

.event-2-cm .heading-container{
  margin-bottom: 50px;
  padding-bottom: 10px;
  position: relative;
}

.event-2-cm .text-container{
  padding-bottom: 50px;
}

.event-2-cm .span10.right-column {
  width: 60%;
}

@media (min-width: 768px) and (max-width: 1100px){
  .event-2-cm .span2.left-column {
    width: 22%;
  }

  .event-2-cm .right-column {
    padding-left: 0px;
    margin: 0;
  }

  .event-2-cm .span10.right-column {
    width: 70%;
  }
}

@media (max-width: 767px){
  .event-2-cm .text-container {
    padding-bottom: 30px;
  }
  .event-2-cm .span10.right-column {
    width: 100%;
    margin-top: 10px;
  }
}

/*======================================================================
Blog Listing Module
======================================================================*/

/* .blog-author-heading,
.blog-tag-heading {
  padding: 0 1rem;
}

.blog-index .blog-index__post.blog-index__post--small{
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 3%);
  transition: box-shadow .3s ease-out,transform .3s ease-out,opacity .2s ease-out;
  transition-delay: .1s;
  border-radius: 4px;
  overflow: hidden;
}

.blog-index .blog-index__post.blog-index__post--small{
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 3%);
  transition: box-shadow .3s ease-out,transform .3s ease-out,opacity .2s ease-out;
  transition-delay: .1s;
  border-radius: 4px;
  overflow: hidden;
  margin-top:30px;
  margin-right:2.5%;
  background:#f5f7fa;
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  margin:60px 0;
}

.blog-index__post {
  flex: 0 0 100%;
  padding: 1.4rem 1rem;
}

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

@media screen and (min-width: 768px) {
  .blog-index__post--small {
    flex: 0 0 calc(90% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: flex;
    flex: 1 0 100%;
  }
}

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

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

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

.blog-index__post-title {
  font-size: 1.25rem;
}

.blog-index__post-timestamp {
  display: block;
}

.blog-index__post-author {
  align-items: center;
  display: flex;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 0.35rem;
  width: 30px;
}

.blog-index__post-tags,
.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author,
.blog-index__post-image--small {
  margin: 0 0 0.7rem;
  width:100%;
}
.blog-post_image {
    margin-bottom: 25px;
}
.section.post-footer {
    padding-bottom: 60px;
}


.hs-blog-listing .hide-on-listing{
   display:none!important;
}

.hs-blog-post .hide-on-post{
    display:none!important;
}

.block-blog.hs-blog-post h2{
   font-size:36px;
}

.block-blog.hs-blog-post p{
   margin-bottom:40px;
}

.block-blog.hs-blog-post blockquote {
    margin: 0;
    font-size: 24px;
    padding-left: 17px;
    border-left: 3px solid #000000;
    margin-top: 45px;
    margin-bottom: 40px;
    letter-spacing: 0;
    line-height: 31px;
    color: #000000;
    font-weight: 500;
    padding: 15px 0 14px 30px;
    width: auto;
    margin-left: 0;
    position: relative;
}


@media (min-width: 768px){
  
.block-blog .post-listing {
    margin: 0 -2.5% 0 0;
    padding: 0;
    //overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-blog .post-item {
    float: left;
    width: 30.833%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
}
  
body.block-blog .container-fluid .row-fluid .blog-subscription{
      float: left;
    width: 30.833%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
  
  }
  
.block-blog .post-item:first-child{
   width: 100%;
  position:relative;
} 
  

.block-blog .post-item:first-child .post-header>a{
    display: block;
    width: 60%;
    float: left; 
}
  
.block-blog .post-item:first-child .post-inner-box{
    display: block;
    width: 32%;
    float: left;
    padding-top: 90px;
}
  
.block-blog .post-item:first-child .featured-bg{
    height:483px;
  }  
  
.post-item:first-child  .date-module {
    position: absolute;
    bottom: 40px;
}  
  
.block-blog .post-item:first-child  .post-header h1{
   margin-bottom:0;
}  
  
.block-blog .post-item:first-child   .description-module{
    display:block;
}  

}

.block-blog .blog-body {
    padding-top: 75px;
    padding-bottom: 75px;
}

.block-blog .post-item {
    background: #f8f8f9;
    margin-bottom: 25px;
}

.block-blog .featured-bg {
    min-height: 216px;
}

.block-blog .description-module{
  padding-top: 25px;
  display:none;
}



.block-blog .topic-list li,
.block-blog .topic-list li a{
  display:none;
  list-style-type:none;
  margin:0;
  padding:0;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #554e4e;
  
}


.block-blog ul.topic-list,
.block-blog .date-module ul{
  margin:0px 0  10px;
  padding:0;
}

.block-blog .topic-list li:first-child,
.block-blog .topic-list li a:first-child{
  display:inline-block;
}

.block-blog .post-header h1,
.block-blog .post-header h1 a{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: normal;
}

.block-blog .post-header h1{
    margin-bottom: 96px;
    padding: 0;
}

.block-blog .date-module ul li{
  display:inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #676767;
  margin:0;
}

.block-blog .post-inner-box{
 padding:30px 40px;
}


.recent-block-listing .image-container{
  height:100px;
}

@media(max-width:1024px){

.block-blog .post-item:first-child .post-inner-box{
   width:28%;
}
}


@media(max-width:767px){

.block-blog .post-item:first-child .post-inner-box{
   width:auto;
}
  
.block-blog .post-inner-box{
   padding: 30px 20px;
}
  
.block-blog .post-header h1{
   margin-bottom:25px;
}
  
.recent-block-listing .image-container {
    height: 210px;
    margin-bottom:20px;
}
  
.block-blog.hs-blog-listing .blog-body{
    padding-top:30px; 
    padding-bottom:15px;
}
 
  
.block-blog.hs-blog-listing .blog-subscription{
     margin-top:50px;
     margin-bottom:50px;
}
  
.block-blog.hs-blog-listing .recent-block-listing{
     padding-top:50px;
}
  
.block-blog.hs-blog-listing .recent-block-listing .space-bottom{
    display: flex;
    flex-direction: column-reverse;
  }
}

/*=================================================================
   Blog Pagination
=============================================================*/


.block-blog .ias-trigger {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 49px;
    transition: all ease-in-out .2s;
    clear: both;
}

.block-blog .ias-trigger a {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    border: 1px solid #11d5b7;
    padding: 20px 0px;
    max-width: 200px;
    transition: all ease-in-out .2s;
    width: 100%;
    display: block;
    letter-spacing: 0.5px;
    color: #11d5b7;
}

.block-blog .ias-trigger:hover a{
color:#fff;
 background:#11d5b7;


}




/*=================================================================
    Email Subscription
=============================================================*/

.block-blog .blog-subscription{
  background-color: #1971d5;
  border: solid 1px #979797;
      padding: 45px 35px;
}


.block-blog .blog-subscription h3{
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
 text-align:center;
      margin-top: 27px;
    margin-bottom: 30px;
}


body.block-blog .container-fluid .row-fluid .blog-subscription form input{
    background-color: #ffffff;
    border: solid 0.5px #6c6c6c;
    height: 62px;

}

body.block-blog .container-fluid .row-fluid .blog-subscription .hs-button{
   font-size: 18px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.1px;
  color: #000000;
  border-radius:0;
  width:100%;
  max-width:100%;
  display:block;
      border: none;
}




/************************* Post Hero Section Styling Start ********************************/





.block-blog .post-hero-section .post-section-hero .post_featured_image{
   height:365px;
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
}

.block-blog .post-hero-section .post-section-hero .post-author-list span{
   font-size:16px;
   font-weight:normal;
   letter-spacing:0px;
}

.block-blog .post-hero-section .post-section-hero .post-sharing-icons ul{
   list-style-type:none;
   margin:0;
}

.block-blog .post-hero-section .post-section-hero .post-sharing-icons ul li i{
   font-size:19px;
}

.block-blog .post-hero-section .post-section-hero .post-sharing-icons{
   padding-top:63px;
}

.block-blog .post-hero-section .post-section-hero .post-sharing-icons ul li{
   line-height:30px;
}

.block-blog .post-hero-section .post-section-hero .topic-list{
   list-style-type:none;
   margin:0;
   margin-bottom:20px;
}

body.block-blog .post-hero-section .post-section-hero .left-col h1{
   font-size:40px;
   line-height:55px;
   letter-spacing:0;
   font-weight:600;
   margin-bottom:10px;
   padding-bottom:0;
}

body.block-blog .post-hero-section .post-section-hero .left-col h1>a{
   font-weight:600;
}

.block-blog .post-hero-section .post-section-hero .topic-list h5>a{
   text-transform:uppercase;
   position:relative;
   display:inline-block;
   color:#000;
   font-weight: 600;
   font-size: 12px;
}

.block-blog .post-hero-section .post-section-hero .topic-list h5>a:after{
    width: auto;
    display: block;
    left: 0;
    content: '';
    background: #cccbcb;
    height: 2px;
    position: absolute;
    top: 19px;
    right: 0;
}

.block-blog .post-hero-section .post-section-hero .topic-list h5{
    font-size:11px;
    line-height:20px;
    letter-spacing:0.6px;
}

.block-blog .post-hero-section{
   padding:55px 0 43px;
}




@media(max-width:1024px){

.block-blog .post-hero-section .post-section-hero .left-col h1{
    font-size: 38px;
    line-height: 44px;
}
  
.block-blog .post-hero-section .post-section-hero .post-sharing-icons{
     padding-top: 30px;
}
  
body.block-blog .post-hero-section .post-section-hero .left-col h1{
   font-size: 35px;
   line-height: 44px; 
}

}



@media(max-width:767px){

.block-blog .post-hero-section .post-section-hero .post-sharing-icons{
    padding-top: 25px;
    padding-bottom: 25px;
}
  
.block-blog .post-hero-section{
   padding: 35px 0 10px;
}
  
body.block-blog .post-hero-section .post-section-hero .left-col h1{
   font-size:30px;
   line-height:42px;
}
  
.block-blog.hs-blog-post .blog-body{
    padding-top:30px;
} 
  
.block-blog .post-hero-section .post-section-hero .post-sharing-icons ul li{
    margin-right:8px;
    display:inline-block;
}
  
.block-blog .post-hero-section .post-section-hero .left-col h1 {
    font-size: 30px;
    line-height: 35px;
}
  
.block-blog .post-hero-section .post-section-hero .post_featured_image {
    height: 250px;
}
  
.hs-blog-post .blog-content .left-col{
   margin-bottom:30px;
}

}





.block-blog .blog-body .blog-post-section .post-body p{
  font-size:17px;
  line-height:27px;
}

.block-blog .blog-body .blog-post-section .post-body img{
   margin-bottom:30px;
}

.block-blog .blog-body .blog-post-section .post-body h2,
.block-blog .blog-body .blog-post-section .post-body h3,
.block-blog .blog-body .blog-post-section .post-body h4,
.block-blog .blog-body .blog-post-section .post-body h5,
.block-blog .blog-body .blog-post-section .post-body h6{
   margin-bottom:25px;
}

.block-blog .blog-body .blog-post-section .post-body li{
  font-size:17px;
  line-height:27px;
}

.block-blog .blog-body .blog-post-section .post-body ul,
.block-blog .blog-body .blog-post-section .post-body ol{
   margin-bottom:40px;
}

body.block-blog.hs-blog-listing .blog-content .left-col{
   width:100%;
}

body.block-blog.hs-blog-listing .blog-content .right-col{
   display:none;
}

body.block-blog.hs-blog-post .blog-content .right-col .blog-subscription{
   width:100%;
   padding-bottom:45px;
}




/************************ Recommended Post Section Styling *********************/



.recommended-post-section{
   background-color:#f9f9f9;
   padding:60px 0 112px;
}

body .recommended-post-section .topic-post-item .heading-title{
   font-size:24px;
   font-weight:500;
}

body .recommended-post-section .topic-post-item .heading-title a{
   font-weight:500;
}

.recommended-post-section .heading-container h2{
   font-size:40px;
   line-height:57px;
   letter-spacing:0px;
   font-weight:300;
}

.recommended-post-section .heading-container{
   margin-bottom:43px;
}

.recommended-post-section .post-recent-post .topic-post-item{
   background:#fff;
   border: 1px solid #e3e8eb;
}

.recommended-post-section .post-recent-post .topic-post-item:hover{
   border: 1px solid #1a325e;
}

.recommended-post-section .post-recent-post .topic-post-item .topic-list{
   list-style-type:none;
   margin:0;
}

.recommended-post-section .post-recent-post .topic-post-item .topic-list li h5{
   font-size:11px;
   line-height:20px;
   letter-spacing:0.6px;
}

.recommended-post-section .post-recent-post .topic-post-item .topic-list li h5>a{
   color:#000;
   font-weight:600;
   text-transform:uppercase;
   position:relative;
   display:inline-block;
}

.recommended-post-section .post-recent-post .topic-post-item .topic-list li h5>a:after{
    width: auto;
    display: block;
    left: 0;
    content: '';
    background: #cccbcb;
    height: 2px;
    position: absolute;
    top: 19px;
    right: 0;
}

.recommended-post-section .post-recent-post .topic-post-item .inner-box{
   padding: 39px 20px 66px;
}



@media(max-width:1024px){

.recommended-post-section{
    padding: 45px 0 70px;
}
  
.recommended-post-section .post-recent-post .topic-post-item .inner-box {
    padding: 39px 20px 39px;
}
  
.recommended-post-section .heading-container {
    margin-bottom: 20px;
}
  
.recommended-post-section .heading-container h2 {
    font-size: 35px;
    line-height: 35px;
}

}


@media(max-width:767px){

.recommended-post-section .heading-container h2{
    font-size: 30px;
    line-height: 25px;
}
  
.recommended-post-section {
    padding: 50px 0 40px;
}
  
.recommended-post-section .post-recent-post .topic-post-item .inner-box {
    padding: 39px 20px 40px;
}
  
.recommended-post-section .heading-container {
    margin-bottom: 15px;
}
  
.recommended-post-section .post-recent-post .topic-post-item {
    margin-bottom: 30px;
}
}







/*======================================================================
Blog Pagination Module
======================================================================*/

.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
}

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

.pagination__link--disabled {
  cursor: default;
  pointer-events: none;
}

.pagination__link--disabled .pagination__link-text {
  color: #B0C1D4 !important;
}

.pagination__link--first,
.pagination__link--prev {
  margin-right: 0.7rem;
}

.pagination__link--first {
  margin-left: 0;
}

.pagination__link--number {
  border: 2px solid transparent;
  border-radius: 6px;
  margin: 0 0.175rem;
  padding: 0.25rem 0.4rem;
}

.pagination__link--number:hover,
.pagination__link--number:focus,
.pagination__link--active {
  border-color: #B0C1D4;
}

.pagination__link--last,
.pagination__link--next {
  margin-left: 0.7rem;
}

.pagination__link--last {
  margin-right: 0;
}

.pagination__link-icon svg,
.pagination__link-icon svg {
  height: 16px;
  margin: 0 0.3rem;
  width: 16px;
}

.pagination__link--disabled .pagination__link-icon svg,
.pagination__link--disabled .pagination__link-icon svg {
  fill: #B0C1D4 !important;
}


.home2-recent-posts .home-post-body.featured-image.clearfix {
  height: 290px;
} */

/*======================================================================
Blog RSS Module
======================================================================*/

.home2-recent-posts .post-date h6{
  font-size: 14px;
  color: #11d5b7;
  margin-bottom: 20px;
  text-transform:none;
}

.home2-recent-posts .header-container h4{
  color:#000;
  transition: all ease-in-out .2s;
  font-weight: 700;
}

body .row-fluid .home2-recent-posts .home-post-body-inner {
  margin-left: 0px;
  padding:30px;
}

body .row-fluid .home2-recent-posts .latest-news{
  float: left; 
  position: relative;
  z-index: 1;
  margin-left: 0px;
  padding-bottom: 30px;
}

.home2-recent-posts .latest-news {
  border: 1px solid #e0e0e0;
}

.home2-recent-posts .cta-container {
  position: absolute;
  bottom: 30px;
  z-index: -1;
}

/*======================================================================
Cost Module
======================================================================*/

body .row-fluid .cost-section .three-col-adjust span>.hs_cos_wrapper{
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  margin-right: 2.43%;
}

.cost-section .top-conta-1 h4{
  color:#000;
}

.cost-section .order{
  margin-top:25px;
}

.cost-section .dscription-container p{
  margin-bottom:20px;
}

.cost-section .table-container .card-conta{
  background: #fff;
  border: 1px solid #11d5b7;
  box-shadow: 0px 0px 36px rgb(0 0 0 / 18%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media(min-width:768px){
  .cost-section .table-container>span>div:nth-child(2) {
    margin-top: -14px;
    margin-bottom: -40px;
  }
}

.cost-section .list-item li {
  position: relative;
  margin: 12px 0;
  padding-left: 28px;
  list-style-type: none;
  font-size:17px;
  font-weight:400;
}

.cost-section .list-item{
  margin-top: 50px;
  border-top: 1px solid #e7e7e7;
  padding-top: 32px;
  text-align:left;
}

.cost-section .list-item li:before{
  position:absolute;
  content:'';
  z-index:1;
  height:15px;
  width:15px;
  left:0;
  top:6px;
  background:url('//3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/raw_assets/public/The%20Lead%20Conversion%20Theme/Images/Updated%20Images/check-4787.png')no-repeat;
  background-size:cover;
}

.cost-section .text-conta h2 span {
  font-size: 28px;
  position: absolute;
  top: 11px;
  left: -10px;
  color: #000;
}

.cost-section .text-conta h2 {
  display: inline-block;
  padding-left: 10px;
  font-size: 60px;
  position: relative;
  margin-bottom: 15px;
}

@media(max-width:767px){
  .cost-section .text-conta h2 span{
    top:0;
    font-size:20px;
  }

  body .row-fluid .cost-section .three-col-adjust span>.hs_cos_wrapper{
    margin-top:40px;
  }
}

/*======================================================================
Counter Module
======================================================================*/

.counter-cm .image-conta{
  max-width:50px;
  width:50px;
  height:50px;
  margin:0 auto 20px;
}

@media(max-width:767px){
  .counter-cm .hs_cos_wrapper{
    padding:20px 0px;
  }
}


/*======================================================================
Faq-2 Module
======================================================================*/
.tabber-12 .resource .hs-wrapper {
  width: 100%;
  float: none;
  margin-right: 0;
}

.tabber-12 .resource .hs-wrapper{
  max-width: 850px;
  margin: 0 auto 50px;
  float: none;
}

.tabber-12 .menu-cont {
  margin-bottom: 70px;
}

.tabber-12 .menu-cont ul {
  text-align: center;
}

.tabber-12 .menu-cont ul li {
  display: inline-block;
  line-height: 30px;
  padding: 15px 60px 12px;
  border: 1px solid #d0d9e1;
  margin: 0px 10px 10px;
  border-radius: 30px;
  background: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.tabber-12 .menu-cont ul li.active {
  background: #11d5b7;
}

.tabber-12 .menu-cont ul li.active h4 {
  color: #fff;
}

.tabber-12 .menu-cont ul li:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  width: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.tabber-12 .menu-cont ul li:last-child:after {
  border-bottom: 0px solid #e0e0e0;
}

.tabber-12 .menu-cont ul li h4 {
  margin: 0;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1024px){
  .tabber-12 .menu-cont ul li {
    padding: 14px 22px 12px;
  }

  .tabber-12 .menu-cont ul li h4 {
    font-size: 18px;
  }

  .tabber-12 .menu-cont {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px){
  .tabber-12 .menu-cont ul li {
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .tabber-12 .resource .hs-wrapper{
    text-align: left;
  }

  .tabber-12 .menu-cont {
    margin-bottom: 35px;
  }

  .tabber-12 .menu-cont ul li:after {
    border-bottom: 0px solid #e0e0e0;
  }
}


/*======================================================================
Hover Effect Module
======================================================================*/



.hover-efect-cm .product-single-benefit-cm .icon-container icon img{
  width: 12px;
  height: 12px;
  vertical-align: middle;
}


.hover-efect-cm .product-single-benefit-cm .icon-container{
  width: 40px;
  height: 40px;
  background:linear-gradient(152deg, #00eaec, #0bffc0);
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
  border-radius: 50%;
  color: #000;

}

.hover-efect-cm .product-single-benefit-cm:hover .icon-container {
  transform: rotate(360deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: all 0.5s ease-in-out;
}

.hover-efect-cm .product-single-benefit-cm .main-content {
  padding-left: 10px;
}

.hover-efect-cm .product-single-benefit-cm {
  padding: 20px 0px;
}


@media(max-width:1024px){
  .hover-efect-cm .product-single-benefit-cm .main-content {
    padding-left: 0px;
  } 
  .hover-efect-cm .product-single-benefit-cm .icon-container{
    margin-bottom:20px;
  }
}

@media(max-width:767px){
  .hover-efect-cm .product-single-benefit-cm .main-content {
    text-align: center;
  }
}
body .hs-input:focus {
    outline: 1px solid #11d5b7;
}


body .body-container-wrapper .container-fluid.footer-section.content-wrapper li{
 list-style-type:none; 
  
}
/* System pages */

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

.systems-page--search-results {
  max-width: 100%;
}

.error_404-div .image-conta,
.error_500-div .image-conta{
background:url('//3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/raw_assets/public/The%20Lead%20Conversion%20Theme/Images/Updated%20Images/Error%20image.svg')no-repeat;
background-size:contain;height:300px;background-position:center center;
}
.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}


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

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

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

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


.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

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

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

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}


/*****************************************/
/* 404 Error Page   */
/*****************************************/

.error-page-content{
  padding:200px 0px 150px;
} 


/*****************************************/
/* 500 Error Page   */
/*****************************************/
.error-page-500{
  background:#f5f7fa;
  padding:149px 0px 158px;
}

.error-page-500-section1 {
  max-width: 750px;
  margin: 0 auto;
  float: none;
  padding: 70px 100px;
  border: 2px solid #000;
  background: #fff;
  box-sizing: border-box;
}
.error-page-500-section1 h1 {
  font-size: 38px;
  line-height: 1.2;
}

.error-page-500-section1 h4 {
  margin-bottom: 13px;
}
.error-page-500-section1 a {
  font-size: 15px;
}

@media (max-width: 1024px) and (min-width:768px){
  .error-page-500 {
    padding: 80px 0px;
  }
}
@media (max-width: 767px){
  .error-page-500-section1 {
    padding: 20px 20px;
  }
  .error-page-500 {
    padding: 60px 0px;
  }
  .error-page-500 h1 {
    font-size: 26px;

  }
  .error-page-content{
     padding: 60px 0px 60px;
  }
  .systems-page {
  padding: 60px 0;
}
  .error-page a.cta-button {
    display: block;
}
}

/*****************************************/
/* Email Preferences  */
/*****************************************/

#email-preferences form {
  max-width: unset;
}

#email-preferences {
  padding: 100px 0px 100px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #email-preferences .email-prefs .systems-page{
    padding: 52px 0px 100px;
  }
}
#email-preferences form {
  border: none;
  padding:0px;
}
 body #email-preferences .item-inner:hover {
box-shadow:1px 1px 4px rgb(0 0 0 , 10%);
    transition-duration: 0.15s;
  -moz-box-shadow: 1px 1px 4px rgb(0 0 0 , 10%);
  -webkit-box-shadow: 1px 1px 4px rgb(0 0 0 , 10%);
  -o-box-shadow: 1px 1px 4px rgb(0 0 0 , 10%);
   cursor:pointer;
}


#email-preferences .item-inner.hovered{
box-shadow:none;
}

#email-preferences .item-inner.hovered:before{
box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.18);
}

#email-preferences .item-inner.selected:before{
border: 1px solid #000;
background: #fcfcfc;
}

.email-prefs .item .item-inner {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  border: 1px solid #E4E4E4;
  overflow: hidden;
  margin-top: 0;
  padding: 15px;
  border-radius: 0px;
    background-color: #f5f7fa;
    border: 0;
}


.email-prefs .item {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding-bottom: 1px;
  position: relative;
  margin: 20px 0px;
}
#email-preferences .email-prefs .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

@media(max-width:1024px) and (min-width:768px){
  #email-preferences .email-prefs .item {

    flex-basis: 46.9%;
    -webkit-flex-basis: 46.9%;

  }
}
@media(max-width:767px){
  #email-preferences .email-prefs .item {
    display:block;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  
  #email-preferences {
    padding: 102px 0px 0px;
  }
  
  body #email-preferences .email-prefs .item p{
    margin:10px 20px 20px 0;
    font-size:14px;
    color:#444;
    letter-spacing:0;
      
  }
  
   body #email-preferences .checkbox-row input{
    top:27px;
    left:17px;
  }
  
   body #email-preferences .email-prefs .item .item-inner {
   padding:25px; 
  }
  
   body #email-preferences .checkbox-row{
    padding-left:15px;
  }
  
}

#email-preferences .subscribe-options {
  margin-bottom: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 40px;
}

#email-preferences .form-style input[type="checkbox"] {
  border: solid 1px #f45d48;
  padding: 7px;
  margin-bottom: 4px;
  height: 16px;
  width:16px;
  float: left;
  margin-top: -2px;
  position: relative;
  cursor: pointer;
}

body .row-fluid #email-preferences input[type="checkbox"]:checked .email-prefs .item-inner.selected{
  background: #f0f7fc;
  border: 5px solid #f45d48;
}


 .widget-type-email_subscriptions h1, .widget-type-email_simple_subscription h1{
 font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0px;
    color: #f45d48;
    margin-bottom: 15px;
}

.widget-type-email_subscriptions h2{
  font-size: 14px;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 10px;
  font-weight:normal;
}
.widget-type-email_subscriptions p{
  font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0px;
    color: #000000;
    margin: 0;
}

#email-preferences .widget-type-email_subscriptions h1, #email-preferences #content {
  font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin: 1px 0px 20px;
  color:#000000;
}

#email-preferences #content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

#email-preferences .header { 
  margin-left: 0;
  display: block;
  width: 100%;
}

#email-preferences .email-prefs .item p {
  clear: both;
  margin: 10px 20px 0px;
}

#email-preferences .email-prefs .item .item-inner span p{
  font-weight:bold;
}
.page-header {
    padding-bottom: 20px;
}
#email-preferences .email-prefs .item .item-inner span {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0px;
  width:86%;
  margin-left:7px;
}
#email-preferences .email-prefs .item .item-inner p {
  letter-spacing: 0;
  font-size:14px;
  color:#444;
}

#email-preferences .hs-button {
  max-width: 315px;
  margin-left: 0px;
}
#email-preferences .subscribe-options label span {
  font-weight: normal;
  margin-left: 3px;
  font-size: 14px;
  font-weight: bold;
}
#email-preferences .subscribe-options label {
  margin-left: 0;
}
#email-preferences .subscribe-options input[type="checkbox"] {
  border: solid 1px #f45d68;
  top: 1px;
  position: relative;
  cursor: pointer;
  background: white;
  margin-left: 0px;
  margin-right: 3px;
}
.subscribe-options p:last-child{
  margin:0px;
}
.subscribe-options label span {
  vertical-align: top;
}
#email-preferences .checkbox-row {
  margin-top: 0;
  overflow: hidden;
}
#email-preferences .checkbox-row input {
  vertical-align: middle;
    margin: 0;
    padding: 0;
    float: left;
    top: 17px;
    position: absolute;
    cursor: pointer;
    left: 17px;
    right: 0;
    height:20px;
  width:20px;
}

#email-preferences .checkbox-row span.fakelabel span {
  float: left;
  font-weight: bold;
  vertical-align: top;
}

#email-preferences .checkbox-row{
   padding-left: 25px;
}

#email-preferences .checkbox-row span.fakelabel {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: normal;
  vertical-align: middle;
}

 form#email-prefs-form {
    box-shadow: none;
}

/*****************************************/
/* Backup Unsubscribe Page   */
/*****************************************/
.backup-unsubscribe {
    padding: 175px 0px 158px;
    padding: 100px 100px;
    background: #fff;
    border: 2px solid #11d5b7;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
}
.backup-systems-page{
    background: #f5f7fa;
    padding: 200px 0;
  
}

.backup-unsubscribe .page-header {
    display: none;
}
.wrapper{
  max-width:1180px;
  padding:0 15px;
  margin:0 auto;
  float:none;
}

.back input#submitbutton {
font-size: 18px;
    line-height: 18px;
    padding: 18px 36px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: inline-block;
    letter-spacing: .2px;
    color: #000;
    margin-bottom: 0;
  margin-top:25px;
    position: relative;
    z-index: 1;
    transition: all .15s ease;
    top: 0;
    background: linear-gradient(152deg, #00eaec, #0bffc0);
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50px;
    border:0;
}


.backup-unsubscribe div#content h3 {
    font-size: 30px;
    line-height: 1.56;
    letter-spacing: 0px;
    color: #000;
}

.backup-unsubscribe form#email-prefs-form {
    max-width: none;
    box-shadow: none;
    padding: 0;
  border:0;
}

.backup-unsubscribe input.email-edit.hs-input {
    margin-top: 20px;
    border-radius: 4px;
    background-color: #fff;
    height: auto;
    border: 0;
    height: 46px;
    font-family: 'Roboto', sans-serif;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 10px;
    margin-bottom: 2px;
    border-radius: 0;
    padding: 5px 10px;
    color: #000;
    font-weight: 400;
    background: #f5f7fa;
    border: 1px solid #f5f7fa;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
  }
#backup_unsubscribe .hs-button {
  max-width: 187px;
  margin-left: 0px;
  margin-top: 10px;
}


#backup_unsubscribe form {    
  background-color: #fff;
  border: 2px solid #000;
  max-width: 750px;
  margin: 0px auto;
  float: none;
  padding: 70px 100px;
  box-sizing:border-box;
}
#backup_unsubscribe form h3{
  margin-bottom: 15px;
    color:#f45f68;
  font-size: 45px;
}
.backup-unsubscribe input.email-edit.hs-input::placeholder{
  color:#9B9A98;
  font-weight:600;
  font-size: 16px;
  letter-spacing: 1px;
}
#backup_unsubscribe input.email-edit.hs-input {
  margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 10px 10px 24px 0 rgb(0 0 0 / 19%);
    background-color: #fff;
    padding: 18px 15px !important;
    height: auto;
    border: 0;
}
}
@media (max-width: 1024px) and (min-width:768px){
  .backup-unsubscribe {
    padding: 80px 0px;
  }
}
@media (max-width: 767px){

  .backup-unsubscribe {
    padding: 60px 20px;
  }
    .backup-unsubscribe .system-page {
    padding: 0px 20px;
  }

  #email-preferences .widget-type-email_subscriptions h1 {
    font-size: 20px !important;
  }

.widget-type-email_subscriptions h2, .widget-type-email_subscriptions_confirmation h2, .widget-type-email_simple_subscription h2 {
  font-size: 14px;
}
.widget-type-email_subscriptions p, .widget-type-email_subscriptions_confirmation p, .widget-type-email_simple_subscription p {
  font-size: 14px;
}

td.columnContent.widget-span.widget-type-linked_image img {
  height: 100%!important;
}
   .backup-unsubscribe input.email-edit.hs-input {
    width: 100% !important;
}
}
/*****************************************/
/*        Password Prompt Page          */
/*****************************************/

.psw-systems-page {
  padding: 155px 0px;
}

.psw h1{
    padding-bottom: 11px;
    margin-bottom: 8px;
  font-size: 42px;
    line-height: 1.33;
    letter-spacing: 0px;
    color: #000;
  font-weight:bold;
}
.psw form{
  margin-top: 10px;
  max-width:unset;
  padding:0;
  box-shadow:none;
  border:0;
}


.systems-page-psw input#hs-pwd-widget-password::placeholder{
  color:#9B9A98;
  font-weight:700;
  font-size: 16px;
  letter-spacing: 1px;
}
.psw form input[type='submit'] {
    font-size: 18px;
    line-height: 18px;
    padding: 18px 36px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: inline-block;
    letter-spacing: .2px;
    color: #000;
   margin-top: 22px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    transition: all .15s ease;
    top: 0;
  border: 0;
    background: linear-gradient(152deg, #00eaec, #0bffc0);
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50px;
}
.psw input[type=password] {
height: 46px;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 10px;
    margin-bottom: 2px;
   
    border-radius: 0;
    padding: 5px 10px;
    color: #000;
    font-weight: 400;
    background: #f5f7fa;
    border: 1px solid #f5f7fa;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
}

.psw-systems-page .psw p{
  margin-bottom:0;
  margin-top:0;
}

.psw-systems-page .psw h2{
  color:#000;
  margin-top:0;
}

.psw-systems-page input#hs-pwd-widget-password {
    height: 45px !important;
   margin-top: 0px !important;
}
@media(max-width: 767px) {
  .psw-systems-page {
  padding: 60px 0px 60px;
 }
 .psw{
   padding:25px !important;
  }
}
  .psw {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    float: none;
    padding: 70px 100px;
    border: 2px solid #11d5b7;
    background: #fff;

  }

/*        Update Confirmaton  Page          */
/*****************************************/
        .update-systems-page .top-conta{
          padding-top:40px;
          text-align:center; 
          background: #f5f7fa;
           padding: 80px 0 60px;
         }
        .update-systems-page .content-conta{
          max-width:700px;
          margin:0 auto;
         }
.update-systems-page .bottom-conta span#hs_cos_wrapper_content_ h2{
  font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    margin: 1px 0px 4px;
}

.update-systems-page .bottom-conta{
  padding-top:100px;
}

.update-systems-page  .page-header h3{
    display: none;
}
.update-systems-page .page-header{
    padding:0;
}
.update-systems-page  .page-header h2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 0px;
    margin: 1px 0px 4px;
}
@media(max-width: 767px) {
.update-systems-page .bottom-conta{
  padding-top:60px;
}
  .update-systems-page .bottom-conta span#hs_cos_wrapper_content_ h2{
  font-weight: normal;
    font-size: 20px !important;
    line-height: 25px;
    margin: 1px 0px 4px;
}
.update-systems-page  .page-header h2 {
    font-weight: normal;
    font-size: 14px !important;
    line-height: 0px;
    margin: 1px 0px 4px;
}  
}

.search-conta h2 {
    font-size: 24px;
    line-height: 1.67;
    color: #0a8080;
    font-weight: normal;
}