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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section {
  padding: 0;
}
.content-wrapper,
.dnd-section > .row-fluid,
.header__container,
.footer-container,
footer .container,
.page-center{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Issues */

.hs-home-page .container-fluid.banner-area {
  overflow: hidden;
  position: relative;
}
.hs-home-page.thank-you-layout hr {
  width: calc(75% + 30px);
}
.hs-home-page.thank-you-layout .thankYouHero {
  margin-bottom: 0;
}
.hs-home-page.thank-you-layout .thankYouHero p {
  color: rgba(245, 248, 254, 0.8);
}

.thank-you-layout .clients-stories-wrapper .clientStoryOne {
  text-align: left;
}
@media(max-width:991px){
  body .hs-media-kit-page-section1 .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:nth-child(2)>.row-fluid {
    display: flex !important;
    flex-wrap: wrap;
  }
}

@media(max-width:767px){
  body .hs-media-kit-page-section1 .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:nth-child(2)>.row-fluid {
    display: block !important;
    flex-wrap: wrap;
  }
  .hs-belly-page-section3 h2 {
    text-align: center;
  }

  .container-fluid.hs-belly-page-section3 {
    padding: 0 15px;
  }

  .container-fluid.hs-belly-page-section2 .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .container.footerInfo .row {
    margin: 0;
  }
  .thank-you-layout .clients-stories-wrapper {
    margin: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */





html {
  font-size: 24px;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size:20px;
  font-family: Roboto, sans-serif;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left:35px
}

ul li,
ol li {
  line-height: 1.5;
}

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

blockquote {
  position: relative;
  margin: 35px auto;
  width: 100%;
  font-size: 32px;
  line-height: 48px;
  padding-left: 40px;
  border-left: 3px solid #A3CF65;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #709E40 !important;
}

/* Horizontal Rules */
hr {
  padding-bottom: 35px;
  width: 75%;
  margin: 0px auto;
  text-align: center;
  border: 0;
  border-top: 1px solid rgba(36, 36, 36, 0.1);
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

 

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.submitted-message {
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  line-height:24px;
}

.hs-button,
.button--primary,
a.hs-button.large.primary{
  color: #F5F8FE;
  border-radius: 35px;
  border: none;
  background-image: linear-gradient(83deg, #8dc63f 0, #709E40 240%);
  padding: 5px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.15s ease;
  line-height:24px;
  display:inline-block;
}

.hbspt-form input[type=text]::placeholder,
.hbspt-form input[type=email]::placeholder,
.hbspt-form input[type=tel]::placeholder,
.hbspt-form input[type=number]::placeholder {
  color: #949CA1;
}

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

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


.hs-button:hover,
.button--primary:hover,
a.hs-button.large.primary:hover{
  animation: pulse 1s;
  color: #F5F8FE;
  text-decoration:none;
}
.hs-button:focus,
.button--primary:focus,
a.hs-button.large.primary:focus{
  border: none;
  outline: none;
}
@keyframes pulse{
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


h3.form-title{
  font-weight: bold;
  text-align: center;
  margin:0;
  padding: 17.5px 0;
}
.hs-form label {
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
}


.field.hs-form-field>.input{
  margin-right: 8px;
}

.hs-error-msgs label {
  margin-top: 0;
  margin-bottom:8px;
  color: #F2665E!important;
  font-size: 0.8em;
  display: block;
  line-height:24px;
}

.hs-input,
input#hs-pwd-widget-password{
  height: 2.1111em!important;
  padding: 0.2em 0.5em;
  border-radius: 5px;
  border: solid 1px #929497;
  border-color:#929497;
  width: 100%;
  line-height:24px;
}

.hs-form select {
  border: solid 1px #949ca1;
  background: #F5F5F5;
  box-shadow: 0 0 3px #949ca1;
}


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

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


textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
}
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 {
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 1em;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

#hs-search-module form input {
  margin-bottom: 20px;
}


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}
.content-wrapper {
  margin: auto;
}
.migration .hs-button {
  margin-bottom: 10px;
}
input[type="text"]::placeholder, 
input[type="email"]::placeholder, 
 input[type="tel"]::placeholder, 
input[type="number"]::placeholder {
    color:  #949ca1;
}
.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 {

}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto, sans-serif;
}

@media(max-width:767px){
  .field.hs-form-field>.input{
    margin-right: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
html { scroll-behavior: smooth;}

.main-content-wrapper,
.custom-website-page{
  background-color: #F5F8FE;
}

.custom-website-page main.body-container-wrapper .dnd-section{
  padding:35px 0;
}

.custom-website-page main.body-container-wrapper h1,
.custom-website-page main.body-container-wrapper h3{
  margin-bottom: 17.5px;
}

.custom-website-page main.body-container-wrapper h5{
  margin-bottom: 8px;
  text-decoration:underline;
}

.custom-website-page main.body-container-wrapper p {
  margin-bottom:16px;
  font-size:20px;
  font-weight:400;
}

.custom-website-page main.body-container-wrapper ol>li,
.custom-website-page main.body-container-wrapper ul>li{
  margin-bottom: 17.5px;
}
a{
  transition: all 0.15s ease;
}



.content-with-image-wrapper h5 {
  color: #F5F8FE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}
.tabber-with-image-wrapper .accordionListing .box.active{
  oapcity:1 !important;
}


/***************************.hs-get-started-page****************************/


.hs-get-started-page-section1 .span12>.row-fluid-wrapper.dnd-row:nth-child(2),
.hs-contact-page-section1 .span12>.row-fluid-wrapper.dnd-row:nth-child(2),
.hs-home-page-section4 .span12>.row-fluid-wrapper.dnd-row:nth-child(2){   
  display: block!important;
  margin-right: -15px;
  margin-left: -15px;
}
.hs-home-page-section4 .span12>.row-fluid-wrapper.dnd-row:nth-child(2)>.row-fluid{  
  display: flex;
  flex-wrap: wrap;
}
.hs-news-page-section1 .dnd-section > div > div > .row-fluid-wrapper.dnd-row:last-child hr {
  display: none;
}
.hs-get-started-page-section1 .span12>.row-fluid-wrapper.dnd-row .span5,
.hs-contact-page-section1 .span12>.row-fluid-wrapper.dnd-row .span5,
.hs-refer-page-section1 .span12>.row-fluid-wrapper.dnd-row .span5{
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  padding: 17.5px;
  margin: 0px auto;
  position: relative;
  min-height: 1px;
  max-width: 95%;
  display: block!important;
}

.hs-get-started-page-section1 .span12>.row-fluid-wrapper.dnd-row .span7,
.hs-contact-page-section1 .span12>.row-fluid-wrapper.dnd-row .span7,
.hs-refer-page-section1 .span12>.row-fluid-wrapper.dnd-row .span7{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 35px;
  margin:0;
  display: block!important;
}

.hs-contact-page-section1 .span12>.row-fluid-wrapper.dnd-row .span7{
  padding: 35px 70px;
}
.hs-get-started-page-section1 h2,
.hs-contact-page-section1 h2{
  margin-bottom: 35px;
}

.hs-get-started-page-section1 blockquote {
  font-size: 18px;
  line-height: 24px;
  font-weight:300;
  margin: 0px auto;
  margin-top: 35px;
  margin-bottom: 17.5px;
}

form h3 {
  font-weight: bold;
  text-align: center;
  padding: 17.5px 0;
  margin:0;
}
.hs-belly-page .main-content-wrapper {
  background: transparent;
}
form>fieldset{
  max-width:100%!important;
}

label.hs-error-msg{
  display:block;
}
.hs-get-started-page .hs-form-field>label,
.hs-get-started-page .hs-form-field>label>span{
  display:none;
}

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

.hs-get-started-page-section1 p{
  font-size:14.4px;
  margin-bottom:16px;
}
.hs-get-started-page-section2{
  text-align: center;
}

.hs-get-started-page-section2 h5{
  margin-bottom:8px;
}

.logo-gallery-wrapper{
  margin: 0px auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.logo-gallery-wrapper .logo-image{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.logo-gallery-wrapper .logo-image img {
  max-width: 150px!important;
  margin-bottom: 35px;
}

.hs-get-started-page-section2 h2,
.hs-contact-page-section2 h2{
  text-align:center;
  margin-bottom:17.50px;
}

.hs-get-started-page-section1 h1{
  margin-bottom:17.50px;
}
.hs-get-started-page-section1 ul>li{
  margin-bottom: 17.5px;
}

/******************************.hs-news-page****************************/
.hs-news-page .banner-section .dnd-section>.row-fluid{
  padding:0;
}

.news-and-press-banner{
  text-align:center;
}

.news-and-press-banner .container{
  padding:0 15px;
}

.news-and-press-banner .row{
  display:block;
}

.news-and-press-banner h1{
  color: #F5F8FE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom:17.50px;
}

.news-and-press-banner h3{
  color: rgba(245, 248, 254, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom:17.50px;
}

.hs-news-page-section1 .dnd-section>.row-fluid>.span12.dnd-column{
  margin-right: -15px;
  margin-left: -15px;
}

.hs-news-page-section1 .dnd-section{
  padding: 35px 35px;
}

.hs-news-page-section1 a>h3 {
  color: #569ea4;
  padding-bottom: 0;
  margin-bottom: 17.5px;
  text-decoration:none;
}
.hs-news-page-section1 a:hover {
  text-decoration:none;
}

.hs-news-page-section1 p {
  margin-bottom: 17.5px;
}

.hs-news-press-module p.small>a{
  text-decoration:underline;
}

.hs-news-press-module p.small{
  margin-bottom: 35px;
}


.hs-news-press-module .row{
  margin:0;
}

/***************************.hs-about-page*************************/
.hs-about-page h1,
.hs-about-page h2,
.hs-about-page h3,
.hs-about-page h4,
.hs-about-page h5,
.hs-about-page h6{
  margin-bottom: 17.5px;
}

.hs-about-page .banner-section .dnd-section>.row-fluid{
  padding:0;
}

.simple-banner-wrapper,
.simple-banner-wrapper .container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.simple-banner-wrapper .Title {
  padding-top: 105px;
}

.simple-banner-wrapper .Title h1 {
  color: #F5F8FE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  text-align: right;
}

.simple-banner-wrapper .Title h1 span {
  background-color: rgba(70, 127, 131, 0.85);
  padding: 17.5px 8.75px;
  display: inline-block;
}

.hs-about-page-section1 .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:nth-child(2),
.hs-refer-page-section1 .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:nth-child(2),
.hs-media-kit-page-section1 .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:nth-child(2),
.clients-stories-wrapper,
.simple-banner-wrapper .row{
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}
.hs-media-kit-page-section1 .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:nth-child(2)>.row-fluid{
  display: flex;
}

.hs-about-page-section1 p{
  text-align:center;
}

.hs-about-page-section1 .span12>.row-fluid-wrapper .span3,
.hs-media-kit-page-section1 .span12>.row-fluid-wrapper .span3{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin:0;
  text-align:center;
}

.hs-about-page-section1 .span3 img,
.hs-media-kit-page-section1 .span3 img{
  margin: 17.5px 0;
}

.hs-about-page-section1 h5,
.hs-media-kit-page-section1 h5{
  margin-bottom:8px;
  font-weight:500;
}

.hs-about-page-section2 hr,
.hs-about-page-section3 hr,
.hs-media-kit-page-section2 hr,
.hs-media-kit-page-section3 hr,
.hs-media-kit-page-section4 hr,
.hs-home-page-section4 hr,
.hs-offers-and-promotions-page-section2 hr{
  width: 91%;
}

.hs-about-page-section2 h2{
  margin-bottom: 17.5px;
  text-align:center;
}

.clients-stories-wrapper{
  padding: 35px 0;
}

.clients-stories-wrapper a {
  text-decoration: none;
}

.clients-stories-wrapper .clientStoryOne {
  background: center center no-repeat;
  background-size: cover;
  margin: 0px auto;
  margin-bottom: 35px;
  max-width: 95%;
  padding: 0 17.5px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 10px;
  background-color: #f5f7fc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  text-align:center;
}
.clients-stories-wrapper .col-md:hover {
  -webkit-animation: pulse 1.5s;
  animation: pulse 1.5s;
  text-decoration:none;
}
.clients-stories-wrapper .clientStoryOne h3 {
  color: #F5F8FE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 17.5px;
}

.clients-stories-wrapper .clientStoryOne p {
  color: #F5F8FE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  font-size:14.4px;
}
.hs-about-page-section3 h2{
  text-align:center;
}

.hs-about-page-section3 h6,
.hs-media-kit-page-section3 h6{
  margin-bottom: 8px;
  font-style: italic;
  font-weight: 500;
  opacity: 0.45;
}
/**************************.hs-refer-page************************/
.hs-refer-page .banner-section .dnd-section>.row-fluid{
  padding:0;
}

.hs-refer-page-section1 form h1{
  color: #33475b;
  font-size:28px;
  line-height:24px;
  margin:18.76px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.hs-refer-page-section1 .hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: 400;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;

}

.hs-refer-page-section1 form legend.hs-field-desc{
  font-family: "Roboto", sans-serif;
  color: #7C98B6;
  font-size: 11px;
  line-height:13px;
  padding:0 2px;
  width: 100%;
  margin: 0px 0px 6px;
}

.hs-refer-page-section1 form .hs-input{
  padding: 0 15px;
  min-height: 27px;
  width: 90%;
  max-width: 100%;
  background-color: #f5f8fa;
  height: 40px!important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
}

.hs-refer-page-section1 form fieldset .hs-form-field:nth-child(2) .hs-input{
  width: 100%;
}
.hs-refer-page-section1 form fieldset{
  max-width: 100%;
}

.hs-refer-page-section1 form .field{
  margin-bottom:18px;
}

.hs-refer-page-section1 form .actions{
  margin-top: 18px;
  text-align:center;
  margin-bottom: .5px;
  padding: 17px 0px;
}
.hs-refer-page-section1 input.hs-button.primary.large{
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  position: relative;
  border-radius: 3px;
  padding: 12px 24px;
  background: #8DC63F;
  border:1px solid #8DC63F;
  color: #F5F8FE;
  box-shadow:none;
}
.hs-refer-page-section1 h3,
.hs-refer-page-section1 li{
  margin-bottom:17.5px;
}

.hs-refer-page-section1 img{
  width:100%!important;
}
.hs-refer-page-section1 .hs-input:focus {
  outline: none;
}
.hs-refer-page-section1 form{
  position: static;
  border: none;
  display: block;
  overflow: hidden;
  width: 528px;
}
.hs-refer-page-section1 input.hs-input.error,
.hs-refer-page-section1 div.field.error input, 
.hs-refer-page-section1 div.field.error textarea,
.hs-refer-page-section1 div.field.error .chzn-choices,
.hs-refer-page-section1 textarea.hs-input.error,
.hs-refer-page-section1 select.hs-input.error {
  border-color: #c87872;
}

/*****************************.hs-media-kit-page*****************************/
.hs-media-kit-page .banner-section .dnd-section>.row-fluid{
  padding:0;
}

.hs-media-kit-page .simple-banner-wrapper{
  height: 300px;
}

.hs-media-kit-page-section1 h2{
  margin-bottom:17.50px;
  text-align:center;
}

.hs-media-kit-page-section1 p{
  text-align:center;
}

.hs-media-kit-page-section2 h2 {
  text-align: center;
  margin-bottom: 35px!important;
}

.featured-press-wrapper .pressTile {
  margin: 0px auto;
  max-width: 95%;
  border-radius: 7px;
  padding: 8.75px 17.5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 35px;
  opacity: 0.85;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.15s ease;
}
.featured-press-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.featured-press-wrapper .pressTile img {
  height: 45px!important;
  display: block;
  margin: 17.5px auto;
}

.featured-press-wrapper .pressTile p {
  color: rgba(245, 248, 254, 0.8);
  margin-bottom: 0;
  font-size:14.4px;
}

.featured-press-wrapper .pressTile button {
  margin: 17.5px auto;
  text-align: center;
  display: block;
  background-image: none;
  background-color: transparent;
  border: 3px solid #F5F8FE;
  font-weight: bold;
  color: #F5F8FE;
  border-radius: 35px;
  line-height:24px;
  padding: 5px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.15s ease;
}

.hs-media-kit-page h3,
.hs-media-kit-page h2{
  margin-bottom:17.5px;
}
.hs-media-kit-page-section3 h2{
  text-align:center;
}

.hs-media-kit-page-section3 p,
.hs-media-kit-page-section4 p{
  font-size:14.4px;
}

.hs-media-kit-page-section4 h2,
.hs-media-kit-page-section4 a{
  text-align:center;
}

.hs-media-kit-page-section4 button.hs-button {
  margin-bottom: 11px;
}
/**************************.hs-events-page***************************/
.hs-events-page .banner-section .dnd-section>.row-fluid{
  padding:0;
}

.hs-events-page  h2{
  margin-bottom:17.5px;
}
.events-wrapper{
  text-align: center;
  margin: 0px auto;
}

.events-wrapper .col-md{
  width: 33.333333%;
  margin: 0;
  float:left;
}

.events-wrapper .tile {
  width: 95%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 8px 0px;
  margin-bottom: 35px;
  border-radius: 7px;
  padding: 35px 11.6667px;
}

.events-wrapper .tile img {
  max-height: 70px;
  max-width: 100%;
  margin-bottom: 17.5px;
  border-radius: 7px;
}
.events-wrapper .tile p.small {
  margin-bottom: 0px;
  font-size:14.4px;
}

.events-wrapper .tile p.eventDate {
  font-size: 12px;
}
.events-wrapper .tile .hs-button{
  background-image: linear-gradient(83deg, rgb(86, 158, 164) 0px, rgb(168, 123, 181) 240%) !important;
}

.hs-events-page-section2 h2 {
  margin-bottom: 17px;
}
.featured-press-wrapper .pressTile:hover {
  opacity: 1;
}
/*****************************home page****************************/

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

.home-banner-area-wrapper,
.product-banner-wrapper{
  display: block;
  width: 100%;
  background-size: 100%;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: #F5F8FE;
  z-index:-1;
  position:relative;
}

.home-banner-area-wrapper>img{
  position: absolute;
  z-index: -100;
}
img {
  vertical-align: middle;
  border-style: none;
}

.hs-home-page .row,
.offer-and-promotions-wrapper .row,
.home-banner-area-wrapper .row,
.product-banner-wrapper .row,
.content-with-image-wrapper .row,
.tabber-with-image-wrapper .row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.home-banner-area-wrapper .container,
.product-banner-wrapper .container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.home-banner-area-wrapper .heroText,
.product-banner-wrapper .heroText{
  margin-top: 105px;
}

.home-banner-area-wrapper h1,
.home-banner-area-wrapper p,
.product-banner-wrapper h1 ,
.product-banner-wrapper p{
  color: #F5F8FE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  z-index: 2;
  margin-bottom: 17.5px;
}
.home-banner-area-wrapper p,
.product-banner-wrapper p{
  font-weight:300;
}
.home-banner-area-wrapper button,
.product-banner-wrapper button{
  margin-top: 11.6666666667px;
}
.home-banner-area-wrapper p>strong,
.product-banner-wrapper p>strong{
  font-weight:400;
}
.home-banner-area-wrapper .heroImage img,
.product-banner-wrapper .heroImage img{
  width: 200%;
  max-width: none!important;
  margin-left: -100px;
  -webkit-animation: slideInRight 2s;
  animation: slideInRight 2s;
}

.home-banner-area-wrapper .heroText button.hs-button,
.product-banner-wrapper .heroText button.hs-button{
  background-image: none;
  background-color: #F5F8FE;
  cursor:pointer;
  color: #a87bb5;

}

.home-banner-area-wrapper .heroText button.hs-button:hover,
.product-banner-wrapper .heroText button.hs-button:hover{
  -webkit-animation: pulse 1.5s;
  animation: pulse 1.5s;
  text-decoration:none;
}

@keyframes slideInRight{
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.tabber-with-image-wrapper .heading {
  padding-bottom: 35px;
  text-align: center;
}

.tabber-with-image-wrapper .heading h2{
  margin-bottom: 17.5px;
}

.tabber-with-image-wrapper .accordionListing .box {
  margin-bottom: 17.5px;
  padding: 8.75px;
  border-left: 3px solid #88639C;
  opacity: 0.25;
  transition: all 0.15s ease;
}


.tabber-with-image-wrapper .accordionListing .box p.bold {
  color: #a87bb5;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
  font-size:20px;
}
.tabber-with-image-wrapper .accordionListing .box:hover {
  opacity: 0.65;
  border-left: 3px solid #88639C;
}
p.small{
  font-size:14.4px;
}
.tabber-with-image-wrapper .accordionListing .box p {
  margin: 0;
  padding: 0;
}

.tabber-with-image-wrapper a,
.tabber-with-image-wrapper a:hover{
  color: #a87bb5;
}
.tabber-with-image-wrapper .col-md.accordionImages img{
  height:100%!important;
  -webkit-animation-duration: 1s forward;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
@keyframes fadeIn{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hs-home-page-section2 {
  padding: 105px 0;
  background-image: linear-gradient(83deg, #569ea4 0, #a87bb5 135%) !important;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}

.content-with-image-wrapper .heading {
  text-align: center;
}

.content-with-image-wrapper .heading h2{
  margin-bottom:17.5px;
  color: #F5F8FE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.content-with-image-wrapper .heading p {
  color: rgba(245, 248, 254, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.content-with-image-wrapper .captureAnalyzeMotivate {
  padding-top: 35px;
  text-align: center;
}

.content-with-image-wrapper .captureAnalyzeMotivate img {
  margin-bottom: 17.5px;
  max-width: 35%!important;
}

.content-with-image-wrapper .captureAnalyzeMotivate h4 {
  color: #F5F8FE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom:8px;
}

.content-with-image-wrapper .captureAnalyzeMotivate p.small {
  color: rgba(245, 248, 254, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.hs-home-page-section3 h2 {
  margin-bottom: 17.5px;
  text-align:center;
}

.hs-home-page-section3 .clients-stories-wrapper{
  padding:0;
}

.hs-home-page-section3 .clients-stories-wrapper .clientStoryOne{
  text-align:left;
}

.hs-home-page-section4 h5 {
  margin-bottom: 8px;
  text-align:center;
}
.hs-home-page-section4 .span3{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin:0;
}
.hs-home-page-section4 a{
  text-align: center;
  display: block;
}
.hs-home-page-section4 img {
  text-align: center;
  margin: 0px auto;
  max-width: 150px;
}

/*************************************************************/
.hs-belly-page-section1 .content-with-image-wrapper h4,
.hs-belly-page-section1 .content-with-image-wrapper h2{
  color: #569ea4;
}

.hs-belly-page-section1 .content-with-image-wrapper h5{
  font-size:20px;
  color: #78B0B6;
  font-weight:500;
  margin-bottom:8px;
}

.hs-belly-page-section1 .content-with-image-wrapper p{
  color: #58595B!important;
}

.hs-belly-page-section1 .content-with-image-wrapper .captureAnalyzeMotivate img {
  margin: 17.5px 0;
  max-width: 90px!important;
}

.hs-belly-page-section2 {
  text-align: center;
  padding: 140px 0;
  background-image: linear-gradient(83deg, #569ea4 0, #0076ad 135%) !important;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}

.hs-belly-page-section2 h2{
  color: #F5F8FE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 17.5px ;
}

.hs-belly-page-section2 p{
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  color: rgba(245, 248, 254, 0.8);
}

.hs-belly-page-section2 img {
  max-width: 75%;
}

.hs-belly-page-section3 .hs-form fieldset {
  max-width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.hs-belly-page-section3 h2{
  color: #569ea4;
  margin-bottom: 17.5px ;
  text-align:center;
}

.hs-belly-page-section3 .hs_company .hs-input {
  width: 95%!important;
}

.hs-belly-page-section3 .actions{
  text-align:center;
}

.hs-belly-page-section3 input.hs-button.primary.large {
  margin-top: 18px;
}

/******************************case-studies-wrapper*****************************/
.case-studies-wrapper .blue {
  background-color: #569ea4;
  background-image: linear-gradient(83deg, #569ea4 0, #a87bb5 240%) !important;
}

.case-studies-wrapper .tile,
.ebook-guide-wrapper .tile,
.covid-19-wrapper .tile{
  width: 95%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 7px;
  padding: 35px 11.6666666667px;
  margin-bottom: 35px;
}

.case-studies-wrapper,
.ebook-guide-wrapper,
.covid-19-wrapper{
  margin: 0px auto;
  text-align: center;

}
.case-studies-wrapper .col-md,
.ebook-guide-wrapper .col-md,
.covid-19-wrapper .col-md{
  width: 33.333333%;
  margin: 0;
  float:left;
}
.case-studies-wrapper img{
  height: 25px!important;
  max-height: 70px;
  max-width: 100%!important;
  margin-bottom: 17.5px;
  border-radius: 7px;
}

.ebook-guide-wrapper img,
.covid-19-wrapper img{
  max-height: 70px;
  max-width: 100%;
  margin-bottom: 17.5px;
  border-radius: 7px;
}

.case-studies-wrapper hr,
.covid-19-wrapper hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(245, 248, 254, 0.8);
  margin: 1em 0;
  padding: 0;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 35px;
}
.case-studies-wrapper p.bold,
.covid-19-wrapper p.bold{
  color: white;
  font-weight: bold;
}

.case-studies-wrapper .tile p,
.covid-19-wrapper .tile p{
  margin-bottom: 17.5px;
}

.case-studies-wrapper p.small,
.covid-19-wrapper p.small{
  color: #F5F8FE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  max-width: 80%;
  margin: 0px auto;
  margin-bottom: 35px;
}

.case-studies-wrapper .mButton.transparent,
.ebook-guide-wrapper .mButton.transparent,
.covid-19-wrapper .mButton.transparent,
.hs-receipt-page-section2 .mButton.transparent{
  background-image: none !important;
  background-color: transparent;
  border: 3px solid #F5F8FE;
  font-weight: bold;
  line-height:24px;
  color: #F5F8FE !important;
  border-radius: 35px;
  padding: 5px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.15s ease;
}

.mButton.transparent:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

.hs-receipt-page-section2 .mButton.transparent{
  margin-top: 11.6666666667px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.ebook-guide-wrapper .tile{
  background-color: #a87bb5;
  background-image: linear-gradient(83deg, #a87bb5 0, #F2665E 240%) !important;
}

.ebook-guide-wrapper .tile h3 {
  color: #F5F8FE;
  margin-bottom:17.5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.hs-resources-page-section1 h2,
.hs-covid-19-page-section1 h2{
  margin-bottom:17.5px;
}

.covid-19-wrapper img{
  height: 50px!important;
}

.hs-resources-page-section1 .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:nth-child(1),
.hs-covid-19-page-section1 .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:nth-child(1){
  padding-bottom:70px;
}

/*********************************.hs-products-page****************************/
.product-banner-wrapper .product-bg{
  overflow: hidden;
  background: #F5F8FE;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.product-banner-wrapper .product-bg svg {
  margin-left: 0;
  height: 50em;
  font-size:16px;
  flex: 0 0 auto;
  width: auto;
  fill: currentColor;
}

.hs-products-page-section1 h1, 
.hs-products-page-section1 h2,
.hs-products-page-section1 h3 {
  color: #a87bb5;
  margin-bottom:17.5px;
}

.hs-products-page-section1 h2,
.hs-products-page-section1 p{
  text-align:center;
}

.hs-products-page-section1 img,
.hs-reup-page-section1 img,
.hs-receipt-page-section1 img,
.hs-reach-page-section1 img{
  margin: 17.5px 0;
}

.hs-receipt-page-section2{
  text-align: center;
  padding: 140px 0;
  background-size: cover;
  background-image:url(https://529587.fs1.hubspotusercontent-na1.net/hubfs/529587/raw_assets/public/Mobivity_September2020/images/clientStorySmashburger%20%281%29.jpg);
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}

.hs-products-page-section2{
  text-align: center;
  padding: 140px 0;

  background-image: linear-gradient(83deg, #a87bb5 0, #F2665E 135%) !important;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}

.hs-products-page h2,
.hs-reup-page h2,
.hs-receipt-page h2{
  margin-bottom:17.5px;
}

.hs-reup-page-section3{
  text-align:center;
}

.hs-products-page-section2 h2,
.hs-products-page-section2 p,
.hs-reup-page-section2 h2,
.hs-reup-page-section2 p,
.hs-receipt-page-section2 h2,
.hs-receipt-page-section2 p,
.hs-reach-page-section2 h2,
.hs-reach-page-section2 p{
  color: #F5F8FE;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.hs-products-page-section2 .dnd-section,
.hs-reup-page-section2 .dnd-section{
  padding: 0 15px;
}
.hs-products-page-section3 h2{
  color: #a87bb5;
  padding: 0 15px;
  text-align: center;
}
.hs-products-page-section3 p{
  text-align: center;
  padding: 0 15px;
}

.hs-products-page-section3 a{
  display:block;
  text-align: center;
}

.hs-products-page-section2 img,
.hs-reup-page-section2 img{
  max-width: 75%;
  margin: 17.5px 0;
}

.hs-reach-page-section2 img{
  max-width: 75%;
}
.hs-products-page-section3 button{
  background-image: linear-gradient(83deg, #a87bb5 0, #F2665E 240%) !important;
}

.hs-reup-page-section3  Button {
  background-image: linear-gradient(83deg, #FEB611 0, #F68D3D 240%) !important;
}

.hs-receipt-page .product-banner-wrapper .heroText button.hs-button{
  background-image: none !important;
  background-color: #F5F8FE;
  color: #F2665E !important;
}

.hs-reup-page-section3 h2{
  color: #FEB611;
}

.hs-products-page-section2 .dnd-section:nth-child(2)>.row-fluid,
.hs-reup-page-section2 .dnd-section:nth-child(2)>.row-fluid{
  width:100%;
  max-width: 100%;
  padding:0;
}

/********************************.hs-reup-page********************************/
.hs-reup-page .product-banner-wrapper .heroText button.hs-button {
  background-image: none !important;
  background-color: #F5F8FE;
  color: #FEB611 !important;
}

.hs-reup-page-section1,
.hs-receipt-page-section1,
.hs-receipt-page-section3{
  text-align:center;
}
.hs-receipt-page-section3 h2{
  color: #F2665E;
}
.hs-receipt-page-section1 h2{
  color: #F2665E;
  margin-bottom:17.5px;
}

.hs-receipt-page-section3 button{
  background-image: linear-gradient(83deg, #F2665E 0, #F68D3D 240%) !important;
}
.hs-reup-page-section2{
  text-align: center;
  padding: 140px 0;
  background-image: linear-gradient(83deg, #FEB611 0, #F68D3D 135%) !important;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}
/*****************************.hs-offers-and-promotions-page*****************************/
.hs-offers-and-promotions-page .heroImage.recognitionHeroImage{
  padding: 35px 0 35px 210px;
  -webkit-animation: slideInRight;
  animation: slideInRight;
}

.hs-offers-and-promotions-page-section1 h2,
.offer-and-promotions-wrapper h3{
  text-align:center;
  margin-bottom:17.5px;
}

.hs-offers-and-promotions-page-section1 p,
.hs-offers-and-promotions-page-section2 p{
  text-align:center;
}

.offer-and-promotions-wrapper .container .row .col-md {
  text-align: center;
  background-color: white;
  padding: 17.5px 8.75px;
  margin: 35px 17.5px;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.offer-and-promotions-wrapper .container .row .col-md img {
  margin-bottom: 17.5px;
  max-width: 105px!important;
}

.offer-and-promotions-wrapper .container .row .col-md.measuringEverything h3 {
  color: #8dc63f;
}

.offer-and-promotions-wrapper .container .row .col-md.preventingFraud h3 {
  color: #569ea4;
}

.offer-and-promotions-wrapper .container .row .col-md.fullFunnelOptimization h3 {
  color: #a87bb5;
}

.hs-offers-and-promotions-page-section2 form fieldset{
  max-width:100%;
}

.hs-offers-and-promotions-page-section2 p{
  font-size:20px;
  line-height:30px;
}

.hs-offers-and-promotions-page-section2 .actions{
  display:block;
  text-align:center;
}
@keyframes slideInUp{
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/**************************.hs-recapture-page**********************/

.hs-recapture-page .heroImage.recognitionHeroImage img {
  max-width: 85% !important;
  margin-left: 0px;
  margin-top: 70px;
}

.hs-recapture-page-section1 .dnd-section{
  text-align: center;
  margin-top: 35px;
}

.hs-recapture-page-section1 .dnd-section>.row-fluid,
.hs-recapture-page-section2 .dnd-section>.row-fluid{
  display: flex;
  flex-wrap: wrap;
  padding:0;
  margin: 0 auto;
}
.hs-recapture-page-section1 .dnd-section>.row-fluid>.span4,
.hs-recapture-page-section2 .dnd-section>.row-fluid>.span6{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin:0;
}

.hs-recapture-page-section1 .dnd-section>.row-fluid>.span4 img {
  margin-bottom: 17.5px;
  max-width: 35%!important;
}

.hs-recapture-page-section1 h4 {
  color: #569ea4;
  margin-bottom:8px;
}

.hs-recapture-page-section1 p {
  font-size:14.4px;
}

.hs-recapture-page-section2,
.hs-recapture-page-section3,
.hs-reach-page-section1,
.hs-reach-page-section2,
.hs-reach-page-section3{
  text-align:center;
}

.hs-recapture-page-section2 h3{
  margin-bottom:17.5px;
}
.hs-recapture-page-section2 .dnd-section:first-child>.row-fluid>.span12{
  width:100%;
}
.hs-recapture-page-section2 .dnd-section:first-child>.row-fluid,
.hs-recapture-page-section3 .dnd-section:first-child>.row-fluid{
  max-width: 100%;
  padding:0;
}
.hs-recapture-page-section3 Button{
  background-image: linear-gradient(83deg, #569ea4 0, #a87bb5 240%) !important;
}
.hs-recapture-page-section3 h2 {
  color: #569ea4;
  margin-bottom:17.5px;
}
/************************.hs-reach-page***********************/

.hs-reach-page .product-banner-wrapper .heroImage{
  margin-left: -150px;
}

.hs-reach-page h2{
  margin-bottom:17.5px;
}

.hs-reach-page-section1 h2{
  color: #F68D3D;
}

.hs-reach-page-section2{
  padding: 140px 0;
  background-image: linear-gradient(83deg, #F68D3D 0, #FEB611 135%) !important;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
}

.hs-reach-page-section3 h2{
  color: #F68D3D;
}
.hs-recapture-page .main-content-wrapper,
.hs-reach-page .main-content-wrapper,
.hs-receipt-page .main-content-wrapper,
.hs-products-page .main-content-wrapper {
  background: transparent;
}
.hs-reach-page-section3 button{
  background-image: linear-gradient(83deg, #F68D3D 0, #FEB611 240%) !important;
}
.hs-offers-and-promotions-page .main-content-wrapper {
  background: transparent;
}
.hs-covid-19-page .header .newsAnnouncement {
  display: none;
}
.hs-offers-and-promotions-page-section2 .inputs-list>li {
  margin-bottom: 17.5px;
}
.hs-recapture-page .main-content-wrapper,
.hs-reach-page .main-content-wrapper,
.hs-receipt-page .main-content-wrapper,
.hs-products-page .main-content-wrapper {
  background: transparent;
}
.hs-offers-and-promotions-page label.hs-error-msg ,
.hs-offers-and-promotions-page .hs_error_rollup label,
.hs-belly-page-section3 .hs_error_rollup label,
.hs-belly-page-section3 label.hs-error-msg {
  display: block;
  text-align: center;
}
.hs-contact-page .hs-form label {
  display: none;
}
.hs-refer-page-section1 .hs_error_rollup label {
  font-size: 14px;
  line-height: 18px;
}
.hs-offers-and-promotions-page .hs-form-field > label ,
.hs-belly-page .hs-form-field > label {
  display: none;
}
.hs-belly-page-section3 .submitted-message {
  text-align: center;
}
.hs-refer-page-section1 input.hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

/* Ebook Download */

.container-fluid.hs-download-ebook-section1.frequencyLandingHero img {
  position: absolute;
  z-index: -100;
  left: 0;
  top: 0;
}


.hs-download-ebook-page ::selection {
  background: rgba(141, 198, 63, 0.35);
}

.hs-download-ebook-page .row-fluid [class*="span"] {
  min-height: 0;
}

.hs-download-ebook-page .main-content-wrapper {
  background-color: transparent;
}

.hs-download-ebook-page {
  background-color: #58595B;
}

.hs-download-ebook-page > div {
  position: relative;
  z-index: 2;
}

.container-fluid.hs-download-ebook-section1.frequencyLandingHero .hs_cos_wrapper_type_rich_text {
  display: block;
  padding: 0 15px;
}

.container-fluid.hs-download-ebook-section1.frequencyLandingHero h1 {
  color: #F5F8FE;
  text-align: center;
  padding-top: 17.5px;
  margin-bottom: 17.5px;
}

.container-fluid.hs-download-ebook-section1.frequencyLandingHero p {
  color: #F5F8FE !important;
  text-align: center;
  padding-top: 17.5px;
}

.newLandingDownloadSection .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.newLandingDownloadSection {
  padding: 35px 0;
}

.newLandingDownloadSection .container-fluid {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.newLandingDownloadSection .container-fluid.hs-download-ebook-section2 img {
  max-width: 95% !important;
  margin-top: 17.5px;
  vertical-align: middle;
  border-style: none;
}

.newLandingDownloadSection .container-fluid.hs-download-ebook-section3 {
  padding: 35px;
  background-color: #F5F8FE;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.newLandingDownloadSection .container-fluid.hs-download-ebook-section2 .hs_cos_wrapper_type_linked_image {
  display: block;
  text-align: center;
}

.container-fluid.hs-download-ebook-section3 h3 {
  padding-top: 0;
  color: #8dc63f;
  text-align: center;
  font-weight: bold;
}

.container-fluid.hs-download-ebook-section3 .hs-form label {
  font-family: Roboto;
  font-size: 12px;
  margin-bottom: 4px;
}

.newLandingDownloadSection .dnd-section > .row-fluid {
  padding: 0;
}

.container-fluid.hs-download-ebook-section3 .hs-form .hs-input {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  height: 40px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  width: 90%;
  box-shadow: none;
}
.container-fluid.hs-download-ebook-section3 .hs-form select {
  background-color: #f5f8fa !important;
  padding: 9px 10px !important;
}
.container-fluid.hs-download-ebook-section3 fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  max-width: 100%;
  width: 100%;
}

.container-fluid.hs-download-ebook-section3 .hs-form label {
  line-height: 20px;
}

.container-fluid.hs-download-ebook-section3 .field {
  margin-bottom: 15px;
}

.container-fluid.hs-download-ebook-section3 h3 {
  margin-bottom: -3px;
}

.container-fluid.hs-download-ebook-section3 .hs-button {
  background: #8DC63F;
  border-color: #8DC63F;
  color: #F5F8FE;
  font-size: 12px;
  font-family: Roboto;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  padding: 12px 24px;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  animation: none;
  transition: none;
}

.container-fluid.hs-download-ebook-section3 .hs-button:hover {
  animation: none;
}

.container-fluid.hs-download-ebook-section3 .actions {
  margin-top: 21px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: center;
}

.container-fluid.hs-download-ebook-section3 .hs-form .hs-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: none;
}

.container-fluid.hs-download-ebook-section3 .hs-form .hs-input.error {
  border-color: #c87872;
}

.container-fluid.hs-download-ebook-section3 .hs-form .hs-input.error:focus {
  border-color: #b9554d;
}

.container-fluid.hs-download-ebook-section3 .hs-form .hs-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: none;
}

.container-fluid.hs-download-ebook-section3 .hs-form .hs-input.error {
  border-color: #c87872;
}

.container-fluid.hs-download-ebook-section3 .hs-form .hs-input.error:focus {
  border-color: #b9554d;
}

.container-fluid.hs-download-ebook-section3 .hs-form  label.hs-error-msg {
  margin-bottom: 0;
  line-height: 18px;
}

.container-fluid.hs-download-ebook-section3 .hs-form ul.no-list.hs-error-msgs {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}


.container-fluid.hs-download-ebook-section4.newLandingContent  h3 {
  margin-bottom: 17.5px;
  text-align: center;
  color: #F5F8FE;
}

.container-fluid.hs-download-ebook-section4.newLandingContent ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 35px;
}

.container-fluid.hs-download-ebook-section4.newLandingContent ul li {
  margin-bottom: 17.5px;
  color: #F5F8FE;
}

.container-fluid.hs-download-ebook-section5.featuredClients h2 {
  color: #F5F8FE;
  text-align: center;
  margin-bottom: 17.5px;
}

.container-fluid.hs-download-ebook-section5.featuredClients .span2,
.container-fluid.hs-download-ebook-section4 .span6{
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-left: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid.hs-download-ebook-section5.featuredClients .dnd-section > .row-fluid .dnd-row:nth-child(2) > .row-fluid,
.container-fluid.hs-download-ebook-section4 .dnd-section > .row-fluid .dnd-row:nth-child(2) > .row-fluid{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.container-fluid.hs-download-ebook-section5.featuredClients img {
  vertical-align: middle;
  border-style: none;
}
.container-fluid.hs-download-ebook-section3 .hs-form .hs_error_rollup label {
  font-size: 14px;
}

/* E Book Media */

@media(min-width:576px){
  .newLandingDownloadSection .page-center {
    max-width: 540px;
  }
}

@media(min-width:768px){
  .newLandingDownloadSection .page-center {
    max-width: 720px;
  }
}

@media(min-width:992px){
  .newLandingDownloadSection .page-center {
    max-width: 960px;
  }
}

@media(min-width:1200px){
  .newLandingDownloadSection .page-center {
    max-width: 1140px;
  }
}


@media(max-width:1199px){
  .container-fluid.hs-download-ebook-section3 .actions {
    margin-bottom: 0;
  }
}

@media(max-width:991px){
  .container-fluid.hs-download-ebook-section3 fieldset.form-columns-2 .hs-form-field,
  .container-fluid.hs-download-ebook-section3 fieldset.form-columns-2 .hs-form-field .hs-input {
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .container-fluid.hs-download-ebook-section3 fieldset.form-columns-2 .hs-form-field .input {
    margin-right: 0;
  }
  header.header.lp-v2 .header__logo {
    margin: 0;
  }
}

@media(max-width:767px){
  header.header.lp-v2 .header__logo {
    text-align: center;
  }

  .newLandingDownloadSection .container-fluid {
    flex-grow: unset;
    flex-basis: auto;
    width: 100%;
  }

  .newLandingDownloadSection .container-fluid.hs-download-ebook-section2 img {
    max-height: 175px;
    margin-bottom: 35px;
    margin-top: 0;
  }

  .newLandingDownloadSection .container-fluid.hs-download-ebook-section2 div {
    display: block;
    width: 100%;
  }
  .container-fluid.hs-download-ebook-section4 .span6 {
    width: 100%;
    flex-grow: 0;
    flex-basis: auto;
  }
}
@media(max-width:575px){
  .container-fluid.hs-download-ebook-section5.featuredClients .span2{
    width: 100%;
    flex-grow: 0;
    flex-basis: auto;
  }

  .newLandingDownloadSection .row {
    margin: 0;
  }
}
/* E Book Media END */

/*******************************media queries*****************************/
@media only screen and (min-width: 1040px){
  .home-banner-area-wrapper>img{
    margin-top: -70px;
  }
}
@media (min-width: 768px){
  .hs-get-started-page-section1 .span12>.row-fluid-wrapper.dnd-row .span5,
  .hs-get-started-page-section1 .span12>.row-fluid-wrapper.dnd-row .span7,
  .hs-contact-page-section1 .span12>.row-fluid-wrapper.dnd-row .span5,
  .hs-contact-page-section1 .span12>.row-fluid-wrapper.dnd-row .span7,
  .hs-refer-page-section1 .span12>.row-fluid-wrapper.dnd-row .span5,
  .hs-refer-page-section1 .span12>.row-fluid-wrapper.dnd-row .span7{
    flex-basis: 0;
    flex-grow: 1;
  }
  .hs-about-page-section1 .span12>.row-fluid-wrapper .span3,
  .hs-media-kit-page-section1 .span12>.row-fluid-wrapper .span3,
  .hs-recapture-page-section1 .dnd-section>.row-fluid>.span4,
  .hs-recapture-page-section2 .dnd-section>.row-fluid>.span6{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

}

@media (min-width: 576px){
  .logo-gallery-wrapper .logo-image{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .hs-home-page-section4 .span3 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (max-width: 991px){
  .hs-refer-page-section1 form {
    width: 100%;
  }
  h1 {
    font-size: 24px!important;
  }

  .simple-banner-wrapper {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.16);
  }
  .hs-refer-page-section1 .span12>.row-fluid-wrapper>.row-fluid,
  .featured-press-wrapper,
  .hs-media-kit-page-section1 .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:nth-child(2)>.row-fluid{
    display:block!important;
  }
  .container-fluid.hs-belly-page-section1 {
    margin-top: 140px;
  }
  .hs-refer-page-section1 .span12>.row-fluid-wrapper.dnd-row .span5,
  .hs-refer-page-section1 .span12>.row-fluid-wrapper.dnd-row .span7{
    max-width:100%;
    width: 100%;
  }
  .hs-refer-page-section1 .dnd-section>.row-fluid>.dnd-column>.row-fluid-wrapper:nth-child(2){
    margin:0;
  }
  .hs-refer-page-section1 form h1 {
    font-size: 28px!important;
  }

  .home-banner-area-wrapper .heroImage img,
  .product-banner-wrapper .heroImage img{
    margin-left: -25px;
  }

  .home-banner-area-wrapper .heroText,
  .product-banner-wrapper .heroText{
    margin-top: 87.5px;
  }
  .hs-products-page-section1 .dnd-section,
  .hs-reup-page-section1 .dnd-section,
  .hs-offers-and-promotions-page-section1 .dnd-section,
  .hs-receipt-page-section1 .dnd-section,
  .hs-reach-page-section1 .dnd-section{
    margin-top: 140px;
  }

  .hs-home-page-section1 {
    margin-top: 105px;
  }

  .hs-home-page-section2,
  .hs-reup-page-section2,
  .hs-products-page-section2,
  .hs-receipt-page-section2,
  .hs-reach-page-section2{
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
  .hs-belly-page-section2 {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
  .hs-reach-page .product-banner-wrapper .heroImage{
    margin-left:0;
  }
  body {
    overflow-x: hidden;
  }
  .featured-press-wrapper {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.hs-reup-page .main-content-wrapper {
  background: transparent;
}
.hs-belly-page-section3 .submitted-message {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width:767px){
  .home-banner-area-wrapper .heroText,
  .product-banner-wrapper .heroText{
    margin-top: 35px;
    text-align: center;
  }
  .featured-press-wrapper {
    display: block !important;
    flex-wrap: wrap;
  }
  .container-fluid.hs-belly-page-section1 {
    margin-top: 0;
  }
  .home-banner-area-wrapper .heroImage img,
  .product-banner-wrapper .heroImage img{
    max-width: 100%!important;
    margin-top: 35px;
    margin-left: 0px;
  }
  .hs-products-page-section1 .dnd-section,
  .hs-offers-and-promotions-page-section1 .dnd-section,
  .hs-recapture-page-section1 .dnd-section,
  .hs-reup-page-section1 .dnd-section,
  .hs-receipt-page-section1 .dnd-section,
  .hs-reach-page-section1 .dnd-section{
    margin-top: 35px;
  }
  .home-banner-area-wrapper>img {
    margin-top: -35px;
    max-width:none!important;
    text-align: center;
    height: 400px!important;
  }
  .hs-covid-19-page main.body-container-wrapper {
    padding-bottom: 24px;
  }
  .ebook-guide-wrapper .col-md,
  .covid-19-wrapper .col-md {
    width: 100%;
  }
  .tabber-with-image-wrapper .accordionImages {
    display: none;
  }
  .hs-belly-page-section1 .content-with-image-wrapper{
    margin-top: 35px;
  }

  .hs-offers-and-promotions-page .heroImage.recognitionHeroImage{
    padding: 0 35px;
    -webkit-animation: slideInUp;
    animation: slideInUp;
  }
  .hs-recapture-page .heroImage.recognitionHeroImage img{
    max-width: 100%!important;
    margin-top: 35px;
  }

  .hs-recapture-page-section1 .dnd-section {
    margin-top: 0;
  }
  .hs-form-field{
    width: 100%!important;
  }
  .hs-home-page-section1 {
    margin-top: 0;
  }
  .hs-refer-page-section1 form .hs-input {
    width: 100% !IMPORTANT;
  }
  .hs-refer-page-section1 .field.hs-form-field>.input {
    margin: 0 !important;
  }
  .events-wrapper .col-md {
    width: 100%;
  }
  .hs-refer-page-section1 form .hs-input {
    width: 100% !IMPORTANT;
  }
  .hs-refer-page-section1 .field.hs-form-field>.input {
    margin: 0 !important;
  }
  .events-wrapper .col-md {
    width: 100%;
  }
  .hs-belly-page form input.hs-input,
  .hs-offers-and-promotions-page  .hs-form select,
  .hs-offers-and-promotions-page  form input.hs-input,
  .hs-get-started-page-section1 form input.hs-input,
  .hs-get-started-page-section1 .hs-form select,
  .container-fluid.hs-contact-page-section1 form input.hs-input {
    width: 100% !important;
  }
  .hs-belly-page .field.hs-form-field>.input,
  .hs-offers-and-promotions-page  .field.hs-form-field>.input,
  .hs-get-started-page-section1  .field.hs-form-field>.input,
  .container-fluid.hs-contact-page-section1  .field.hs-form-field>.input {
    margin-right: 0;
  }
  .case-studies-wrapper .col-md, .ebook-guide-wrapper .col-md, .covid-19-wrapper .col-md {
    width: 100%;
  }
}

@media (max-width:400px){
  .hs-belly-page-section3 .hs-form-field .hs-input {
    width: 100%!important;
  }
  .events-wrapper .tile {
    width: 100%;
  }
  .hs-belly-page-section3 .hs-form {
    padding:0 15px;
  }
}

/* Pescico Page */

.hs-pepsico-page .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hs-pepsico-page .row > .container-fluid {
  width:100%;
}

.hs-pepsico-page .page-center{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#pepsiTilesNew .row-fluid .widget-span > .dnd-row, 
#pepsiTilesNew .row-fluid .widget-span > .dnd-row > .row-fluid, 
#pepsiTilesNew .row-fluid .widget-span > .dnd-row .dnd-module,
#pepsiTilesNew .row-fluid .widget-span > .dnd-row .dnd-module .hs_cos_wrapper_type_module {
  height: 100%;
}


#pepsiTilesNew h3 {
  color: #58595B;
  text-align: center !important;
  margin: 17.5px auto;
}

#pepsiTilesNew .row-fluid {
  padding: 0;
}

#pepsiTilesNew {
  padding: 0 35px;
}

#pepsiTilesNew .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

#pepsiPageFilter {
  margin-bottom: 2px;
}

#pepsiTilesNew .row-fluid .widget-span {
  margin: 0;
}

#pepsiTilesNew .dnd-section > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

#pepsiTilesNew .dnd-section>.row-fluid:after,
#pepsiTilesNew .dnd-section>.row-fluid:before {
  content: none;
}

#pepsiTilesNew .row-fluid .widget-span {
  position: relative;
  width: 100%;
}

@media (min-width: 576px){
  .hs-pepsico-page .page-center {
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .hs-pepsico-page .page-center {
    max-width: 720px;
  }
}

@media (min-width: 992px){
  .hs-pepsico-page .page-center {
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .hs-pepsico-page .page-center {
    max-width: 1140px;
  }
}



#postHero.pepsiPostHero {
  background-color: #0056aa;
}
.hs-pepsico-page.v2 #postHero.pepsiPostHero{
  padding-bottom: 9vw;
  background: url(https://529587.fs1.hubspotusercontent-na1.net/hubfs/529587/raw_assets/public/Mobivity_September2020/images/bg-hero1.jpg) bottom center no-repeat;
  background-size: 100% auto;

}

.hs-pepsico-page.v2 #postHero.mobivityPostHero{
  padding-bottom: 9vw;
  background: url(https://529587.fs1.hubspotusercontent-na1.net/hubfs/529587/Mobivity_September2020/Images/AdobeStock_383249503.png) bottom center no-repeat;
  background-size: 100% auto;
  height: 570px; 
}

.hs-pepsico-page.v2 #postHero{
  box-shadow: none;
}
.hero-bottom{
  width: 100%;
}
.hs-pepsico-page #postHero .row>.container-fluid {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.hs-pepsico-page #postHero .dnd-section > .row-fluid {
  padding: 0;
}

.hs-pepsico-page #postHero .container-fluid.heroImage.pepsiHeroImage {
  height: 255px;
}
.hs-pepsico-page.v2 #postHero .container-fluid.heroImage.pepsiHeroImage{
  height: 400px;
}
.hs-pepsico-page #postHero .container-fluid.heroImage.pepsiHeroImage img {
  max-height: 255px;
  vertical-align: middle;
  border-style: none;
  pointer-events: none;
  width: auto;
}

.hs-pepsico-page #postHero .container-fluid.heroTitle img {
  max-width: 50%;
}

.hs-pepsico-page #postHero .container-fluid.heroTitle h3 {
  padding-top: 17px;
  color: white;
  margin-bottom: 17.5px;
}

.hs-pepsico-page #postHero .container-fluid.heroTitle p {
  font-size: 14.4px;
}

#postHero.pepsiPostHero {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hs-pepsico-page.v2 #postHero .heroTitle{
  padding-top: 0;
}
.container-fluid.subscribe-for-updates .dnd-section > .row-fluid {
  padding: 0;
}

div#pepsiPageFilter {
  padding: 17.5px 17.5px;
  margin-top: 15px;
}

div#pepsiPageFilter .container-fluid {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-top: -17.5px;
}

div#pepsiPageFilter .container-fluid .row-fluid {
  padding: 0;
}

div#pepsiPageFilter .container-fluid.filter-solution-right {
  text-align: right;
}

#pepsiPageFilter a {
  margin-right: 35px;
  font-size: 12px;
  line-height: 1.5;
}

#pepsiPageFilter a.hs-button {
  display: inline;
}

#pepsiPageFilter a.hs-button:hover {
  text-decoration: underline;
}

#pepsiPageFilter a.hs-button {
  white-space: nowrap;
}

#pepsiFooterCTA h2 {
  margin-bottom: 70px;
}
#pepsiFooterCTA .container-fluid {
  padding: 0 15px;
}
#pepsiFooterCTA a{
  animation:none;
  display:inline;
}
#pepsiFooterCTA a:hover{
  text-decoration:underline;
}
#pepsiFooterCTA .container-fluid.cta-button-left,#pepsiFooterCTA .container-fluid.cta-button-right {
  margin-bottom: 35px;
  position: relative;
  width: 100%;
  text-align:center;
}
.seprator .row-fluid {
  padding: 0;
}
.hs-button.blueWhite {
  background-image: linear-gradient(83deg, #569ea4 0, #a87bb5 240%) !important;
}
#pepsiTilesNew hr {
  margin-top: 52.5px;
}
.container-fluid.update-notfication img {
  max-width: 50%;
  margin: 0px auto;
  margin-bottom: 35px;
  text-align: center;
  vertical-align: middle;
  border-style: none;
  pointer-events: none;
}

.container-fluid.update-notfication {
  text-align: center;
}

.container-fluid.update-notfication p {
  font-size: 14.4px;
}
div#pepsiFooterCTA .row-fluid {
  padding: 0;
}
.page-bottom-top{
  width: 100%;
}
.hs-pepsico-page.v2 .footerBuilding img{
  margin-bottom:0;
}
.page-bottom{
  padding:30px 15px 40px;
  font-weight: bold;
  text-align: center;
  color:#fff;
  background: url(https://529587.fs1.hubspotusercontent-na1.net/hubfs/529587/raw_assets/public/Mobivity_September2020/images/bg-bottom1.png) top center;
  background-size: 100% 100%;
}
.page-bottom a{
  color: #fff;
  text-decoration: underline;
}
.page-bottom a:hover{
  color: #fff;
}
.main-body{
  padding:35px 0;
}
.hs-pepsico-page.v2 .header .newsAnnouncement{
  background: #0257A9;
}
.hs-pepsico-page.v2 .header .newsAnnouncement a{
  color:#fff;
  text-decoration: underline;
}
.img-link.icon-play:after{
  background: url(https://529587.fs1.hubspotusercontent-na1.net/hubfs/529587/raw_assets/public/Mobivity_September2020/images/play.svg) center center;
  background-size: contain;
}
.hs-pepsico-page.v2 .section-header h1{
  margin-bottom: 0;
}
.hs-pepsico-page.v2 .heroTitle .dnd-section{
  max-width: 550px;
}
.hs-pepsico-page.v2 #postHero .container-fluid.heroTitle img{
  max-width: 100%;
}
.hs-pepsico-page.v2 .card-row .row-fluid{
  display: flex;
  flex:1;
}
.hs-pepsico-page.v2 .card-row .row-fluid [class*="span"]{
  float: none;
  flex:1;
  display: flex;
}
.hs-pepsico-page.v2 .card-row .row-fluid .row-fluid .row-fluid-wrapper{
  display: flex;
  flex:1;
}
.hs-pepsico-page.v2 .card-row .hs_cos_wrapper_type_module{
  display: flex;
}
.fancybox-is-open .fancybox-bg{
  opacity: 0.8 !important;
}
#pepsico-popup{
  overflow: hidden;
  position: relative;
  max-width: 670px;
  width: 90%;
  line-height: 1.25;
  border-radius: 20px;
  background: #fff;
}
#pepsico-popup .btn-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  outline: none;
  background: url(https://529587.fs1.hubspotusercontent-na1.net/hubfs/529587/raw_assets/public/Mobivity_September2020/images/times-circle.svg) no-repeat center;
  background-size: contain;
}
#pepsico-popup .text1,#pepsico-popup .text2{
  font-size: 32px;
  font-family: "Roboto Slab", "Times New Roman", Times, Baskerville, Georgia, serif;
  text-align: center;
}
#pepsico-popup .text2{
  margin-bottom: 30px;
  font-weight: bold;
  color:#8dc63f;
}
.btns .btn{
  display: block;
  margin:0 auto;
  padding:5px 20px;
  width: 100%;
  max-width: 450px;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color:#fff;
  border:3px solid #fff;
  border-radius: 40px;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
  box-sizing: border-box;
}
.btns .btn:hover{
  color:#fff;
  text-decoration: none;
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}
.btns .btn1{
  margin-bottom: 15px;
  background-image: linear-gradient(83deg,#579ea4 0,#a87bb4 100%);
}
.btns .btn2{
  background-image: linear-gradient(83deg,#8dc540 0,#579ea3 100%) !important;
}
.btn-help{
  position: fixed;
  z-index: 99;
  left: 0;
  top: 50vh;
  margin-top: -180px;
}
@media (min-width: 576px){
  .hs-pepsico-page #postHero .dnd-section>.row-fluid {
    max-width: 100%;
  }
}

@media(min-width:768px){
  .hs-pepsico-page #postHero .row > .container-fluid,
  div#pepsiPageFilter .container-fluid, 
  #pepsiTilesNew .row-fluid .widget-span,
  #pepsiFooterCTA .container-fluid.cta-button-left,#pepsiFooterCTA .container-fluid.cta-button-right {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media(max-width:767px){
  div#pepsiPageFilter .container-fluid.filter-solution-right {
    text-align: center;
    margin-top: -15.5px;
  }
  div#pepsiPageFilter {
    margin-bottom: -5px;
  }
  #pepsiPageFilter a.hs-button {
    margin: 0;
  }
  .hs-pepsico-page.v2 #postHero .container-fluid.heroImage.pepsiHeroImage img{
    max-width: 90% !important;
  }
  .hs-pepsico-page.v2 #postHero .container-fluid.heroImage.pepsiHeroImage{
    height: auto;
    text-align: center;
  }
  .hs-pepsico-page.v2 #postHero .container-fluid.heroImage.pepsiHeroImage .dnd-section{
    padding-top: 0;
    padding-bottom: 0;
  }
  .hs-pepsico-page.v2 .heroTitle .dnd-section{
    padding-top: 0;
  }
  .hs-pepsico-page #postHero .container-fluid.heroTitle h3{
    font-size: 30px !important;
  }
  .hs-pepsico-page #postHero .container-fluid.heroTitle p{
    font-size: 15px !important;
  }
  .hs-pepsico-page.v2 .card-row .row-fluid .row-fluid{
    flex-direction: column;
  }
  .hs-pepsico-page.v2 .card-row .row-fluid .row-fluid .row-fluid > [class*="span"]{
    margin-bottom: 0;
  }
  #pepsico-popup{
    padding:50px 15px 25px;
  }
  #pepsico-popup .btn-close{
    width: 35px;
    height: 35px;
  }
  #pepsico-popup .text1,#pepsico-popup .text2{
    font-size: 7vw;
  }
  .btns .btn{
    padding:8px 15px;
    line-height: 1.3;
    font-size: 13px;
  }
  .btn-help{
    margin-top: 0;
  }
  .btn-help img{
    width: 30px;
  }
}

@media(max-width:404px){
  #pepsiFooterCTA a {
    white-space: normal;
    display: inline-block;
  }
}

@media(max-width:390px){
  #pepsiPageFilter a {
    margin: 0;
    width: 100%;
  }

  #pepsiPageFilter a:not(.hs-button) {
    display: block;
  }
}


