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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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



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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


.banner-area .dnd-section {
  padding: 0;
}
.dnd-section{
  padding-left:30px;
  padding-right:30px;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


.fa,.fab,.fal,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-brands-400.eot);
  src: url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-brands-400.eot#iefix) format("embedded-opentype"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-brands-400.woff) format("woff"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-brands-400.ttf) format("truetype"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-brands-400.svg#fontawesome) format("svg");
  font-display: block;
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-regular-400.eot);
  src: url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-regular-400.eot#iefix) format("embedded-opentype"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-regular-400.woff2) format("woff2"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-regular-400.woff) format("woff"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-regular-400.ttf) format("truetype"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-regular-400.svg#fontawesome) format("svg");

}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-solid-900.eot);
  src: url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-solid-900.woff) format("woff"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-solid-900.ttf) format("truetype"),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/fa-solid-900.svg#fontawesome) format("svg");
  font-display: block;
}

.fa,.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}


@font-face {
  font-family: "icomoon";
  src: url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/icomoon.eot);
  src: url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/icomoon.eot#iefix) format('embedded-opentype'),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/icomoon.woff) format('woff'),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/icomoon.ttf) format('truetype'),
    url(https://5655711.fs1.hubspotusercontent-na1.net/hubfs/5655711/PinpointPayments_August2020/fonts/icomoon.svg#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}


html {
  overflow-x: hidden;
  overflow-y: scroll;
}


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  background-color: #CEDBEE;
  letter-spacing: 0px;
  font-style: normal;
}

p {
  margin-top: 0;
  font-family: Lato, serif;
  margin-bottom:20px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 700;
  font-family: Fjalla One, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.4;
  margin-top: 0.67em;
  margin-bottom: 0.1em;

}

h2 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.4em;

}

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

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

}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {

}

ul li,
ol li {

}

ul ul,
ol ul,
ul ol,
ol ol {

}

blockquote {
  background-color: #f6f6f6;
  font-style: italic;
  line-height: 1.5;
  margin-top: 2em;
  margin-bottom: 2em;
  border-left:4px solid #0b3453;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}
ol {
  margin: 10px 0 0;
  padding-left: 24px;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar, .section.post-footer {
  background-color:#334B71;
  display:block;
  padding:20px;
  margin-bottom:15px;
}

form {
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  font-family: Roboto;
  padding: 15px 53px;
  
  text-decoration: none;
  margin-top:15px;
  white-space:normal;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
}
.hs-error-msgs label {
  margin-bottom:4px;
  line-height: 18px;
  font-family: Roboto;
  font-size: 14px;
  margin-top:0;
  color: #f2545b !important;
}

.hs-input {
  display: inline-block;
  width: 100%;
  min-height: 27px;
  height:40px;
  padding: 0 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  background-color: #f5f8fa;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

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

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

.hs-input:-moz-placeholder {
}

.hs-input::-webkit-input-placeholder {
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #c87872;
}

.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
}
.hs-form-field,
.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */



.hs-banner-area {
  padding-left: 30px;
  padding-right: 30px;
  clear: both;
  height: 150px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-color: #3E6079;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d2d3d4;
  background-size: auto;
}


.hs-banner-area .page-center {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;

}

.fusion-page-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
}

.hs-banner-area .fusion-page-title-captions > h1 {
  font-size: 28px;
  line-height: normal;
  font-family: "Fjalla One";
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  color: #eaeaea;
  margin: 0;
  padding: 0;
}


.fusion-breadcrumbs ul.hs-breadcrumb-menu {
  font-size: 12px;
}

.fusion-breadcrumbs .hs-breadcrumb-menu-item {
  padding: 0;
  color: #eaeaea;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
}

.fusion-breadcrumbs .hs-breadcrumb-menu-item a {
  color: #eaeaea;
}

.fusion-breadcrumbs .hs-breadcrumb-menu-item a:hover {
  color: #000;
}

.fusion-breadcrumbs .hs-breadcrumb-menu-divider:before {
  content: " » ";
  padding: 0;
}

.fusion-breadcrumbs .hs-breadcrumb-menu-divider {
  margin: 0 3px 0 0px;
}



.hs-banner-area .fusion-page-title-captions > p {
  line-height: 1.5;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 16px;
  color: #e2e2e2;
  margin: 0;
  padding: 0;
}

.hs-site-page .body-container__website .dnd-section {
  padding-top:2px !important;
  padding-bottom:0;
}

.body-container__website .dnd-section h1 {
  display:inline-block;
  margin-bottom: 20px;
  text-align: left;
  padding-right: 35px;
  font-family: "Fjalla One";
  font-weight: 400;
  font-size:30px;
  color: #0d4382;
  line-height: 1.4;
  letter-spacing: 0px;
  font-style: normal;
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/about-headbk.jpg) 100% 15px no-repeat;
}
.migration .hs-menu-wrapper.hs-menu-flow-vertical li::before {
  display: none;
}

.migration .hs-menu-wrapper.hs-menu-flow-vertical li {
  padding: 0;
}

.body-container__website .dnd-section {
  font-size: 16px;
  line-height: 28px;
}

.body-container-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}

.body-container-wrapper ul > li {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  color:#494949;
}


