*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper, .container {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 20px;
  width: 100%;
}
 
@media screen and (min-width: 1380px) {
  .content-wrapper, .container {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1024px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@charset "UTF-8";
body,
html {
  font-family: 'HKGrotesk-Regular', sans-serif; 
  font-weight: 500;
}
* {
    min-height: 0;
    min-width: 0;box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}
body {
  margin: 0;
  padding: 0;
      
}
pre{ font-size: 16px; }

a {
    text-decoration: underline;
}

img{ border:0; outline: 0; }
p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  letter-spacing: -0.11px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.2;
    margin: 0;
}
h2, .h2 {
    font-size: 2.02729rem;
    letter-spacing: -0.32473px;
}
h1, h2, h3, h4, h5, h6, {
  font-family: 'HKGrotesk-Bold';
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 2.2807rem;
  letter-spacing: -0.41099px;
}
@media screen and (min-width: 22.5rem) {
  h1 {
    font-size: calc(2.2807rem + (1.82919 * (100vw - 22.5rem) / 25.5));
  }
}
@media screen and (min-width: 48rem) {
  h1 {
    font-size: 4.10989rem;
  }
}
h2 {
  font-size: 2.02729rem;
  letter-spacing: -0.32473px;
}
@media screen and (min-width: 22.5rem) {
  h2 {
    font-size: calc(2.02729rem + (1.22003 * (100vw - 22.5rem) / 25.5));
  }
}
@media screen and (min-width: 48rem) {
  h2 {
    font-size: 3.24732rem;
  }
}
h3 {
  font-size: 1.60181rem;
  letter-spacing: -0.22807px;
}
@media screen and (min-width: 22.5rem) {
  h3 {
    font-size: calc(1.60181rem + (0.67889 * (100vw - 22.5rem) / 25.5));
  }
}
@media screen and (min-width: 48rem) {
  h3 {
    font-size: 2.2807rem;
  }
}
h4 {
  font-size: 1.125rem;
  letter-spacing: -0.20273px;
}
@media screen and (min-width: 22.5rem) {
  h4 {
    font-size: calc(1.125rem + (0.90229 * (100vw - 22.5rem) / 25.5));
  }
}
@media screen and (min-width: 48rem) {
  h4 {
    font-size: 2.02729rem;
  }
}
h5 {
  font-size: 1.125rem;
  letter-spacing: -0.16018px;
}
@media screen and (min-width: 22.5rem) {
  h5 {
    font-size: calc(1.125rem + (0.47681 * (100vw - 22.5rem) / 25.5));
  }
}
@media screen and (min-width: 48rem) {
  h5 {
    font-size: 1.60181rem;
  }
}
h6 {
  line-height: 1.2;
}
h6 {
  font-size: 1rem;
  letter-spacing: -0.1125px;
}
@media screen and (min-width: 22.5rem) {
  h6 {
    font-size: calc(1rem + (0.125 * (100vw - 22.5rem) / 25.5));
  }
}
@media screen and (min-width: 48rem) {
  h6 {
    font-size: 1.125rem;
  }
}


ol {
  list-style: none;
  padding-left: 1.75rem;
  counter-reset: number-counter;
  margin-bottom: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol li {
  counter-increment: number-counter;
  margin-bottom: 1.25rem;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li::before {
  content: counter(number-counter) ". ";
  margin-left: -1.75rem;
  margin-right: 0.5rem;
  font-weight: bold;
}
.body-container-wrapper .body-container .container-fluid, .footer-container-wrapper .container-fluid {
  padding: 0 15px;
}

.hero-header {
    line-height: 1.2;
    font-weight: 700;
   
}
.btn{
  border: 2px solid #ff5851;
    background: #ff5851;
    font-weight: 700;
    text-align: center;
     padding: 0.75rem 1.75rem;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
    text-decoration: none;
    
}
.btn:hover{ color: #ffffff; }

@media screen and (min-width: 85.4rem){
.hero-header {
    font-size: 3.25rem;
}
}


.customer_value ul li {margin-top: 0.25rem;}
.customer_value ul li p{
    margin-top: 0.25rem;
    font-size: 25px;
    color: #051b35;
    line-height: 1.7;
}
.customer_value ul li p span {
    position: relative;
    z-index: 1;
}
.customer_value ul li p span::before {
    content: '';
    width: 100%;
    height: 0.30rem;
    position: absolute;
    z-index: -1;
    bottom: 2px;
    left: 0;
}
 .customer_value ul li p span::before {
    background-color: rgba(128, 166, 242, 0.5);
}
.customer_value ul li:nth-child(3n + 2) span::before {
    background-color: rgba(255, 88, 81, 0.3);
}

.overline {
    font-size:12px !important;
    line-height: 1.5;
    font-weight: bold !important;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
}
.z-padding-bottom-md {
    padding-bottom: 16px;
}
.z-padding-bottom-2xl {
    padding-bottom: 25px;
}
.p3 {
    font-size: 14px;
    line-height: 1.5;
}

ul.bullet-list {
    padding-left: 16px;
    margin: 20px 0;
}
ul.bullet-list li {
    font-weight: 500;
    margin: 10px 0;
    opacity: 1 !important;
}
ul.bullet-list li::before {
    content: '•';
    margin: 0 0.5rem 0.1rem -0.85rem;
}

.ps_grid h6, .ps_grid .h6 {
    font-size: 18px;
}
.z-padding-bottom-4xl {
    padding-bottom: 35px;
}
ul ul, ol ul, ul ol, ol ol {
    margin: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.z-padding-bottom-md {
    padding-bottom: 16px;
}
ul.bullet-list > ul.bullet-list.p3.z-padding-bottom-md {
    padding-bottom: 0;
    margin-bottom: 0;
}
.underline_title {
    border-bottom: 1px solid rgba(5, 27, 53, 0.15);
    padding-bottom: 1.25rem;
   margin-bottom: 2rem;
}

h1.content_title{   font-size: 36px;}
.content_wrapper h2.h6{ font-size: 18px; }

.content_wrapper a {
    color: #4a5669;   
}
a{   text-decoration: underline; }
a:hover {
    color: #467dec;
}

.content_title span {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.content_title span::before {
    content: '';
    width: 100%;
    height: 15px;
    position: absolute;
    z-index: -1;
    bottom: 3px;
    left: 0;
}

.content_title span::before {
    background-color: rgba(128, 166, 242, 0.5);
}

html, 
body, 
p, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    color: #051b35;
}

.body-wrapper {
    overflow-x: hidden;
}


.slick-dots {
  display: flex;
  justify-content: center;  
  margin: 0;
  padding: 1rem 0;  
  list-style-type: none;
} 
.slick-dots li {
  margin: 0 0.25rem;
}
  
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;     
  border: none;
  border-radius: 100%;
/*  background-color: blue; */    
  text-indent: -9999px;
  border: 1px solid #80a6f2;
  background: #fff; 
}
  
.slick-dots li.slick-active button {
     border: 1px solid #80a6f2;
     background: #80a6f2;
}
  
.list_bullet_check ul{ display: inline-block; margin: 0; padding: 0; }
.list_bullet_check ul li{
      display: block;
    margin: 0 0 16px 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    position: relative;
       padding: 0 0 0 40px;

}

.list_bullet_check ul li::before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #77d9c7;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    color: #77d9c7;
    padding: 3px;
        position: absolute;
        top: 0;
        left: 0;
}

.list_bullet_check ul li a{ color: #80a6f2;  font-weight: bold; }
.list_bullet_check ul li a i.fa {
    margin: 0 0 0 6px;
    font-size: 13px;
}

.Commerce_software {
    display: flex;
    flex-wrap: wrap;
}
.software_dev{  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;  display: flex;
}
.dev_soft sub {
    font-size: 50px;
    font-weight: 700;
}
.dev_soft sub{ font-weight: 700; }
.dev_list span {
    font-size: 14px;
}
.dev_list {
    display: flex;
    margin: 20px 0 0 0;
}
.dev_list ul li{ font-size: 14px; position: relative;  color: #0e4a90; }
.dev_list ul li ul {
    display: none;
    position: absolute;
    left: -108px;
    width: 100%;
    background-color: #051b35;
    width: 260px;
    margin: 12px 0 0 0;
    border-radius: 3px;
    padding: 0 0;
}
.dev_list ul li:hover ul{ display: block; }
.dev_list ul li ul li {
    padding: 15px;
}
.dev_list ul li ul li, 
.dev_list ul li ul li p{ color: #ffffff; }
.dev_list ul li ul li:nth-child(2n){ background-color: #12273f;  }


.dev_list ul li ul li span{ margin-top: 15px; display: block; }

.add_on_wrap > h3 {
    font-size: 12px;
    font-weight: 300 !important;     margin: 5px 0 15px 0;
}
.addons-wrapper__inner {
    display: flex;
    justify-content: space-between;
}
.addons-wrapper__inner .addon-button{ color: #1261bf; font-size: 16px; }
.addons-wrapper__inner .price strong{ font-size: 16px; }

.hs-content-id-34938170434 img,
.hs-content-id-34947581359 img{ float: left;  }


ul.customer_list {   margin-top: 40px;}
ul.customer_list li a { font-size: 16px; color: #80a6f2; }
ul.customer_list li a i.fa{ font-size: 12px;  margin: 0 0 0 6px; }

.learn_more_lnk a{ 
    /*color: #7da4f2;*/
    /*color: #467dec;*/
    color: #003EDB;
     font-size: 18px;
      font-weight: bold  !important;
     font-family: 'HK Grotesk Pro' !important;
     text-decoration: none;
}
.learn_more_lnk a:hover{ color: #0034B7;  }

.learn_more_lnk i.fa {
    font-size: 14px;
    margin: 0 0 0 5px;
}
.paystone_Copper_branch .row-fluid-wrapper.row-depth-1 .row-fluid,
.paystone_virtual_branch .row-fluid-wrapper.row-depth-1 .row-fluid {
    display: flex;
    flex-wrap: wrap;  

}
.paystone_Copper_branch .row-fluid-wrapper.row-depth-1 .row-fluid .paystone_Copper_branch-column-1-background-image,
.paystone_virtual_branch .row-fluid-wrapper.row-depth-1 .row-fluid .paystone_virtual_branch-column-1-background-image{
  order: 1;
}
 
.paystone_cpandora .dnd-section {
    /*height: 760px;*/
}
.paystone_cpandora .row-fluid-wrapper.row-depth-1.row-number-5 {
    bottom: -68px;
    position: relative;
}
.paystone_talk_press .row-fluid .span6{ width: 50%; margin: 0; }
.underline_title {
    border-bottom: 1px solid rgba(5,27,53,0.15);
    padding-bottom:20px;
    margin: 0 0 30px 0;
}
.line {
    width: 60px;
    height: 1px;
    background-color: #d0d0d0;
    margin-bottom: 10px;
}
.rating_area{
      text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.rating_area ul li i.fa {  color: #ffc500; font-size: 14px;}
.rating_area ul {  margin:  -5px 0 0 5px;  padding: 0; display: inline-block;}
.rating_area ul li{  display: inline-block; }
.rating_area > h4 {  display: inline-block;;}
.rating_area > span {  float: left; width: 100%;  margin: 0 0 0 0;}

.container-fluid.paystone_virtually_dve .span6 {
    width: 50%;
    margin: 0 !important;
}
.paystone_retail_section .row-depth-1.row-number-1.dnd-section .span6.dnd-column,
.paystone_restaurant_section .row-depth-1.row-number-1.dnd-section .span6.dnd-column,
.paystone_take_debit_payment .span6.dnd-column {
        transform: scale(1.126);   
         margin-left: 0;
}

.paystone_jointeam a.button,
.paystone_restaurant_section  a.button,
.paystone_retail_section a.button{
  /*border: 2px solid rgb(255, 255, 255) !important;*/
      padding: 12px 28px;
      /*padding: 12px 90px;*/
}

.span_bg_r h2{ font-size: 52px; }
.span_bg_r h2 span{    
     position: relative;
    z-index: 1;
}

.span_bg_r h2 span::before {
    content: '';
    width: 100%;
    height: 1.25rem;
    position: absolute;
    z-index: -1;
    bottom: 5px;
    left: 0;
    background-color: rgba(119,217,199,0.2);
}

.paystone_career_sec2 h2{ margin-bottom: 25px; }

.bullet_check_paystone{ margin: 35px 0 0 0; padding: 0;  list-style: none;}
.bullet_check_paystone li {
    background-image: url(https://www.paystone.com/hubfs/Paystone%202020/Check-paystone.svg);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14.22px;
    letter-spacing: -0.09px;
    line-height: 21px;
    padding: 0 0 10px 26px;
    list-style: none;
}
.bullet_check_paystone li:last-child{ padding-bottom: 0; }



.container-fluid.paystone_bannner_b ,
.container-fluid.paystone_ecommerce_banner,
.paystone_ecommerce_processing,
.paystone_loyalty_do {
    position: relative;
}
 

.paystone_bannner_b .span6[data-x="6"],
.paystone_ecommerce_banner .span6[data-x="6"] {
    /*position: absolute;*/
    top: 73px;
    right: 20px;
    text-align: center;   
}
.paystone_bannner_b .span6[data-x="6"] img,
.paystone_ecommerce_banner .span6[data-x="6"] img {
    max-width: 582px !important;
    width: 100%;
    margin-right: -250px;
}



.paystone_bannner_b .span6.paystone_bannner_b-column-5-vertical-alignment img.hs-image-widget{
    max-width: 582px !important;
    width: 100%;
}



.paystone_great_companies .row-fluid-wrapper.row-depth-1.row-number-4 img {
    width: 100%;
}

.paystone_way_payment_b .row-fluid-wrapper.row-depth-1.row-number-5 .dnd-column .dnd-row:first-child .dnd-module {
       height: 35px !important;
}
.paystone_business_built .row-fluid-wrapper.row-depth-1.row-number-3 .dnd-column .dnd-row:first-child .dnd-module {
       height: 35px !important;
}

.divider{
   height: 1px;
   width: 100%;
   background-color: #d0d0d0;
   display: inline-block;
}

.tabs-content .content p,
.p3,
.content_wrapper p,
.tabs-content .content ul li {
    font-size: 14px;
}

.z-padding-bottom-3xl { padding-bottom: 2rem;}

.hs-content-id-34857377912 .paystone_faqs_sec-module-2 .paystone_fqs .accordion__content-paystone_faqs_sec-module-2 p {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.hs-content-id-34857377912  .paystone_faqs_sec-module-2 .paystone_fqs .accordion:last-child {
    border-bottom: 1px solid rgba(5,27,53,0.2);
}

.paystone_unlimited_b p a,
.phone_no span a,
.login a,
.header_signup_btn a,
.paystone_contact_section1 a,
.paystone_contact_section2 a,
.paystone_contact_section3 a,
.paystone_repeat_customer a,
ul.customer_list li a{ text-decoration: none; }

.paystone_payment_opportunity,
.paystone_contact_section3,
.paystone_attract_customers,
.paystone_automatically,
.paystone_virtually_dve {
    position: relative;
}


.paystone_contact_section3 .span6[data-x="6"]{
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;   
    width: 50%;
        height: 100%
}


ul.tabs.vertical h1.content_title.z-padding-bottom-3xl {
    padding-bottom: 0;
}
.dnd_area-module-4 h1.content_title.z-padding-bottom-3xl {
   
    line-height: inherit;
}
.paystone_table-module-4 .ps_pricing_wrapper {
    padding-top: 36px;
}
.paystone_table-module-2 .ps_button_wrapper {
    margin-top: 42px;
    display: inline-block;
}

.body-container--sitemap a{ text-decoration: none; }
.body-container--sitemap .underline_title{ padding-bottom: 0; margin-bottom: 0; }
.body-container--sitemap .ps_site_menu_wrapper ul li:last-child a{ padding-bottom: 0; }
.body-container--sitemap .ps_site_menu_wrapper > ul{ margin-bottom: 0; padding-bottom: 0; }

 
 .body-container--sitemap .row-fluid-wrapper.row-depth-1.row-number-8 .ps_site_menu_wrapper ul li{
   float: left;
 }

.pagination ul li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-transform: uppercase;
        color: #051b35;
}

.pagination ul li a{     color: rgba(5,27,53,0.7); text-decoration: none; }

.paystone_restaurant_section img,
.paystone_retail_section img{ float: left; }
.paystone_restaurant_section .bullet-list li,
.paystone_retail_section .bullet-list li,
.paystone_bill_manage .bullet-list li{ list-style: inherit !important; }



.paystone_repeat_customer .list_bullet_check ul li::before {
    content: "";
    /* display: inline-block; */
    /* font: normal normal normal 14px/1 FontAwesome; */
    /* font-size: inherit; */
    /* text-rendering: auto; */
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    /* border: 2px solid #77d9c7; */
    width: 24px;
    height: 24px;
    /* border-radius: 100px; */
    color: #77d9c7;
    padding: 3px;
    position: absolute;
    top: 0;
    left: 0;
      background-image: url(https://www.paystone.com/hubfs/list-arrow.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
        border: 0;
}
.paystone_repeat_customer  .list_bullet_check ul li {
    padding: 0 0 0 26px;
    font-size: 14px;
}


.busi_reasons br{ display: none; }

.paystone_cpandora .row-depth-1.row-number-2 .dnd-module img {
    max-width: 140px;
}

.ps_pricing_list ul li p a{ color: #80A6F2; }
.ps_pricing_list ul li p a:hover{ color: #467DEC; }
 
 
.paystone_way_payment_b .learn_more_lnk a {
    color: #80A6F2;
}

.hs-content-id-35221827061 .paystone_bannner_b p a:hover,
.hs-content-id-37129103021 .paystone_bannner_b p a:hover {
    color: #1C5AF8 !important;
}
.paystone_Copper_branch .dnd-column .dnd-module span img,
.paystone_virtual_branch .dnd-column .dnd-module span img {
    max-width: 110px;
}

.container-fluid.paystone_Copper_branch,
.container-fluid.paystone_virtual_branch {
    position: relative;
}

.container-fluid.paystone_Copper_branch .span5.dnd-column,
.container-fluid.paystone_virtual_branch .span5.dnd-column {
    position: absolute;
    right: 0;
    left: auto;
    height: 100%;
}

.ps_modal_popup .wrapper span{ cursor: pointer; }
.paystone_cpandora a:hover,
.paystone_take_debit_payment a:hover,
.paystone_payment_opportunity a:hover,
.ps_modal_popup .wrapper span:hover{ color: #467DEC !important; }

.vr_trm_pg .ps_modal_popup span {  /*color: #467DEC !important;*/}
.vr_trm_pg .ps_modal_popup span:hover { color: #467DEC  !important;}


.paystone_merchant_services .row-depth-1 .row-number-18 span > div br{ display: none; }

#hs_cos_wrapper_paystone_table-module-4 .ps_pricing_title h2 span {
    color: #80A6F2;
}
.gift_crd_pg p a:hover {
    color: #467DEC !important;
}

.wrapper.add_on_list span {
    cursor: pointer;
}


span#hs_cos_wrapper_paystone_restaurant_section-module-30_ img {
    width: 26px;
}


.paystone_ecommerce_security .accordion__content-paystone_ecommerce_security-module-4 {
    display: block !important;
}


.container-fluid.paystone_bannner_b.gift_crd_pg .paystone_bannner_b-row-0-background-gradient.paystone_bannner_b-row-0-padding.dnd-section{
       background: linear-gradient(-180deg,#0c3a65 0%,#051b35 100%) !important;
}
.why_payston .dnd-section{
  background: linear-gradient(-180deg, rgb(12, 58, 101) 0%, rgb(5, 27, 53) 100%);
}

.paystone_table-module-2 .ps_pricing_title {
    padding-top: 18px;
    padding-bottom: 18px;
}
.paystone_ecommerce_advanced_features a:hover {
    color: #1C5AF8 !important;
}
.points_program .list_ps_db ul li p a {
    text-decoration: none;
    color: #467dec;
font-size: 18px;
font-weight: bold;
line-height: 21px;
}
.points_program .list_ps_db ul li p a:hover{
  color: #1c5af8 !important;
}
.points_program .list_ps_db ul li p a .fa {
   margin: 0 0 10px 0;
}
.points_program .list_ps_db ul li p a:hover,
.paystone_understand_glance a:hover{
   color: #467DEC;
}

.report_analytics p a:hover{
   color: #467DEC !important;
}


.paystone_customize_rewarded,
.paystone_why_business_sc,
.paystone_better_ab_payston{ position: relative; } 
/*media css*/

body .paystone_Enterprise .learn_more_lnk a:hover {
    color: #1c5af8 !important;
}

.good_company .paystone_client_logo  .ps_cl_logo_lst ul li {
    max-width: 345px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-bottom: 10px;
    width: 20%;
    text-align: center;
    padding-right: 20px;
    min-height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.good_company .paystone_client_logo  .ps_cl_logo_lst ul li img{
      width: 110px !important;  
      padding: 0;
      display: inline-block;
      max-height: inherit;
}

.paystone_thank_banner{
  background: linear-gradient(-225deg, rgb(30, 227, 128) 0%, rgb(1, 187, 150) 100%);
}

.paystone_thank_banner img.hs-image-widget {
    width: 45px !important;
}

.good_company{ overflow-x: hidden; }
.good_company .ps_cl_logo_lst {
    margin-left: -20px;
    margin-right: -20px;
}

.paystone_way_payment_b a:hover {
    color: #467DEC !important;
}
.ps_progrma_cu p a {
    color: #80A6F2;
}
.boost_cash p > a:hover,
.ps_progrma_cu p a:hover,
.paystone_understand_glance p > a:hover,
.paystone_automatically p > a:hover,
.paystone_Enterprise .learn_more_lnk a:hover,
.paystone_better_ab_payston .learn_more_lnk a:hover{  color: #467DEC !important; }

 
.paystone_section_vertual_terminal p > a:hover,
.one_Solution_evry_thing p > a:hover,
.report_analytics p > a:hover,
.paystone_bill_manage p > a:hover {
    color: #0034b7 !important;
}


.paystone_bill_manage-module-22 .ps_modal_popup .wrapper span.paystone_bill_manage-module-22-modal-toggle{
  color: #003EDB !important;
}
.paystone_bill_manage-module-22 .ps_modal_popup .wrapper span.paystone_bill_manage-module-22-modal-toggle:hover{
  color: #0034B7 !important;
}
.slick-dots li button{ min-width: inherit; }
.modal-close {
    /*color: #467DEC !important;*/
}
div#hs_cos_wrapper_paystone_bill_manage-module-8 img.hs-image-widget {
    width: 28px;
}

.slick-dots{ padding: 0; }

.press_listing_wraapper .blog-index__post-image--large {
    display: none;
}
.press_listing_wraapper .blog-index__post-content.blog-index__post-content--large{
 padding-left: 0; 
}

.paystone_contact_section2 .dnd-section a:hover {
    color: #467DEC !important;
}
.paystone_contact_section3 .dnd-section a:hover {
    color: #0034b7 !important;
}

.container-fluid.paystone_ecommerce_advanced_features a:hover {
    color: #0034B7 !important;
}

/*pricing*/
.paystone_plan_offers .hs-embed-wrapper {
    max-width: 100% !important;
}
.paystone_plan_offers .row-fluid-wrapper.row-depth-1.row-number-7.dnd-row > .row-fluid, 
.paystone_plan_offers .row-fluid-wrapper.row-depth-1.row-number-8.dnd-row > .row-fluid {
    max-width: 1024px !important;
    margin: 0 auto;
    width: 100%;
}

/*Blog Filter*/
.blog-tag-filter { position: relative; display: flex; align-items: center;}
.blog-tag-filter form { display: flex;  align-items: center; position: relative; width: 100%;  }
.blog-tag-filter__drop-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  color: #00326d;
  display: inline-block;
  max-width: 100%;
  padding: 0.7rem;
  width: 261px;
  border: 2px solid rgb(215, 215, 215);
}
.blog-tag-filter__drop-down:focus{  outline: #80a6f2;border-color: #80a6f2;}
.blog-tag-filter__drop-down::-ms-expand { display: none;}
.blog-tag-filter:after {
    color: #80a6f2;
    content: '\25BE';
    pointer-events: none;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f078";
    font-size: 13px;
}
.blog-tag-filter span { color: rgb(5, 27, 53);  font-size: 12px;  font-weight: bold; letter-spacing: 1.5px;
    text-transform: uppercase; margin: 0 15px 0 0; display: flex;}
/*Blog Filter*/



.hs-content-id-37039924641.hs-site-page .paystone_restaurant_section-module-32 .ps_modal_popup .wrapper span.paystone_restaurant_section-module-32-modal-toggle {
    color: #80A6F2;
}

.hs-content-id-37039924641.hs-site-page .paystone_restaurant_section-module-32 .ps_modal_popup .wrapper span.paystone_restaurant_section-module-32-modal-toggle:hover {
    color: #467DEC;
}


.hs-content-id-38035828973 .paystone_restaurant_section-module-32 .ps_modal_popup .wrapper span.paystone_restaurant_section-module-32-modal-toggle{

    color: #80A6F2;
}
.hs-content-id-38035828973 .paystone_restaurant_section-module-32 .ps_modal_popup .wrapper span.paystone_restaurant_section-module-32-modal-toggle:hover{

    color: #80A6F2;
}


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

div.header_signup_btn {
    margin-top: 12px;
}

}

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

.paystone_bannner_b .span6[data-x="6"] img,
.paystone_ecommerce_banner .span6[data-x="6"] img {
    margin-right: 0px;
}
div.header_signup_btn {
    margin-top: 12px;
}

}

@media (max-width:1200px){
 
  .paystone_contact_section3 .span6{ width: 100%;  }
  .paystone_contact_section3 .span6[data-x="6"]{
    position: static;
    top: 0;
    right: 0;
    text-align: center;   
    width: 100%;
      height: 100%
}

}

@media (min-width: 992px) and (max-width: 1100px) { 
.paystone_bannner_b .span6[data-x="6"] img,
.paystone_ecommerce_banner .span6[data-x="6"] img {
    margin-right: 0px;
}

div.header_signup_btn {  margin-top: 12px;}

div.paystone_bannner_b .paystone_bannner_b-row-0-padding{ padding-bottom: 90px !important; }

.paystone_contact_section3 .paystone_contact_section3-column-1-padding{
   padding-left: 120px !important;
}

body .paystone_merchant_slider-column-1-row-0-padding {
    padding-left: 30px !important;
    padding-right: 30px !important;
} 
}

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

.paystone_bannner_b .span6[data-x="6"] img,
.paystone_ecommerce_banner .span6[data-x="6"] img {
    margin-right: 0px;
}


div.header_signup_btn {
    margin-top: 12px;
}

.paystone_payment_opportunity .paystone_payment_opportunity-column-1-row-1-padding {
    padding-top: 45px !important;
    padding-bottom: 0px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.paystone_contact_section3 .paystone_contact_section3-column-1-padding {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    padding-right: 0px !important;
}
 
}

@media (max-width:992px){
.paystone_banner_review-row-0-background-color .span6 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.paystone_contact_section3 .paystone_contact_section3-column-1-padding{
   padding-left: 20px !important;
} 
}
@media (max-width:767px){
.contact_head {
   font-size:36.49px !important;
  margin-top: 5px !important;
  line-height: 50px !important;
  }
  .contact_off{
    font-size:29px !important;
  }
 
.paystone_talk_press .row-fluid .span6{ width: 100%; margin: 0; }

.business_grow-module-2-flexbox-positioning h3 br {
  display: none;
}
.paystone_Copper_branch .row-fluid-wrapper.row-depth-1 .row-fluid,
.paystone_virtual_branch .row-fluid-wrapper.row-depth-1 .row-fluid {
    display: inline-block;
}
.paystone_Copper_branch .row-fluid-wrapper.row-depth-1 .row-fluid .paystone_Copper_branch-column-1-background-image,
.paystone_virtual_branch .row-fluid-wrapper.row-depth-1 .row-fluid .paystone_virtual_branch-column-1-background-image {
    order: 0;
    height: 100%;
    min-height: 300px;
} 
.paystone_cpandora .dnd-section {
    height: auto;
}
.list_bullet_check {
    text-align: center;
}

.paystone_banner_review-row-0-background-color .paystone_banner_review-module-4-flexbox-positioning{
   text-align: center;
}
.paystone_banner_review-column-2-row-1-padding .row-fluid .dnd-module {
    text-align: center;
    display: inline-block !important;
    width: 100%;
}
.paystone_banner_review-column-6-row-1-padding .row-fluid .dnd-module {
    text-align: center;
    width: 100%;
    display: inline-block !important;
}
.paystone_sign_up h2, .paystone_sign_up h1{ 
   font-size: 32px !important; 
 }

.paystone_terminal_db-module-2 .ps_product_row .ps_product_column {
     padding: 0 !important;
}

.container-fluid.paystone_virtually_dve .span6 {
    width: 100%;
    margin: 0 !important;
}
.paystone_bill_manage .dnd-module {
    text-align: center;
}
.paystone_take_debit_payment .span6.dnd-column {
        transform: inherit;   
         margin-left: 0;
}

.Paystone_Footer .Paystone_copyright {   flex-wrap: wrap;}
div.Paystone_Footer .footer{ padding-bottom: 0; }
/*Marketing Automation*/
.paystone_ecommerce_banner,
.paystone_bannner_b,
.paystone_business_built,
.paystone_career_sec3,
.paystone_career_sec5,
.paystone_career_sec5 .row-number-3.dnd-row div,
.paystone_career_sec6,
.paystone_contact_section3,
.paystone_jointeam h2,
.paystone_business_built h2,
.paystone_attract_customers .row-depth-1.row-number-2,
.paystone_make_it_easy,
.paystone_loyalty_do .row-depth-1.row-number-2 .dnd-module,
.paystone_launching_st,
.paystone_loyalty_do.platform_paystone .row-depth-1.row-number-3,
.one_Solution_evry_thing,
.paystone_Enterprise,
.paystone_product_over_view .row-fluid-wrapper.row-depth-1 > .row-fluid .span4 .row-fluid-wrapper,
.paystone_virtually_dve .row-depth-1.row-number-1 .dnd-column,
.paystone_take_debit_payment .row-depth-1.row-number-1 .dnd-column .row-depth-1.row-number-3,
.paystone_payment_opportunity .row-depth-1.row-number-6,
.paystone_payment_machine .row-depth-1.row-number-1 .dnd-column,
.container-fluid.paystone_payment_machine .row-depth-1.row-number-4 span > div,
.paystone_merchant_services .row-depth-1.row-number-3,
.paystone_merchant_services .row-depth-1 .dnd-column,
.paystone_merchant_services .row-depth-1 .row-number-18 .dnd-column,
.paystone_merchant_services .row-depth-1 .row-number-18 span > div,
.paystone_ecommerce_admin_tool .row-depth-1.row-number-1,
.paystone_ecommerce_advanced_features .row-depth-1.row-number-1,
.paystone_why_business_sc,
.paystone_understand_glance{ 
  text-align: center !important; 
}

.paystone_ecommerce_banner .paystone_ecommerce_banner-module-4-flexbox-positioning,
.paystone_loyalty_do div#hs_cos_wrapper_paystone_loyalty_do-module-2,
.container-fluid.paystone_ecommerce_business,
.container-fluid.paystone_bannner_b .widget-type-custom_widget,
.paystone_make_it_easy .row-depth-1.row-number-4 .dnd-module,
.paystone_launching_st .row-depth-1.row-number-4 .dnd-module {
    align-items: center !important;
}

.paystone_unlimited_b p br,
.paystone_about_sec1 .dnd-row h2 br,
.paystone_career_sec2 p br,
.paystone_take_debit_payment p br,
.paystone_why_business_sc p br{ display: none; }

.paystone_way_payment_b .row-number-2 > .row-fluid,
.paystone_section_two_column_loyalty .row-number-1 > .row-fluid,
.paystone_career_sec5 .row-number-3.dnd-row > .row-fluid,
.paystone_ecommerce_security .row-number-2 > .row-fluid,
.paystone_section_commercel_solutions .row-depth-1.row-number-1 > .row-fluid,
.paystone_self_serve .row-depth-1.row-number-1 > .row-fluid,
.paystone_perfect_program .row-depth-1.row-number-1 > .row-fluid,
.paystone_product_over_view .row-fluid-wrapper.row-depth-1 > .row-fluid,
.paystone_automatically .row-depth-1.row-number-2 > .row-fluid,
.paystone_virtually_dve .row-depth-1.row-number-1 > .row-fluid,
.paystone_repeat_customer .row-depth-1.row-number-1 > .row-fluid,
.paystone_ecommerce_developer_api .row-depth-1.row-number-2 > .row-fluid,
.paystone_better_ab_payston .row-fluid-wrapper.row-depth-1.row-number-3 > .row-fluid,
.container-fluid.partner_section1 .row-depth-1.row-number-5 > .row-fluid  {
     display: flex; 
    flex-direction: column-reverse; 
}
.paystone_way_payment_b .row-number-5 .span3 {
    width: 50% !important;
    float: left !important;
    min-height: 240px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
 
div.paystone_about_sec2-module-1 .ps_content {  padding: 2rem 1.5rem;}
.customer_value ul li p {  font-size: 18px !important;}
.customer_value ul {   margin-bottom: 0;}

div.paystone_about_sec2-module-1 .engagement_solution {  padding-top: 0;}
.paystone_career_sec3 .dnd-module {  margin-bottom: 35px;}
.paystone_career_sec5 .dnd-module .hs_cos_wrapper img {  max-width: 200px !important;}


.paystone_bannner_b .span6.paystone_bannner_b-column-5-vertical-alignment,
.paystone_ecommerce_banner .span6.paystone_ecommerce_banner-column-5-vertical-alignment {  position: static; width: 100%;   }

.paystone_jointeam h2 br{ display: none; }
.paystone_increases_b h3 br {  display: none; }
.paystone_jointeam h2 br,
.paystone_business_built h2 br,
.paystone_payment_opportunity h2 br,
.paystone_attract_customers h2 br,
.paystone_attract_customers p br,
.paystone_customers_better p br,
.paystone_loyalty_do h2 br,
.pos_system h1 br,
.paystone_ecommerce_processing h2 br,
.paystone_ecommerce_processing p br,
.paystone_ecommerce_advanced_features h2 br,
.paystone_ecommerce_advanced_features p br,
.body-container--loyalty_banner.pos_system h2 br,
.paystone_bannner_b h2 br,
.paystone_take_debit_payment h2 br,
.paystone_make_simple_staff h2 br,
.paystone_integration_banner h2 br,
.paystone_integration_banner p br,
.paystone_section_two_column_p .row-fluid-wrapper.row-depth-1.row-number-3 h2 br{ display: none; }

.span_bg_r h2{ font-size: 36px;  max-width: 390px;}
.paystone_integration_banner h2 { font-size: 36px !important; }
.paystone_take_debit_payment h2{ font-size: 29px; }

.paystone_about_sec2-module-1 .z-layout {
    flex-direction: column-reverse;
}

div.paystone_about_sec2-module-1 .engagement_solution {
    padding-top: 15px;
}
div.paystone_about_sec2-module-1 .ps_img, 
div.paystone_career_sec4-module-1 .ps_img {
    min-height: 15.499rem;
}
.paystone_bannner_b .span6[data-x="6"] img {
   margin-right: 0;
}
.paystone_jointeam .span6.widget-span.widget-type-cell .dnd-module {
    align-items: center!important;
}


.paystone_bannner_b .span6[data-x="6"]  div, 
.paystone_ecommerce_banner .span6[data-x="6"] div {
    text-align: center !important;
}


 .bullet_check_paystone {
    margin: 35px auto 0;
    padding: 0;
    text-align: left;
    max-width: 320px;
}

.paystone_loyalty_do .row-depth-1.row-number-3 > .row-fluid { display: flex; flex-wrap: wrap; }
.paystone_loyalty_do .row-depth-1.row-number-3 .dnd-column{
   height: 100%; width: 50%;
   padding-left: 15px !important;
    padding-right: 15px !important;
}

.paystone_attract_customers .row-fluid-wrapper.row-depth-1.row-number-3 > .row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.paystone_attract_customers .row-depth-1.row-number-3 .dnd-column {
    width: 50%;
    margin: 0;
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.paystone_loyalty_do.platform_paystone .row-depth-1.row-number-4 .row-fluid {
    display: flex;
    flex-wrap: wrap;
}


.paystone_loyalty_do.platform_paystone .row-depth-1.row-number-4 .row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.paystone_loyalty_do.platform_paystone .row-depth-1.row-number-4 .dnd-column {
    width: 50%;
    height: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*.paystone_loyalty_do.platform_paystone .row-depth-1.row-number-4 .dnd-column{
  float: none;
  height: 100%;
   width: 50%;
    margin: 0;
    padding-left: 24px !important;
    padding-right: 24px !important;
}*/

.paystone_make_it_easy .ps_progrma_cu .pr_db,
.paystone_launching_st .ps_progrma_cu .pr_db{ display: inline-block; }
/*div h2{
  font-size: 28.83px !important;
}*/

div .plan_offers-module-6 .pay_list ul li,
div .plan_offers-module-4 .pay_list ul li {
    margin-bottom: 0;   
}

.paystone_bannner_b.engagement_software .dnd-section .row-depth-1.row-number-4 .dnd-column,
.paystone_bannner_b.engagement_software .dnd-section .row-depth-1.row-number-1 .dnd-column {
    width: 50%;
    float: left;
    text-align: left;
}
.paystone_bannner_b.engagement_software span#hs_cos_wrapper_paystone_bannner_b-module-7_ > div {
    text-align: left !important;
}

.paystone_product_slide_sc-module-4{ 
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center; 
}

.paystone_bannner_b .span6[data-x="6"] img,
.paystone_ecommerce_banner .span6[data-x="6"] img {
    margin-right: 0px;
}

.container-fluid.paystone_automatically .row-depth-1.row-number-5 > .row-fluid { display: flex; flex-wrap: wrap; }
.container-fluid.paystone_automatically .row-depth-1.row-number-5 .dnd-column {
    /*float: left;*/
    width: 50%;
    margin: 0;
    height: 100%;
}
.paystone_features_dvd h2,
.paystone_repeat_customer .list_bullet_check,
.modal-content {
    text-align: left;
}

.busi_reasons br {
    display: block;
}

.paystone_retail_section .row-depth-1.row-number-1.dnd-section .span6.dnd-column,
.paystone_restaurant_section .row-depth-1.row-number-1.dnd-section .span6.dnd-column,
.paystone_take_debit_payment .span6.dnd-column {
        transform:inherit;   
         margin-left: 0;
}

.paystone_restaurant_section  br,
.paystone_retail_section  br,
.paystone_payment_opportunity p br,
.paystone_merchant_slider .row-depth-1.row-number-3 .dnd-module p br{ display: none; }

.pos_system h1{ line-height: inherit !important; }

.container-fluid.paystone_great_companies .paystone_great_companies-column-6-margin {
    margin-top: 0 !important;
}

.paystone_career_sec5 p br {  display: none;}
.paystone_career_sec5 p {  font-size: 22px !important;}
.paystone_career_sec5 .dnd-module span > div {
    padding-left: 0 !important;
}
.container-fluid.paystone_Copper_branch .span5.dnd-column,
.container-fluid.paystone_virtual_branch .span5.dnd-column {
    position: static;
  }

.payment_prossing_pg .row-depth-1.row-number-2 .dnd-column .span6.dnd-column {
    width: 50%;
    float: left;
    text-align: left;
    padding-right: 30px !important;
    padding-left: 15px !important;
}
.paystone_bannner_b.payment_prossing_pg .span6[data-x="6"] div{ text-align: left !important; }
.paystone_payment_opportunity .dnd-module #hs_cos_wrapper_paystone_payment_opportunity-module-2 div {
    text-align: left !important;
}
.paystone_merchant_services .row-depth-1 .dnd-column h3 {   font-size: 18px !important;}
.paystone_merchant_services .row-depth-1 .row-number-18 span > div br{ display: block; }
.ps_over_timeline .container {
    padding-left: 0;
    padding-right: 0;
}

.content_merchent{ padding-left: 35px !important; padding-right: 35px !important; }
.paystone_merchant_slider .row-depth-1.row-number-3 .dnd-module h3{ font-size: 28px !important; }
.paystone_integrate_system .row-depth-1.row-number-1 .dnd-module h3{ font-size: 28px !important; }

.paystone_loyalty_do .row-depth-1.row-number-2 h2,
.paystone_ecommerce_advanced_features h2 {
    font-size: 32px !important;
}

body .paystone_jointeam-row-0-background-image,
.paystone_restaurant_section .row-fluid-wrapper.row-depth-1.row-number-40,
.paystone_retail_section  .row-fluid-wrapper.row-depth-1.row-number-40  {
    background-image: url(https://www.paystone.com/hubfs/assets/Stone-flourish-Copy-1.png) !important;
    background-size: cover !important;
    background-position: 100% 100% !important;
    background-repeat: no-repeat !important;
}


/*pos-system*/
.paystone_restaurant_section  .content_title,
.paystone_retail_section .content_title,
.paystone_retail_section .row-depth-1.row-number-41  {
    text-align: center;
}
.paystone_restaurant_section  .content_title h2,
.paystone_retail_section .content_title h2{ font-size: 25px; }

.paystone_restaurant_section  .row-depth-1.row-number-11 .dnd-column,
.paystone_restaurant_section  .row-depth-1.row-number-40,
.paystone_retail_section .row-depth-1.row-number-11{
    text-align: center;
}
.paystone_restaurant_section  .row-depth-1.row-number-11 .dnd-column h3,
.paystone_restaurant_section  .content_title h3,
.paystone_ecommerce_admin_tool .row-depth-1.row-number-1 h3,
.paystone_ecommerce_advanced_features .row-depth-1.row-number-1 h3{ font-size: 18px !important; }


.paystone_restaurant_section img, .paystone_retail_section img {
     float: none;
     display: inline-block; 
}
.paystone_restaurant_section .row-depth-1.row-number-32 > .row-fluid,
.paystone_retail_section .row-depth-1.row-number-32 > .row-fluid{
    display: flex;
    flex-direction: column-reverse;
}
.paystone_retail_section .row-depth-1.row-number-42 .dnd-module {
    align-items: center !important;
}
.paystone_ecommerce_processing h2,
.paystone_ecommerce_admin_tool .row-depth-1.row-number-1 h2{ font-size: 32px !important; }

.paystone_ecommerce_shopping-module-3 .container {
    padding-left: 0;
    padding-right: 0;
}


.paystone_ecommerce_banner h2,
.paystone_bannner_b h2,
.price_banner h2,
.paystone_thank_banner h2{
  font-size: 36px !important; line-height: 41.96px !important;
}

.body-container--pricing.customer_banner h1 {
   font-size: 26px !important; 
   line-height: 41.96px !important;
}

.paystone_Copper_branch h2,
.paystone_cpandora h2,
.paystone_optimize_store h2,
.paystone_virtual_branch h2 {
    font-size: 26px !important;
}


.paystone_table-module-2 .ps_pricing_title {
    padding-top: 0;
    padding-bottom: 17px;
}
.plan_offers-module-4 .pay_list ul li,
.plan_offers-module-6 .pay_list ul li{ font-size: 16px !important; }
.body-container--loyalty_banner.pos_system h2 {
    font-size: 32px !important;
}

.paystone_ecommerce_banner h1 {
    line-height: inherit;
}
.why_payston .bullet_check_paystone {
    padding: 0 0 0 40px;
}

.paystone_bannner_b.gift_crd_pg.why_payston .row-depth-1.row-number-6 {
    display: none;
}
.container-fluid.paystone_why_business_sc h3 {
    font-size: 18px !important;
}
.paystone_make_simple_staff h2,
.paystone_integrations_section h2 {
    font-size: 28px !important;
}
.paystone_better_ab_payston .row-fluid-wrapper.row-depth-1.row-number-2 .dnd-module .hs_cos_wrapper > div {
    text-align: left !important;
}


body .paystone_integrations_section4-row-0-background-image {
    background-position: 100% !important;
  

}
span#hs_cos_wrapper_paystone_customize_rewarded_-module-8_ p:first-child {
    font-size: 28px !important;
}
.paystone_customize_rewarded_-module-4-tab-mnu li{ font-size: 16px; }
div#hs_cos_wrapper_paystone_understand_glance-module-2 h2 {
    font-size: 28px;
}

div#hs_cos_wrapper_paystone_understand_glance-module-2 p {
    font-size: 18px !important;
}
.paystone_understand_glance .row-fluid-wrapper.row-depth-1.row-number-3 .dnd-column p {
    font-size: 16px !important;
}

.partner_section1 h2 {
    font-size: 26px !important;
}

.body-wrapper {
    /*overflow-x: inherit;*/
}

.partner_section3 .row-depth-1.row-number-2 h2,
.partner_section4 .experts_content_dv h2,
.partner_section2 h2 {
    text-align: left;
    font-size: 26px;
}
 
.container-fluid.paystone_partner_banner_n h1 {
    font-size: 36px !important;
}

.paystone_bannner_b.homepage_banner h1 {
    font-size: 36px !important;
    line-height: 41px;
}
 .good_company h2 {
    font-size: 28px;
}
.good_company .paystone_client_logo .ps_cl_logo_lst ul li:last-child{ display: none; }

body .paystone_merchant_services-column-1-row-0-margin {
    margin-top: -30% !important;
}
.paystone_customize_rewarded h2{ font-size: 32px; }
.paystone_better_ab_payston .row-depth-1.row-number-2 p {
    font-size: 26px !important;
}

body .paystone_terminal_faq_product-module-2 .paystone_fqs .accordion__icon {
    right: 0px;    
}


body .paystone_terminal_faq_product-module-2 .paystone_fqs .accordion__title-paystone_terminal_faq_product-module-2 {
    padding: 20px 20px 20px 0;
}


.paystone_way_payment_b .row-fluid-wrapper.row-depth-1 .row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.hs-content-id-43283753040 .paystone_jointeam .span12.widget-span.widget-type-cell .dnd-module {
    align-items: center !important;
    justify-content: center;
}
.paystone_jointeam .span6.widget-span.widget-type-cell {
    padding-right: 0 !important;
}
.paystone_jointeam .span6.widget-span.widget-type-cell .dnd-module > div div {
    align-items: center !important;
    display: flex;
    justify-content: center;
}
.paystone_jointeam .span3.widget-span.widget-type-cell .dnd-module {
    align-items: center !important;
}
.paystone_jointeam .span3.widget-span.widget-type-cell .dnd-module > div div {
    align-items: center !important;
    display: flex;
    justify-content: center;
}
  
  .paystone_plan_offers .hs-embed-wrapper {
   
    max-height: inherit !important;
}
  
.body-wrapper.hs-content-id-36302597160 .paystone_bannner_b.engagement_software .dnd-section .row-depth-1.row-number-4 .dnd-column {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
}
  
/* career page testimonial responsive style */
.testimonial-section .row-fluid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row !important;
}
.testimonial-section .row-fluid .span9 {
    order: 2;
}
.testimonial-section .row-fluid .span3 {
    order: 1;
}
.testimonial-section .row-fluid .span9 div {
    text-align: center !important;
}
  
}

@media (max-width:580px){


.paystone_ecommerce_shopping-module-3 .content img {
     width: 110px !important;
}

}

@media (max-width:480px){


 /* .container-fluid.paystone_automatically .row-depth-1.row-number-5 .dnd-column {
    float: left;
    width: 50%;
    margin: 0;
    min-height: 270px;
}
*/

.paystone_bill_manage .dnd-column p > a {
    display: block;
}

}

html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}
body,
html {
   font-family: "HK Grotesk Pro", sans-serif !important;
   font-weight: 500 !important;
}

body {
  color: #494A52;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

/*p {
  font-size: 16px;
  margin: 0 ;
}

strong {
  font-weight: 700;
}*/

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;

}

a:hover, a:focus {
  text-decoration: none;
}

/* Headings */



@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Thin.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ThinItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ExtraLight.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ExtraLightItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Light.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-LightItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Regular.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Italic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Medium.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-MediumItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-SemiBold.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-SemiBoldItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Bold.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-BoldItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'MaterialIcons-Round';
  src: url("https://assets.zomaron.com/fonts/WEB/MaterialIcons-Round.eot");
  src: url("https://assets.zomaron.com/fonts/WEB/MaterialIcons-Round.eot#iefix") format("embedded-opentype"), url("https://assets.zomaron.com/fonts/TTF/MaterialIcons-Round.ttf") format("truetype"), url("https://assets.zomaron.com/fonts/WEB/MaterialIcons-Round.woff") format("woff"), url("https://assets.zomaron.com/fonts/SVG/MaterialIcons-Round.svg#MaterialIcons-Round") format("svg");
  font-weight: normal;
  font-style: normal;
}




p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  font-family: 'HK Grotesk Pro' !important;
   font-weight: 500 !important;
}

.p1 {
  font-size: 16px;
  line-height: 1.5;
}

.p2 {
  font-size: 16px;
  line-height: 1.5;
}

.p3 {
  font-size: 14px;
  line-height: 1.5;
}

.s1 {
  font-size: 12px;
  line-height: 1.2;
}

.s2 {
  font-size: 10px;
  line-height: 1;
}

.overline {
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
  margin: 0;
}

h1,
.h1 {
  font-size:36px;
  letter-spacing: -0.32px;
  font-weight: 700 !important;
  font-family: 'HK Grotesk Pro' !important;
  line-height: 59.75px;
}

@media screen and (min-width: 22.5rem) {
  h1,
  .h1 {
    font-size: calc(2.2807rem + (1.82919 * (100vw - 22.5rem) / 25.5));
  }
}

@media screen and (min-width: 48rem) {
  h1,
  .h1 {
    font-size: 65px;
  }
}

h2,
.h2 {
  /*font-size: 2.02729rem;
  letter-spacing: -0.32473px;*/
  letter-spacing: -0.23px;
  font-size: 36.49px;
  font-weight: bold  !important;
  font-family: 'HK Grotesk Pro' !important;
}

@media screen and (min-width: 22.5rem) {
  h2,
  .h2 {
    font-size: calc(2.02729rem + (1.22003 * (100vw - 22.5rem) / 25.5));
  }
}

@media screen and (min-width: 48rem) {
  h2,
  .h2 {
    font-size: 51px;
  }
}

h3,
.h3 {
  /*font-size: 1.60181rem;*/
   letter-spacing: -0.16px;
   font-weight: bold  !important;
   font-family: 'HK Grotesk Pro' !important;
   line-height: 29.47px;
}

@media screen and (min-width: 22.5rem) {
  h3,
  .h3 {
    font-size: calc(1.60181rem + (0.67889 * (100vw - 22.5rem) / 25.5));
  }
}

@media screen and (min-width: 48rem) {
  h3,
  .h3 {
    font-size: 2.2807rem;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
  letter-spacing: -0.20273px;
   font-weight: bold  !important;
  font-family: 'HK Grotesk Pro' !important;
}

@media screen and (min-width: 22.5rem) {
  h4,
  .h4 {
    font-size: calc(1.125rem + (0.90229 * (100vw - 22.5rem) / 25.5));
  }
}

@media screen and (min-width: 48rem) {
  h4,
  .h4 {
    font-size: 2.02729rem;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
  letter-spacing: -0.16018px;
}

@media screen and (min-width: 22.5rem) {
  h5,
  .h5 {
    font-size: calc(1.125rem + (0.47681 * (100vw - 22.5rem) / 25.5));
  }
}

@media screen and (min-width: 48rem) {
  h5,
  .h5 {
    font-size: 1.60181rem;
  }
}

h6,
.h6 {
  line-height: 1.2;
}

h6,
.h6 {
  font-size: 1rem;
  letter-spacing: -0.1125px;
}

@media screen and (min-width: 22.5rem) {
  h6,
  .h6 {
    font-size: calc(1rem + (0.125 * (100vw - 22.5rem) / 25.5));
  }
}

@media screen and (min-width: 48rem) {
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}

.zi-text--semibold {
  font-weight: 600 !important;
}

.zi-text--regular {
  font-weight: 500 !important;
}

.zi-text--bold {
  font-weight: 700 !important;
}

.zi-text--medium {
  font-weight: 500 !important;
}

.zi-text--light {
  font-weight: 400 !important;
}

.zi-text--xlight {
  font-weight: 300 !important;
}




/*
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
   font-family: 'HKGrotesk-SemiBold';
  font-weight: 700;
  }

h1 {
  font-size: 2.1rem;
    font-family: 'HKGrotesk-Bold' !important ;
}

h2 {
     font-size: 1.6rem;
     font-family: 'HKGrotesk-Bold' !important;
}

h3 {
  font-size: 1.25rem;
  font-family: 'HKGrotesk-Black' !important ;
}

h4 {
   font-family: 'HKGrotesk-SemiBold' !important;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
   font-family: 'HKGrotesk-Bold' !important ;
}

h6 {
  font-size: 0.9rem;
}*/

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  font-weight: 700 !important;
  font-family: 'HK Grotesk Pro' !important;
  min-width: 202px;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #C70024 !important;
  border-color: #C70024;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  /*font-size: 0.875rem;*/
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;

  font-family: Roboto;
    font-size: 14px;
}

/* Help text - legends */

form legend {
  /*color: #33475B;*/
 font-family: Roboto;
    color: #7C98B6;
    font-size: 11px;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #fcfcfc;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  color: #051b35;
  display: inline-block;
   font-size: 14px;
   padding: 0 15px;
   min-height: 40px;
   width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
      border-color: #b9554d;
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
 font-size: 14px;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 14px;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
font-size: 14px;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  /*font-size: 0.92rem;*/
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs-input:not([type=file]) {
    background-color: #f5f8fa;
}
.hs-form-field {
    margin-bottom: 18px;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Thin.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ThinItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ExtraLight.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ExtraLightItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Light.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-LightItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Regular.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Italic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Medium.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-MediumItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-SemiBold.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-SemiBoldItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Bold.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk Pro';
  src: url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-BoldItalic.woff2") format("woff2"), url("https://assets.zomaron.com/fonts/WEB/HKGroteskPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'MaterialIcons-Round';
  src: url("https://assets.zomaron.com/fonts/WEB/MaterialIcons-Round.eot");
  src: url("https://assets.zomaron.com/fonts/WEB/MaterialIcons-Round.eot#iefix") format("embedded-opentype"), url("https://assets.zomaron.com/fonts/TTF/MaterialIcons-Round.ttf") format("truetype"), url("https://assets.zomaron.com/fonts/WEB/MaterialIcons-Round.woff") format("woff"), url("https://assets.zomaron.com/fonts/SVG/MaterialIcons-Round.svg#MaterialIcons-Round") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Header container */
.header {
  background-color: #F8FAFC;
}
.scroll-up header.header {
    position: fixed;
}

.scroll-up .paystone_top {
    display: none;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
}
.header__row-1,
.header__row-2 {
 /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  padding-top: 0;
}
.header_top{ 
  display: inline-block; 
  background: rgb(244, 244, 244);
  border-radius: 0px;
  border-bottom:  0.75px solid rgb(225, 225, 225);
  width: 100%;
  border-top: 0;
}
.header .header__column {
    width: 100%;
}
.header .header__column .header__row-2 {
    justify-content: inherit;
    width: 100%;
    float: left;
    display: inherit;
}
.header__navigation.header--element.open {
    float: left;
}
.header_signup_btn {
    float: right;
}

.header .header__column .header__row-2 .header__navigation.header--element {
    float: left;  padding-left: 15px;
}
/* Logo */
.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  /*margin-right: auto;*/
  max-width: 120px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}
.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 7px;
}
.nav-up {
  top: -50px;
}
.header{  
   position: relative;
   top: 0px;
   left: 0px;
   right: 0px;
   z-index: 9999;

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header.nav-up{    
    transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);

     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.header.nav-down{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);

  transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
 }
.header__paystone_main{  position: relative;  }

.header__paystone_main .submenu.level-2{ 
  /*display: flex; */
  padding: 2% 25%;
}
.header__paystone_main .submenu.level-2 li.has-submenu {
    display: inline-block; width: 300px;
}

.header__paystone_main .submenu.level-2 .menu-item .menu-link,
.header__paystone_main .submenu.level-3 .menu-item .menu-link {
      padding-left: 0px;
      padding-right: 0px;
}
.header__paystone_main .submenu.level-2 li.has-submenu a.menu-link h4{
  color: rgb(0, 0, 0);
  font-family: 'HKGrotesk-Bold';
  font-size: 12px;
  font-weight: bold;
  height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.header__paystone_main .submenu.level-3 .menu-item .menu-link{
  color: rgb(70, 125, 236) !important;
  font-family: 'HKGrotesk-SemiBold';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 23px;

}
.header__paystone_main .submenu.level-3 .menu-item .menu-link span {
   color: rgba(5, 27, 53, 0.7);
   font-family: 'HKGrotesk-Medium';
   font-size: 14.22px;
   font-weight: 500;
   height: 21px;
   letter-spacing: -0.09px;
   line-height: 21px;
   display: block;
}

header.header.header--no-navigation {
    padding: 16px;
}
header.header.header--no-navigation .header__logo {
    max-width: 120px;
    margin: 0;
}
.header_signup_btn{ margin-top: 12px; }
.header_signup_btn a {
    background: #EB002B;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    display: inline-block;
    padding: 0 25px;
    font-family: 'HKGrotesk-Bold';
    font-size: 16px;
    color: #ffffff; 
    line-height: 40px;  
}

.header_signup_btn a:hover{ color: #ffffff;  background: #C70024; }
.phone_no {
    border-right: 1px solid #d7d7d7;
    padding: 0 15px;
}
.login{ padding: 0 15px; }

.phone_no span a{      color: #051b35;
     font-family: 'HK Grotesk Pro' !important;
    font-size: 13px;
    font-weight: bold !important;
    font-size: 13px; 
    letter-spacing: -0.08px;
    line-height:35px; 
}

.login a{ 
  color: rgb(5, 27, 53);   
    font-family: 'HK Grotesk Pro' !important;
    font-size: 13px;
    font-weight: 500 !important;
    height: 21px;
    letter-spacing: -0.08px;
}
.phone_no span a:hover, 
.login a:hover{   color: #1C5AF8;}


/* Search bar */
.header__search {
  padding: 0 22px;
  width: auto;
}
.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: 'HKGrotesk-Medium';
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}


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

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

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

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

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

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

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  /*padding-right: 35px;*/
   /*padding: 0 10px;*/
   margin: 0 10px;
   border-right: 1px solid #d7d7d7;
}

@media (max-width: 768px) {
  .header__language-switcher.header--element {
    border-right: none;
  }
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: none;
  /*border: 2px solid #D1D6DC;*/
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  /*font-family: Lato, serif;*/
  font-size: 0.8rem;
  left: calc(100% - 30px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
  padding: 5px;
}

body .header__language-switcher .lang_list_class:before{ border-color: inherit; border: 0; }
.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: inherit;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  /*border-bottom-color: #EBEFF3;*/
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 14px;
  padding: 10px 15px !important;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
   font-family: "HK Grotesk Pro", sans-serif !important;
   /*font-weight: 500 !important;*/
   font-size: 13px;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #1C5AF8 !important;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      padding-right: 10px;
}
 
.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/

  margin-left: 0;

  color: #051b35;
      font-family: 'HKGrotesk-Medium';
      font-size: 13px;
      letter-spacing: -0.08px;
      line-height: inherit;
      text-align: right;
      line-height: 35px;

}
.header__language-switcher--label-current:after {
  /*border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;*/
  content: "";
  display: block;
  /*height: 0px;*/
  margin-left: 10px;
  margin-top: 3px;
  /*width: 0px;*/
  font-family: "Font Awesome 5 Pro";
      font-weight: 900;
    content: "\f078";
    margin-right: 0;
    font-size: 10px;
}
.header__language-switcher--label-current:hover{  color: #1c5af8; }

.header__language-switcher--label-current:hover:after {
     transform: rotate(180deg);
     transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
        color: #1c5af8;
}
/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header_row  .header_nember a{
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: bold;
  height: 25px;
  letter-spacing: -0.1px;
  line-height: 25px;
  text-align: right;
}
/* Tablet styles */
.header__language-switcher .lang_switcher_class .globe_class {
    width: auto;
    background-image: inherit;
}

svg.mobile-menu-icon {  display: none;}
.mobile_top_bar{ display: none; }
.mobile_menu_header{ display: none; }



.header__paystone_main .submenu.level-2 li.has-submenu:nth-child(3) {
    width: 100%;
    float: left;
 
}

.header__paystone_main .submenu.level-2 li.has-submenu:nth-child(3) ul.submenu.level-3 li a {
    background-color: #f5f6f7;
}









ul.submenu.level-1 li:first-child > ul.submenu.level-2 { 
  padding-bottom: 0;
}

.header__paystone_main .submenu.level-2 li.has-submenu:nth-child(3) {
    width: 100%;
    float: left;
 
}
.header__paystone_main .submenu.level-2 li.has-submenu:nth-child(3) ul.submenu.level-3 li a {
    background-color: #f5f6f7;
}
.header__paystone_main ul.submenu.level-1 li:first-child > .submenu.level-2> li:nth-child(3) {
    background-color: #f5f6f7;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
}
.header__paystone_main .submenu.level-2 > li:nth-child(3) a{ background-color: inherit; }
.header__paystone_main .submenu.level-2 > li:nth-child(3) h4 {
    color: #000;
    font-family: 'HKGrotesk-Bold';
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.header__paystone_main .submenu.level-2 li:nth-child(3) span{
    color: rgba(5,27,53,0.7);
    font-family: 'HKGrotesk-Medium';
    font-size: 14.22px;
    font-weight: 500;
    height: 21px;
    letter-spacing: -0.09px;
    line-height: 21px;
    display: block;
}

.header__paystone_main .submenu.level-2 li:nth-child(3) p {
    color: #467dec !important;
    font-family: 'HKGrotesk-SemiBold';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
    line-height: 23px;
}

.header__paystone_main ul.submenu.level-1 li:first-child>.submenu.level-2>li:first-child ul.submenu.level-3 li:last-child {
    display: none;
}


.header__paystone_main ul.submenu.level-1 li:first-child>.submenu.level-2>li:nth-child(3)::before {
    content: "";
    background-color: #f5f6f7;
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
}

.header__paystone_main ul.submenu.level-1 li:first-child>.submenu.level-2>li:nth-child(3)::after {
    content: "";
    background-color: #f5f6f7;
    position: absolute;
    height: 100%;
    top: 0;
    right: -100%;
    width: 100%;
}

.header__paystone_main ul.submenu.level-1 li:first-child>.submenu.level-2>li:nth-child(3) a:hover {
    background-color: #f5f6f7;
}




/*header-new*/
.paystone_nav_column.custom-menu-primary{
 
  width: 100%; 
  float: left;

  padding-left: 15px;
}
.ps_header_content_wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.paystone_head_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
/*div#hs_cos_wrapper_Paystone_-_Header_Menu {
    width: 100%;
}*/

.header__paystone_main li.hs-menu-item.hs-menu-depth-1 span.fa.fa-angle-down {
    font-weight: 400;
    font-size: 16px;
    color: #848e9b !important;
    top: 25px;
    right: 0px;
    position: absolute;
    display: none;
} 

header.header.header--no-navigation .header_nember a {
    text-decoration: none;
}
.paystone_nav_column.custom-menu-primary .hs_cos_wrapper {
    float: left;
}
/*header-new*/
.ps_header_content_wrapper .custom-menu-primary .hs-menu-wrapper>ul li:first-child .hs-menu-children-wrapper{
    /*padding-bottom: 0;*/
}
.header_top{ position: relative; z-index: 9999; }
.header_middle_main {
    z-index: 99;
    background-color: #ffff;
}

.header_top .header__language-switcher--label .lang_list_class {
    z-index: 99999 !important;
}

body .overlay {
    -webkit-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    background-color: rgba(5,27,53,0.5);
    -webkit-transition-delay: 180ms;
    transition-delay: 180ms;
    visibility: hidden;
}

body.custom-class .overlay{    
 position: fixed;
    width: 100%;
    z-index: 1;
    opacity: 1;
    visibility: visible;
 }
body.custom-class {
    overflow: hidden;
}


body {
  position: relative;

}

.trigger-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.4s;
}
 
.page-header .trigger-menu {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: var(--white);
  letter-spacing: .2em;
}


main.body-container-wrapper {   
  padding-top: 90px;
}
/*.top_bar_hide main.body-container-wrapper {   padding-top: 100px;}*/

 
.header {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 99;
} 
.top_bar_hide header.header {
    top: 0;
}
.scroll-down .header { transform: translate3d(0, -100%, 0); top: 0;}
.scroll-up .header { transform: none; top: 0;}


.paystone_nav_column.custom-menu-primary .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover {
    color: #0034B7 !important;
}

.custom-class .paystone_nav_column.custom-menu-primary .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1 a:hover {
    color: #0034B7;
}

.paystone_header_announcement_bar{ 
   /*background-color: {color=#0B1A2E, opacity=100, rgba=rgba(11, 26, 46, 1), rgb=rgb(11, 26, 46), hex=#0B1A2E, css=#0B1A2E};*/
   min-height: 45px;
       text-align: center;
       -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top_bar_hide .paystone_header_announcement_bar {
    /*top: -100%;*/
    position: absolute;
    width: 100%;
     -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
/*  transform: translateY(-100%);*/
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none;
}
.announcement_bar_wrap p, .announcement_bar_wrap p a {
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
 
    text-decoration: none;

}
.announcement_bar_wrap p a:hover {
    text-decoration: underline;
}
.announcement_bar_wrap p i.fa {
    font-size: 12px;
    margin: 0 0 0 2px;
}

.announ_close {
    position: absolute;
    right: 15px;
    top: 4px;
    cursor: pointer;
}
.announ_close i.fas.fa-times {
    font-size: 14px;
    color: #fff;
}
.announ_close svg {
    width: 12px;
  }
@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

/* Mobile styles */

@media (max-width: 786px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 20px 0 0;
  }

.header__container form {
    max-width: 100%;
  }

div.header__logo--main{
 padding-top: 3px; 
}

.header__logo {
    margin: 0;
    width: 120px;
}

  /*.header__navigation,*/
  .header__search,
  /* .header__language-switcher */ {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  /* .header__language-switcher.open */ {
    background-color: #ffffff;
    display: block;
    /*height: calc(100vh - 115px);*/
    left: 0;
    position: fixed;
    right: 0;
    /*top: 39px;*/
    z-index: 2;
    height: 100%;
  }


.header__navigation {
    background-color: rgba(255,255,255,1.0);
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}


.header__navigation.header--element{  
 transform: translate(-100%, 0);
     transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease; 
}
.header__navigation.header--element.open{     
     transform: translate(0, 0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; 
    opacity: 1;
    visibility: visible;
}

/*.header--toggle.header__navigation--toggle.hide.open {
    top: 15px;
    position: fixed;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease; 
}
*/

.header__navigation.open{  top: 0; }
/* .header__language-switcher.open{  top: 39px; } */


.header__navigation--toggle,
.header__search--toggle,
/* .header__language-switcher--toggle, */ 
.header__close--toggle {
    cursor: pointer;
    /*margin: 0 5vw;*/
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  /* .header__language-switcher--toggle.hide */  {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  /* .header__language-switcher--toggle.open */  {
    display: block;
  /*  margin-left: 0;
    margin-right: 0;*/
    
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  /* .header__language-switcher--toggle.open:after */  {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  /* .header__language-switcher--toggle:after */ {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: static;
  }
  
  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
  }

  .header__navigation--toggle {
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);*/
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    /*content: "Menu";*/
  }

  /*
  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: 100%;
    height: 18px;
    width: 18px;
    margin: 10px;
  }


  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 14px;
  }

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

  .header__language-switcher .globe_class {
    background-image: none;
    height: auto;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  */

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

.header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
}
.header__search .hs-search-field__input {
    padding-left: 15px;
}
.header__search .hs-search-field__suggestions li {
    padding: 10px 0;
}


.header__close--toggle {
    position: absolute;
    right: 20px;
    top: 20px;
} 

.header__close--toggle.show {
    display: none;
    /*display: block;*/
}
.header__close--toggle {
    background-image: url('https://www.paystone.com/hubfs/Paystone%202020/paystone-menu.svg');
    background-repeat: no-repeat;
    background-size: 95%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
}
.paystone_top.content-wrapper .header--toggle.header__language-switcher--toggle.hide {
    display: block;
}

.header__paystone_main .submenu.level-2 {
    /*display: inline-block;*/
    padding:  0 0 20px 0;
    float: left;
    width: 100%;
}

.header__paystone_main .submenu.level-2 li.has-submenu {
    display: inline-block;
    width: 100%;    
    float: left; 
    padding: 5px 20px;
}
/*.header .header__column .header__row-2 .header__navigation.header--element {
    padding-left: 0;
    background-image: url(https://www.paystone.com/hubfs/Paystone%202020/header-menu-bg.svg);
    background-repeat: no-repeat;
    background-position: left top;
}*/


.header__paystone_main .header--toggle.header__navigation--toggle {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;
}
.header--toggle.header__navigation--toggle.hide.open {
    position: fixed;
}
.header__paystone_main .header__container.content-wrapper {
    padding: 15px;
    position: relative;
} 
.header_signup_btn {
    position: absolute;
    right: 55px;
    top: 0;
}

 /*
.paystone_top  .header__language-switcher .lang_list_class{ min-width: 100%; }
.paystone_top  .header__language-switcher .lang_list_class { 
     -webkit-transform: inherit; 
     transform: inherit;   
     left: 0;
}
  */
/* .paystone_top .header__language-switcher--label{ position: static; } */

.login {  border-left: 1px solid #d7d7d7;}

.header--toggle.header__navigation--toggle i{ 
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #4a5669;
    display: inline-block;
    top: -9px; 
    border-radius: 10px;
     -webkit-transition: opacity .1s ease-in-out,
    -webkit-transform .3s ease-in-out;
    transition: opacity .1s ease-in-out,
    -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,opacity .1s ease-in-out;
    transition: transform .3s ease-in-out,opacity .1s ease-in-out,
    -webkit-transform .3s ease-in-out;
}
.header--toggle.header__navigation--toggle i::before,
.header--toggle.header__navigation--toggle i::after{
  position: absolute;
  content: ""; 
  border-radius: 10px;
}

.header--toggle.header__navigation--toggle i::before{
    width: 22px;
    height: 3px;
    background-color: #000;
    top: -8px;
    right: 0; border-radius: 10px;
}
.header--toggle.header__navigation--toggle i::after{
   width: 25px;
    height: 3px;
    background-color: #000;
    bottom: -8px;
    right: 3px; border-radius: 10px;
}
.header--toggle.header__navigation--toggle.hide.open  i::before{
  display: none;
}
.header--toggle.header__navigation--toggle.hide.open i{
  /*-webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);*/
  top: 0; 
  border-radius: 10px;
      -webkit-transform: rotate(45deg) translate(-2px, -1px);
    transform: rotate(45deg) translate(-2px, -1px);
}
.header--toggle.header__navigation--toggle.hide.open i::after{
    /*-webkit-transform: translateY(-2px) rotate(-94deg);
    transform: translateY(-2px) rotate(-94deg);*/
    width: 30px;
    bottom: -2px;
    right: 0; 
    border-radius: 10px;
        -webkit-transform: rotate(-45deg) translate(0, -1px);
    transform: rotate(-45deg) translate(0, -1px);
}
.header_signup_btn{ margin-top: 20px; }

.header__navigation.header--element .hs_cos_wrapper  {
    display: flex;
    justify-content: center;
    /*height: 100%;*/
    padding: 63px 0 0;
    /*overflow-y: scroll;*/
    width: 100%;
    flex-wrap: wrap;
}

.mobile_top_bar {
   width: 100%;
    display: block;
    padding: 0 36px 0;  
    margin-top: 0;
    float: left;
}
.mobile_top_bar .phone_no{ border: 0;  padding: 0;     width: 100%;
    margin-bottom: 10px;}
.mobile_top_bar .login{ border: 0; padding: 0; }
.mobile_top_bar .phone_no span a{ font-size: 18px; }
.mobile_top_bar .login a {   font-size: 18px;}
.mobile_top_bar .mobile_lang .header__language-switcher.header--element {
    display: block;
    border: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.mobile_top_bar .mobile_lang .header__language-switcher.header--element .hs_cos_wrapper{ 
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: inherit;
}

.mobile_top_bar ul.lang_list_class {
    position: relative;
}

.mobile_top_bar .header__language-switcher .lang_list_class li a{
  font-size: 14.22px;
  font-weight: 300;
}

.mobile_top_bar .mobile_lang .lang_list_class{ 
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0;
    padding: 0;
    left: 0;
}
.mobile_top_bar .mobile_lang .lang_list_class li {
    padding: 0 0 14px 0!important;
    font-size: 18px;
}
.mobile_top_bar .header__language-switcher .lang_switcher_class{ width: 100%; }
.header_top{ display: block; }

svg.mobile-menu-icon {
    max-width: 30px;
    height: 100%;
    display: block;
}

.mobile-menu-icon path {
    -webkit-transition: opacity .1s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: opacity .1s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,opacity .1s ease-in-out;
    transition: transform .3s ease-in-out,opacity .1s ease-in-out,-webkit-transform .3s ease-in-out;
}

.open .mobile-menu-icon path:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translateY(23px) translateX(-28px) scale(1.28);
    transform: rotate(-45deg) translateY(23px) translateX(-28px) scale(1.28);
}
.open .mobile-menu-icon path:nth-of-type(2) {
    opacity: 0;
}
.open .mobile-menu-icon path:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translateY(-35px) translateX(0px) scale(1.18);
    transform: rotate(45deg) translateY(-35px) translateX(0px) scale(1.18);
}

.header .header__column .header__row-2 .header__navigation.header--element {
    padding-left: 0;
}
.mobile_top_bar .header_signup_btn {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 0;
    display: block;
}
.mobile_menu_header{
    position: absolute;
    right: 70px;
    top: 12px;
    display: block;
    z-index: 1;
}
.mobile_menu_header a{
   text-decoration: none;
   color: rgb(0, 0, 0);
   font-size: 13px;
   font-weight: bold;
   letter-spacing: -0.08px;
   line-height: 25px;
}
.header_signup_btn{ display: none; }

.header__paystone_main .submenu.level-3 .menu-item .menu-link span {
    display: none;
}

.mobile_top_bar .login_mobile {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.mobile_top_bar .login_mobile .hs_cos_wrapper{ padding-top: 0;     justify-content: start;}

.mobile_top_bar .login_mobile .hs_cos_wrapper .Payston_-_Login_Link a{
  color: rgb(5, 27, 53);
  font-size: 14.22px;
  font-weight: 300;
  letter-spacing: -0.09px;
  text-decoration: none;
}

.mobile_top_bar .header_signup_btn .hs_cos_wrapper {  padding-top: 30px;}
.mobile_top_bar .header_signup_btn .hs_cos_wrapper .Payston_-_Sing_Up_Link {
    width: 100%;
}

.header__paystone_main ul.submenu.level-1 li:first-child>.submenu.level-2>li:nth-child(3){
  display: none;
}
ul.submenu.level-1 li:first-child>ul.submenu.level-2 {
    padding-bottom: 27px;
}
.header__paystone_main ul.submenu.level-1 li:first-child>.submenu.level-2>li:first-child ul.submenu.level-3 li:last-child {
    display: block;
}
.header__paystone_main ul.submenu.level-1 li:first-child>.submenu.level-2>li:first-child ul.submenu.level-3 li:last-child span,
.header__paystone_main ul.submenu.level-1 li:first-child>.submenu.level-2>li:first-child ul.submenu.level-3 li:last-child p{
  display: none;
}

.header__paystone_main ul.submenu.level-1 li:first-child>.submenu.level-2>li:first-child ul.submenu.level-3 li:last-child a{
  color: #467dec !important;
    font-family: 'HKGrotesk-SemiBold';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
       line-height: inherit;
}

.header__paystone_main ul.submenu.level-1 li:first-child>.submenu.level-2>li:first-child ul.submenu.level-3 li:last-child a h4{
   color: #467dec !important;
       letter-spacing: -0.1px;
       line-height: inherit;
    text-transform: capitalize;
    font-size: 16px;
}



.header.nav-down{
  position: static;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  transform: inherit;
  transform: inherit;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
 }
  
.header.nav-up {
    transform: inherit; 
    transform: inherit; 
    -webkit-transform: inherit; 
    -moz-transform: inherit;
    transition: all .5s ease; 
    -webkit-transition: all .5s ease; 
    -moz-transition: all .5s ease;
}

.header__paystone_main .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children .hs-menu-children-wrapper li a>span{
  display: none;
}



body.disable-focus-styles.mobile-open.scroll-down .header{ transform: none; }
/* main.body-container-wrapper {
    padding-top: 0px;
} */

.announcement_bar_wrap p , .announcement_bar_wrap p  a{
    line-height: inherit;
}
.paystone_header_announcement_bar {
    text-align: left;    
    padding: 10px 40px 10px 10px;
    min-height: inherit;
}

 .paystone_header_announcement_bar .content-wrapper {
    padding-left: 0;
    padding-right: 0;
}
}

@media (max-width: 480px) {
  .announcement_bar_wrap p, .announcement_bar_wrap p a {
   
  }
  .header {
    top: 62px;
  }

.paystone_header_announcement_bar {
    /*padding: 0 0; */
    min-height: inherit;
    display: inline-block;
    width: 100%;
}
.Announcement_Bar {
    padding: 0;
    display: inline-block;
}
.announ_close {
    top: 10px; 
}
}
.footer {
  background-color: #F8FAFC;
  /*text-align: center;*/
}

.footer__container.content-wrapper {
  padding: 0 0 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}


footer.footer.footer-no-navigation{
	background-color: #051b35;
	padding:40px 0 40px 0;
	text-align: left;
}
p.s2.footer-advisory{
	    font-size:10px;
	
	    color: rgba(255, 255, 255, 0.7);
  font-weight: 400 !important;
font-size: 9.99px;
margin-bottom: 12px;

letter-spacing: -0.06px;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */

.blog-header {
 /* background-color: #F8FAFC;
  text-align: center;*/
}
/* 
.body-container--blog-index{
    padding:10px;
    max-width: 1024px;
    margin: 0 auto;
    display:none;
  }
 */
.latest_post_content h3 {
    color: #fff !important;
}
.blog-header__inner {
  margin: 0 auto;
  max-width: 826px;
  padding: 60px 0 0px 0;
      border-bottom: 1px solid rgba(5,27,53,.15);
}
.blog-header__inner h1{ font-size: 36.4912px; }
.blog-header__title {
  font-size: 36.4912px;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.paystone_blog_wraper {
    max-width: 830px;
    margin: 0 auto;
    padding: 0;
}

.articles-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.articles-wrapper .blog-card__date{ 
  -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 16.66667%;
    font-size: 12px;
    line-height: 1.5;
       font-weight: 700 !important; 
           color: rgba(5,27,53,.7);
    letter-spacing: 1.5px;
    text-transform: uppercase;
 }

 .paystone_blog_wraper article.blog-post .blog-post__timestamp{
  font-size: 12px;
    line-height: 1.5;
       font-weight: 700 !important; 
           color: rgba(5,27,53,.7);
    letter-spacing: 1.5px;
    text-transform: uppercase;
 }

  .paystone_blog_wraper article.blog-post h1{ 
    font-size: 36px;   
    letter-spacing: -.22807px;    
   color: #051b35;
   line-height: 1.2;
    margin: 0;
    padding-top:12px; 
    margin-bottom: 20px;
 }

  .paystone_blog_wraper article.blog-post p{
  font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;

 }
.paystone_blog_wraper article.blog-post strong {
    /*font-size: 16px;*/
}

.articles-wrapper .blog-card__title {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 83.33333%;
     font-size: 18px !important; 
   line-height: 1.2;
    letter-spacing: -.1125px;
    margin: 0;
    padding: 0;
}


.talk_media_section{ position: relative; width: 100%; overflow: hidden; padding-top: 120px }

.body-container--blog-post .talk_media_section{ padding-top: 0 }

.articles-wrapper .blog-card__title a{ text-decoration: none;     color: #051b35; }
.articles-wrapper .blog-card__title a:hover{color: #0034b7;}

.media_wraper{ width: 100%; display: inline-block;  }
.talk_column{
    background-color: rgba(163, 190, 246, 1) !important;
     width: 50%;
    margin: 0; 
    float: left;
    position: relative;
    z-index: 1;
    padding: 76px 76px 76px 200px;
    min-height: 293px;
        display: flex;
    align-items: center;

} 

.talk_column h3{ color: #051b35; }
.talk_column p{ color: #051b35; }
.talk_column a{ color: #051b35;    font-weight: 700; font-size: 18px; text-decoration: none; }

.talk_column::before{
    background-color: rgba(163, 190, 246, 1) !important;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0;
    left: -100%;
    position: absolute;
}


.media_resources{   
    width: 50%;
    margin: 0; 
    float: left;
    background-color: rgba(5, 27, 53, 1) !important;
    position: relative;
    z-index: 1;
    margin-top: 32px;
    padding: 76px;
    min-height: 293px;
        display: flex;
    align-items: center;
}

.media_resources h3{ color: #ffffff; }
.media_resources p{ color: #ffffff; margin-bottom: 15px; }
.media_resources a{ color: #ffffff;  display: block; font-weight: 700; 
  font-size: 18px; text-decoration: none;
  margin-bottom: 10px;
}


.media_resources::before{
    background-color: rgba(5, 27, 53, 1) !important;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0;
    right: -100%;
    position: absolute;
}


.body-container--blog-post .blog-recent-posts__image{ display: none; }

.paystone_top_warrper{
      background-color: #051b35;
      width: 100%;
      display: inline-block;
      position: relative;
}

/*CASE STUDIES*/
.paystone_case_study .paystone_top_warrper{ background-color: #f1f5fe; } 
.paystone_case_study .blog-index__post-content .wd-blog_feature_post_tags span {
    background-color: #80a6f2;
  }
.paystone_case_study .paystone_top_warrper .blog-index__post-content.blog-index__post-content--large h2,
.paystone_case_study .paystone_top_warrper .blog-index__post-content.blog-index__post-content--large h2 a {
    color: #051b35;
}
.paystone_case_study .latest_post_content p{ color: #051b35; }

/*CASE STUDIES*/

.paystone_top_warrper .blog-index__post {
    padding: 0;
}
.paystone_top_warrper .blog-index__post-content.blog-index__post-content--large{
  padding: 98px 0 124px;
}

.paystone_top_warrper .blog-index__post-content.blog-index__post-content--large h2{ color: #ffffff; }
.paystone_top_warrper .blog-index__post-content.blog-index__post-content--large h2 a{
  color: #ffffff;
  text-decoration: none;
}


.paystone_top_warrper .blog-index__post .blog-index__post-image.blog-index__post-image--large {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 6.125rem 0 7.75rem;
    width: 42%;
}
 
.latest_post_content{ width: 50%; }

.latest_post_content p{
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
  }

.latest_post_content .learn_more_lnk{ margin-top: 20px; }

.latest_post_content .learn_more_lnk a{ color: #80a6f2; font-size: 16px; }
.latest_post_content .learn_more_lnk a:hover{ color: #467dec; }

.blog-index__post-content .wd-blog_feature_post_tags span{
  background-color: #77d9c7;
    color: #051b35;
        display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
        font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
}
.blog-header__title .art_db{ color: #051b35; }

.paystone_blog_content_wrap{ display: inline-block; width: 100%; padding: 28px 0 83px 0; }
.paystone_blog_content_wrap section.blog-index {
    padding-top: 0;
        margin-left: -16px;
    margin-right: -16px;
}

.paystone_blog_content_wrap article.blog-index__post.blog-index__post--small{
     -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
        padding: 16px 16px;
}

.paystone_blog_content_wrap article.blog-index__post.blog-index__post--small h3{
       color: #051b35;
           -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 20px;
    line-height: 1.2;
        letter-spacing: -.1125px;
}

.paystone_blog_content_wrap article.blog-index__post.blog-index__post--small .article-date{
      color: rgba(5,27,53,.7);
      margin-bottom: 12px;
          font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.paystone_blog_content_wrap article.blog-index__post.blog-index__post--small a{
  text-decoration: none;
}
.paystone_blog_content_wrap article.blog-index__post.blog-index__post--small:hover a h3{
  color: #0034b7;
}


a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled {
    font-size: 0;
}
a.blog-pagination__link.blog-pagination__next-link {
    font-size: 0;
}

.blog_post_feature_img{ 
  width: 100%; 
  display: inline-block;

      min-height: 350px;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.body-wrapper.hs-blog-id-4248600309 .latest_post_content .learn_more_lnk a {
    color: #80A6F2;
}
.body-wrapper.hs-blog-id-4248600309 .latest_post_content .learn_more_lnk a:hover {
    color: #467DEC;
}

.blog_post_feature_img img{ width: 100%; }


.paystone_blog_wraper article.blog-post ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.blog_news_letter_section{
  padding-top: 75px ;
    padding-bottom: 75px;
    padding-left: 20px ;
    padding-right: 20px ;
    background-image: url(https://www.paystone.com/hubfs/Stone%20flourish%20Copy%201.png) !important;
    /*background-image: url(//www.paystone.com/hubfs/raw_assets/public/paystone/images/Stone-flourish-bg.jpg) !important;*/
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.newsletter_content h2{ color: #ffffff; }

.newsletter_content .newsletter_button{ text-align: right;  padding-right: 156px;  }
.newsletter_content .newsletter_button a{
  /*border: 2px solid #fff !important;*/
    padding: 12px 28px;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 15px 53px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
    font-weight: 700 !important;
    font-family: 'HK Grotesk Pro' !important;
    float: right;
}
.newsletter_content .newsletter_button a:hover{
  background-color: #c70024 !important;
}

.blog-post__body blockquote {
    position: relative;
    padding-left: 16px;
    font-size: 20px;
    border-left: 3.2px solid #467dec;
    font-weight: 600;
    margin: 40px 0;
}


.paystone_blog_wraper article.blog-post img {
 /*   clear: both;
    display: block;*/
    float: none !important;
    margin-bottom: 30px;
}
 
/*Our customer*/
.paystone_customer_banner{
   padding: 80px 0;
}
.first_logo_img1{ padding-top: 45px;}

.paystone_customers{ padding-bottom: 60px; }


.paystone_Copper_branch{ position: relative; }
.paystone_Copper_branch .content-wrapper .row-fluid {
    display: flex;
    flex-wrap: wrap;
}

.paystone_Copper_branch .content-wrapper .row-fluid .span5 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
} 
.paystone_Copper_branch .content-wrapper .row-fluid .span7{
   margin: 0;
}
.blog_artical_wrap {
    padding: 0 105px 0 0;
}
.paystone_customer_client1 {
    padding:60px 0;
}

.our_customer_listing_wrapper .paystone_cpandora{     background-color: rgba(5, 27, 53, 1) !important;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.our_customer_listing_wrapper .paystone_cpandora .content-wrapper {
    max-width: 830px;
}
.wrapper_list_conatiner .img_blog {
    text-align: center;
    padding-bottom: 32px;
}
.wrapper_list_conatiner .img_blog img {
    max-width: 140px !important;
}

.artical_pandora_bl .link_customer {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 10px
}
.artical_pandora_bl .link_customer a {
    color: #80a6f2;
}
.artical_pandora_bl .link_customer a:hover {
    color: #467dec !important;
}
.our_customer_listing_wrapper .paystone_optimize_store {
    padding: 80px 20px;
}
.paystone_Copper_branch .customer_blog_artical .img_blog img {
    max-width: 110px !important;
}
.customer_blog_artical.blog_artical_2 .content_list_art {
    padding-top: 60px;
    display: block;
}
.customer_blog_artical .link_customer {
    padding-top: 15px;
}
.Terminal_img {
    position: relative;
    bottom: -68px;
}

.optimize_store_button {
    padding-top: 15px;
}

.our-customer_detail_page .paystone_blog_wraper {
    padding-bottom: 60px;
}


@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem 0 0;
}

.paystone_blog_wraper article.blog-post{}

.blog-recent-posts.pystone_blog.related a.blog-recent-posts__post:hover h3 {
    color: #467dec;
}



@media screen and (min-width: 768px) {
  .blog-index__post {
    /*-webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);*/
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%);
    flex:  0 0 calc(100%);

  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
   /* -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);*/

    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%);
    flex:  0 0 calc(100%);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
  text-align: center;
}

.blog-pagination__link,
.blog-pagination a {
  /*border: 2px solid transparent;*/

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 0 10px;
  padding:0;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #003edb;
  height: 41px;
  width: 37px;
  color: #003edb !important;
  font-family: 'HK Grotesk Pro';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.11px;
  line-height: 25px;
  text-align: center;
  justify-content: center;
  align-items: center;



}


.blog-pagination .blog-pagination-left a.prev-link,
.blog-pagination .blog-pagination-right .next-link,
.blog-pagination .blog-pagination-right .elipses {
    border: 0;
}


.blog-pagination__link--active {
 border: 1px solid rgb(107, 151, 240);
 color: #fff !important;
 background-color: #467dec;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  /*margin-right: 0.25rem;*/
  text-align: right;
  font-size: 0;
  border:0;
}

.blog-pagination__next-link {
  /*margin-left: 0.25rem;*/
  text-align: left;
    border: 0 !important;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
  border: 0 !important;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: rgb(107, 151, 240) !important;
  margin: 0 5px;
  width: 10px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
    fill: rgb(107, 151, 240) !important;

}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus,
.blog-pagination a:hover,
.blog-pagination a:focus,
.blog-pagination a.active { 
  border: 1px solid #003edb;
 color: #fff !important;
 background-color: #003edb;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 34px 0 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

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

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

.body-container--blog-post .blog-header__inner .blog-header__title{
  text-align: left;     
  color: rgba(5,27,53,.7);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 27px;
}
.body-container--blog-post .blog-header__inner .blog-header__title a{ text-decoration: none;
 text-align: left;     
  color: rgba(5,27,53,.7);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 20px; } 

/* Blog related posts */

.blog-recent-posts .content-wrapper{ max-width: 830px; }


.blog-recent-posts {
  /*background-color: #F8FAFC;*/
  margin-top: 3rem;
  padding:100px 0 100px;
}

.blog-recent-posts h2 {
  text-align: left;     
  color: rgba(5,27,53,.7);
  font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem 0;
}

.blog-recent-posts__list a{ text-decoration: none; }
.blog-recent-posts__list h3{ font-size: 18px; margin: 0;  line-height: 1.2;  letter-spacing: -.1125px; }
.blog-recent-posts__list p{ display: none; }


.blog-recent-posts__list a:nth-child(2n) h3 {
    padding-left: 0;
    /*padding-left: 30px;*/
}

.author_wrap {
    display: flex;
    flex-wrap: wrap;
}
.author_wrap span{
    text-align: left;
    color: rgba(5,27,53,.7);
    font-size: 16px;
    font-weight: 500;
    /*letter-spacing: 1.5px;*/
    text-transform: capitalize;
    padding-bottom: 20px; 
    line-height: 1.5;

}   


.author_wrap span.author-avatar .author-link{ 
  text-decoration: none;
    color: rgba(5,27,53,.7);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    /*letter-spacing: 1.5px;*/
   text-transform: capitalize;
    padding-bottom: 25px; 
    margin-right: 15px;
}

.blog-recent-posts.pystone_blog.related .blog-recent-posts__image {
    display: block;
}

.blog-recent-posts.pystone_blog.related .blog-recent-posts__list h3 {
    margin-top: 0;
}

.blog-recent-posts.pystone_blog.related h2{
    border-bottom: 1px solid rgba(5,27,53,.15);
    color: #051b35;
    padding-bottom: 25px;
    font-size: 36px;
    letter-spacing: -.22807px;
    margin-bottom: 60px;
    text-transform: capitalize;
}
.blog-recent-posts.pystone_blog.related span.article-date{ color: rgba(5,27,53,.7);
   margin-top: 12px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase; 
    display: block;
    margin-top: 24px;
}

.blog-recent-posts.pystone_blog.related  .blog-recent-posts__list{ margin-right: -32px; margin-left: -32px; }
.blog-recent-posts.pystone_blog.related a.blog-recent-posts__post {
    padding: 0 32px;
}

.blog-recent-posts.pystone_blog.related {
    margin-top: 0;
}
.author_wrapper_section .content-wrapper {
    max-width: 830px;
}

.author_wrapper_section  .author-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid rgba(5,27,53,.15);
    border-bottom: 1px solid rgba(5,27,53,.15);
    padding: 20px 0;
}

.author_wrapper_section  .author-section .avatar-module-img{
       /* -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;*/
        max-width: 125px;
}

 
.author_wrapper_section  .author-name{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%
}

.author_wrapper_section .author-name {
    padding: 0 0 0 20px;
}
.author_wrapper_section .author-name span{
      color: rgba(5,27,53,.7);
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.blog-post__body a {
    text-decoration: none;
}

.social-share{ display: flex; margin-bottom: 40px; }

.social-share a {
 /*   width: 40px;
    height: 40px;
    border: 2px solid #000;
    text-align: center;
    border-radius: 100px;*/
    transition: all .2s ease-in-out;
    display: inline-block;
    border-radius: 2.5rem;
    overflow: hidden;
    margin-right: 18.5px;
    cursor: pointer;
    height: 40px;
    width: 40px;
}

.social-share a svg {
    height: 40px;
    width: 40px;
}


.social-share a svg:hover .outer-icon {
    fill: #467dec;
}
.social-share a svg:hover .inner-icon, 
.social-share a svg:hover .inner-icon {
    stroke: #fff;
}
.social-share a svg:hover .shape,
.social-share a svg:hover .shape {
    fill: #fff;
}
.social-share a svg:hover .circle {
    stroke: #467dec;
}



/*.social-share a i.fab {
    font-size: 16px;
    color: #000;
}*/
/*.social-share a:hover{ background-color: #467dec;  border: 2px solid #467dec; }
.social-share a:hover i.fab{ color: #ffffff; }*/



.paystone_blog_wraper article.blog-post .blog-post__body h2 {
    font-size: 28px;
    line-height: 1.05;
    margin-bottom: 15px;
}
.paystone_blog_wraper article.blog-post .blog-post__body h3 {
    font-size: 25px;
    margin-bottom: 15px;
} 
  
.author_row {
    display: flex;
    justify-content: space-around;
}

.author_row .author_colum{ 
     -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width:250px;
}
.author_row .author_colum h3 {
    font-weight: 600 !important;letter-spacing: -0.16px;
line-height: 29.47px;
}
.latest_post_content .learn_more_lnk i.fa {
    font-size: 12px;
}

a.copy_link:hover {
    background-color: inherit;
    border: 0;
}

/*.copy_link .social--icon.link-icon svg {
    width: 40px;
    height: 40px;
}
*/


.bio_author p {
    font-size: 15px;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

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

.blog-comments form {
  max-width: 100%;
}

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

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

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

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
.paystone_blog_wraper article.blog-post .blog-post__body p > img {
    /*width: 100% !important;*/
}
.paystone_blog_wraper .blog-post__body div img {
    width: 100%;
    height: auto;
}


.paystone_blog_wraper article.blog-post .blog-post__body ul li{
        list-style: disc;
    list-style-position: inside;
    margin-top: 16px;
    padding-left: 40px;
    margin: 0;
    padding: 0; 
} 

.paystone_blog_wraper article.blog-post .blog-post__body ol li{
    
    list-style-position: inside;

    padding-left: 40px;
    margin: 0 0 20px 0;
    padding: 0; 
    font-size: 16px;
} 

ol li::before {  
    margin-left: -30px;
}


.paystone_blog_wraper article.blog-post .blog-post__body ol li a,
.paystone_blog_wraper article.blog-post .blog-post__body ul li a {
    color: #4a5669;
    text-decoration: underline;
}

.paystone_blog_wraper article.blog-post .blog-post__body ol li a:hover,
.paystone_blog_wraper article.blog-post .blog-post__body ul li a:hover{ color: #467dec; }

.blog-post__body {
    font-size: 16px;
}

.paystone_blog_wraper article.blog-post h6{
    margin-bottom: 16px; 
    line-height: 1.05;
    font-size: 20px;
      font-family: 'HK Grotesk Pro' !important;
}

.hs-responsive-embed-wrapper.hs-responsive-embed {
    margin-bottom: 20px !important;
}
.paystone_blog_wraper article.blog-post img{ width: 100%; } 
.paystone_blog_wraper article.blog-post p img{ width: 100% !important; } 

.paystone_blog_wraper article.blog-post p span img {
    width: auto !important;
    display: block;
}

.author_wrapper_section{  margin-top: 100px; }

/*blog filter*/
.paystone_blog_fiter_wrapper .paystone_fl_sr_row {
    padding: 36px 0;
    border-bottom: 1px solid #d0d0d0;
}
.paystone_fl_sr_row {
    display: flex;
    justify-content: space-between;
}
.paystone_blog-search .hs-search-field .hs-search-field__bar .hs-search-field__input {
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    color: #00326d;
    display: inline-block;
    max-width: 100%;
    padding: .7rem;
    width: 261px;
    border: 2px solid #d7d7d7;
    padding-right: 35px;
}
.paystone_blog-search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
    padding: 10px;
    border: 2px solid #d7d7d7;
}
.paystone_blog-search  ul.hs-search-field__suggestions li#results-for {
    font-size: 18px;
    padding-bottom: 10px;
}
.paystone_blog-search  ul.hs-search-field__suggestions li a {
    font-size: 15px;
    color: #00326d;
    text-decoration: none;
}
h2.title_ren_arti {
    display: block;
    margin-bottom: 10px;
    font-size: 25.47px;
    letter-spacing: -0.16px;
    line-height: 29.47px;
}
.paystone_blog-search .hs-search-field__bar {
    position: relative;
}
.paystone_blog-search .hs-search-field__bar::after {
    color: #80a6f2;
    content: '\25BE';
    pointer-events: none;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f002";
    font-size: 13px;
}
/*blog filter*/


@media (max-width:767px){
/*blog filter*/
.paystone_fl_sr_row{  flex-wrap: wrap;  }
.blog-tag-filter span{ display: none; }
.filter_column6,
.search_column6{ width: 100%; }

.filter_column6 {
    margin-bottom: 20px;
}
.blog-tag-filter__drop-down,
.paystone_blog-search .hs-search-field .hs-search-field__bar .hs-search-field__input{ width: 100% !important; }
/*blog filter*/
.talk_column,
.media_resources{ width: 100%;     padding: 30px; margin: 0; }

.media_resources::before{ display: none;}
.talk_column::before{ display: none;}
.talk_media_section{ padding-top: 40px; }

.body-container.body-container--blog-index,
.paystone_top_warrper .content-wrapper{ padding-right: 0; padding-left: 0; }
  .body-container--blog-index{
    padding:10px !important;
  }
  
.talk_media_section .content-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.blog-header__inner {
   padding-left: 20px;
   padding-right: 20px;
}


.paystone_top_warrper .blog-index__post .blog-index__post-image.blog-index__post-image--large {
    position: relative;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0;
    width: 100%;
    min-height: 300px;
}
.latest_post_content {
    width: 100%;
    text-align: center;
}
.paystone_top_warrper .blog-index__post-content.blog-index__post-content--large {
    padding: 2.5rem 1rem;
}

.paystone_blog_content_wrap article.blog-index__post.blog-index__post--small {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px 0;
     max-width: 31.25rem;
}
.paystone_blog_content_wrap .blog-index__post-image{
  text-decoration: none;
    cursor: pointer;
}
.paystone_blog_content_wrap section.blog-index {
    padding-top: 0;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter_content{ text-align: center; }
.newsletter_content .newsletter_button {
    text-align: center;
    padding-right: 0;
    width: 100%;
    display: inline-block;
    padding-top: 30px;
}

.newsletter_content .newsletter_button a{ float: none; }

.blog-recent-posts.pystone_blog.related a.blog-recent-posts__post{
  margin-bottom: 30px;
}


.author_wrapper_section .author-section{
   text-align: center; justify-content: center;
}

.author_wrapper_section .author-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0;
   
}
.author_row {
    flex-wrap: wrap;
}

.author_row .author_colum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.bio_author{ padding-top: 20px; }



.blog_post_feature_img{
  min-height: 200px;
  height: 200px;
   
}
.blog_news_letter_section {
    background-position: 100% 100%!important;
}

.blog-pagination__link, .blog-pagination a {   
    margin: 0 0 0 3px; 
    height: 40px;
    width: 30px;
    font-size: 16px; 
}

.articles-wrapper .blog-card__date{ 
  -ms-flex-preferred-size: 25%;
    flex-basis: 25%;   
    max-width: 25%;
  }
.articles-wrapper .blog-card__title {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0 0 0 15px;
   
}
   
/*our-customer*/

.paystone_Copper_branch .content-wrapper .row-fluid .span5 {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 300px;
}
.paystone_Copper_branch .content-wrapper {
    padding-left: 0;
}

.blog_artical_wrap {
    padding: 35px 20px 0 20px;
}

.our_customer_listing_wrapper .paystone_customer_client1 {
    padding: 60px 0 0;
}

.paystone_customer_banner {
    padding: 40px 20px;
}

.content_list_art p {
    font-size: 16px;
}

.our_customer_listing_wrapper .paystone_optimize_store .content-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.our_customer_listing_wrapper .paystone_customer_banner h1 {
    font-size: 26px !important;
    line-height: 41.96px !important;
}
.customer_blog_artical .img_blog {
    margin-bottom: 20px;
}

.customer_blog_artical.blog_artical_2 .content_list_art {
    padding-top: 30px;   
}



}
/* Error pages */

.error-page {
  padding: 3.75rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  /*content: attr(data-error);*/
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}


.error_img {
    width: 100%;
    margin: 0;
    padding: 0;
}
.error_img img {
    width: 100%;
    max-width: 440px;
}
.error_page_content h2 {
    font-size: 52px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.error_page_content span {
    font-size: 32px;
    letter-spacing: -0.20273px;
    margin-bottom: 15px;
    display: block;
}
.error_page_content p{
  font-size: 16px;
    line-height: 1.5;
}
.error_page_content p a{ 
  text-decoration: none;
      color: #467dec; 
}
.error_page_content p a:hover{ color: #1450c7;  }

.exiting_error_content {
    margin-bottom: 30px;
}

.exiting_error_content span {
    margin: 0;
    padding: 0;
    font-weight: 600;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 1024px;
  padding: 3rem 0;
}

.systems-page h1{
    display: block;
    margin-bottom: 10px;
    font-size: 25.47px;
    letter-spacing: -0.16px;
    line-height: 29.47px;
}
.hs-search-results__listing li a{
      color: #051b35;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.1125px;
    text-decoration: none;
}
.hs-search-results__listing li a:hover{
      color: #467dec;
}
.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.hs-search-results__pagination a {
    background: #ff5851;
    border-radius: 4px;
    height: 40px;
    padding: 0 25px;
    font-family: 'HKGrotesk-Bold';
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-decoration: none;
}
.hs-search-results__pagination a:hover {  
  color: #ffffff;
}


.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  /*font-family: Merriweather, serif;*/
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
      font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.hs-search-highlight {
  font-weight: bold;
}

/*.hs-search-results__pagination a {
  color: #0270E0;
}*/

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}


@media (max-width:767px){
  .error_img {
      padding: 0 27px;
  }
 .error_page_content h2 {
    font-size: 36px;
  }
.error_page_content span {
    font-size: 18px;
  }

}

.header__logo {
  max-height: 80px;
}