/**************************
Piller Page
***************************  */

.pillerpage-wrapper,.pillarpageHeader{opacity:0}
.pageLoaded .pillerpage-wrapper,.pageLoaded .pillarpageHeader{opacity:1;}
.pillerpage-wrapper img{max-width:100%; outline:none;}

.uppercase { text-transform: uppercase;}
.text-center { text-align: center;}
.text-right { text-align: right;}
.text-left { text-align: left;}
.text-capitalize { text-transform: capitalize;}

.w20 { width: 20%}
.w25 { width: 25%}
.w30 { width: 30%}
.w33 { width: 33.33%}
.w40 { width: 40%}
.w45 { width: 45%}
.w50 { width: 50%}
.w55 { width: 55%}
.w60 { width: 60%}
.w66 { width: 66.66%}
.w70 { width: 70%}
.w75 { width: 75%}
.w80 { width: 80%}
.w100 { width: 100%}


.whitePlaceHolder input::-webkit-input-placeholder { color: #fff;}
.whitePlaceHolder input::-moz-placeholder {  color: #fff;}
.whitePlaceHolder input:-ms-input-placeholder { color: #fff;}
.whitePlaceHolder input:-moz-placeholder {color: #fff;}

.font24,.font24 p{font-size:24px;}

.paraformat p{margin-bottom:0;}
.paraformat p + p{margin-top:15px}

.bg, .overlay, .set-bg { background-size: cover; background-position: center; position: relative; background-repeat: no-repeat;}

.p5-0, .pb5 { padding-bottom: 5px;}
.p10-0, .pb10 { padding-bottom: 10px;}
.p15, .pb15 { padding-bottom: 15px;}
.p20-0, .pb20 { padding-bottom: 20px;}
.p25-0, .pb25 { padding-bottom: 25px;}
.p30-0, .pb30 { padding-bottom: 30px;}
.p40-0, .pb40 { padding-bottom: 40px;}
.p50-0, .pb50 { padding-bottom: 50px;}
.p60-0, .pb60 { padding-bottom: 60px;}
.p70-0, .pb70 { padding-bottom: 70px;}
.p80-0, .pb80 { padding-bottom: 80px;}
.p90-0, .pb90 { padding-bottom: 90px;}
.p100-0, .pb100 { padding-bottom: 100px;}
.p5-0, .pt5 { padding-top: 5px;}
.p10-0, .pt10 { padding-top: 10px;}
.p15, .pt15 { padding-top: 15px;}
.p20-0, .pt20 { padding-top: 20px;}
.p25-0, .pt25 { padding-top: 25px;}
.p30-0, .pt30 { padding-top: 30px;}
.p40-0, .pt40 { padding-top: 40px;}
.p50-0, .pt50 { padding-top: 50px;}
.p60-0, .pt60 { padding-top: 60px;}
.p70-0, .pt70 { padding-top: 70px;}
.p80-0, .pt80 { padding-top: 80px;}
.p90-0, .pt90 { padding-top: 90px;}
.p100-0, .pt100 { padding-top: 100px;}
.p10-0, .pl10 { padding-left: 10px;}
.p10-0, .pr10 { padding-right: 10px;}
.p15-0, .pl15 { padding-left: 15px;}
.p15-0, .pr15 { padding-right: 15px;}

.d-flex{display: flex; flex-wrap: wrap;}
.align-end{align-items: flex-end;}
.p0-20{padding-left:20px; padding-right:20px}
.m0-20{margin-left:-20px; margin-right:-20px;}
.p0-24{padding-left:24px; padding-right:24px}
.m0-24{margin-left:-24px; margin-right:-24px;}
.ps0-15{padding-left:15px; padding-right:15px}
.ms0-15{margin-left:-15px; margin-right:-15px;}




/* banner Section */
.pillerpage-wrapper .dnd-section>.row-fluid{padding-left:0; padding-right:0}
.pillerpage-wrapper .container{padding-left:15px; padding-right:15px;}

.bannerpillerLeftSide { max-width: 660px; width: 100%; } 
.bannerTitle, .bannerContent { border: 5px solid #fff; border-radius: 30px; } 
.bannerTitle { padding: 40px; max-width:530px; width:100%;} 
.boxsvgShape { position: relative; } 
.boxsvgShapeInner { position: absolute; left: -18px; bottom: -4px; width: 24px; height: 29px; transform: rotate( 9deg ); z-index: 0; } 
.bannerContentParent .boxsvgShapeInner { left: -12px; bottom: -2px;}
.bannerContent { padding: 30px 40px; } 

.bannerContentParent .boxsvgShapeInner { left: -12px; bottom: -2px;}
.bannerContent p { margin-bottom: 0;}
.bannerContent,.bannerTitle h1 { color: #fff;}
.bannerTitle h1 { font-weight: 700; margin-bottom:0; }

/* Section 3 */
.twocolSection { overflow: hidden;}
.twocolLeftSide { align-self: flex-start; padding-right:60px;}

/* Section 4 */
.threecolboxRepeat {padding-top: 24px;padding-bottom: 24px;}

.threecolboxInner { position: relative; padding: 20px; border-radius: 30px; display: flex; height: 100%;}
.threecolboxInnerParent { position: relative; z-index: 5;}
.threecolgradientBG { position: absolute; width: calc(100% + 12px); height: calc(100% + 12px); left: -6px; top: -6px; z-index: 0; border-radius: 30px;}
.threecolboxInner:after {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;border-radius: 24px;}
.threecolboxInnerParent p { margin-bottom: 0;}
.threecolboxInnerParent p + p { margin-top: 16px;}


.TabsMainSection { overflow: hidden;}
.TabList {list-style: none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;}
.tabbingList li {  padding: 18px 29px; border-radius: 30px; color: #fff; position: relative; z-index: 5; cursor: pointer; margin-top:5px;}
.tabbingList li { margin-right: 10px; overflow: hidden;}
.tabbingList li:after {content: '';position: absolute;left: 6px;top: 6px;width: calc(100% - 12px);height: calc(100% - 12px);background-color: #fff;z-index: 0;border-radius: 30px;}
.tabbingList li span { position: relative; z-index: 5; color: #8dc63f;}
.tabbingList li.current:after { opacity: 0;}
.tabbingList li.current span { color: #fff;}

.TabContent { display: none;}
.tabbingleftinnerSide { position: relative; background-color: #ffff; border-radius: 24px; padding: 45px 30px; margin-top: 30px; } 
.tabgradientBg { position: absolute; width: calc(100% + 12px); height: calc(100% + 12px); left: -6px; top: -6px; z-index: 0; border-radius: 30px;  z-index: -1; } 
.tabbingleftSide { padding-right: 40px; } 
.tabbingrightSide img { max-width: 650px; width: 100%; } 
.tabbingrightSide { text-align: right; }
.tabbingsvgShapeInner{position: absolute; left: -23.5px; bottom: -7px; width: 34px; height: 34px; transform: rotate(7deg); z-index: 4;}


@keyframes fadeInUp{ from { opacity:0; transform:translateY(20px); }  to {  opacity:1; transform:translateY(0);} }
/* .TabContent.active { display: block; animation: fadeInUp 0.6s ease;  animation-iteration-count: 1;  animation-fill-mode: forwards;} */
.TabContent.active { display: block; animation: fadeIn 0.6s ease;  animation-iteration-count: 1;  animation-fill-mode: forwards;}
.TabContent.active .tabbingrightSide{ animation: fadeInRight 0.6s ease;  animation-iteration-count: 1;  animation-fill-mode: forwards; }

/* Alternative Section */
.alternativeRepeatLeft { width: calc(100% - 400px); padding-right: 40px;}
.alternativeRepeatRight { width: 400px;}
.alternativeRepeat ul,.alternativeRepeat ol { padding-left: 20px;}
.alternativeRepeat { position: relative;}
.alternativeRepeat + .alternativeRepeat:before,.alternativeSection:before,.alternativeSection:after {content: ''; width: 100%; height: 2px; position: absolute; left: 0; top: 0;}
.alternativeSection:after{top:inherit; bottom:0;}

.buttonStyle a { border-radius: 30px; padding: 15px 30px; background-clip: padding-box; font-size: 20px; text-align: center; position: relative; z-index: 0; font-weight: 900; display: inline-block; vertical-align: middle; box-sizing: border-box !important; }   
.buttonStyle a:before { content: ''; position: absolute; left: 5px; top: 5px; z-index: -2; width: calc(100% - 10px); height: calc(100% - 10px); border-radius: 40px;  } 
.buttonStyle a:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; transition: all .2s ease-in; z-index: -3; border-radius: 40px; width: 100%; height: 100%; }
.alternativeSection {position: relative;} 

.twocolSection{overflow:hidden;}

/* Progress Bar */

.proggressfilling { position: relative; z-index: 3; width:0;}
.progressCenterlinefill { position: relative; width:100%; padding:5px; border-radius:40px!important; }
.linebarinner-Parent .percentCount,.progressbarText { font-size:24px;position: absolute; top: 50%; left: 50%; transform: translate(-50% , -50%); z-index: 5; color: #fff; font-weight: 700;}
.progressCenterlinefill:after {content: '';width: calc(100% - 10px);height: calc(100% - 10px);position: absolute;left: 5px;top: 5px;background: #f5f8fe;border-radius: 30px;}
.percentCount span,.progressfillingNumber span { font-size: 15px; position: relative; top: -6px;}
.progressAnimColor{position:relative;}
.progressfillingNumber {font-size:24px;position: absolute; top: 50%; left: 50%; transition:all ease 0.7s; transform: translate(-50% , -50%); z-index: 5; color: #fff; font-weight: 700;}
.progressCenterlinefill { border-radius: 30px;}
.progressFilling { height: 58px;}
.progressbarText{color:#8dc63f;}
.progressDefault{height:58px; display:flex;}
.progressdefaultFill{width:100%;display:flex; position: relative; z-index: 3; border-radius:30px; overflow:hidden;}
.progressdefaultColor{ width:0; transition:all ease 0.7s;}
.progressAnimColor{ width:0; transition-delay: 0.8s; transition:all ease 1.4s;}

.progresslinefill.progress-bar {  padding: 5px; border-radius: 40px; overflow: hidden;}
.progressbarBg{ position: relative;background-color: transparent !important; overflow: hidden; padding:0; border-radius:30px!important; }
.progressbarBg:after{content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #f5f8fe; border-radius: 30px;}


/*****************
* Subway SmartReciept Landing Page 
****************************/
.headersmartReciept .bottom-header .header__container{padding-left:15px; padding-right:15px;}
.subwaybannerSection .container { padding-left: 15px; padding-right: 15px;}

.subwayrecieptLP .dnd-section>.row-fluid { padding-left: 0; padding-right: 0;} 
.subwaybannerSection { position: relative;  } 
.subwaybannermainImg { position: absolute; width: 100%; height:685px; } 
.headersmartReciept { position: absolute; width: 100%; left: 0; top: 0; } 
.subwaybannerMain { display: flex; flex-wrap: wrap; position: relative; z-index: 3; padding-top: 112px; padding-bottom: 80px;  } 
.subwaybannerLeft { padding-right: 25px; padding-top:35px;}
.subwaybannerListing { max-width: 500px; width: 100%;}
.subwaybannerListing ul { margin: 0; padding: 0; list-style: none; } 
.subwaybannerListing ul li { padding-left: 35px; position: relative; } 
.subwaybannerlistHeading h5 { margin-bottom: 0; font-weight:700; } 
.subwaybannerlistContent { color: #fff; } 
.subwaybannerlistContent p { margin-bottom: 0; } 
.subwaybannerlistContent p + p {margin-top:16px;} 
.subwaybannerListing ul li + li { margin-top: 20px; } 
.subwaybannerListing ul li:nth-child(even) .subwaybannerlistHeading h5 { color: #569ea4;}
.subwaybannerListing ul li:nth-child(odd) .subwaybannerlistHeading h5 { color: #8ec640;}
.subwaybannerListing ul li:before {content: '';width: 6px;height: 6px;position: absolute;left: 0;top: 10px;background-color: #8ec640;border-radius: 50%;} 
.subwaybannerListing ul li:nth-child(even):before { background-color: #569ea4; }
.subwayBannerRightImage { text-align: center;}
.subBannerRightFormInner { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);}
.subBannerRightFormInner h3.form-title {padding: 0;color: #569ea4;}

.subBannerRightFormInner .hs-form .field label { display: none;}
.subBannerRightFormInner form { padding-top: 25px; max-width: 90%; margin: 0 auto; width: 100%;}
.subBannerRightFormInner .hs-form select { border: solid 1px #929497; background: #fff; box-shadow: none; color: #929497;  -webkit-appearance: none;    -moz-appearance: none;}
.subBannerRightFormInner select::-ms-expand { display: none;}
.subBannerRightFormInner .hs-form select { background-image: url('https://529587.fs1.hubspotusercontent-na1.net/hubfs/529587/Mobivity_September2020/Images/arrowDown.png'); background-size: 11px 6px; background-repeat: no-repeat; background-position: center right 16px;}
.subBannerRightFormInner form input[type=submit],.subBannerRightFormInner form .hs-button { background: linear-gradient(to right,#8dc63f,#569ea4); font-size: 20px; padding: 18px 41px; box-shadow: none;}
.subBannerRightFormInner form .actions,.subBannerRightFormInner form .actions { text-align: right; padding-top: 14px;}

.logoGallerySection .container{padding-left:15px; padding-right:15px;}
.logoGalleryMain { border-top: 1px solid #4d4d4f;}


.logoGalleyParent { display: flex; flex-wrap: wrap; align-items: center;}
.logoGalleryRepeat { padding: 20px; width: 16.66%;}
.logoGalleryRepeat img { margin: 0 auto;}

/* ********************
Solution Page
************************* */
.solutionPage .ebook-guide-wrapper .tile{width:100%;}

/* ********************
FAQ Page
************************* */

/* FAQ Banner */
.bannerFaqSection{padding:170px 0; background-position:right center;}
.bannerFaqNormalBg,.bannerFaqResultBg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: right center; transition:all ease 0.3s; } 
.bannerFaqResultBg { opacity: 0; }
.faqFormParent { max-width: 830px; width:100%; position:relative;}
.faqFormParent:after {content: '';width: 20px;background-image: url('https://529587.fs1.hubspotusercontent-na1.net/hubfs/529587/Mobivity_September2020/Images/searchIcon-update.svg');height: 20px;position: absolute;right: 30px;top: 50%;transform: translateY(-50%);background-repeat: no-repeat;background-size: 100% auto;}
/* https://f.hubspotusercontent30.net/hubfs/529587/Mobivity_September2020/Images/searchIcon.svg */

.faqFormParent input { max-width: 100%; width: 100%; padding: 10px 20px; border-radius: 30px; border: 5px solid #fff; line-height: 1.5; background-color: transparent; outline: none; color: #fff; font-size: 20px; }
.faqFormParent input.dropDownOpen { border-radius: 30px 30px 0 0;}

.faqFormSection { position: relative; }
.faqListItems,.faqHeadingItems { position: absolute; top: 95px; max-width: 830px; z-index: 5; width: 100%; display:none; } 
.faqListItems{z-index:5;}
.faqHeadingItems{z-index:2;}
.faqListItems .hideListingFaq { display: none;}

.faqListItems ul,.faqHeadingItems ul { list-style: none; padding: 0; margin: 0; box-shadow: 0px 2px 2px 0px rgba(22, 22, 22, 0.4); padding-bottom: 20px; border-radius: 0 0 30px 30px; background-color: #fff; } 
.faqListItems ul li,.faqHeadingItems ul li { padding: 10px 26px; transition: all ease 0.3s; cursor: pointer; } 
.faqListItems ul li:hover,.faqHeadingItems ul li:hover { color: #8ec63e; }
.faqListItems ul li a,.faqHeadingItems ul li a { color: rgba(88,89,91,1.0); text-decoration: none; transition: all ease 0.3s; display: block; width: 100%; } 
.faqListItems ul li a:hover,.faqHeadingItems ul li a:hover { color: rgba(141,198,63,1.0); }



/* FAQ List */

.faqContentSection { padding: 60px 0 150px; } 
.accordionRepeat { padding: 35px 20px 35px 0; position: relative; } 
.accordionRepeat:before {content: '';width: 100%;height: 2px;position: absolute;left: 0;top: 0px;max-width: 100%;background: #8dc63f;background: linear-gradient( 90deg ,rgba(141,198,63,1) 0%,rgba(86,158,164,1) 100%);} 

.accordionTitle { position: relative;}
.accordionTitle:before {content: '\f0d7'; font-family: fontAwesome; position: absolute; right: -15px; top: 7px; transition: all ease .4s; font-size: 24px; line-height: 1;}
.accordionRepeat.active .accordionTitle:before {transform: rotate(180deg);}
.accordionTitle h2 { font-size: 24px; margin-bottom: 0; color: #58595b; transition:all ease 0.3s; cursor: pointer; }
.accordionRepeat .accordionTitle.seachActive h2 { color: #8dc63f;}

.accordionDetail { padding: 30px 0 0;}
.accordionDetail ul li + li { margin-top: 20px;}

.accordionCta.buttonStyle a:before { background: rgba(245, 248, 254,1.0);}
.accordionCta.buttonStyle a:after { background: linear-gradient( 90deg ,rgba(141, 198, 63,1.0) 0%,rgba(86, 158, 164,1.0) 100%);}
.accordionCta.buttonStyle a { padding: 15px 33px;}

/* Search Result */
.faqContentResultBlock{display:none;}
.faqContentDetail h2 { font-size: 40px; font-weight: 700; color: #8dc63f;}
.faqContentResultBlock .accordionRepeat .accordionTitle.seachActive h2 { color: inherit;}
.faqContentResultBlock .accordionRepeat:first-child:before { content: ''; width: 100%; height: 2px; position: absolute; left: 0; top: 0px; max-width: 100%; background: #8dc63f; background: linear-gradient(90deg,rgba(141,198,63,1) 0%,rgba(86,158,164,1) 100%);}


.accordionHeading { padding: 30px 20px 30px 0; position: relative; }
.accordionHeading.accordionHeading1:before { display: none;}
.accordionHeading:before { content: ''; width: 100%; height: 2px; position: absolute; left: 0; top: 0px; max-width: 100%; background: #8dc63f; background: linear-gradient(90deg,rgba(141,198,63,1) 0%,rgba(86,158,164,1) 100%);}
.accordionHeading h2 { position: relative; margin-bottom: 0; font-size: 32px; color: #8dc63f; cursor: pointer; } 
.accordionHeading h2:before { content: '\f0d7'; font-family: fontAwesome; position: absolute; right: -15px; top: 12px; transition: all ease .4s; font-size: 24px; line-height: 1; } 
.accordionHeading.openDropdown h2::before {transform: rotate(180deg);}


/* .backToFAQ a{color: #f5f8fe; border-radius: 35px; background-image: linear-gradient(83deg,#8dc63f 0,#709e40 240%); padding: 5px 15px; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%); text-shadow: 1px 1px 1px rgb(0 0 0 / 5%);}
.backToFAQ a:hover{color:#fff;} */

/* .backToFAQ a { background-image: linear-gradient( 83deg ,rgba(141,198,63,1.0) 0,rgba(112,158,64,1.0) 240%); border-color: rgba(73,74,82,1.0); border-radius: 35px; border-width: 0px; color: rgba(245,248,254,1.0); padding-left: 15px; padding-right: 15px; padding-top: 5px; padding-bottom: 5px; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 16%); cursor: pointer; transition: all .15s ease; line-height: 24px; display: inline-block; border: 0; font-size: 16px; text-decoration: none; }
.backToFAQ a:hover { animation: pulse 1s; color: #f5f8fe; text-decoration: none;} */

@media(min-width:992px){

  .alternativeRepeat:nth-child(odd) .alternativeRepeatLeft{order: 2;padding-right: 0;padding-left: 40px;}
  .alternativeRepeat:nth-child(odd) .alternativeRepeatRight { order: 1;}
  .alternativeRepeat:first-child .alternativeRepeatLeft { order: 1; padding-left: 0; padding-right: 40px;}
  .alternativeRepeat:first-child .alternativeRepeatRight { order: 2;}

}



@media(max-width:1500px){

  .tabbingleftinnerSide { margin-top: 10px;}
  .accordionRepeat { padding: 30px 20px 30px 0;  } 

}

@media(max-width:1230px){

  .p0-20{padding-left:15px; padding-right:15px}
  .m0-20{margin-left:-15px; margin-right:-15px;}
  .p0-24{padding-left:15px; padding-right:15px}
  .m0-24{margin-left:-15px; margin-right:-15px;}

  .tabbingleftinnerSide{margin-top:0;}

  /* Alternative Section */
  .alternativeRepeatLeft { width: calc(100% - 300px); }
  .alternativeRepeatRight { width: 300px;}

  .logoGalleryRepeat { width: 25%;}

  /* FAQ List */
  .faqContentSection{padding: 60px 0 100px;}
  .bannerFaqSection { padding: 100px 0;}
  .accordionTitle h2 { font-size: 24px;}
  .accordionHeading h2 { font-size: 30px;}

}


@media(max-width:991px){

  .tabw33{width:33.33%}
  .tabw50{width:50%}
  .tabw100{width:100%}
  .tabMax100{max-width:100%;}
  .tabtop10 {margin-top: 10px;}
  .tabtop20 {margin-top: 20px;}
  .tabtop30 {margin-top: 30px;}
  .tabpl0{padding-left:0;}
  .tabpr0{padding-right:0;}
  .p40-0,.pb40{padding-bottom:25px;}
  .p50-0,.pb50{padding-bottom:30px;}
  .p60-0,.pb60{padding-bottom:35px;}
  .p70-0,.pb70{padding-bottom:40px;}
  .p80-0,.pb80{padding-bottom:45px;}
  .p90-0, .pb90 { padding-bottom: 50px;}
  .p100-0, .pb100 { padding-bottom: 50px;}
  .p40-0,.pt40{padding-top:25px;}
  .p50-0,.pt50{padding-top:30px;}
  .p60-0,.pt60{padding-top:35px;}
  .p70-0,.pt70{padding-top:40px;}
  .p80-0,.pt80{padding-top:45px;}
  .p90-0, .pt90 { padding-top: 50px;}
  .p100-0, .pt100 { padding-top: 50px;}  



  .font24,.font24 p{font-size:20px;}

  .tabResImage{padding-bottom:56.25%;}
  .tab-right{text-align:right}

  .tabw50 {width: 50%}
  .tabw100 {width: 100%}
  .tabBlock{display:block; margin-right:0;}
  .tabTop10 { padding-top: 10px; }
  .tabTop20 { padding-top: 20px; }
  .tabTop30 { padding-top: 30px; }



  /*  Section 3  */
  .twocolLeftSide{padding-right:15px; padding-left:15px;}
  .twocolrightSide { text-align: right;}
  .twocolrightSide img { max-width: 400px; width: 100%;}

  /*  Section-4  */
  .tabbingleftSide { padding-right: 15px;}
  .tabbingrightSide img { max-width: 400px;}

  /* Alrernative Section   */
  .alternativeRepeatLeft { width: 100%; padding-right: 0; }
  .alternativeRepeatRight { width: 100%;  }
  .alternativeRepeat .alternativeRepeatRight {order: 1;}
  .alternativeRepeat .alternativeRepeatLeft { order: 2; padding-top: 30px;}
  .alternativeRepeat:first-child .alternativeRepeatLeft {order: 1; padding-top:0; }
  .alternativeRepeat:first-child .alternativeRepeatRight { order: 2; padding-top:30px;}

  /**
  * Subway SmartReciept Landing Page 
  ***/
  .subwaybannermainImg{height:560px;}
  .subwaybannerTitle h2 { font-size: 23px;}
  .subwaybannerLeft { padding-right: 0; padding-top: 20px; } 
  .subwaybannerListing { max-width: 100%; } 
  .subwayBannerRightImage img { max-width: 200px; } 
  .subwaybannerRight { padding-top: 50px; }

  .logoGalleryRepeat { width: 33.33%;}
  .logoGalleryTitle h2 { font-size: 23px;}

  /* FAQ List */
  .bannerFaqSection { padding: 100px 0;}
  .faqContentSection{padding: 60px 0 60px;}
  .faqParentSection{padding-top:30px;}
  .accordionTitle h2 { font-size: 20px;}
  .accordionHeading h2 { font-size: 24px;  }
  .accordionRepeat,.accordionHeading { padding: 20px 20px 20px 0;} 
  



}

@media(max-width:767px){


  .mtop10{margin-top:10px;}
  .mtop20{margin-top:20px;}
  .mtop30{margin-top:30px;}
  .mbottom30{margin-bottom:30px;}
  .mp0,.mpt0{padding-top:0!important}
  .mp0,.mpb0{padding-bottom:0!important}
  .mobile-center{text-align:center;}
  .mobile-center.text-right{text-align:center;}
  .mw50{width:50%;}
  .mw100,.row-fluid .forTabw50{width:100%;}
  .mBlock{display:block;margin-right:0;}

  /*  Banner Section  */
  .bannerTitle, .bannerContent { padding: 20px;}
  .tabbingsvgShapeInner{width:32px;}
  .tabbingleftSide { padding-left: 20px;}

  /**
  * Subway SmartReciept Landing Page 
  ***/
  .subwaybannerLeft { padding-top: 0;}
  .subwaybannerMain { padding-bottom: 50px;}
  .logoGalleryRepeat { width: 50%;}

  .subBannerRightFormInner { padding: 30px 20px;}
  .subBannerRightFormInner form input[type=submit], .subBannerRightFormInner form .hs-button { padding: 18px 20px; font-size: 18px;}
  .subBannerRightFormInner form .actions, .subBannerRightFormInner form .actions { text-align: center;}
  .subBannerRightFormInner form { max-width: 100%;}

  /*  Faq  */
  .bannerFaqSection{background-position: right -120px center;}
  .faqFormParent,.faqListItems {width:100%;}


}

@media(max-width:480px){

  .boxsvgShapeInner { display: none;  }


}



@-webkit-keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}
@keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}
.fadeInUp {-webkit-animation-name: fadeInUp; animation-name: fadeInUp;}

@-webkit-keyframes fadeInLeft {
  from {opacity: 0; -webkit-transform: translate3d(-100px, 0, 0); transform: translate3d(-100px, 0, 0);}
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}

@keyframes fadeInLeft {
  from {opacity: 0; -webkit-transform: translate3d(-100px, 0, 0); transform: translate3d(-100px, 0, 0);}
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}

@-webkit-keyframes fadeInRight {
  from { opacity: 0; -webkit-transform: translate3d(100px, 0, 0); transform: translate3d(100px, 0, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@keyframes fadeInRight {
  from { opacity: 0; -webkit-transform: translate3d(100px, 0, 0); transform: translate3d(100px, 0, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}


/* fix includes post 2024 update - migrated pages */

.col-md {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

#postHero .heroImage img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.pillarpageHeader, .pillerpage-wrapper {opacity:1;}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

.home-banner-area-wrapper{
  position:static;
  background:none;
}

.home-banner-area-wrapper .heroText button.hs-button{
  color:#fff;
}

@media only screen and (min-width: 1440px) {
  .home-banner-area-wrapper>img{
    margin-top: -140px;
  }

}

@media only screen and (min-width: 1600px) {
  .home-banner-area-wrapper>img{
    margin-top: -210px;
  }
}

@media only screen and (min-width: 1760px) {
  .home-banner-area-wrapper>img{
    margin-top: -280px;
  }
}

@media only screen and (min-width: 1920px) {
  .home-banner-area-wrapper>img{
    margin-top: -350px;
  }
}

@media only screen and (min-width: 2040px) {
  .home-banner-area-wrapper>img{
    margin-top: -420px;
  }
}

@media only screen and (min-width: 2200px) {
  .home-banner-area-wrapper>img{
    margin-top: -630px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header .newsAnnouncement {
  padding: 11.6666666667px;
  text-align: center;
  margin: 0px auto;
  background: linear-gradient(90deg, #a3cf65 0%, #8dc63f 35%, #8dc63f 100%);
}

.header .newsAnnouncement  p {
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 14px;
}

.header .newsAnnouncement a {
  font-weight: bold;
}

.top-header {
  padding: 5px 0px;
  font-size: 10.4px;
  color: #F5F8FE;
  text-align: right;
  text-transform: uppercase;
  background-image: linear-gradient(83deg, #569ea4 0, #a87bb5 240%);
  z-index: 11;
}

.top-header ul {
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  padding-left: 0;
}

.top-header ul li {
  display: inline-block;
  position: relative;
  line-height: 2.3076;
  padding-right: 17.5px;
  margin-bottom: 0;
}

.top-header ul li:last-child {
  padding-right: 0px;
}
.top-header ul li:nth-child(1) a,
.top-header ul li:nth-child(2) a{
  display:none;
}
.top-header ul li a:hover{
  text-decoration:underline;
}
.bottom-header {
  z-index: 10;
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 20px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;

}
.bottom-header .header__container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bottom-header .header__logo{
  display: inline-block;
  padding-top: 5px;
  width:133.328px;
  padding-bottom: 5px;
  margin-right: 16px;
  font-size: 20px;
  line-height: inherit;
  white-space: nowrap;
}
img {
  vertical-align: middle;
  border-style: none;
}

.bottom-header .header__logo img {
  height: 35px;
  max-width:100%;
  width:100%!important;
}

.bottom-header .navbar-toggler {
  cursor: pointer;
}

.bottom-header .custom-menu-primary-mobile>div.hs_cos_wrapper{
  margin-left: auto;
}

.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul{
  margin-left: auto ;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top:0;
}

.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li{
  padding-right: 35px;
  margin-bottom: 0;
  position: relative;
  line-height:1.5;
}

.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li:last-child{
  padding-right:0;
}

.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li>a{
  display: block;
  padding: 8px 16px;
}

.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li>a:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  text-decoration:none;
}
.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li>ul{
  top: 100%;
  left: 0;
  z-index: 1000;
  position: absolute;
  display: none;
  min-width: 160px;
  padding: 8px 0;
  margin: 1px 0 0;
  font-size: 13.6px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #F5F8FE;
  background-clip: padding-box;
  border: 1px solid rgba(36, 36, 36, 0.15);
  border-radius: 4px;
}


.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li>ul>li>a{
  display: block;
  width: 100%;
  padding: 4px 24px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  line-height:1.5;
}

.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li:nth-child(1)>ul{
  border-top: 7px solid #8dc63f;
}

.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li:nth-child(2)>ul{
  border-top: 7px solid #569ea4;
}

.bottom-header nav.navigation-primary>ul>li:nth-child(2)>ul>li>a:hover{
  color: #569ea4 !important;
}

.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li:nth-child(3)>ul{
  border-top: 7px solid #a87bb5;
}

.bottom-header nav.navigation-primary>ul>li:nth-child(3)>ul>li>a:hover{
  color: #a87bb5 !important;
}
.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li:nth-child(5)>a{
  color: #F5F8FE;
  border-radius: 35px;
  background-image: linear-gradient(83deg, #8dc63f 0, #709E40 240%);
  padding: 5px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li:nth-child(6)>a{
  color: #F5F8FE;
  border-radius: 35px;
  padding: 5px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(83deg, #569ea4 0, #a87bb5 240%);
}

.bottom-header .navbar-toggler,
.bottom-header .navbar-toggler:focus{
  color: rgba(36, 36, 36, 0.5);
  padding: 4px 12px;
  font-size: 20px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 4px;
  display:none;

}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.bottom-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(36, 36, 36, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.bottom-header .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background-size: 100% 100%;
}

/* Header Landing V2 */
header.header.lp-v2 .bottom-header {
  background: transparent !important;
  box-shadow: none;
  padding: 0;
  height: auto;
}

header.header.lp-v2 .bottom-header img {
  max-width: 150px !important;
  padding-top: 35px;
  padding-bottom: 17.5px;
  width: 100% !important;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
}

header.header.lp-v2 .header__logo {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 -15px;
  font-size: inherit;
  line-height: normal;
  display: block;
}

/*****************************media queries***************************/
@media (min-width: 992px){
  .bottom-header .custom-menu-primary-mobile {
    display: flex !important;
    flex-basis: auto;
  }
  .bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li:hover>ul{
    display:block;
  }
  .bottom-header .custom-menu-primary-mobile ul{ 
    flex-direction: row;
  }
  .bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li>a{
    padding-right: 8px;
    padding-left: 8px;
  }
  .bottom-header .custom-menu-primary-mobile{
    flex-grow: 1;
    align-items: center;
    height: auto!important;
  }
  .child-trigger{
    display:none !Important;
  }
  .bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li>ul::before {
    content: "";
    background: transparent;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: -12px;
  }
}

.bottom-header .custom-menu-primary-mobile ul li a:focus{
  outline: none;
  text-decoration: none;
}

@media (max-width: 991px){
  .bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li>ul>li>a {
    white-space: normal;
  }
  .bottom-header .navbar-toggler {
    margin-top: 3px;
  }
  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 34px !important;
    padding: 0 !important; 
  }
  .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;
    height: 1px;
    background-color: #000;
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .bottom-header .navbar-toggler{
    display: block;
    float: right;
    margin-left: auto;
  }
  .bottom-header .custom-menu-primary-mobile,
  .bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li:nth-child(5),
  .bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li:nth-child(6){
    display:none;
  }
  .bottom-header .header__container{
    padding-right: 0;
    padding-left: 0;
  }
  .top-header ul li:nth-child(1) a,
  .top-header ul li:nth-child(2) a,
  .bottom-header .header__container{
    display: block;
  }
  .custom-menu-primary-mobile.open{
    transition:.3s;
  }
  .custom-menu-primary-mobile.open,
  .bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul{
    display: block;
  }
  .bottom-header .custom-menu-primary-mobile.open nav.navigation-primary>ul>li>ul{
    position: static;
    float: none;
  }
  .bottom-header .custom-menu-primary-mobile.open nav.navigation-primary>ul>li{
    padding-right:0;
  }
  .bottom-header .custom-menu-primary-mobile.open nav.navigation-primary>ul>li>a{
    padding-left:0px;
  }
  .bottom-header {
    padding: 20px 35px;
  }
  .bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li>a {
    padding-right: 0;
    padding-left: 0;
  }

  .bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li {
    padding-right: 0;
  }
  .bottom-header .custom-menu-primary-mobile nav.navigation-primary>ul>li>ul {
    position: static;
    display: none;
    margin:0;
  }
}

@media(max-width:767px){
  .bottom-header .navbar-toggler {
    margin-top: 3px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer {
  text-align: left;
  background-color: #242424;
}


.footer-container.footerBuilding {
  padding: 0px;
  background-color: #F5F8FE;
}

.footerBuilding img {
  /* margin-left: -1px;
  margin-right: -1px;*/
  margin-bottom: -1px;
  object-fit: cover;
}

footer .container.footerInfo {
  padding: 35px 17.5px;
}

footer .row {
  margin-right: 0px;
  margin-left: 0px;
  display: flex;
  flex-wrap: wrap;
}

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

.col-md {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footerInfo img.mobivityIcon {
  max-width: 35px;
  margin-bottom: 17.5px;
}

footer p{
  font-size:14.4px;
  margin-bottom:16px;
}

.footerInfo a {
  color: rgba(245, 248, 254, 0.8);
  transition: all 0.15s ease;
}

.footerInfo ul, .footerInfo ul.socialIcons {
  padding: 0;
  margin: 0;
}

.footerInfo ul li, .footerInfo ul.socialIcons li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}

.footerInfo ul img, .footerInfo ul.socialIcons img {
  max-width: 35px;
  padding-right: 5px;
}

p.copyright-text{
  font-size:12px;
  margin-top: 16.5px;
}

.footerInfo h5 {
  text-decoration: underline;
  font-weight: 500;
  margin-bottom:11px;
}

.footerInfo ul.footerLinks p.extraSmall, .footerInfo ul.footerLinks p {
  margin-top: 11.6666666667px;
  margin-bottom: 11.6666666667px;
  font-size:12px;
}
.footerInfo ul.footerLinks p.extraSmall a{
  font-size:12px;
  line-height:1.5;
}

.footerInfo ul.footerLinks p.extraSmall a:focus{
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px){
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;

  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */
body{
  background-color: #F5F8FE;
}

.hs-blog-listing #posts {
  padding: 35px 0;
}

.hs-blog-listing #posts .postsContainer {
  max-width: 75%;
  margin: 0px auto;
}
.hs-blog-listing #postHero {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}
div#pager .col.text-center {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#pager button.mButton {
  margin-left: 17.5px;
  margin-right: 17.5px;
  border-radius: 35px;
  border: none;
  background-image: linear-gradient(83deg, #8dc63f 0, #709E40 240%) !important;
  padding: 5px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.15s ease;
  color: #F5F8FE;
  line-height: 24px;
  font-size: 16px;
  outline: none;
}

#pager .mButton a {
  color: #F5F8FE;
  text-decoration: none !important;
}

.blog-post__body img {
  max-width: 100%;
}

#pager button.mButton {
  margin-bottom: 5px;
}

.post-item a {
  text-decoration: none;
}
.post-item a:hover {
  color: #949CA1;
}

#pager button.mButton:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

#pager button.mButton.disabled {
  opacity: 0.5 !important;
  -webkit-animation-: none !important;
  animation: none !important;
  cursor: default;
  outline: none;
}
.hs-blog-listing #posts h2.postsTitle {
  color: #8dc63f;
  transition: all 0.15s ease;
  margin-bottom:17.5px;
}
.hs-blog-listing #posts h2>a{
  text-decoration:none;
  font-family: "Roboto Slab", serif;
}
.hs-blog-listing #posts .postsImg {
  margin-bottom: 35px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}
#posts img {
  max-width: 100%;
  width: 100%;
}
.hs-blog-listing #posts img:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}
#posts .postsSummary {
  margin-bottom: 35px;
}
/**************************hs-blog-post********************************/
.hs-blog-post .container-fluid,
.hs-blog-post .page-center{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.hs-blog-post .row ,
.hs-blog-listing .row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#postHero .heroImage {
  padding-left: 0px;
  padding-right: 0px;
	width: 50% ; 
	float: left; 
}

#postHero .heroImage img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

#postHero .heroTitle {
  padding-right: 0px;
  padding-left: 35px;
	width: 48%; 
	float: left;
}

#postHero .heroTitle h1 {
  color: #F5F8FE;
  margin-bottom:17.5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 16px;
}

#postHero .heroTitle h1 span.align-middle {
  background-color: rgba(70, 127, 131, 0.85);
  padding: 17.5px 8.75px;
  display: inline-block;
  vertical-align: middle;
}

p.extraSmall{
  font-size:12px;
}
#post {
  padding-top: 35px;
  padding-bottom: 35px;
}
#postHero {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}
#post p {
  font-size: 18px;
}
div#footerForm h3.form-title {
  background: transparent;
  margin: 0;
  padding: 0;
}
button.mButton {
  outline: none;
}

div#footerForm .hs-form-field > label {
  display: none;
}

.hs-blog-listing #posts h2.postsTitle a:hover {
  color: #709E40;
}
/************************media queries************************/


@media (min-width: 768px){
  #postHero .heroTitle {
    padding-top: 49px;
		
  }
  #postHero .heroTitle h1 {
    font-size: 20px;
  }
  #post.page-center {
    max-width: 720px;
  }
	
	#postHero .heroImage { 
	
	}

}

@media (min-width: 992px){
  #postHero .heroTitle h1 {
    font-size: 28px;
  }
  #post.page-center {
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  #postHero .heroTitle h1 {
    font-size: 32px;
  }
  #post.page-center {
    max-width: 1140px;
  }
}
@media (min-width: 1450px){
  #postHero .heroTitle h1 {
    font-size: 48px;
  }
}
@media (min-width: 2200px){
  #postHero .heroTitle h1 {
    font-size: 64px;
  }
}

@media(max-width:767px){
  #postHero .heroTitle {
    padding-top: 17.5px;
		width: 100% !important; 
		padding-right: 20px !important; 
		padding-left: 20px !important; 
  }
	
	#postHero .heroImage {
	width: 100% !important; 
	
	}

  #postHero .heroTitle h1 {
    font-size: 16px !important;
  }
  div#footerForm .field.hs-form-field>.input {
    width: 100%;
  }
  div#footerForm {
    padding-bottom: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page form {
  max-width: 767px;
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width:500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 8px;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page input#hs-login-widget-remember {
  min-height: auto;
  height: auto;
  vertical-align: middle;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page form .hs-form-field {
  margin-bottom: 15px;
}
.systems-page input.hs-button.primary.large{
  margin:10px 0;
}
.systems-page  input#hs-login-widget-remember {
  display: inline-block;
}
.error-page.custom {
  padding: 48px 0 0;
}
.error-page.custom h1 {
  margin-bottom: 17.5px;
}
.error-page.custom h1 {
  color: #8dc63f;
  font-size: 72px !important;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Roboto Slab", serif;
}
@media (max-width:767px) {
  .systems-page h1 {
    font-size: 26px;
  }

  .systems-page h2 {
    font-size: 21px;
  }
}