.body-container-wrapper ul > li:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/green-okay.png);
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.body-container__website .dnd-section a.fusion-button {
  color: #fff;
  font-size: 16px;
  background: #5d9324;
  background: -webkit-linear-gradient(left, #5d9324 0%,#77bb2d 50%,#5d9324 100%);
  background: linear-gradient(to right, #5d9324 0%,#77bb2d 50%,#5d9324 100%);
  border: 1px solid #fff;
  border-radius: 3px;
  text-transform: uppercase;
  outline: 0;
  box-shadow: none!important;
  font-family: PT Sans;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  transition: all .2s;
  padding: 13px 29px;
  line-height: 17px;
  display: inline-block;
  position: relative;
  zoom: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.body-container__website .dnd-section a.fusion-button:before {
  content: " ";
  display: table;
}

.body-container__website .dnd-section a.fusion-button:after {
  content: " ";
  display: table;
  clear:both;
}

.body-container__website .dnd-section a.fusion-button:hover {
  background: linear-gradient(to right, #77bb2d 0%,#5d9324 50%, #77bb2d 100%);
}


.body-container__website .dnd-section h3 {
  font-size: 32px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0px;
  font-style: normal;

}


.body-container__website .dnd-section h2 {
  font-size: 32px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;

}


.body-container__website .row-fluid .span4 {
  width: 30.664%;
  margin-right: 4%;
  margin-left:0;
}

.body-container__website .row-fluid .span4:last-child {
  margin-right:0;
}


.team-members-card {
  padding-bottom: 20px;
}

.team-members-card .fusion-wrapper .fusion-title {
  padding: 2% 5% 5%;
  color: #6e6e6e;
  text-align: center;
}

.team-members-card .fusion-wrapper {
  background: #fff !important;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-bottom: 25px;
  min-height: 1px;
}

.team-members-card .fusion-wrapper .fusion-title h2 {
  font-size: 21px;
  font-family: "Open Sans";
  font-weight: 600;
  color: #093454;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;
}

.team-members-card .fusion-wrapper .fusion-title h5 {
  color: #6b6b6b;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  padding-top: 3px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 7px;
}

.team-members-card .fusion-wrapper .fusion-details {
  padding: 2% 5% 5%;
  color: #6e6e6e;
  text-align: center;
}

.team-members-card .fusion-wrapper .fusion-details p {
  font-size: 14px;
  line-height: 23px;
}





/*-------Two-column-with-bottom-pane----------------*/

.hs-two-column-width-row1 .dnd-section h1 {
  text-align: center;
  font-size: 34px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.hs-two-column-width-row1 {
  margin-bottom: 20px;
  width: calc(66.66% - ( ( 4% ) * 0.6666 ) );
  margin-right: 4%;
  position: relative;
  float: left;
  clear: left;
}

.hs-two-column-width-row2 {
  margin-bottom: 20px;
  width: calc(33.33% - ( ( 4% ) * 0.3333 ) );
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.two-column-with-bottom-Pane .two-col-width {
  padding-top: 30px;
  padding-bottom:20px;

}



.hs-two-column-width-row1 .row-fluid>.span12>.dnd-section {
  padding: 0px 60px 0px 60px;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 1px;
}

.hs-two-column-width-row2 .row-fluid>.span12>.dnd-section {
  padding: 0px 12px 0px 12px;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hs-two-column-width-row2 form {
  margin: 8px;
}

.hs-two-column-width-row2 .field {
  margin-bottom:15px;
}
.hs-two-column-width-row2 .hs-form-field > label {
  display: none;
}

.hs-two-column-width-row2 .hs-input {
  padding: 20px;
  width: 100%;
  border: 1px solid #9DA3A6;
  color: #2C2E2F;
  border-radius: 0.357rem;
  font-size: 0.9rem;
  margin-bottom: 0;
  height: 40px;
  background-color: #fff;
}

.hs-two-column-width-row2 .hs-input:focus {
  border: 2px solid #101010; 
}

.hs-two-column-width-row2 .hs-form label {
  margin: 0;
}
.hs-two-column-width-row2 .hs-button {
  width: 100%;
  color: #FFF;
  font-size: 15px;
  border-radius: 1.5rem;
  padding: 0.75rem 1.5rem;
  border: 0!important;
  background-color: #79BE2E;
  font-weight: bold;
  cursor: pointer;
  font-family: "Open Sans";
}
.hs-two-column-width-row2 .hs-button:focus{
  outline:0;
}

.hs-two-column-width-row1 .widget-type-custom_widget {
  min-height:0 !important;
}



.hs-two-column-width-row1 .dnd-section hr {
  height: 0;
  border-top: 1px solid #F6F6F6 !important;
  background: none;
  position:relative;
  margin-bottom: 0;
}

.hs-two-column-width-row1 .dnd-section hr:before {
  content:"";       
  display:block;
  bottom: 0px;
  border-bottom-color: #f4f2f2 !important;
  border-width: 0 29px 29px;
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -29px;
  height: 0;
  width: 0;
  border-color:transparent;
  border-style: solid;

}


.hs-two-column-width-row1 .dnd-section hr:after {
  top: -22px;
  border-bottom: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  transform: rotate(135deg);
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  content: "";
}

.hs-two-column-width-row1 .dnd-section h1 {
  color: #0d4382;
}

.two-column-with-bottom-Pane .hs-bottom-pane {
  background-color: #f2f2f2;
  padding: 30px 0 0;
}

.two-column-with-bottom-Pane .hs-bottom-pane .dnd-section {
  padding: 0;
}

.hs-apply-now-wrapper > div {
  border-left: 3px solid #0b3453;
  background-color: #ffffff;
  padding: 28px 28px 27px 31px;
}

.hs-apply-now-wrapper {
  width: calc(66.66% - ( ( 4% + 4% ) * 0.6666 ) );
  margin: auto;
  padding: 20px 0 104px;
}

.hs-green-btn.light {
  background: #d1e990;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#aad75d),to(#d1e990));
  background-image: linear-gradient(to top,#aad75d,#d1e990);
  border: 1px solid #9dba60;
  color: #54770f;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: PT Sans;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  position: relative;
  zoom: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  display: inline-block;
}

.hs-green-btn.light:hover {
  background: #aad75d;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#d1e990),to(#aad75d));
  background-image: linear-gradient(to top,#d1e990,#aad75d);
  border: 1px solid #9dba60;
  color: #54770f;
}
.hs-apply-now-wrapper .hs-green-btn.light {
  float: right;
  margin: 0 0 10px 10px;
  display: block;
}

.hs-apply-now-wrapper h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.hs-apply-now-wrapper .desc {
  margin-top: 8px;
  color: #494949;
  font-size: 13px;
}

/****************************hs-merchant-processing-inner-page**************************/

.hs-merchant-processing-inner-row1 h1{
  color: #5C9223;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 25px;
  margin-bottom: 0.1em; 
  font-family: "Fjalla One";
}

.hs-merchant-processing-inner-page h2{
  font-size: 32px;
  font-family:"Fjalla One";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;;
  color: #0d4382;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
}

.hs-merchant-processing-inner-page h4{
  color: #0d4382;
  font-size: 24px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 46px;
}

.hs-merchant-processing-inner-page p{
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Open Sans";
  color: #494949;
  line-height:1.5;
}

.hs-merchant-processing-inner-row2 h4{
  margin-bottom:32px;
  margin-top:0;
}

.hs-merchant-processing-inner-row1 .row-fluid-wrapper.dnd-section {
  padding-bottom: 40px;

}

.hs-merchant-processing-inner-row2 .row-fluid-wrapper.dnd-section {
  padding:60px 30px;

}

.hs-merchant-processing-inner-row2 .row-fluid .span6 {
  width: 48%;
}

.hs-merchant-processing-inner-row3 .row-fluid-wrapper.dnd-section {
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 35px;
  padding-left: 30px;
}

.hs-merchant-processing-inner-row2 .row-fluid-wrapper.dnd-row>.row-fluid {
  display: block !important;
}

.hs-merchant-processing-inner-row3 h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}


.hs-merchant-processing-inner-row2 h3 {
  color: #0d4382;
  font-size: 32px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 31px;
}

.hs-merchant-processing-inner-row2 img{
  margin-left:15px;
}

.hs-merchant-processing-inner-row3 h4 span {
  color: #5C9223;
}

.hs-merchant-processing-inner-row2 ul{
  list-style:none;
  padding-left:0;
}

.hs-merchant-processing-inner-row2 ul>li {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 5.5px;
  padding-top:0;
  color: #494949;
  line-height:1.7;
}

.hs-merchant-processing-inner-row2 ul>li:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/green-okay.png);
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.hs-merchant-processing-inner-row2 ul>li>a {
  font-family:"Open Sans";
  color:#494949;
  font-size:16px;
  line-height:1.7;
}


.hs-merchant-processing-inner-row3 p{
  text-align:center;
  margin-top: 46px;
  display:block;
  margin-bottom: 37px;
}

.hs-merchant-processing-inner-row3 p>a.fusion-button{
  background: linear-gradient(to right, #5d9324 0%,#77bb2d 50%,#5d9324 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d9324', endColorstr='#5d9324',GradientType=1 );
  border: 1px solid #fff;
  border-radius: 3px;
  line-height:1.3125;
  text-transform: uppercase;
  font-family: PT Sans;
  padding: 19px 35.29px;
  font-weight: 400;
  font-style: normal;
  border-radius: 2px;
  text-align:center;
  color:white;
  font-size:16px;
}


.hs-merchant-processing-inner-row3 p>a.fusion-button:hover {
  background: linear-gradient(to right, #77bb2d 0%,#5d9324 50%, #77bb2d 100%);
}


a.loginLink:link, a.loginLink:visited, a.loginLink:active {
  padding: 25px 20px;
  color: #FFF;
  text-transform: uppercase;
  background: linear-gradient(141deg, #5C9223 0%, #79BE2E 51%, #5C9223 75%);
  width: 100%;
  font-size: 30px;
  text-align: center;
  display:block;
}

a.loginLink:hover {
  background: linear-gradient(141deg, #79BE2E 0%, #5C9223 51%, #79BE2E 75%);
}
.hs-login-row1 .dnd-section {
  padding-top: 39px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom:0;
}

.hs-login-row1 .dnd-section .span6.widget-span {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
  margin-bottom: 20px;
  margin-left: 0;
}

.hs-login-row1 .dnd-section .span6.widget-span:last-child {
  margin-right: 0;
}
.hs-merchant-row1 .dnd-section {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom:0;
}

.hs-merchant-row1 .dnd-section h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  color: #0d4382;
}
.hs-merchant-row2 .dnd-section {
  padding: 0;
}

.hs-merchant-row2 .dnd-section .span6.widget-span {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
  margin-bottom: 20px;
}

.hs-merchant-row2 .dnd-section .span6.widget-span:last-child {
  margin-right: 0;
  margin-left: 0;
}

.merchant_block {
  margin-bottom: 40px;
  cursor: pointer;
}

.merchant_block .img_caption {
  background: rgba(86,116,139,0.9);
  padding: 4%;
  color: #ffffff;
  font-size: 16px;
  margin: -184px 0 0 0;
  position: relative;
  z-index: 9;
  width: 97%;
  min-height: 184px;
}

.merchant_block .img_caption h2 {
  font-size: 32px;
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: 400;
  line-height: 1.2;
}


.hs-merchant-row3 .dnd-section {
  padding: 0 15px 20px;
}
.hs-merchant-row3 .dnd-section h2 {
  font-size: 32px;
  color: #0b3453;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2;
}

ul.no-list {
  padding: 0;
  margin: 1em 0;
}

ul.no-list li {
  font-size: 16px;
  padding: 0;
  color: #494949;
}

ul.no-list li::before {
  display: none;
  padding:0;
}
.hs-merchant-row4 .dnd-section {
  background-color: #f2f2f2;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.hs-registration-top-pane .dnd-section {
  padding-top: 27px;
  padding-bottom: 20px;
}

.container-fluid.hs-registration-row1 {
  background: #ececec;
  border-bottom: 1px solid #d0d0d0;
}

.hs-registration-row1 .dnd-section {
  padding: 0;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
  left: 28%;
  top: -80px;
  position: relative;
}

.hs-registration-row1 .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 35px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
}

.hs-registration-row1 .dnd-section .widget-type-rich_text {
  text-align: center;
}

.hs-registration-row1 .dnd-section .widget-type-rich_text h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 22px;
  text-align: center;
  margin-top: 25px;
  font-family: "Open Sans";
  line-height: 27.982px;
  color: #0b3453;
}

.hs-registration-row1 .dnd-section .widget-type-rich_text h3 {
  margin: 0 0 20px 0;
  font-size: 15px;
  font-family: "Open Sans";
  color: #666;
  line-height: 1.4em;
}

.hs-registration-row1 .dnd-section h3.form-title {
  margin: 0;
}

.hs-registration-row1 .hs-form-field > label {
  display: none;
}

.hs-registration-row1 .hs-button,.hs-registration-row1 .button--primary {
  outline: 0;
  width: 100%;
  color: #FFF;
  font-size: 15px;
  border-radius: 1.5rem;
  padding: 0.75rem 1.5rem;
  border: 0!important;
  background-color: #79BE2E;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
  font-family: "Open Sans";
  line-height: normal;
  transition: none;
}

.hs-registration-row1 .hs-button:hover, 
.hs-registration-row1 .button--primary:hover {
  background-color: #5C9223;
  border: 0!important;
}
.hs-registration-row2 .dnd-section {
  background: #f7f7f7;
  padding: 35px 0;
}

.hs-registration-row2 .dnd-section h4 {
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  color: #093454;
  font-weight: bold !important;
  font-family: "Open Sans" !important;
  margin: 0 0 35px;
  font-size: 24px;
}

.hs-registration-row2 h4 + div img {
  margin: 0 8px;
}

.hs-registration-row2 h4 + div {
  font-size: 0;
}

.hs-registration-row2 .dnd-section > .row-fluid {
  margin-bottom: 20px;
}
.hs-registration-row3 .dnd-section {
  padding: 10px 0;
}

.hs-registration-row3 .dnd-section h4 {
  color: #093454;
  font-size: 24px;
  font-weight: bold;
  font-family: "Open Sans";
  margin: 0 0 35px;
  line-height: 1.5;
}

.hs-registration-row3 .dnd-section h4 + img {
  margin: auto;
  display: block;
  max-width: 50px;
  margin-bottom: 25px;
}

.hs-registration-row3 .dnd-section blockquote {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.hs-registration-row3 .dnd-section blockquote p {
  padding: 10px;
  margin: 0 0 10px;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  line-height: normal;
}

.hs-registration-row3 .dnd-section blockquote h6 {
  margin: 0;
  color: #093454;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.hs-registration-row1 .hs-form-field .hs-input {
  font-size: 0.9rem;
  margin-bottom: 0;
  height: 40px;
  color: #2C2E2F;
  padding: 20px;
  border-radius: 3px;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
}

.hs-registration-row1 .hs-form-field {
  margin: 0 0 15px;
}

.hs-registration-row1 .hs-form-field input::-webkit-input-placeholder {
  color: #424242;
  opacity: 1;
}

.hs-registration-row1 ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
}
form .inputs-list li{
  padding:0;
}
form .inputs-list li::before{
  display:none;
}

.hs-cash-discount-top-pane .dnd-section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.hs-cash-discount-top-pane .dnd-section h1 {
  font-size: 32px;
  margin: 0 0 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}

.hs-cash-discount-row1 .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}


.hs-cash-discount-program-page main.body-container-wrapper  .hs-button {
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  margin: 0;
  border-radius: 2px;
  color: #fff;
  background: #5d9324;
  background: -moz-linear-gradient(left, #5d9324 0%, #77bb2d 50%, #5d9324 100%);
  background: -webkit-linear-gradient(left, #5d9324 0%,#77bb2d 50%,#5d9324 100%);
  background: linear-gradient(to right, #5d9324 0%,#77bb2d 50%,#5d9324 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d9324', endColorstr='#5d9324',GradientType=1 );
  border: 1px solid #fff;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: PT Sans;
  font-weight: 400;
  outline: 0;
}

.hs-cash-discount-program-page main.body-container-wrapper .hs-button:hover {
  background: linear-gradient(to right, #77bb2d 0%,#5d9324 50%, #77bb2d 100%);
}
.hs-cash-discount-row2 .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f6f7f8;
}

.hs-cash-discount-row1 .dnd-section > .row-fluid {
  margin-bottom: 20px;
}
.hs-cash-discount-row3 .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hs-cash-discount-row3 .dnd-section h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: #0b3453;
}

.hs-cash-discount-row3 .dnd-section > .row-fluid {
  margin-bottom: 20px;
}

.hs-chargesback-two-col {
  padding: 40px 40px 80px;
}

.hs-chargesback-two-col .dnd-section {
  padding: 0;
}

.hs-chargesback-two-col .hs-chargesback-left {
  width: 65%;
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
}

.hs-chargesback-two-col .hs-chargesback-right {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 30%;
  float: left;
}

.hs-chargesback-two-col .table-1, 
.hs-chargesback-two-col .table-2, 
.hs-chargesback-two-col .tkt-slctr-tbl-wrap-dv {
  display: block;
  overflow-x: auto;
}

.hs-chargesback-two-col .table-1 table {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
  box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
  border: 1px solid #d9d9d9;
  border-top: 0;
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

.hs-chargesback-two-col .table-1 table th {
  vertical-align: bottom;
  padding: 20px;
  text-align: left;
  border: 0;
  border-radius: 5px 0 0 0;
  background: #0d4382;
  font-family: "Open Sans" !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #fff !important;
  width: 35%;
}

.hs-chargesback-two-col .table-1 table th:last-child {
  border: 0;
  border-radius: 0 5px 0 0;
  background: #0d4382;
  font-family: "Open Sans" !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #fff !important;
  width: 65%;
}
.hs-chargesback-two-col .table-1 table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
.hs-chargesback-two-col .table-1 table tbody td {
  padding: 8px 15px !important;
  color: #6e6e6e !important;
  font-family: "Open Sans" !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  border: 0;
  background-color: transparent;
}
.hs-chargesback-two-col .table-1 tr:nth-child(even), 
.hs-chargesback-two-col .tkt-slctr-tbl-wrap-dv tr:nth-child(even) {
  background: #f6f6f6;
}

.hs-chargesback-two-col .tablepatrick-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.hs-download-free-guide .title h1 {
  background: #0d4382;
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  padding: 20px !important;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
  color: #fff;
}
.hs-download-free-guide .content {
  padding: 22px 30px;
  border: 1px solid #d9d9d9;
  border-top: 0;
  color: #6e6e6e;
  line-height: 23px;
  border-radius: 0 0 5px 5px;
}

.hs-download-free-guide .content p {
  margin-bottom: 16px;
  font-size: 14px;
}

.hs-download-free-guide .greenButton {
  background: linear-gradient(141deg, #5C9223 0%, #79BE2E 51%, #5C9223 75%);
  color: #FFF;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  padding: 13px 27px ;
  font-size: 13px ;
  font-weight: 600 ;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
  display: inline-block;
  line-height: 23px;
  margin-bottom: 17px;
}
.hs-download-free-guide .greenButton:hover {
  background: linear-gradient(141deg, #79BE2E 0%, #5C9223 51%, #79BE2E 75%)!important;
  color: #FFF;
  text-decoration: none;
}
a.popup-modal-dismiss {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.popup-form-wrapper h2 {
  margin: 0 0 31px;
  color: #0b3453;
  font-weight: 400;
  line-height: 1.2;
}

.popup-form-wrapper center strong {
  font-size: 20px;
}
.popup-form-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 9998;
  width: 59%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  margin: 45px auto;
}

.mfp-content {
  text-align: center !important;
}
.popup-form-wrapper .hs-form-field > label {
  display: none;
}

.popup-form-wrapper .hs-form-field  .hs-input {
  padding: 20px;
  width: 100% !important;
  border: 1px solid #9DA3A6;
  color: #2C2E2F;
  border-radius: 0.357rem;
  font-size: 0.9rem;
  background-color: #ffffff;
  height: 40px;
  outline: 0;
  font-family: "Open Sans";
}

.popup-form-wrapper h3.form-title {
  margin: 0;
}

.popup-form-wrapper form {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
}

.popup-form-wrapper form fieldset {
  max-width: 100%;
}

.popup-form-wrapper  input.hs-button.primary.large {
  width: 100%;
  color: #FFF;
  font-size: 15px;
  border-radius: 1.5rem;
  padding: 0.75rem 1.5rem;
  border: 0!important;
  background-color: #79BE2E;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
  outline: 0;
  line-height: normal;
  font-family: open sans,sans-serif;
}

.popup-form-wrapper input.hs-button.primary.large:hover {
  background-color: #5C9223;
  border: 0!important;
}

.content-with-image .fusion-column-wrapper {
  border-bottom: 2px solid rgba(54,70,115,0.08);
}
.content-with-image.fusion-fullwidth {
  margin-top: 39px;
}
.content-with-image .fusion-section {
  margin-top: 0px;
  margin-bottom: 20px;
  width: calc(16.66% - ( ( 4% ) * 0.1666 ) );
  margin-right: 4%;
  position: relative;
  float: left;
  clear: left;
}
.content-with-image span.fusion-image {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
}
.content-with-image .fusion-image img {
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.content-with-image .fusion-section2 {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 80%;
  width: calc(80% - ( ( 4% ) * 0.8 ) );
  margin-left: 0;
  margin-right: 0;
  position: relative;
  float: left;
}
.content-with-image .fusion-section2 h4 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.content-with-image .fusion-section2 p {
  line-height: 24px;
}
.content-with-image .fusion-sep-clear {
  clear: both;
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}


.hs-who-we-serve-row1 .dnd-section {
  padding: 30px 30px 20px;
}

.content-with-image.fusion-fullwidth h4 span {
  color: #5c9223;
}
.hs-who-we-serve-row1 .dnd-section h1 {
  color: #0d4382;
  font-size: 34px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.hs-who-we-serve-row1 .dnd-section > .row-fluid {
  margin-bottom: 20px;
}
.content-with-left-image .content h2 a {
  color: #0d4382;
  font-family: Fjalla One;
}

.content-with-left-image .content h2 a:hover {
  color: #777;
}
.hs-who-we-serve-row2 {
  padding: 20px 20px 20px 20px;
  background-color: #f6f6f6;
}

.hs-who-we-serve-row2 .dnd-section {
  padding: 0;
}

.content-with-left-image .inner-wrapper {
  padding: 35px;
}

.hs-who-we-serve-row2 .dnd-section .span6 {
  width: 50%;
  margin: 0;
  padding: 0 15px;
}

.content-with-left-image .inner-wrapper .image {
  margin: 0 22px 0 0;
  float: left;
}

.content-with-left-image .content {
  overflow: hidden;
}
.content-with-left-image .content h2 {
  font-size: 23px;
  line-height: 28px;
  margin: 0;
}

.content-with-left-image .content p {
  color: #4c4c4c;
  padding: 8px 0 0;
}
.greyborder {
  border: 1px solid #DDD;
  padding: 20px;
  line-height: 1.5;
}


.fusion-separator.sep-solid {
  border: 0 solid #e7e6e6;
  clear: both;
  position: relative;
  z-index: 11;
  height: auto;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-top-style: solid;
  border-color: #f4f2f2;
  border-top-width: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fusion-separator.sep-solid .icon-wrapper {
  position: absolute;
  display: table;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: calc(13px * 1.63);
  width: calc(13px * 1.63);
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  border-color: transparent;
  width: calc(13px * 2 );
  height: calc(13px * 2 );
  border-width: 2px;
  padding: 2px;
  margin-top: -1px;
}

.fusion-separator.sep-solid .icon-wrapper i {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
}

.bottom-blue-pane .dnd-section {
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.bottom-blue-pane .dnd-section>.row-fluid {
  margin-bottom: 20px !important;
  padding-left: 10px;
  padding-right: 10px;
}
.bottom-blue-pane h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;
  color: #FFF;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

a.bigGreenLink:link, a.bigGreenLink:visited, a.bigGreenLink:active {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  background: linear-gradient(141deg, #5C9223 0%, #79BE2E 51%, #5C9223 75%);
  border: 1px solid #5C9223;
  color: #FFF;
  font-size: 1.5em;
  font-weight: 700;
  padding: 22px 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 50px auto 0;
  border-bottom: 3px solid #4E7A1D;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5;
}

.bottom-blue-pane {
  font-size: 13px;
}

a.bigGreenLink:hover {
  background: linear-gradient(141deg, #79BE2E 0%, #5C9223 51%, #79BE2E 75%);
}
.two-col-home-section {
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}

.two-col-home-section .dnd-section {
  padding: 0;
}

.two-col-home-section > div {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
}

.two-col-home-section > div.two-col-left {
  margin-right: 4%;
}

.latest-news .fusion-posts-container > div {
  margin-bottom: 0!important;
  padding: 5px!important;
}

.latest-news .fusion-posts-container > div:nth-child(2n+1) {
  background-color: #f2f2f2!important;
}

.latest-news .fusion-posts-container h2 {
  margin-bottom: 25px;
  color: #0d4382;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  margin-top: 0;
  font-family: "Fjalla One";
}

.latest-news .fusion-posts-container>div:last-child {
  margin-bottom: 38px !important;
}

.latest-news .fusion-posts-container p {
  margin-top: 0;
  margin-bottom: 20px;
}

.two-col-home-section h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 31px;
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/about-headbk.jpg) 100% 15px no-repeat;
  padding-right: 35px !important;
}

.container-fluid.hs-home-page-row7.in-the-media p {
  display: none;
}

.two-col-home-section h1 {
  margin-bottom: 20px;
}

.container-fluid.hs-home-page-row6.client-testimonial {
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
  background-color: #f6f6f6;
}

.container-fluid.hs-home-page-row6.client-testimonial .dnd-section {
  padding: 0;
}

.fusion-column-wrapper {
}

.container-fluid.hs-home-page-row6.client-testimonial .fusion-column-wrapper {
  text-align: center;
  padding: 0 10px 0 10px;
}

.container-fluid.hs-home-page-row6.client-testimonial .fusion-column-wrapper .fusion-separator {
  height: auto;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-top-style: solid;
  border-color: #0b3453;
  border-top-width: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 70px;
  width: 100%;
  max-width: 75%;
}

.fusion-separator {
  border: 0 solid #e7e6e6;
  clear: both;
  position: relative;
  z-index: 11;
}

.container-fluid.hs-home-page-row6.client-testimonial .fusion-column-wrapper .fusion-separator .icon-wrapper {
  position: absolute;
  display: table;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: calc(13px * 1.63);
  width: calc(13px * 1.63);
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  border-color: transparent;
  width: calc(13px * 2 );
  height: calc(13px * 2 );
  border-width: 2px;
  padding: 2px;
  margin-top: -1px;
}

.container-fluid.hs-home-page-row6.client-testimonial .fusion-column-wrapper .fusion-separator .icon-wrapper i {
  display: block;
  display: table-cell;
  vertical-align: middle;
  color: #0b3453;
  font-size: 13px;
}

.fa-credit-card:before {
  content: "\f09d";
}

.container-fluid.hs-home-page-row6.client-testimonial .reviews {
  max-width: 700px!important;
  padding: 0 10px 0 10px!important;
  margin: auto!important;
}


.container-fluid.hs-home-page-row6.client-testimonial .reviews blockquote.testimonials-shortcode-blockquote {
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 13px;
  line-height: 1.5;
  color: #494949;
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  border-color: #0b3453;
}

.fusion-testimonials.clean blockquote q {
  font-style: italic;
  margin-bottom: 0;
  display: block;
  padding: 25px;
  background-color: transparent;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  background-color: #f6f6f6;
  color: #747474;
}

.fusion-testimonials.clean blockquote p {
  margin-bottom: 0;
  font-style: normal!important;
  font-size: 16px!important;
}

.fusion-testimonials.clean .author {
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  color: #747474;
}

.testimonialsHome .company-name {
  width: 100%;
  float: left;
}

.review.male:focus {
  outline: none !important;
}

.container-fluid.hs-home-page-row5.col-3-section .dnd-section {
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}

.container-fluid.hs-home-page-row5.col-3-section ul {
  margin: 0;
  border-right: 2px dashed #efefef;
  padding-left: 0;
}

.container-fluid.hs-home-page-row5.col-3-section .span3 {
  width: calc(25% - ( ( 4% + 4% ) * 0.25 ) );
  margin-right: 4%;
  margin-left: 0;
  margin-bottom: 20px;
}

.container-fluid.hs-home-page-row5.col-3-section .span6 {
  margin-left: 0;
  width: calc(50% - ( ( 4% + 4% ) * 0.5 ) );
  margin-bottom: 20px;
}

.container-fluid.hs-home-page-row5.col-3-section h4 {
  margin: 0;
  margin-bottom: 31px;
}
.container-fluid.hs-home-page-row1.charge-back-management .dnd-section {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.hs-home-page-row1.charge-back-management .dnd-section > .row-fluid > div.widget-span {
  margin-left: 0;
  padding: 10px 30px 20px 30px;
}

.container-fluid.hs-home-page-row1.charge-back-management h3 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: inherit;
  line-height: 28px;
  border-width: 0px;
  margin: 0px 0px 20px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 24px;
}

.container-fluid.hs-home-page-row1.charge-back-management .dnd-section > .row-fluid > div.widget-span.span5 {
  padding-bottom: 0;
  width: calc(40% - ( ( 4% ) * 0.4 ) );
}

.container-fluid.hs-home-page-row1.charge-back-management .dnd-section > .row-fluid > div.widget-span.span7 {
  width: calc(60% - ( ( 4% ) * 0.6 ) );
}

.container-fluid.hs-home-page-row1.process-solution .dnd-section {
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.container-fluid.hs-home-page-row1.process-solution h2 {
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 20px;
  color: #5C9223;
  font-size: 32px;
}

.container-fluid.hs-home-page-row1.process-solution img {
  margin: 0 0 18px 0;
}

.container-fluid.hs-home-page-row1.process-solution {
  text-align: center;
}

.container-fluid.hs-home-page-row1.process-solution h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 0.4em;
}

.container-fluid.hs-home-page-row1.process-solution .span4 {
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
  margin-left: 0;
  margin-bottom: 40px;
}

.container-fluid.hs-home-page-row1.process-solution .span4:last-child {
  margin-right: 0;
}

.container-fluid.hs-home-page-row1.apply-today-section {
  text-align: center;
}

.container-fluid.hs-home-page-row1.apply-today-section .dnd-section {
  padding: 0 20px;
  margin-bottom: 20px;
}

.container-fluid.hs-home-page-row1.apply-today-section h1 {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.container-fluid.hs-home-page-row1.apply-today-section h1 + span a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.container-fluid.hs-home-page-row1.apply-today-section h1 + span {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.container-fluid.hs-home-page-row1.apply-today-section h1+span:before,
.container-fluid.hs-home-page-row1.apply-today-section h1+span a:before, .container-fluid.hs-home-page-row1.apply-today-section h1+span:after,
.container-fluid.hs-home-page-row1.apply-today-section h1+span a:after{
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: -1;
  height: 20%;
  max-height: 100px;
  max-width: 460px;
  width: 60%;
  content: "";
  opacity: .7;
  -webkit-box-shadow: 0 17px 10px rgba(0,0,0,.7);
  box-shadow: 0 17px 10px rgba(0,0,0,.7);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-box-shadow: 0 17px 10px rgba(0,0,0,.4);
  box-shadow: 0 17px 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 17px 10px rgba(0,0,0,0.4);
  box-shadow: 0 17px 10px rgba(0,0,0,0.4);
}

.container-fluid.hs-home-page-row1.apply-today-section h1+span:after,
.container-fluid.hs-home-page-row1.apply-today-section h1+span a:after{
  left: auto;
  right: 10px;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.container-fluid.hs-home-page-row1.apply-today-section h1+span a img {
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.container-fluid.hs-home-page-row1.apply-today-section h1+span a img:hover {
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

.container-fluid.hs-home-page-row1.apply-today-section h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 25px;
}
.container-fluid.hs-home-page-row1.apply-today-section h2:last-of-type {
  margin-bottom: 40px;
}
.container-fluid.hs-home-page-row1.apply-today-section h1+span {
  margin-bottom: 35px;
}

.home-banner {
  position: relative;
}

.container-fluid.hs-home-page-row1.home-banner-section .dnd-section {
  padding: 0;
}

.banner-table {
  display: table;
  width: 100%;
  height: 512px;
}

.banner-middle {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  padding-bottom: 106px;
}

.home-banner .page-center {
  max-width: 993px;
  margin-left: auto;
  margin-right: auto;
}
.home-banner {
  margin-bottom: 40px;
}


.home-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner h1 {
  line-height: 57px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 38px;
  margin-top: 0;
  font-family: Poppins;
  color: rgb(255, 255, 255);
  text-shadow: 4px 5px 7px rgba(56,56,56,0.27);
}

.home-banner h2 {
  margin-bottom: 20px;
  line-height: 31px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 21px;
  font-family: Poppins;
  color: #fff;
  margin-top: 0;
}

.home-banner a {
  text-align: left;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #FFF !important;
  border: 0;
  text-decoration: none;
  padding: 9px 20px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  outline: none !important;
  display: inline-block;
}

.home-banner a:first-child:hover {
  background: linear-gradient(141deg, #79BE2E 0%, #5C9223 51%, #79BE2E 75%)!important;
  color: #FFF!important;
}

.home-banner a:nth-child(2):hover {
  background: linear-gradient(141deg, #2C6B9A 0%, #183B56 51%, #2C6B9A 75%) !important;
  color: #FFF !important;
}

.banner-middle {
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid.hs-faq-page-row1 .dnd-section {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container-fluid.hs-faq-page-row1 p {
  margin-top: 0;
  margin-bottom: 20px;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.container-fluid.hs-faq-page-row1 img {
  vertical-align: middle;
}

.container-fluid.hs-faq-page-row2.the-accordion .dnd-section {
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.fusion-filter {
  float: left;
  margin-right: 30px;
  padding-left: 0 !important;
}

.fusion-filters {
  overflow: hidden;
  list-style: none;
  margin-bottom: 55px !important;
  margin-top: 0 !important;
  padding: 0;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  border-color: #f4f2f2;
}

.fusion-filters .fusion-filter.uk-active a {
  color: #0b3453;
  color: #0b3453;
  border-color: #0b3453;
  border-color: #0b3453;
}

.fusion-filter.uk-active a {
  line-height: 31px;
  border-top: 3px solid #65bc7b;
}

.fusion-filter:before {
  content: none !important;
}

.fusion-filter a {
  display: block;
}

.fusion-accordian {
  width: 100%;
}

.fusion-faq-post {
  position: relative;
}

.fusion-accordian .fusion-panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e5e4e3;
  border-radius: 0;
  background-clip: padding-box;
}

.uk-accordion>:nth-child(n+2) {
  margin: 0 !important;
}

.fusion-accordian .fusion-panel {
  border-color: #f4f2f2;
  margin-bottom: 22px !important;
}

.hs-merchant-processing-inner-row3 .row-fluid-wrapper.dnd-section {
  padding-top: 50px;
}

.fusion-accordian .panel-body blockquote {
  font: 13px/20px PTSansItalic,arial,helvetica,sans-serif;
  color: #444;
  border-left: 4px solid #65bc7b;
  padding: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
  background-color: #f6f6f6;
  font-style: italic;
  border-color: #0b3453;
  font-weight: 400;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 13px;
  line-height: 1.5;
  color: #494949;
}

.fusion-accordian .panel-body blockquote p {
  font-size: 16px!important;
  line-height: 1.5;
  font-style: italic;
}

.fusion-accordian .fusion-panel .rich-snippet-hidden {
  display: none;
}

.fusion-accordian .panel-heading {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  position: relative;
  top: 2px;
  z-index: 1;
  padding: 0;
  background: 0 0;
  margin-top: 0;
}

.fusion-accordian .panel-title {
  position: relative;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: inherit;
  margin: 0;
}

.fusion-accordian .panel-title a {
  padding: 0 !important;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #0b3453;
}

.fusion-accordian .panel-title .fusion-toggle-heading {
  margin-left: 18px;
  font-size: 17px;
  font-family: "Open Sans";
  font-weight: 600;
}

.fusion-accordian #accordian-1 .fa-fusion-box {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  padding: 14px;
  background: #0b3453 !important;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-family: IcoMoon;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #034d77;
  border-color: #034d77;
}

.uk-accordion-title::before {
  content: none !important;
}


.fusion-accordian #accordian-1 .fa-fusion-box:before {
  font-family: IcoMoon;
  content: "\e61d";
  font-style: normal;
  line-height: normal;
  font-size: 13px;
  display: grid;
  font-size: 22px;
  color: #fff;
}

.fusion-accordian .panel-body {
  padding: 10px 0 15px;
  border: none;
  line-height: 1.5;
  padding: 30px 40px 30px 70px;
  background: #f5f9fc;
  border: 1px solid #d9d9d9;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.fusion-accordian .panel-body ul {
  padding: 0 0 0 25px;
}

.fusion-accordian .panel-body ul li {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 28px;
  padding-left: 0;
}


.fusion-accordian .panel-body ul li:before {
  content: none !important;
}

.uk-accordion-content {
  margin-top: 0 !important;
}

.hs-download-free-guide:not(.has-title) .content {
  border-top: 1px solid #d9d9d9;
  border-radius: 5px;
  padding-top: 40px;
}

.container-fluid.hs-chargesback-left-row1 p {
  color: #6e6e6e !important;
  font-size: 14px !important;
  line-height: 27px !important;
  margin-bottom: 60px;
}

.container-fluid.hs-chargesback-left-row1 h3 {
  margin-top: 0;
  margin-bottom: 31px;
  font-size: 30px !important;
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/about-headbk.jpg) 100% 12px no-repeat;
  padding-right: 35px !important;
  color: #0d4382 !important;
  padding-bottom: 40px !important;
  width: auto;
}

.container-fluid.hs-chargesback-left-row1 .hs_cos_wrapper_type_rich_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-fluid.hs-chargesback-left-row1 h3 {
  margin-left: 35px;
}

.table-2 {
  margin-bottom: 0 !important;
}

.table-2 .tablepatrick thead th:nth-child(1) {
  width: 18% !important;
}

/*----------Contact Page----------*/

.hs-contact-page .hs-contact-row1 .dnd-section {
  background-color: #f9f9f9;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-right: 30px;
  padding-left: 30px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}


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

.hs-contact-page .hs-contact-row1 .dnd-section> .row-fluid:before {
  content: "";
  display:table;
}





.hs-contact-page .hs-contact-row1 .dnd-section .widget-type-rich_text {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hs-contact-page .hs-contact-row1 .dnd-section .span12 .widget-type-rich_text {
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 20px;
  width: 65.3333%;
  position: relative;
  text-align: center;
  display: block;
}


.hs-contact-page .hs-contact-row1 .dnd-section h2 {
  text-align: center;
  font-size: 45px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;
  color: #0b3453;
  margin-top: 0;
  margin-bottom: 0;
}


.hs-contact-page .hs-contact-row1 .dnd-section p {
  text-align: center;
}


.hs-contact-page .hs-contact-row1 .dnd-section hr {
  clear: both;
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
  border-color: #213d65;
  border-top-width: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 50px;
  max-width: 100px;
  border-bottom-style: solid;
  border-top-style: solid;
  border-bottom-width: 0;
  clear: both;
  position: relative;
  z-index: 11;
}



.hs-contact-page .hs-contact-row2 .dnd-section {
  padding: 55px 35px 70px 35px;
  background-size: cover;
  background-color: #f9f9f9;

}


.content-with-icon {
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
}


.content-with-icon :nth-of-type(3n+1) {
  clear:both;
}


.content-with-icon .content-wrapper {
  background-color: #ffffff;
  text-align: center;
  padding: 35px;
  position: relative;
}

.heading-width-icon {
  text-align: center;
  overflow: hidden;


}

.icon {
  margin-bottom: 15px;
}

.icon i {
  border-color: #333333;
  border-width: 1px;
  background-color: #0b3453;
  box-sizing: content-box;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 21px;
  display: block;
  float: none;
  margin: 0 auto;
  transition: all .3s;
  border-style: solid;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}

.fa-home:before {
  content: "\f015";
}

.fa-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}



.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}





.content-with-icon h2 {
  font-size: 18px;
  line-height: 23px;
  font-family: "Fjalla One";
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  color: #333333;
  transition: all .3s;

}

.content-container {
  color: #747474;
  text-align: center;
  margin-bottom: 20px;
}


.content-container p {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-family:"Open Sans";
  font-style:normal;
}



.hs-contact-page .hs-contact-row3 .dnd-section {
  background-color: rgba(255,255,255,0);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
  background-size: cover;
}


.hs-contact-page .hs-contact-row3 .dnd-section .span12 .widget-type-rich_text {
  max-width: 100%;
  width: 600px;
  margin: auto!important;
}


.hs-contact-page .hs-contact-row3 .dnd-section h2 {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 15px;
}


.hs-contact-page .hs-contact-row3 .dnd-section hr {
  clear: both;
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
  border-color: #ffffff;
  border-top-width: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 100px;
  border-bottom-style: solid;
  border-top-style: solid;
  border-bottom-width: 0;
  clear: both;
  position: relative;
  z-index: 11;
}


.hs-contact-page .hs-contact-row3 .dnd-section form {
  max-width:600px;
  margin: 0 auto;
}


.hs-contact-page .hs-contact-row3 .dnd-section form textarea {
  min-height:64px;
}

.hs-contact-page .hs-contact-row2 .dnd-section .span4 {
  margin: 0 !important;
  padding: 0 15px;
}
/*-----------Apply Now page--------------*/

.hs-apply-now-page .hs-apply-now-row1 .dnd-section {
  background-color: #cecece;
  padding: 27px 40px 80px 40px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}


.hs-apply-now-page  .dnd-section form {
  max-width: 100%;
}

.hs-apply-now-page .hs-form-field {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 5px 0 5px;
  margin-top: 16px;
  margin-bottom: 15px;
}


.hs-apply-now-page .hs-message {
  width:100% !important;
  font-size: 16px;
  color: #424242;

}

.hs-apply-now-page .hs-recaptcha .grecaptcha-badge {
  margin: 0;
  text-align:left;
}


.hs-apply-now-page .hs-form label {
  color:#494949;
  font-weight: 700;
  font-family: "Open Sans";
  font-size:16px;
  margin-bottom: 9px;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}


.hs-apply-now-page .hs-form-required {
  color: #790000;
  margin-left: 4px;
}

.hs-apply-now-page .hs-input {
  background: #fff;
  border:0;
  border-radius: 0;
  line-height:normal;
}


.hs-apply-now-page .hs-input:focus {
  border:0;
}


.hs-apply-now-page .hs-button {
  width: 100%;
  color: #FFF;
  font-size: 15px;
  border-radius: 1.5rem;
  padding: 0.75rem 1.5rem;
  border: 0!important;
  background-color: #79BE2E;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
  margin: 0 16px 0 0;
  line-height: 17px;
  font-family: PT Sans;
  background: #a0ce4e;
  font-style: normal;
  letter-spacing: 0px;
  margin-top:16px;
  text-transform: capitalize;
}


.hs-apply-now-page .hs-button:hover {
  background-color: #5C9223;
  border: 0!important;
}

.container-fluid.hs-home-page-row1.apply-today-section h1+span i {
  overflow: hidden;
  display: block;
  font-style: normal;
}
.hs-contact-page .hs-contact-row2 .dnd-section .span4 {
  width:33.33333333%;
  float: left;
}
@media (min-width:641px) {
  .hs-apply-now-page .hs-form-field {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .hs-apply-now-page textarea {
    height:160px;
  }

}

@media(max-width:1024px){

}


@media (max-width:959px) {
  .content-with-icon .content-wrapper  {
    background:none;
    padding: 0!important;
  }
}
@media(max-width:1130px) and (min-width:960px){
  .content-with-icon .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-with-icon .content-container p {
    font-size: 14px;
  }
}
@media(max-width:960px) and (min-width:900px){
  .content-with-icon .content-container p {
    font-size: 14px;
  }
}
@media (max-width:900px) {
  .hs-contact-page .hs-contact-row2 .dnd-section .span4:first-of-type {
    margin-right:0;
  }

  .hs-contact-page .hs-contact-row2 .dnd-section .span4 {
    width:100%;
    float: left;
  }

  .content-with-icon {
    margin-bottom: 55px;
  }
}


@media(max-width:800px){
  .content-with-icon .content-container p {
    font-size: 16px;
  }
  .hs-contact-page .hs-contact-row2 .dnd-section .span4 {
    width:100%;
    float: left;
  }

  .two-col-home-section>div {
    width: 100%;
    margin-right: 0 !important;
  }
  .two-col-home-section h1 {
    margin-bottom: 20px;
  }
  .latest-news .fusion-posts-container h2 {
    text-align: center;
  }
  .container-fluid.hs-home-page-row5.col-3-section .span3,.container-fluid.hs-home-page-row5.col-3-section .span6 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .container-fluid.hs-home-page-row1.charge-back-management .dnd-section>.row-fluid>div.widget-span {
    width: 100% !important;
  }

  .container-fluid.hs-home-page-row1.charge-back-management .dnd-section>.row-fluid {
    display: block !important;
  }

  .container-fluid.hs-home-page-row1.process-solution .span4 {
    width: 100%;
  }

  .container-fluid.hs-home-page-row1.process-solution .dnd-section .row-fluid {
    display: block !important;
  }

  .hs-merchant-processing-inner-row2 ul {
    margin-bottom: 10px;
  }

  .fusion-filter {
    width: 100%;
    float: none;
    float: none;
    margin: 0;
    margin: 0;
    border-bottom: 1px solid #f4f2f2;
    border-bottom: 1px solid #f4f2f2;
  }

  .container-fluid.hs-chargesback-left-row1 h3 {
    margin-bottom: 20px;
  }

  .container-fluid.hs-chargesback-left-row1 h3 {
    margin-left: 0;
  }

  .hs-contact-page .hs-contact-row1 .dnd-section .span12 .widget-type-rich_text {
    width:100%;
  }
  .hs-contact-page .hs-contact-row2 .dnd-section .span4 {
    width:100%;
  }
  .content-with-icon {
    margin-bottom:55px;
  }
  .content-with-icon .content-wrapper  {
    background:none;
    padding: 0!important;
  }
  .hs-contact-page .hs-contact-row3 .dnd-section .span12 .widget-type-rich_text {
    width:100%;
  }
  .hs-contact-page .hs-contact-row3 .dnd-section form {
    margin:0;
  }
  .hs-contact-page .hs-contact-row3 .dnd-section form {
    max-width: 100%;
  }
}
@media(max-width:767px){
  .home-banner h1 {
    font-size: 29px;
    line-height: 1.2;
  }

  .home-banner h2 {
    font-size: 15px;
  }

  .banner-table {
    height: 450px;
  }

}

@media (max-width:641px) {
  .hs-apply-now-page .hs-form-field {
    display:block;
    width:100%;
  }
  .hs-apply-now-page textarea {
    height:120px;
  }
  .content-container p a {
    word-break: break-word;
  }
  .home-banner-bg { 
    background-position: right center;
  }
}

@media(max-width:479px){
  .content-with-icon .content-container p {
    font-size: 14px;
  }
  .banner-middle {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media(max-width:326px){
  .footer_row {
    padding: 0;
  }
}


/*-----Media Query--------------------*/

@media only screen and (max-width: 959px) and (min-width: 768px){
  .merchant_block .img_caption {
    width: 100%;
    margin: 0px;
  }
  .hs-merchant-row3 .dnd-section h2 {
    text-align: center;
  }
}
@media(max-width:865px){
  .hs-registration-row1 .dnd-section {
    width: 100%;
    left: 0;
    top: 8px;
  }
  .hs-registration-row1 .dnd-section>.row-fluid > .dnd-column {
    max-width: 460px;
    margin: auto;
    float: none;
  }
}
@media (max-width:800px) {
  .hs-who-we-serve-row2 .dnd-section .span6 {
    width: 100%;
    padding: 0;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .content-with-left-image .inner-wrapper .image {
    float: none;
    margin: 0;
  }
  .content-with-image .fusion-section {
    width: 100%;
    margin-right: 0;
  }

  .content-with-image .fusion-section2 {
    width: 100%;
  }
  .content-with-left-image .inner-wrapper {
    text-align: center;
  }
  .hs-who-we-serve-row2 .dnd-section>.row-fluid {
    display: block !important;
  }
  .hs-chargesback-two-col .hs-chargesback-left {
    width: 100%;
    margin-right: 0;
  }
  .hs-merchant-processing-inner-row2 img {
    margin-left: 0;
  }
  .hs-chargesback-two-col .hs-chargesback-right {
    width: 100%;
  }
  .hs-banner-area .fusion-page-title-secondary {
    display: none;
  }
  .hs-merchant-row2 .dnd-section .span6.widget-span {
    width: 100%;
    margin-right: 0;
  }
  .hs-banner-area {
    min-height: calc(70px - 10px);
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }
  .hs-banner-area .page-center {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: calc(70px - 10px);
    height: auto;
  }
  .fusion-page-title-wrapper {
    flex-wrap: wrap;
  }
  .body-container__website .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-two-column-width-row1 {
    width:100% !important;
    float:none;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-two-column-width-row2 {
    width:100% !important;
    float:none;
    margin-left: 0;
    margin-right: 0;
  }
  .hs-two-column-width-row2 form {
    max-width:100%;
  }
  .hs-two-column-width-row3 .dnd-section .widget-type-rich_text {
    width:100% !important;
  }
  .hs-two-column-width-row3 .desktop-btn {
    display:none;
  } 
  .hs-two-column-width-row3 .mobile-btn {
    display:block;
    float: none;
    margin: 15px 0 0;
  }
  .hs-merchant-processing-inner-row2 .row-fluid .span6 {
    width: 100%;
    float:none;
  }
  .hs-merchant-processing-inner-row2 h4 {
    margin-bottom: 20px;
  }
  .hs-apply-now-wrapper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 124px;
  }

  .two-column-with-bottom-Pane .hs-bottom-pane {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-apply-now-wrapper .hs-green-btn.light {
    float: none;
  }
  .hs-login-row1 .dnd-section .span6.widget-span{
    width:100% !important;
    margin-right:0 !important;
  }
  .hs-apply-now-wrapper h2 {
    text-align: center;
  }

  .hs-apply-now-wrapper .desc {
    text-align: center;
  }

  .hs-apply-now-wrapper>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .hs-merchant-row4 .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-apply-now-wrapper .hs-green-btn.light {
    order: 3;
    margin: 15px 0 0;
    width: 100%;
  }
  .popup-form-wrapper {
    width: 92%;
  }
  .popup-form-wrapper form fieldset > div {
    width: 100% !IMPORTANT;
  }

  .popup-form-wrapper form fieldset > div .input {
    margin: 0 !IMPORTANT;
  }
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media(max-width:767px){
  .merchant_block .img_caption {
    width: 100%;
    margin: 0px;
  }
  .hs-merchant-row3 .dnd-section h2 {
    text-align: center;
  }
}




@media (max-width:640px) {
  .hs-banner-area {
    max-height: none;
  }
  .hs-chargesback-two-col .table-1 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .hs-chargesback-two-col .table-1 td, 
  .hs-chargesback-two-col .table-1 th,
  .hs-chargesback-two-col .tkt-slctr-tbl-wrap-dv td, 
  .hs-chargesback-two-col .tkt-slctr-tbl-wrap-dv th {
    white-space: nowrap;
  }
}


.legal-consent-container .hs-richtext {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


/* quick and dirty temp fix - dont judge me :P */

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width: none !important;
  text-overflow: initial !important; 
}

.Stickyheader .row-fluid-wrapper.row-depth-2.row-number-1 {
  display: none;
}
.header-container-wrapper .Stickyheader .header-right-col .row-fluid-wrapper.row-depth-2.row-number-2 {
  width: 400px;
  position: absolute;
  right: 40px;
  top: 40px;

}
.lp .top_header {
  height: 44px;
}

.Stickyheader .cm-logo img {
  max-height: 75px;
  position: relative;
}
ul.hs-menu-children-wrapper {
  background: #FFF;
}
/* -- */


#site-wrapper {
  margin:0 auto;
}

.body-wrapper {
  background-color:#fff;
}


.header {
  z-index: 800;
  border-color: #e5e5e5;
  position: relative;
  display: block;
}

.header:before {
  content:"";
  display:table;
}

.header:after {
  content:"";
  display:table;
  clear:both;
}



.header_inner {
  width: 100%;
  padding: 0px;
}


.header_inner:before {
  content:"";
  display:table;
}

.header_inner:after {
  content:"";
  display:table;
  clear:both;
}

.top_header {
  width: 100%;
  float: left;
  padding-top: 25px;
  padding-bottom: 0px;
  padding-right: 0px!important;
  padding-left: 0px!important;
}

.header_sticky {
  text-align: right;
  font-size: 16px;
  position: fixed;
  background-color: #FFF;
  z-index: 9999;
  max-width: 1200px!important;
  top: 0;
  width: 100%;
  padding: 10px 0 10px 0 !important;
}

.header__logo_sticky {
  display: none;
  float: left;
  margin-left: 15px;
  height: 26px;
  max-width: 100%;
}


.top_content {
  color: #639c27;
}

.top_content span {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}


.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fas {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.top_content a {
  color: #0b3453;
  font-weight:400;
  font-size:16px;
  font-family: "Open Sans";

}

div#hs_cos_wrapper_top-header {
  display: inline-block;
}

a.greenLink:link, a.greenLink:visited, a.greenLink:active {
  background: linear-gradient(141deg, #5C9223 0%, #79BE2E 51%, #5C9223 75%);
  color: #FFF;
  border: 0;
  text-decoration: none;
  padding: 9px 20px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Open Sans";
}

a.greenLink:hover {
  background: linear-gradient(141deg, #79BE2E 0%, #5C9223 51%, #79BE2E 75%);
  color: #FFF;
}


.bottom_header {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float:left;
}

.bottom_header:before {
  content:"";
  display:table;
}

.bottom_header:after {
  content:"";
  display:table;
  clear:both;
}

.bottom_inner {
  width: 100%;
  float: left;
  padding: 10px 0 10px 0;
}

.socialHeader {
  float: right;
}



a.sn:link, a.sn:visited, a.sn:active {
  color: #042b48;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  border-radius: 3px;
  padding: 8px;
  font-size: 16px;
}


[class*=" fusion-icon-"], [class^=fusion-icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.fusion-icon-facebook:before {
  content: "\e604";
}

.fusion-icon-linkedin:before {
  content: "\e60f";
}

.fusion-icon-youtube:before {
  content: "\e622";
}

.fusion-icon-twitter:before {
  content: "\e605";
}

.fusion-icon-instagram:before {
  content: "\ea92";
}

.fusion-icon-feed:before, .fusion-icon-rss:before {
  content: "\e606";
}

.logo_wrapper {
  width: 25%;
  float: left;
}

.logo_wrapper:before {
  content: "";
  display:table;
}

.logo_wrapper:after {
  content: "";
  display:table;
  clear:both;
}

.header__logo {
  float: left;
  padding: 10px;
  margin-top: -50px;
  display: block;
  max-width: 100%;
  zoom: 1;

}

.header__logo:before {
  content: " ";
  display: table;
}

.header__logo:after {
  content: " ";
  display: table;
  clear:both;
}

.header__logo a {
  display: block;
  max-width: 100%;
}

.header__logo img {
  width: 150px !important;
}


img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}


.header__logo_mobile {
  display:none;
}

.header__logo_mobile:before {
  content: " ";
  display: table;

}

.header__logo_mobile:after {
  content: " ";
  display: table;
  clear:both; 
}

.menu_wrapper {
  width: 75%;
  padding: 0 14px 0 0;
  float: left;
}

.custom-menu-primary {
  width: 100%;
  padding: 10px;
  padding-top: 0px;
  float: left;
}



.custom-menu-primary .navigation-primary {
  float: right;
  position: relative;
  z-index: 200;
  display: block;
}

.custom-menu-primary-mobile {
  display: none;
}


.custom-menu-primary .navigation-primary>ul.submenu.level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li {
  padding-right: 22px;
  float: left;
  margin: 0;
  position: relative;
  cursor: pointer;    
}


.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a {
  display: flex;
  align-items: center;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  border-color: transparent;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0px;
  font-style: normal;
  border-top: 0!important;
  height: 84px;
  justify-content: center;
  box-sizing: border-box;

}


.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a:hover {
  text-decoration:underline;
}


.fusion-caret {
  margin-left: 9px;
}

.fusion-caret .fusion-dropdown-indicator {
  vertical-align: middle;
}
.header__logo_sticky img.hs-image-widget {
  width: auto !IMPORTANT;
  height: 26px;
}
.fusion-caret .fusion-dropdown-indicator:before {
  content: "\f107";
  font-family: IcoMoon;
  font-style: normal;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:last-child {
  padding: 0;
}


.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2 {
  border-top: 0px solid #042b48;
  line-height: 1.5;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  width: 243px;
  position: absolute;
  left: 0;
  display:none;
  z-index: 1;
  transition: opacity .2s ease-in;
  list-style: none;
  margin: 0;
  padding: 0;
}


.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:hover ul.submenu.level-2 {
  display:block;
}


.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-family: "Open Sans";
  font-weight: 400;
  border-bottom-color: #e5e5e5;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  font-style: normal;
  padding: 13px 20px;
  text-indent: 0;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
  display: block;
  box-sizing: content-box;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>ul.submenu.level-3 {
  left: -243px;
  top: calc((0px) * -1);
  border-top: 0px solid #042b48;
  line-height: 1.5;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  width: 243px;
  position: absolute;
  display:none;
  z-index: 1;
  transition: opacity .2s ease-in;
  list-style: none;
  margin: 0;
  padding: 0;
}


.custom-menu-primary .navigation-primary>ul.submenu.level-1 >li:last-child ul.submenu.level-2 {
  left:-160px;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>a{
  text-decoration:none !important;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li:hover ul.submenu.level-3 {
  display:block;
}


.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>ul.submenu.level3->li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;

}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li>ul.submenu.level-2>li>ul.submenu.level-3>li>a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-family: "Open Sans";
  font-weight: 400;
  border-bottom-color: #e5e5e5;
  color: #333333;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  font-style: normal;
  padding: 13px 20px;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
  text-indent: 0;
  display: block;
  box-sizing: content-box;
}


.fusion-mobile-menu-icons {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  vertical-align: middle;
  text-align: right;
  margin-top: 0px;
}


.fusion-mobile-menu-icons a {
  margin-top: -76px;
  color: #dadada;
  float: right;
  font-size: 21px;
  margin-left: 20px;
  margin-right: 10px;
}

.fusion-mobile-menu-icons a:before {
  color: #dadada;
}

.fusion-mobile-menu-icons a:after {
  color: #dadada;
}

.fusion-icon-bars:before {
  content: "\f0c9";
}


/*-----Media Query--------------------------*/

@media (max-width:840px) {
  .custom-menu-primary .navigation-primary>ul.submenu.level-1>li {
    padding-right:12px;
  }
}




@media (max-width:800px) {
  .lp .top_header {
    display: none;
  }
  .header_sticky {
    text-align:center;
  }
  .logo_wrapper {
    width:100%;
    padding: 10px;
  }
  .header__logo {
    display:none;
  }
  .header__logo_mobile {
    display:inline-block;
  }
  .header__logo_mobile a {
    display: block;
    max-width: 100%;
  }
  .header__logo_mobile img {
    width: 201px !important;
  }
  .menu_wrapper {
    width:100%;
  }
  .custom-menu-primary .navigation-primary {
    display:none;
  }
  .fusion-mobile-menu-icons {
    display:block;   
  }
  .custom-menu-primary-mobile {
    width: 100%;
    padding:0;
    float: left;
    display:block;
  }

  .fusion-mobile-menu-icons a::before{
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
  }
  .fusion-mobile-menu-icons a:hover::before {
    color: #064573;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper {
    display:none;
    padding-top: 20px;
    clear: both;
    color: #333;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper >ul {
    display: block;
    border-color: #dadada;
    border: none;
    border-top: 1px solid transparent;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper >ul> li {
    position: relative;
    font-size: 12px;
    line-height: normal;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper >ul> li>a {
    padding-left: 30px;
    padding-right:30px;
    font-size: 12px;
    letter-spacing: 0px;
    height: 51px;
    border-color: #dadada;
    text-align: left;
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    display: block;
    border-bottom: 1px solid #dadada;
    line-height: 51px;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper >ul ul {
    display:none;
    list-style: none;
    margin: 0;
    padding: 0;
    border-color: #dadada;
    border: none;
    border-top: 1px solid transparent;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper >ul ul>li {
    position: relative;
    font-size: 12px;
    line-height: normal;
  }

  .custom-menu-primary-mobile .hs-menu-wrapper >ul ul>li>a {
    padding-left: 39px;
    padding-right:12px;
    height: 51px;
    line-height: 51px;
    border-color: #dadada;
    text-align: left;
    font-family: "PT Sans";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0px;
    display: block;
    border-bottom: 1px solid #dadada;
  }
  .child-trigger {
    width: 50px;
    height: 51px;
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
    top: 0;
  }
  .child-trigger:after {
    display: block;
    margin: 0;
    content: "\e61f";
    font-family: icomoon;
    padding-right: 35px;
    color: #333333;
    right: 0;
    height: 51px;
    line-height: 51px;
    font-size: 12px;
    z-index: 1;
    position: absolute;
    top: 0;
    outline: 0;
    background: 0 0;
    min-width: 50px;
    border: none;
    text-align: center;

  }
}



@media (max-width:495px) {
  .header__logo_sticky {
    display:none !important;
  }
  .lp .header_sticky {
    display: none;
  }


}


@media (max-width:401px) {
  .socialHeader {
    display:none;
  }
}


@media (max-width:363px) {
  .header_sticky {
    font-size: 12px;
  }
  .top_content span {
    font-size: 12px;
  }

  .top_content a {
    font-size: 12px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


/*  Quick aand dirty edits for temporary site */
.footer-container-wrapper {
    max-width: 1080px;
    margin: 0px auto;
    display: block;
  text-align: center;
}


/* */ 

.footer {
    padding-left: 30px;
    padding-right: 30px;
    border-top: 0!important;
    padding-top: 0!important;
    position: relative;
    padding: 43px 10px 40px;
    background-repeat: no-repeat;
    background-color: #f7f8f8;
    background-size: initial;
    background-position: center center;
    color: #98a3ab;
    backface-visibility: hidden;
    display: block;
}


.footer {
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    border-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    padding: 43px 10px 40px;
    padding-left: 30px;
    padding-right: 30px;
    background-repeat: no-repeat;
    background-color: #F7F8F8;
    background-size: initial;
    background-position: center center;
    color: #98A3AB;
    backface-visibility: hidden;
    display: block;
}

.footer_row {
    max-width: 1200px!important;
    margin: auto!important;
    padding: 0 10px 0 10px;
    zoom: 1;
   
}

.footer_row:before {
    content: " ";
    display: table;
}

.footer_row:after {
    content: " ";
    display: table;
    clear:both;
}



.footer_columns {
    display: block;
    flex-flow: wrap;
    border-top: 10px solid #8A9999;
    margin: 0 -15px;
}



.footer_section {
    padding-left: 0;
    padding-right: 0;
}

.footer_section:before {
  content:"";
  display:table;
}

.footer_section:after{
  content:"";
  display:table;
  clear:both;
}

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

.footer_section ul:before {
 content:"";
  display:table; 
}

.footer_section ul:after {
  content:"";
  display:table;
  clear:both;
}

.footer_section ul >li {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
}


.footer_section ul >li > a {
  text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    display: block;
    margin-top: 26px;
    font-size: 15px!important;
    color: #98a3ab;
    font-family: "Open Sans";
}

.footer_section ul >li > a:hover {
  padding: 5px 10px 5px 10px;
}

.fusion-clearfix {
    zoom: 1;
    clear: both;
}

.fusion-clearfix:after, .fusion-clearfix:before {
    content: " ";
    display: table;
}

.fusion-clearfix:after {
    clear: both;
}


.footer__copyright {
    padding-left: 30px;
    padding-right: 30px;
    z-index: 10;
    position: relative;
    padding: 18px 10px 16px;
    border-top: 1px solid #f7f8f8;
    
}

.footer__copyright {
    z-index: 10;
    position: relative;
    padding: 18px 10px 16px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #F7F8F8;
}

.footer__copyright_content {
    display: table;
    width: 100%;
}

.footer__copyright_notice {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  font-family: "Open Sans";
}


.fusion-social-links-footer {
    display: none;
    vertical-align: middle;
    width: 40%;
    text-align: right;
}

.fusion-social-links-footer .fusion-social-networks {
    margin-top: 10px;
    overflow: hidden;
}

.fusion-social-networks .fusion-social-networks-wrapper {
    margin: 0 -10px;
}

.fusion-social-links-footer .fusion-social-networks .fusion-social-network-icon {
   
    display: inline-block;
    margin: 0 8px 8px;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1;
}

.fusion-social-links-footer .fusion-social-networks a {
    font-size: 16px;
}

.fusion-tooltip {
    cursor: pointer;
}


.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}









/*----Media Query---------*/

@media (min-width:1200px) {
  .footer_section ul >li {
    width: 25%;
    float: left;
  }
}


@media (min-width:992px) {
  .footer_section ul >li {
    width: 25%;
    float: left;
  }
}


@media (max-width:800px) {
  .footer_section ul >li {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  .footer_section ul >li> a {
    margin: 0 0 50px;
    margin-top:26px;
 }
  .footer_section ul >li:last-child a {
    margin: 0;
  }
  .footer__copyright_notice {
    padding: 0 0 12px;
    display:block;
    text-align:center;
  }
  .fusion-social-links-footer {
    width: auto;
    display: block;
    text-align: center;
  }
  .fusion-social-links-footer .fusion-social-networks {
    display: inline-block;
    float: none;
    margin-top: 0;
}
}
.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container iframe,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none
}

.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000
}

.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: 4px;
  opacity: .9;
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 100003;
  top: 50% !important;
  left: 50% !important;
  margin-top: -24px;
  margin-left: -24px
}

.ilightbox-loader div {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box
}

.ilightbox-loader.horizontal {
  left: 45%;
  top: 4px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box
}

.ilightbox-loader.horizontal div {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box
}

.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010;
  top: 8px;
  left: 8px;
  height: 25px;
  width: 81px;
  background: #fff;
  opacity: 1;
}

.ilightbox-toolbar a {
  float: left;
  cursor: pointer;
  width: 25px;
  height: 23px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none
}

.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
  display: none
}

.ilightbox-prev-button {
  -webkit-border-radius: 0 0 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box
}

.ilightbox-next-button {
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box
}

.ilightbox-prev-button.horizontal {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box
}

.ilightbox-next-button.horizontal {
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box
}

.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009
}

.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px
}

.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  overflow: hidden
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 60px
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 144px;
  height: 100%
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute
}

.no-touch .ilightbox-thumbnails .ilightbox-thumbnails-grid {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0)
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 5px;
  position: relative
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  -ms-interpolation-mode: bicubic
    border: 2px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  z-index: 1
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1
}

.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none
}

.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
  cursor: pointer
}

.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 45px rgba(0,0,0,.2);
  box-shadow: 0 0 45px rgba(0,0,0,.2);
}

.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: block !important;
  position: relative;
  left: 30px;
  right: 30px;
  max-width: 100%;
  padding: 10px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 150%;
  word-wrap: break-word;
  z-index: 20003;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.ilightbox-holder .ilightbox-container iframe+div {
  position: absolute !important
}

.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 1px;
  padding-left: 0;
  z-index: 20003
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: none;
  list-style: none;
  height: 16px;
  margin: 0 auto;
  text-align: center
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  display: inline-block;
  float: none;
  margin-left: 1px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50%
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/facebook_16.png)
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/digg_16.png)
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/twitter_16.png)
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/delicious_16.png)
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/reddit_16.png)
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/google_plus_16.png)
}

.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px
}

.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto
}

.ilightbox-holder .ilightbox-wrapper .ilightbox-html {
  width: 100%;
  height: 100%;
  display: block
}

.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right
}

.ilightbox-thumbnails.ilightbox-horizontal {
  height: 60px
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 60px
}

.ilightbox-thumbnails.ilightbox-vertical {
  width: 144px
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 60px
}

.ilightbox-button {
  position: fixed;
  z-index: 100011;
  cursor: pointer
}

.ilightbox-button span {
  display: block;
  width: 100%;
  height: 100%
}

.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
  display: none !important
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block
}

.ilightbox-overlay.black {
  background: #141618
}

.ilightbox-loader.black div {
  background: transparent url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/oval-anim-dark.svg) no-repeat center
}

.ilightbox-holder.black .ilightbox-container .ilightbox-caption {
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center
}

.ilightbox-holder.black .ilightbox-alert {
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/alert.png) no-repeat center top;
  color: #555
}

.ilightbox-toolbar.black a {
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/buttons.png) no-repeat 7px 6px
}

.ilightbox-toolbar.black a.ilightbox-close {
  position: absolute;
  right: 5px
}

.isMobile .ilightbox-toolbar.black a.ilightbox-close {
  position: relative;
  right: 0
}

.ilightbox-toolbar.black a.ilightbox-close:hover {
  background-position: -32px 6px
}

.isMobile .ilightbox-toolbar.black a.ilightbox-close:hover {
  background-position: 50%
}

.ilightbox-toolbar.black a.disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #141618
}

.ilightbox-toolbar.black a.ilightbox-fullscreen {
  background-position: 6px -33px;
  margin-left: 5px
}

.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen {
  margin-left: 0
}

.ilightbox-toolbar.black a.ilightbox-fullscreen:hover {
  background-position: -31px -33px
}

.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen:hover {
  background-position: 50%
}

.ilightbox-toolbar.black a.ilightbox-play {
  background-position: 8px -58px
}

.ilightbox-toolbar.black a.ilightbox-play:hover {
  background-position: -32px -58px
}

.isMobile .ilightbox-toolbar.black a.ilightbox-play:hover {
  background-position: 50%
}

.ilightbox-toolbar.black a.ilightbox-pause {
  background-position: 8px -83px
}

.ilightbox-toolbar.black a.ilightbox-pause:hover {
  background-position: -32px -83px
}

.isMobile .ilightbox-toolbar.black a.ilightbox-pause:hover {
  background-position: 50%
}

.isMobile .ilightbox-toolbar.black {
  background: #141618;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center
}

.isMobile .ilightbox-toolbar.black a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%
}

.isMobile .ilightbox-toolbar.black {
  background: #141618;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .8);
  box-shadow: 0 0 25px rgba(0, 0, 0, .8)
}

.isMobile .ilightbox-toolbar.black a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important
}

.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/fullscreen-icon-64.png);
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/fullscreen-icon-ie.png)\9
}

.isMobile .ilightbox-toolbar.black a.ilightbox-close {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/x-mark-icon-64.png);
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/x-mark-icon-ie.png)\9
}

.isMobile .ilightbox-toolbar.black a.ilightbox-next-button {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-next-icon-64.png);
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-next-icon-ie.png)\9;
  background-position: 52% 50%
}

.isMobile .ilightbox-toolbar.black a.ilightbox-prev-button {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-prev-icon-64.png);
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-prev-icon-ie.png)\9;
  background-position: 48% 50%
}

.isMobile .ilightbox-toolbar.black a.ilightbox-play {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/play-icon-64.png);
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/play-icon-ie.png)\9
}

.isMobile .ilightbox-toolbar.black a.ilightbox-pause {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/pause-icon-64.png);
}

.ilightbox-holder.black .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 14px;
  padding: 10px 12px;
  text-align: center;
  color: #fff
}

.ilightbox-thumbnails.black .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/thumb-overlay-play.png) no-repeat center
}

.ilightbox-button.black.disabled {
  opacity: .1;
  filter: alpha(opacity=10);
  cursor: default
}

.ilightbox-button.ilightbox-next-button.black,
.ilightbox-button.ilightbox-prev-button.black {
  bottom: 0;
  right: 0;
  left: 0;
  left: 35%\9;
  right: auto\9;
  width: 20%;
  height: 38px;
  margin: auto;
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrows_vertical.png) no-repeat 50% -125px
}

.ilightbox-button.ilightbox-prev-button.black {
  top: 0;
  bottom: auto;
  background-position: 50% -36px
}

.ilightbox-button.ilightbox-next-button.black.horizontal,
.ilightbox-button.ilightbox-prev-button.black.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top: 36%\9;
  bottom: auto\9;
  width: 38px;
  height: 20%;
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrows_horizontal.png);
  background-position: -125px 50%
}

.ilightbox-button.ilightbox-prev-button.black.horizontal {
  right: auto;
  left: 0;
  background-position: -38px 50%
}

.ilightbox-holder.black .ilightbox-container .ilightbox-social,
.ilightbox-button.ilightbox-next-button.black,
.ilightbox-button.ilightbox-prev-button.black {
  background-color: #141618
}

.ilightbox-overlay {
  background: #fff
}

.ilightbox-loader.white div {
  background: transparent url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/oval-anim-light.svg) no-repeat center
}

.ilightbox-holder.white .ilightbox-container .ilightbox-caption {
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #141618;
  text-align: center
}

.ilightbox-holder.white .ilightbox-alert {
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/alert.png) no-repeat center top;
  color: #89949b
}

.ilightbox-toolbar a {
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/buttons.png) no-repeat 7px 6px;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.ilightbox-toolbar a.disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #fff
}

.ilightbox-toolbar a.ilightbox-close {
  position: absolute;
  right: auto;
  left: 0;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  width: 27px;
  height: 25px;
}
.ilightbox-toolbar a.ilightbox-close:hover {
  background-color: #d94947;
  background-position: -30px 6px;
}

.isMobile .ilightbox-toolbar a.ilightbox-close {
  position: relative;
  right: 0
}
.ilightbox-toolbar a.ilightbox-fullscreen {
  background-position: 6px -31px;
  margin-left: 27px;
  margin-top: 0;
  height: 25px;
  width: 27px;
}

.isMobile .ilightbox-toolbar a.ilightbox-fullscreen {
  margin-left: 0
}

.ilightbox-toolbar a.ilightbox-fullscreen:hover {
  background-position: -29px -31px;
  background-color: #51b7ff;
}

.ilightbox-toolbar a.ilightbox-play {
  background-position: 8px -58px
}

.ilightbox-toolbar a.ilightbox-pause {
  background-position: 8px -83px
}

.ilightbox-toolbar a.ilightbox-pause:hover {
  background-position: -32px -83px
}

.isMobile .ilightbox-toolbar {
  background: #fff;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.2);
  box-shadow: 0 0 25px rgba(0,0,0,.2);
}

.isMobile .ilightbox-toolbar a,
.isMobile .ilightbox-toolbar a:hover {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%
}

.isMobile .ilightbox-toolbar a.ilightbox-fullscreen {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/fullscreen-icon-64.png);
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/fullscreen-icon-ie.png)\9
}

.isMobile .ilightbox-toolbar a.ilightbox-close {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/x-mark-icon-64-1.png);
}
.isMobile .ilightbox-toolbar a.ilightbox-close:hover {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/x-mark-hover-icon-64.png);
}
.isMobile .ilightbox-toolbar a.ilightbox-fullscreen:hover {

}

.isMobile .ilightbox-toolbar a.ilightbox-next-button {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-next-icon-64.png);
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-next-icon-ie.png)\9;
  background-position: 52% 50%
}

.isMobile .ilightbox-toolbar a.ilightbox-next-button.disabled {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-next-icon-64.png);
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-next-icon-ie.png)\9;
  background-position: 52% 50%
}

.isMobile .ilightbox-toolbar a.ilightbox-prev-button {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-prev-icon-64.png);
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-prev-icon-ie.png)\9;
  background-position: 48% 50%
}

.isMobile .ilightbox-toolbar a.ilightbox-prev-button.disabled {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-prev-icon-64.png);
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrow-prev-icon-ie.png)\9;
  background-position: 48% 50%
}

.isMobile .ilightbox-toolbar a.ilightbox-play {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/play-icon-64.png);
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/play-icon-ie.png)\9
}
.ilightbox-toolbar a.ilightbox-play:hover {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/play-hover-icon-64.png) !important;
  background-color: green;
  background-position: 7px center;
  background-size: 60%;
}
.ilightbox-toolbar a.ilightbox-pause {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/pause-icon-64.png);
}

.ilightbox-toolbar a.ilightbox-pause:hover {
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/pause-hover-icon-64.png) !important;
}

.ilightbox-thumbnails.white .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/thumb-overlay-play.png) no-repeat center
}

.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 14px;
  padding: 10px 12px;
  text-align: center
}

.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px
}

.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right
}

.ilightbox-button.white.disabled {
  opacity: .1;
  filter: alpha(opacity=10);
  cursor: default
}

.ilightbox-button.ilightbox-next-button.white,
.ilightbox-button.ilightbox-prev-button.white {
  bottom: 0;
  right: 0;
  left: 0;
  top: 35%\9;
  right: auto\9;
  width: 20%;
  height: 38px;
  margin: auto;
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrows_vertical.png) no-repeat 50% -125px
}

.ilightbox-button.ilightbox-prev-button.white {
  top: 0;
  bottom: auto;
  background-position: 50% -36
}

.ilightbox-button.ilightbox-next-button.white.horizontal,
.ilightbox-button.ilightbox-prev-button.white.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top: 36%\9;
  bottom: auto\9;
  width: 38px;
  height: 20%;
  background-image: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrows_horizontal.png);
  background-position: -125px 50%
}

.ilightbox-button.ilightbox-prev-button.white.horizontal {
  right: auto;
  left: 0;
  background-position: -38px 50%
}

.ilightbox-holder.white .ilightbox-container .ilightbox-social,
.ilightbox-button.ilightbox-next-button.white,
.ilightbox-button.ilightbox-prev-button.white {
  background-color: rgba(20, 22, 24, .25)
}


.ilightbox-button.ilightbox-next-button.metro-white, .ilightbox-button.ilightbox-prev-button.metro-white {
  right: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 100px;
  margin: auto;
  background: url(//info.pinpointpayments.com/hubfs/raw_assets/public/PinpointPayments_August2020/images/arrows_vertical.png) no-repeat 50% -100px;
  background-color: #fff;
  background-color: rgba(255,255,255,.6);
}


.ilightbox-button.ilightbox-prev-button.metro-white {
  top: 0;
  bottom: auto;
  background-position: 50% 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */


.blog .body-container .page-center {
  padding: 35px;
}
.hs-featured-image-wrapper img {
  width: 100%;
  float: none;
  max-width: 100%;
  margin: 0;
}
.fusion-icon-pen:before {
  content: "\e600";
}
.fusion-date-and-formats {
  float: left;
  margin-right: 17px;
  width: 82px;
  text-align: center
}

.fusion-date-and-formats .fusion-date-box {
  padding: 8px 0 5px;
  color: #fff;
  display: block
}

.fusion-date-and-formats .fusion-date {
  display: block;
  line-height: 29px;
  font-size: 29px;
  font-weight: 700
}

.fusion-date-and-formats .fusion-format-box {
  margin-top: 3px;
  background-color: #eef0f2
}

.fusion-date-and-formats .fusion-format-box i {
  display: block;
  line-height: 55px;
  font-size: 30px;
  color: #0b3453;
}

.fusion-timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  height: 100%;
  border-left: 1px solid #efeeee;
  border-right: 1px solid #ebeaea
}

.fusion-timeline-icon {
  margin: 0 auto -6px;
  max-width: 1000px;
  font-size: 46px;
  line-height: 1;
  color: #ebeaea;
  text-align: center
}

.fusion-timeline-icon .fusionicon-bubbles {
  cursor: pointer
}

.fusion-timeline-circle {
  position: absolute;
  left: 50%;
  margin: 10px 0 0 -5px;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #efeeee
}

.fusion-timeline-arrow {
  position: absolute;
  color: #e9eaee
}

.fusion-timeline-arrow:before {
  font-family: icomoon;
  font-size: 28px;
  position: absolute;
  top: 0;
  line-height: 30px
}

.fusion-date-and-formats .fusion-date-box {
  background-color: #0b3453;
  border-color: #0b3453;
}
.fusion-date-and-formats .fusion-date {
  display: block;
  line-height: 29px;
  font-size: 29px;
  font-weight: 700;
}

span.fusion-month-year {
  font-size: 13px;
  display: inherit;
}

.fusion-post-slideshow {
  display: block;
  margin-right: 17px;
  width: 320px;
  margin-bottom: 0;
}

.fusion-flexslider.fusion-post-slideshow .slides {
  float: none;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
h2.entry-title.fusion-post-title a {
  font-family: "Fjalla One";
}
.flexslider .slides {
  overflow: hidden;
  z-index: 2;
}

.fusion-flexslider.fusion-post-slideshow {
  overflow: visible;
}

img.hs-featured-image {}

.flexslider {
  /*     margin: 0 0 60px;
  background-color: transparent;*/
  position: relative; 
}

.fusion-image-wrapper .fusion-rollover {
  background-image: linear-gradient(top, rgba(216,216,216,0.8) 0%, #707070 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(216,216,216,0.8)), color-stop(1, #707070));
  background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8d8d8, endColorstr=#707070), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-image: -webkit-linear-gradient(top, rgba(216,216,216,0.8) 0%, #707070 100%);
  background-image: -moz-linear-gradient(top, rgba(216,216,216,0.8) 0%, #707070 100%);
  background-image: -ms-linear-gradient(top, rgba(216,216,216,0.8) 0%, #707070 100%);
  background-image: -o-linear-gradient(top, rgba(216,216,216,0.8) 0%, #707070 100%);
  overflow: auto;
}

.fusion-image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
  max-width: 100%;
  vertical-align: top;
  min-height: 149px;
}

.fusion-rollover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-align: center;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#aad75d),to(#d1e990));
  background-image: -webkit-linear-gradient(bottom,#aad75d,#d1e990);
  background-image: -o-linear-gradient(bottom,#aad75d,#d1e990);
  background-image: linear-gradient(to top,#aad75d,#d1e990);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
}
.fusion-rollover-content {
  padding: 10px;
  width: 90%;
  padding-top: 30px;
}


.fusion-rollover .fusion-rollover-content a {
  line-height: 1.5;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  color: #333333;
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery, .fusion-image-wrapper .fusion-rollover .fusion-rollover-link {
  background-color: #333333;
  width: calc(15px * 2.41);
  height: calc(15px * 2.41);
  background: #333333;
}
.fusion-rollover-gallery, .fusion-rollover-link {
  display: inline-block;
  opacity: .9;
  position: relative;
  vertical-align: middle;
  margin: 0;
  height: 36px;
  width: 35px;
  text-indent: -10000px;
  background-color: #333;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 99;
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before {
  font-size: 15px;
  line-height: 2.41;
  color: #ffffff;
  line-height: 1.5;
}

.blog-pagination a.next-link {
  padding: 2px 6px 2px 6px;
}

.blog-pagination {
  margin-bottom: 7px;
}
a, a:after, a:before {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.fusion-rollover-link:before {
  content: '\e619';
}
.fusion-rollover-gallery:before, .fusion-rollover-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0;
  line-height: normal;
  text-shadow: none;
  font-family: icomoon;
  font-size: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.fusion-rollover-sep {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 5px;
}
.fusion-rollover-gallery:before {
  content: '\f002';
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a {
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}

.fusion-rollover .fusion-rollover-content .fusion-rollover-title {
  font-size: 24px;
}
.fusion-rollover .fusion-rollover-content .fusion-rollover-title {
  color: #333333;    
}
.fusion-rollover-content .fusion-rollover-title {
  margin-bottom: 3px;
  margin-top: 10px;
  padding-top: 0;
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories {
  font-size: 12px;
  line-height: 1.5;
}

.fusion-rollover-content .fusion-rollover-categories {
  z-index: 99;
  position: relative;
}

.fusion-rollover-content .fusion-link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.fusion-image-wrapper:hover .fusion-rollover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8d8d8, endColorstr=#707070), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.fusion-image-wrapper:hover .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

a.fusion-rollover-gallery:hover:before,
a.fusion-rollover-link:hover:before {
  color: #064573!important;
}

.fusion-post-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1px;
  -ms-flex: 1 1 1px;
  flex: 1 1 1px;
}
.no-image .fusion-image-wrapper .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.blog-listing-wrapper .post-listing .post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 65px;
}

h2.entry-title.fusion-post-title {
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  color: #0d4382;
  margin: 0 0 5px;
}

.fusion-single-line-meta {
  margin-top: 0;
  margin-bottom: 20px;
}

.clearfix {
  zoom: 1;
  clear: both;
}

.fusion-meta-info {
  width: 100%;
  padding: 5px 0 4px;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #f4f2f2;
}

.alignright, .fusion-alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

a.more-link {
  margin-right: 10px;
  text-align: right;
  display: inline-block;
  position: relative;
  color: #0b3453;
  font-size: 12px;
}

a.more-link:after {
  content: '\f105';
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-post-wrapper .fusion-meta-info {
  font-size: 12px;
  border-top: 1px solid #e7e6e6;
  margin-top: 10px;
  margin-bottom: 28px;
}

.fusion-single-sharing-box {
  background-color: #f6f6f6;
  margin-bottom: 0;
  margin-top: 60px;
  display: table;
  padding: 20px;
  height: 70px;
  width: 100%;
}

.fusion-sharing-box h4 {
  color: #333333;
}

.fusion-sharing-box .fusion-social-networks {
  text-align: right;
}

.fusion-sharing-box .fusion-social-networks, .fusion-sharing-box h4 {
  display: table-cell;
  vertical-align: middle;
}

.fusion-social-networks {
  overflow: hidden;
}

.fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -8px 0 0px;
}

.fusion-sharing-box .fusion-social-networks .fusion-social-network-icon {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  margin: 0 8px 10px;
  color: #bebdbd;
}

span.screen-reader-text {
  display: none;
}

.fusion-sharing-box .fusion-social-networks .fusion-social-network-icon:hover {
  color: #0b3453;
}

.blog.hs-blog-post .fusion-sharing-box .fusion-social-networks .fusion-social-network-icon:hover {
  color: #064573;
  opacity:0.8;
} 

.cm-related-post h3 {
  font-family: "Fjalla One";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 18px;
  color: #0d4382;
  margin: 0 0 31px;
}

.cm-related-post {
  margin-top: 55px;
}

.custom-categories-inner {
  overflow: hidden;
  padding: 0;
  position: relative;
  display: block;
  float: left;
  padding: 0;
  width: 190px;
}

.custom-categories-inner > div{
  padding:  0;
}

.fusion-image-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
 
.hs-blog-listing .fusion-image-wrapper .hs-featured-image-wrapper {
/*   display: none; */
}
.blog-pagination {
  margin-left: 1em;
  margin-right: 1em;
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
  line-height: normal;
  margin: 0 4px -1px;
  padding-right: 8px;
}

.blog-pagination-center a {
  padding: 2px 6px;
  -webkit-border-radius: 0px;
  border: 1px solid #f4f2f2;
  text-align: center;
  margin: 0 4px;
  color: #0b3453;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.blog-pagination a {
  margin: 0 4px;
  display: inline-block;
  position: relative;
}

.blog-pagination a.active {
  background-color: #0b3453;
  color: #fff;
  pointer-events: none;
}

a.next-link:after {
  color: #0b3453;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  right: -1em;
  font-family: icomoon;
  content: '\f105';
  color: #333;
}
.blog-pagination a:hover {
  border-color: #0b3453;
  color: #0b3453;
}

span.blog-pagination-left a:before {
  color: #0b3453;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  left: -1em;
  font-family: icomoon;
  content: '\f104';
  color: #333;
}
.fusion-icon-reddit:before {
  content: "\e60d";
}

.fusion-icon-whatsapp:before {
  content: "\f232";
}

.fusion-icon-mail:before {
  content: "\e616";
}


.cm-related-wrap .fusion-rollover h4 {
  font-size: 14px !important;
}
.cm-related-wrap .custom-categories-inner:not(.has-image) .fusion-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.hs-author-avatar img {
  max-width: 150px;
}

.hs-author-bio {
  width: calc(100% - 150px);
  float: left;
  padding-left: 20px;
}

.hs-author-avatar {
  width: 150px;
  float: left;
}

.hs-author-profile {
  overflow: hidden;
  margin-bottom:20px;
}

.hs-author-social-section {
  width: calc(100% - 150px);
  padding-left: 20px;
  float: left;
  margin-top: 10px;
}

.hs-author-avatar {
  width: 82px;
}

.hs-author-avatar img {
  width: 100%;
}

.hs-author-bio h2.hs-author-name {
  margin-top: 0;
  margin-bottom: 0;
}

.hs-author-bio {
  line-height: 1.5;
  font-size: 13px;
}
.cm-related-wrap .slick-arrow {
  background-color: rgba(0,0,0,0.6);
  z-index: 1000;
  opacity: .8;
  position: absolute;
  top: 38%;
  text-align: center;
  cursor: pointer;
  color: transparent;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.fusion-image-wrapper.fusion-image-size-fixed {
    background-image: none !important;
}
.cm-related-wrap .slick-arrow:before {
  content: none;
}

.cm-related-wrap .slick-prev:after,.cm-related-wrap .slick-next:after {
  content: "";
  display: block;
  position: relative;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  font-family: icomoon;
}

.cm-related-wrap .slick-prev:after {
  content: '\f104';
}

.cm-related-wrap .slick-next:after {
  content: '\f105';
}

.cm-related-wrap .slick-arrow:hover {
  background-color: rgba(0,0,0,0.7);
  opacity: 1;
}

.cm-related-wrap .slick-slide {
  padding: 0 22px;
}

.cm-related-wrap .slick-next {
  right: 22px;
}

.cm-related-wrap .slick-prev {
  left: 22px;
}

@media(max-width:800px){
  h2.entry-title.fusion-post-title {
    padding-top: 20px;
  }
}
@media(max-width:767px){
  h2.entry-title.fusion-post-title {
    text-align:center;
  }
  .hs-author-bio,.hs-author-social-section {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

@media(max-width:550px){
  .fusion-flexslider.fusion-post-slideshow {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 3rem 30px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width:500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 8px;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  border: 1px solid;
  padding: 10px;
}
.systems-page input#hs-login-widget-remember {
  display: inline-block;
  vertical-align: middle;
}
.hs-search-results {
  margin-top: 2rem;
}
@media(min-width:768px){
  .systems-page form {
    max-width: 500px;
  }
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Fjalla One, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page form .hs-form-field {
  margin-bottom: 15px;
}

.systems-page  input#hs-login-widget-remember {
  display: inline-block;
}
.error-page {
  z-index: 1;
}
@media (max-width:767px) {
  .systems-page h1 {
    font-size: 26px;
  }
  .error-page {
    padding:5rem 0;
  }
  .systems-page h2 {
    font-size: 21px;
  }
}



  .body-container.flex{
      display: flex;
      padding: 35px;
      padding-left: 45px;
      gap: 1.25em;
    }
  .blog .body-container .page-center.flex {
  padding: 0;
  }
    .page-center.flex{
      width: 80%;
    }
    .page-right{
      width: 20%;
/*       padding: 10px; */
    }


@media (max-width: 768px){
  .body-container.flex{
      flex-direction: column;
    }
    .page-center.flex{
      width: 100%;
    }
    .page-right{
      width: 100%;
    }
}